UNPKG

aq-web-front

Version:

A compilation framework to allow coding web frontends in a modern style.

10 lines (8 loc) 252 B
module.exports = function() { this.jsOutput = 'module.exports=' + JSON.stringify(this.opt.sourceContent) + ';\n'; this.jsMap.append({ file: this.opt.relativePath, mappings: [[[0,0,0,0]]] }); this.success(); };