-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Better way to compress #10
Comments
But for const js = `throw new Error('The language "' + r.language + '" has no grammar.');` it was done differently |
We can add option to disable such transformation, about second case - it’s hard to implement, but PR’s a welcome |
Just landed ability to disable |
As I understood in these changes, only that you turn off this transformation, without additional checking which of the options will be better but unfortunately, the problem indicated in the title is not solved |
There is no place I can add the check right now, but you can add a new rule to |
Closed due to a long time of inactivity 🏝 |
Also this can be implemented using |
it seems that if you leave this line as an addition, the result will be smaller
is it not considered an option to either remove the conversion to template literals, or add a check of the original size?
The text was updated successfully, but these errors were encountered: