systemjs/test/tests/normalize-plugin.js
2015-06-22 23:58:50 +02:00

6 lines
163 B
JavaScript

exports.normalize = function(name, parentName) {
return name;
};
exports.fetch = function(load) {
return 'exports.name = "' + load.name.split('!')[0] + '";';
}