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) 300 B
// Generated by CoffeeScript 2.3.1 (function() { var SomeClass; SomeClass = class SomeClass { constructor(initStr) { this.initStr = initStr; } get() { return this.initStr; } }; module.exports = SomeClass; }).call(this); //# sourceMappingURL=SomeClass.js.map