UNPKG

systemjs

Version:

System loader extension for flexible AMD & CommonJS support

15 lines (14 loc) 307 B
System.register([], function($__export) { "use strict"; var __moduleName = "test"; var c; return { setters: [], execute: function() { c = $__export("c", (function() { var c = function c() {}; return ($traceurRuntime.createClass)(c, {}, {}); }())); } }; });