summaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/global-single-compiled.js
blob: 1c55c7506faa8b3518915925e13dd908f2cb3f0a (plain)
1
2
3
4
5
6
7
8
9
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();
})