-
Notifications
You must be signed in to change notification settings - Fork 30k
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
--experimental modules flags should have warnings #30600
Comments
If multiple experimental flags specified, should these warnings emitted separately for every flag, or merged into one? |
I would prefer one for each. Warning consolidation is a separate consideration for Node.js more generally I think. |
For at least For |
Currently the following experimental modules flags don't have warnings:
--experimental-json-modules
--experimental-wasm-modules
--experimental-resolve-self
--experimental-conditional-exports
--es-module-specifier-resolution=node
Ideally when using any of these flags we should provide a warning message that not only is the base experimental modules implementation unstable, but these flags are not even clear if they will be provided as final features in the implementation and any of them might be removed still.
The text was updated successfully, but these errors were encountered: