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.

21 lines (14 loc) 305 B
// Generated by CoffeeScript 2.3.1 (function() { var SomeClass2; SomeClass2 = class SomeClass2 { constructor(initStr) { this.initStr = initStr; } get() { return this.initStr; } }; module.exports = SomeClass2; }).call(this); //# sourceMappingURL=SomeClass2.js.map