Template Upload

This commit is contained in:
SOUTHERNCO\x2mjbyrn
2017-05-17 13:45:25 -04:00
parent 415b9c25f3
commit 7efe7605b8
11476 changed files with 2170865 additions and 34 deletions

View File

@ -0,0 +1,33 @@
"format register";
System.register("lib/shared-dep", [], function($__export) {
"use strict";
var __moduleName = "lib/shared-dep";
function shared() {}
$__export("default", shared);
return {
setters: [],
execute: function() {
;
}
};
});
System.register("lib/a", ["./shared-dep"], function($__export) {
"use strict";
var __moduleName = "lib/a";
var shared;
return {
setters: [function(m) {
shared = m.default;
}],
execute: function() {
}
};
});
//# sourceMappingURL=a.js.map

View File

@ -0,0 +1,33 @@
"format register";
System.register("lib/shared-dep", [], function($__export) {
"use strict";
var __moduleName = "lib/shared-dep";
function shared() {}
$__export("default", shared);
return {
setters: [],
execute: function() {
;
}
};
});
System.register("lib/b", ["./shared-dep"], function($__export) {
"use strict";
var __moduleName = "lib/b";
var shared;
return {
setters: [function(m) {
shared = m.default;
}],
execute: function() {
}
};
});
//# sourceMappingURL=b.js.map