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
This is useful in UglifyJS to compress multiple files and generate a proper source map.
Basically, the parser would receive a Program node and will append new statements to its body instead of creating a new Program. The tricky part is that besides start/end the "loc" property needs also to contain "source" (specified in the SpiderMonkey parser API).
The text was updated successfully, but these errors were encountered:
This is useful in UglifyJS to compress multiple files and generate a proper source map.
Basically, the parser would receive a Program node and will append new statements to its body instead of creating a new Program. The tricky part is that besides start/end the "loc" property needs also to contain "source" (specified in the SpiderMonkey parser API).
The text was updated successfully, but these errors were encountered: