Skip to content
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

JS: '\u0022' minified to """ #654

Closed
jpodeszfa opened this issue Jan 6, 2024 · 1 comment
Closed

JS: '\u0022' minified to """ #654

jpodeszfa opened this issue Jan 6, 2024 · 1 comment

Comments

@jpodeszfa
Copy link

One more bug in minimized strings.

'\u0022' is minified to """ and it ends in syntax error.

34d9a12 is the first bad commit
commit 34d9a12
Author: Taco de Wolff tacodewolff@gmail.com
Date: Mon Sep 4 09:07:56 2023 +0200

JS: fix bug in replacing unicode escapes; don't reparse already replaced escapes
@tdewolff
Copy link
Owner

tdewolff commented Jan 6, 2024

Well, that was some buggy code in minifyString! Thanks for bringing this to my attention. Fixed it in the commit above and will be releasing a new version now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants