mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
16 lines
340 B
JavaScript
16 lines
340 B
JavaScript
System.register([], function (_export) {
|
|
"use strict";
|
|
|
|
var c;
|
|
return {
|
|
setters: [],
|
|
execute: function () {
|
|
c = _export("c", function c() {
|
|
babelHelpers.classCallCheck(this, c);
|
|
|
|
babelHelpers.get(Object.getPrototypeOf(c.prototype), "constructor", this).call(this);
|
|
});
|
|
new c();
|
|
}
|
|
};
|
|
}); |