-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[WIP] check ascii_only first fix #9515 #9814
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
base: main
Are you sure you want to change the base?
Conversation
|
CodSpeed Performance ReportMerging #9814 will degrade performances by 2.21%Comparing Summary
Benchmarks breakdown
|
This pr will get the following output
|
Description:
Implements functionality similar to esbuild charset=utf8
https://esbuild.github.io/api/#charset
In old engines like mujs, "\uD83C\uDF0F" is not supported. When ascii_only is false, the expected output is "🌏"
BREAKING CHANGE:
This may cause the default behavior to change, but I don't know how widespread that will be.
Related issue (if exists):
#9515