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

Add strict option to babel-plugin-transform-inline-environment-variables #1051

Open
pke opened this issue Jun 27, 2024 · 0 comments
Open

Add strict option to babel-plugin-transform-inline-environment-variables #1051

pke opened this issue Jun 27, 2024 · 0 comments

Comments

@pke
Copy link

pke commented Jun 27, 2024

The plugin already supports the include option, which will only transform the mentioned items.
To enforce, that no one tries to use names not specified in include I suggest to use a new option strict which throws an error if a name not specified in the include option is found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant