File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
modules/benchmarks/src/compiler Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module.exports = function(config) {
44 {src: '/js/traceur-runtime.js'},
55 {src: '/js/es6-module-loader-sans-promises.src.js'},
66 {src: '/js/extension-register.js'},
7- {src: 'paths .js'},
7+ {src: 'register_system .js'},
88 {src: 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.js'},
99 {src: 'benchmark.js'}
1010 ]
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ System.paths = {
55 'di/*': '/js/di/lib/*.js',
66 'rtts_assert/*': '/js/rtts_assert/lib/*.js',
77 'test_lib/*': '/js/test_lib/lib/*.js',
8- 'benchmarks/*': '/js/benchmarks/lib/*.js'
8+ 'benchmarks/*': '/js/benchmarks/lib/*.js',
9+ 'reflection/*': '/js/reflection/lib/*.js'
910};
1011register(System);
You can’t perform that action at this time.
0 commit comments