10 Commits

Author SHA1 Message Date
Joey Perrott
39b3cbbdf5 build: update .bazelversion ()
Update to the latest version of bazel.

`4.0.0` introduced a breaking change on unnecessary backslashes and these
instance are corrected in this change.

PR Close 
2021-01-26 11:35:54 -08:00
Joey Perrott
807c89441a build: migrate determining if Ivy is enabled in typescript genrule files to use angular_ivy_enabled ()
Use angular_ivy_enabled to determine if Ivy is being used for the ivy_test_selector.ts symbols.
Additionally, remove the reflect_metadata genrules as we not longer have a "jit" compile option
so all possible invocations result in the same generated file.  Instead we can just commit this
file.

PR Close 
2019-11-26 16:38:40 -05:00
Wassim Chegham
dad5a258b8 style: enforce buildifier lint on CI ()
PR Close 
2019-02-26 16:57:41 -08:00
Wassim Chegham
ce68b4d839 style: enforce buildifier lint on CI ()
PR Close 
2019-02-26 16:57:41 -08:00
Paul Gschwendtner
ee74835619 build: run playground e2e examples with bazel ()
PR Close 
2019-02-04 16:51:11 -05:00
Igor Minar
21f6daf0bb test: correct bazel visibility for @angular/private/testing ()
we don't want anyone else to depened on this stuff.

PR Close 
2018-12-05 20:55:32 -08:00
Misko Hevery
7d2a746090 build: remove ivy JIT mode ()
PR Close 
2018-11-02 15:44:05 -07:00
Miško Hevery
c13f46c7c5 fix(ivy): enable packages/core/test/render3 test for AoT ()
PR Close 
2018-11-02 15:44:05 -07:00
Greg Magolan
9605456b66 build: refactor ambient node & jasmine types so they are only included where needed ()
PR Close 
2018-08-16 13:46:43 -07:00
Miško Hevery
6e2a1877ab refactor(core): remove withBody from public testing API ()
PR Close 
2018-07-31 15:09:32 -07:00