We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following snippet of code fails to minify if any of the commented line is uncommented
var a = 1; // let b = 2; // const c = 3; function d() { var a = 1; // let b = 2; // const c = 3; } // var f = () => { };
Easy Compiler Version: v1.2.1 VS Code Version: 1.46.1 (system setup)
The text was updated successfully, but these errors were encountered:
@jakopo87 im having the same issue, did you find any fix?
Sorry, something went wrong.
I just did not minify the file, it was a little script made in my spare time. I may try to investigate it if I'll get a chance.
No branches or pull requests
The following snippet of code fails to minify if any of the commented line is uncommented
Easy Compiler Version: v1.2.1
VS Code Version: 1.46.1 (system setup)
The text was updated successfully, but these errors were encountered: