UNPKG

systemjs

Version:

System loader extension for flexible AMD & CommonJS support

18 lines (17 loc) 301 B
System.register(["./all-layers2.js", "./all-layers4.js"], function($__export) { "use strict"; var c, p; return { setters: [ function(m) { p = m.p; }, function(m) { $__export('c', c = m.c); } ], execute: function() { p(); } }; });