We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a separate bug for tracking the wrong documentation described below (extracted from #30602).
The --experimental-modules entry in the Command Line Options page in the documentation says that it enables some flags, but that's wrong. What it should say is that it allows you to use the flags.
Enable latest experimental modules features (currently --experimental-conditional-exports and --experimental-self-resolve).
--experimental-conditional-exports
--experimental-self-resolve
Also, the second flag it lists has a really big typo. --experimental-self-resolve should be --experimental-resolve-self; the words are misarranged.
--experimental-resolve-self
The text was updated successfully, but these errors were encountered:
Thanks for posting this - added #30651.
Sorry, something went wrong.
Fixed
Successfully merging a pull request may close this issue.
This is a separate bug for tracking the wrong documentation described below (extracted from #30602).
The--experimental-modules
entry in the Command Line Options page in the documentation says that it enables some flags, but that's wrong. What it should say is that it allows you to use the flags.Also, the second flag it lists has a really big typo.
--experimental-self-resolve
should be--experimental-resolve-self
; the words are misarranged.The text was updated successfully, but these errors were encountered: