-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix(ecma/codegen): don't print whitespaces for comments in minify mode #6465
fix(ecma/codegen): don't print whitespaces for comments in minify mode #6465
Conversation
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.
swc-bump:
- swc_ecma_codegen
@kdy1 Sounds like bug on CI (maybe cache)? No bugs on |
@kdy1 I really don't undestand when I run it locally it removes spaces (i.e. |
@kdy1 Can you remove CI cache for |
It's not problem of CI. |
@kdy1 But I think the problem is not on my side, if I remove whitespaces in tests it:
If I return whitespaces, it:
But I can do nothing with CI |
This reverts commit ac27afd.
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.
Automated review comment generated by auto-rebase script
Description:
We don't need extra whitespace for comments when we print minified output
BREAKING CHANGE:
No
Related issue (if exists):
No