Bones/node_modules/systemjs/test/tests/foo.js

11 lines
198 B
JavaScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
System.register("tests/foo.js", [], function($__export) {
"use strict";
var __moduleName = "foo";
return {
setters: [],
execute: function() {
$__export('f', 'f');
}
};
});