From a205807191e3938d7ec32e81a8dcdf1208233728 Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Thu, 20 Aug 2015 17:05:05 +0200 Subject: [PATCH] chore(build): remove references to e6-module-loader I believe that it is no longer necessery after migration to a newer version of SystemJS Closes #3752 --- karma-js.conf.js | 3 +-- tools/broccoli/html-replace/SCRIPTS.html | 1 - tools/broccoli/html-replace/SCRIPTS_benchmarks.html | 1 - tools/broccoli/html-replace/SCRIPTS_benchmarks_external.html | 1 - tools/broccoli/js-replace/SCRIPTS.js | 2 +- tools/broccoli/trees/browser_tree.ts | 1 - 6 files changed, 2 insertions(+), 7 deletions(-) diff --git a/karma-js.conf.js b/karma-js.conf.js index 1bbed6cc0e..e0da7ccc17 100644 --- a/karma-js.conf.js +++ b/karma-js.conf.js @@ -9,7 +9,7 @@ module.exports = function(config) { files: [ // Sources and specs. - // Loaded through the es6-module-loader, in `test-main.js`. + // Loaded through the System loader, in `test-main.js`. {pattern: 'dist/js/dev/es5/**', included: false, watched: false}, // zone-microtask must be included first as it contains a Promise monkey patch @@ -18,7 +18,6 @@ module.exports = function(config) { 'node_modules/zone.js/dist/jasmine-patch.js', 'node_modules/traceur/bin/traceur-runtime.js', - 'node_modules/es6-module-loader/dist/es6-module-loader-sans-promises.src.js', // Including systemjs because it defines `__eval`, which produces correct stack traces. 'modules/angular2/src/test_lib/shims_for_IE.js', 'node_modules/systemjs/dist/system.src.js', diff --git a/tools/broccoli/html-replace/SCRIPTS.html b/tools/broccoli/html-replace/SCRIPTS.html index 816acf781b..3f9367def6 100644 --- a/tools/broccoli/html-replace/SCRIPTS.html +++ b/tools/broccoli/html-replace/SCRIPTS.html @@ -1,7 +1,6 @@ - - -