wallet-core/thirdparty/systemjs/test/tests/global-single-compiled.js

9 lines
307 B
JavaScript

System.registerDynamic([], false, function($__require, $__exports, $__module) {
var _retrieveGlobal = System.get("@@global-helpers").prepareGlobal($__module.id, null, null);
(function() {
var foo = this["foobar"];
var foo = 'foo';
this["foobar"] = foo;
})();
return _retrieveGlobal();
})