systemjs/test/tests/json-loader.js

4 lines
85 B
JavaScript

exports.translate = function (load) {
return 'module.exports = ' + load.source;
};