systemjs/test/tests/plugin-dep.js
2014-07-31 21:05:06 -07:00

8 lines
135 B
JavaScript

System.register([], function($__export) {
return {
setters: [],
execute: function() {
$__export('p', 5);
}
};
});