node-uglifier icon indicating copy to clipboard operation
node-uglifier copied to clipboard

Can't handle non-function-call require expressions

Open zamb3zi opened this issue 8 years ago • 0 comments

The following expression causes an exception at packageUtils.coffee:150: new(require("events").EventEmitter) since node.expression.args is undefined.

zamb3zi avatar Dec 18 '15 09:12 zamb3zi