UNPKG

node-uglifier-es

Version:

Fully auto merging and uglifying a whole NodeJs project into one file with external files option. Recompiled from Zsolt Istvan Szabo's work with uglify-es instead of uglify-js-harmony.

23 lines (15 loc) 369 B
// Generated by CoffeeScript 1.10.0 (function() { var SomeClass2; SomeClass2 = (function() { function SomeClass2(initStr) { this.initStr = initStr; } SomeClass2.prototype.get = function() { return this.initStr; }; return SomeClass2; })(); module.exports = SomeClass2; }).call(this); //# sourceMappingURL=SomeClass2.js.map