Bones/node_modules/systemjs/test/tests/with-runtime-babel.js
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

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();
}
};
});