mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
10 lines
206 B
JavaScript
10 lines
206 B
JavaScript
System.register(['./depcache1.js'], function(_export) {
|
|
var dep;
|
|
return {
|
|
setters: [function (_dep) { dep = _dep.default }],
|
|
execute: function () {
|
|
_export('default', dep);
|
|
}
|
|
};
|
|
});
|