UNPKG

jaw-loader

Version:
8 lines (7 loc) 178 B
var jaw = require('jaw'); module.exports = function(source) { if(this.cacheable) { this.cacheable(); } return 'module.exports=' + JSON.stringify(jaw.parse(source)); };