Revision c46d533b22267557a6b20db8f7eb8d77449627e6 authored by Paul Gschwendtner on 16 December 2021, 13:11:53 UTC, committed by Andrew Scott on 05 January 2022, 23:20:20 UTC
To make our test output i.e. devmode output more aligned
with what we produce in the NPM packages, or to be more
aligned with what Angular applications will usually consume,
the devmode output is switched from ES5 to ES2015.

Additionally various tsconfigs (outside of Bazel) have been
updated to match with the other parts of the build. The rules
are:

ES2015 for test configurations, ES2020 for actual code that will
end up being shipped (this includes the IDE-only tsconfigs).

PR Close #44505
1 parent 8388151
History
File Mode Size
images
BAZEL.md -rw-r--r-- 14.6 KB
BRANCHES.md -rw-r--r-- 7.3 KB
CARETAKER.md -rw-r--r-- 1019 bytes
CODING_STANDARDS.md -rw-r--r-- 7.5 KB
COMMITTER.md -rw-r--r-- 1.0 KB
DEBUG.md -rw-r--r-- 1020 bytes
DEBUG_COMPONENTS_REPO_IVY.md -rw-r--r-- 1.6 KB
DEVELOPER.md -rw-r--r-- 10.6 KB
FIXUP_COMMITS.md -rw-r--r-- 4.6 KB
GITHUB_PROCESS.md -rw-r--r-- 2.8 KB
NAMING.md -rw-r--r-- 889 bytes
PR_REVIEW.md -rw-r--r-- 5.1 KB
PUBLIC_API.md -rw-r--r-- 6.2 KB
RELEASE_SCHEDULE.md -rw-r--r-- 314 bytes
SAVED_REPLIES.md -rw-r--r-- 3.9 KB
TOOLS.md -rw-r--r-- 5.5 KB
TRIAGE_AND_LABELS.md -rw-r--r-- 12.5 KB

back to top