Skip to content

Commit 8861d73

Browse files
AndrewKushniratscott
authored andcommitted
build: rename shims_for_IE.js -> shims_for_internal_tests.js (angular#43002)
This commit renames shims_for_IE.js -> shims_for_internal_tests.js, since there are no IE shims there anymore (there are still shims for older Safari and Android versions). PR Close angular#43002
1 parent 892ae85 commit 8861d73

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ filegroup(
2424
"//packages/zone.js/bundles:zone-testing.umd.js",
2525
"//packages/zone.js/bundles:task-tracking.umd.js",
2626
"//:test-events.js",
27-
"//:third_party/shims_for_IE.js",
27+
"//:third_party/shims_for_internal_tests.js",
2828
# Including systemjs because it defines `__eval`, which produces correct stack traces.
2929
"@npm//:node_modules/systemjs/dist/system.src.js",
3030
"@npm//:node_modules/reflect-metadata/Reflect.js",

karma-js.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = function(config) {
5050

5151
// Including systemjs because it defines `__eval`, which produces correct stack traces.
5252
'test-events.js',
53-
'third_party/shims_for_IE.js',
53+
'third_party/shims_for_internal_tests.js',
5454
'node_modules/systemjs/dist/system.src.js',
5555

5656
// Serve polyfills necessary for testing the `elements` package.

packages/router/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = function(config) {
2828
// Polyfills.
2929
'node_modules/core-js/client/core.js',
3030
'node_modules/reflect-metadata/Reflect.js',
31-
'third_party/shims_for_IE.js',
31+
'third_party/shims_for_internal_tests.js',
3232

3333
// System.js for module loading
3434
'node_modules/systemjs/dist/system-polyfills.js',
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)