[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support experimental extensions in CLI #2830

Merged
merged 12 commits into from
Jan 7, 2021
5 changes: 5 additions & 0 deletions src/extensions/resolveSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const AUDIENCE_WARNING_MESSAGES: { [key: string]: string } = {
"Firebase Alpha program"
)}.\n This extension is strictly confidential, and its functionality might change in backward-incompatible ways before its official, public release. Learn more: https://dev-partners.googlesource.com/samples/firebase/extensions-alpha/+/refs/heads/master/README.md`
),
experimental: marked(
`${clc.yellow.bold("Important")}: This extension is ${clc.bold(
"experimental"
)} and may not be production ready. Its functionality might change in backward-incompatible ways before its official release, or it may be discontinued. Learn more: https://github.com/FirebaseExtended/experimental-extensions`
i14h marked this conversation as resolved.
Show resolved Hide resolved
),
};

export interface RegistryEntry {
Expand Down