Skip to content

Commit

Permalink
build: rename shims_for_IE.js -> shims_for_internal_tests.js (angular…
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
AndrewKushnir authored and atscott committed Aug 2, 2021
1 parent 892ae85 commit 8861d73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ filegroup(
"//packages/zone.js/bundles:zone-testing.umd.js",
"//packages/zone.js/bundles:task-tracking.umd.js",
"//:test-events.js",
"//:third_party/shims_for_IE.js",
"//:third_party/shims_for_internal_tests.js",
# Including systemjs because it defines `__eval`, which produces correct stack traces.
"@npm//:node_modules/systemjs/dist/system.src.js",
"@npm//:node_modules/reflect-metadata/Reflect.js",
Expand Down
2 changes: 1 addition & 1 deletion karma-js.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = function(config) {

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

// Serve polyfills necessary for testing the `elements` package.
Expand Down
2 changes: 1 addition & 1 deletion packages/router/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = function(config) {
// Polyfills.
'node_modules/core-js/client/core.js',
'node_modules/reflect-metadata/Reflect.js',
'third_party/shims_for_IE.js',
'third_party/shims_for_internal_tests.js',

// System.js for module loading
'node_modules/systemjs/dist/system-polyfills.js',
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8861d73

Please sign in to comment.