Skip to content

Commit 0a84898

Browse files
devversiondylhunn
authored andcommitted
test: remove unused intl polyfill from tests and third_party vendoring (angular#46512)
Removes an unused `Intl` polyfill that we needed in the past when Angular common did not use CLDR. PR Close angular#46512
1 parent bdf57ab commit 0a84898

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ filegroup(
2626
"//packages/zone.js/bundles:zone-testing.umd.js",
2727
"//packages/zone.js/bundles:task-tracking.umd.js",
2828
"//:test-events.js",
29-
"//:third_party/shims_for_internal_tests.js",
3029
# Including systemjs because it defines `__eval`, which produces correct stack traces.
3130
"@npm//:node_modules/systemjs/dist/system.src.js",
3231
"@npm//:node_modules/reflect-metadata/Reflect.js",

third_party/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Follow these guidelines for adding sources under `third_party`:
1717
1. Preserve the license for code. The best thing to do is copy the entire LICENSE file along with the sources.
1818
1. Indicate where the sources came from. Our convention is to create a directory based on the URL where the sources were fetched. Add version number or if missing, the retrieval date, as a comment in the build file just above the license() call. Example: https://github.com/angular/angular/blob/master/third_party/fonts.google.com/open-sans/BUILD.bazel
1919
1. Avoid changing the files you fetched. If you make any changes to the sources, first commit the original, then in a separate commit, make your edits. include another metadata file listing your changes, like https://github.com/bazelbuild/rules_nodejs/blob/master/third_party/github.com/source-map-support/LOCAL_MODS.md
20-
1. Any bundle or distribution which includes this code needs to propagate the LICENSE file or content. Talk to your TL to make sure this is done correctly.
20+
1. Any bundle or distribution which includes this code needs to propagate the LICENSE file or content. Talk to your TL to make sure this is done correctly.
2121

2222
## Under Bazel
2323

0 commit comments

Comments
 (0)