systemjs/test/fixtures/browser/systemjs-module-early.js

7 lines
120 B
JavaScript

System.register([], function(_export) {
return {
execute: function () {
_export('hi', 'bye');
}
};
});