atscott
538d0446b5
Revert "refactor: handle breaking changes in rules_nodejs 1.0.0 ( #34589 )" ( #34730 )
...
This reverts commit 9bb349e1c8089ee29b82c7234a11ad4256f1d06f.
PR Close #34730
2020-01-10 14:12:15 -08:00
atscott
6e5774b9a0
Revert "build: update to rules nodejs 1.0.1 ( #34589 )" ( #34730 )
...
This reverts commit 8042433cb09098c658fdec39c49edaeac2ac2c1d.
PR Close #34730
2020-01-10 14:12:15 -08:00
atscott
b788c36909
Revert "build: add a before-all-other bootstrap script that patches require ( #34589 )" ( #34730 )
...
This reverts commit c3e843995434ace3e0a96faa950cd13f3ee90fbb.
PR Close #34730
2020-01-10 14:12:14 -08:00
Greg Magolan
c3e8439954
build: add a before-all-other bootstrap script that patches require ( #34589 )
...
This removes the churn in the existing bootstrap scripts.
PR Close #34589
2020-01-10 08:32:00 -08:00
Greg Magolan
8042433cb0
build: update to rules nodejs 1.0.1 ( #34589 )
...
This brings in a few minor fixes including a better way to patch require for bootstrap scripts.
PR Close #34589
2020-01-10 08:31:59 -08:00
Greg Magolan
9bb349e1c8
refactor: handle breaking changes in rules_nodejs 1.0.0 ( #34589 )
...
The major one that affects the angular repo is the removal of the bootstrap attribute in nodejs_binary, nodejs_test and jasmine_node_test in favor of using templated_args --node_options=--require=/path/to/script. The side-effect of this is that the bootstrap script does not get the require.resolve patches with explicitly loading the targets _loader.js file.
PR Close #34589
2020-01-10 08:31:59 -08:00
JiaLiPassion
8c6fb17d29
build: reference zone.js from source directly instead of npm. ( #33046 )
...
Close #32482
PR Close #33046
2019-11-06 00:48:34 +00:00
Misko Hevery
8a47b48912
refactor: Move dom_adapter.ts
to @angular/common
( #32154 )
...
This work is needed in preparation for turning tokens into tree-shakable injectables.
PR Close #32154
2019-08-29 21:51:56 -07:00
Misko Hevery
d042c4afe0
fix(core): Remove static dependency from @angular/core to @angular/compiler ( #26734 )
...
PR Close #26734
2018-10-31 14:15:06 -04:00
Misko Hevery
ac2b04a5ab
test(ivy): Add small_app spec for sprint #3 ( #22018 )
...
PR Close #22018
2018-02-18 13:18:54 -08:00
Marc Laval
a2f3f4550d
test(core): properly stringify HTML elements in render3 tests ( #21279 )
...
PR Close #21279
2018-01-05 14:25:40 -08:00
Marc Laval
764fea1344
test(core): animation renderer factory in render3 ( #20855 )
...
PR Close #20855
2017-12-21 21:40:58 -08:00
Miško Hevery
0fa818b318
feat(core): Moving Renderer3 into @angular/core ( #20855 )
...
PR Close #20855
2017-12-21 21:40:58 -08:00