aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/plugin@1.2.3/plugin.js
blob: 741d6e0f6e7d21a7d52a4f6a8f23b1197dfd97ad (plain)
1
2
3
exports.translate = function(load) {
  load.source += '\nexports.versionedPlugin = true;';
}