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) • 362 B
JavaScript
// Generated by CoffeeScript 1.10.0
(function() {
var SomeClass;
SomeClass = (function() {
function SomeClass(initStr) {
this.initStr = initStr;
}
SomeClass.prototype.get = function() {
return this.initStr;
};
return SomeClass;
})();
module.exports = SomeClass;
}).call(this);
//# sourceMappingURL=SomeClass.js.map