You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm thinking If I can have some thing like the /* disable-eslint */, /* disable-enable */, /* disable-enable-line */, /* disable-enable-next-line */ in eslint library.
So I can write the code like this:
Bug report or feature request?
feature request
ES5 or ES6+ input?
Uglify version (
uglifyjs -V
)JavaScript input
The
uglifyjs
CLI command executed orminify()
options used.JavaScript output or error produced.
I'm trying to serialize function in documentation.
I have a function
And I used
handler.toString()
to print it out:It's pretty good. But after uglify:
So I'm thinking If I can have some thing like the
/* disable-eslint */
,/* disable-enable */
,/* disable-enable-line */
,/* disable-enable-next-line */
in eslint library.So I can write the code like this:
The text was updated successfully, but these errors were encountered: