-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Support noDocumentAll for obj?.#p
#12762
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 noDocumentAll for obj?.#p
#12762
The head ref may contain hidden characters: "noDocumentAllFor\uFF1F\uFF0E\uFF03"
Conversation
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/39711/ |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 4cf9bcc:
|
nicolo-ribaudo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
This PR depends on #12470. Babel now respects
noDocumentAllwhen transformingobj?.#p. I marked this PR asOutput optimizationasnoDocumentAllhas been implemented in #12481.