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
The registerCmd function call should not disappear when there is a comment above it
Actual Behavior
The registerCmd function call disappears from the output
Code
/*registerCmd("cal", function(argv) { // Old code // ... 142 lines of private code}, "cal - Shows a calendar")*/registerCmd("cal",function(argv){// New code// ... 154 lines of private code},"cal - Shows a calendar")
We just wrapper around terser (https://github.com/terser-js/terser), if you think it is bug please open issue in their repo, we can't do something on our side (we don't modify your code, just send this code to terser and return output), thanks!
Expected Behavior
The registerCmd function call should not disappear when there is a comment above it
Actual Behavior
The registerCmd function call disappears from the output
Code
How Do We Reproduce?
Cannot provide a repo because my project is closed source
The text was updated successfully, but these errors were encountered: