Commit c46d533
build: switch devmode output to es2015 (angular#44505)
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 angular#445051 parent 8388151 commit c46d533
87 files changed
Lines changed: 134 additions & 250 deletions
File tree
- packages
- animations
- browser/test
- test
- bazel
- src
- ng_module
- ngc-wrapped
- test/ngc-wrapped
- benchpress/test
- common
- http
- testing/test
- test
- test
- upgrade/test
- compiler-cli
- integrationtest
- bazel
- injectable_def/app/test
- injector_def/ivy_build/app/test
- flat_module
- ngtools_src
- third_party_src
- linker
- babel/test
- test
- ngcc/test
- src/ngtsc
- annotations/test
- core/test
- cycles/test
- entry_point/test
- file_system/test
- imports/test
- incremental/test
- indexer/test
- logging/test
- metadata/test
- partial_evaluator/test
- reflection/test
- scope/test
- shims/test
- sourcemaps/test
- transform/test
- translator/test
- typecheck
- extended/test/checks
- invalid_banana_in_box
- nullish_coalescing_not_nullable
- test
- util/test
- test
- compliance
- full
- linked
- ngtsc
- compiler/test
- expression_parser
- ml_parser
- render3
- selector
- core/test
- acceptance
- compiler
- render3
- ivy
- elements/test
- examples/core
- testing/ts
- forms/test
- localize
- schematics/ng-add
- src
- localize/test
- utils/test
- test
- tools/test
- extract/integration
- migrate/integration
- translate/integration
- platform-browser-dynamic/test
- platform-browser
- animations/test
- test
- platform-server
- init/test
- test
- router/test
- aot_ngsummary_test
- service-worker
- cli
- config/test
- test
- zone.js/test
- tools
- testing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
278 | 282 | | |
279 | 283 | | |
280 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments