aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/foo.js
blob: 343cf430bdc2feeea137bc3c67c52ca31f9bd61c (plain)
1
2
3
4
5
6
7
8
9
10
System.register("tests/foo.js", [], function($__export) {
  "use strict";
  var __moduleName = "foo";
  return {
    setters: [],
    execute: function() {
      $__export('f', 'f');
    }
  };
});