-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
"Unclosed multiline comment" using /* ... /**/ #67
Labels
Comments
I'm also noticing this as well.
|
This is due to Not even sure why that replacement is in there. It will get handled by the comment parser. |
Merged
Thanks for the issue! I've added the example into the test suite, and it appears that it was resolved in the refactor that removed the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
The minifier thows an error when I use following multiline comment:
var d = 1; /* test comment /**/ var d = 2;
This is a valid comment but not correctly handled by the shrinker.
BR
The text was updated successfully, but these errors were encountered: