[babel 8] Output minimal strings by default#12675
Merged
Merged
Conversation
This changes our behavior from always outputting ASCII-safe strings to outputting Unicode. It's smaller, supported since at least ES5, and maybe foreign language programmers will be less surprised with the output.
Collaborator
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/38206/ |
|
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 a0d469c:
|
afd80ba to
d2ffbc4
Compare
hzoo
approved these changes
Jan 23, 2021
nicolo-ribaudo
approved these changes
Jan 23, 2021
|
This is a breaking change, why this PR is not being list in changelog ? https://github.com/babel/babel/releases/tag/v7.12.13 |
Member
|
It's not released yet, it will be released in Babel 8. |
Member
|
Ohh right, it's a bug introduced by this PR. |
Member
|
@paranoidjk Fixed in 7.12.15 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


jsescbumped to v3 before a flagThis PR backports #11384 to
main, for more info see that PR.