aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/plugin-dep.js
blob: 4485e45e4d666a1cfe642413ed894f0dd52d622c (plain)
1
2
3
4
5
6
7
8
System.register([], function($__export) {
  return {
    setters: [],
    execute: function() {
      $__export('p', 5);
    }
  };
});