Bones/node_modules/systemjs/test/tests/with-runtime-babel.js

16 lines
340 B
JavaScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
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();
}
};
});