angular-cn/packages/compiler/test/aot
Chuck Jazdzewski 64d16dee02 feat(compiler): implement "enableIvy" compiler option (#21427)
The "enableIvy" compiler option is the initial implementation
of the Render3 (or Ivy) code generation. This commit enables
generation generating "Hello, World" (example in the test)
but not much else. It is currenly only useful for internal Ivy
testing as Ivy is in development.

PR Close #21427
2018-01-18 18:22:44 -06:00
..
README.md refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
compiler_spec.ts build(core): add bazel test targets for core (#21053) 2017-12-22 13:10:51 -08:00
jit_summaries_spec.ts Revert "Revert "Revert "perf(compiler): skip type check and emit in bazel in some cases. (#19646)""" 2017-10-12 16:09:49 -07:00
regression_spec.ts Revert "Revert "Revert "perf(compiler): skip type check and emit in bazel in some cases. (#19646)""" 2017-10-12 16:09:49 -07:00
static_reflector_spec.ts build: upgrade bazel rules to latest (#20768) 2017-12-07 11:27:50 -08:00
static_symbol_resolver_spec.ts fix(compiler): make `.ngsummary.json` files idempotent (#21448) 2018-01-10 16:20:53 -08:00
summary_resolver_spec.ts feat(compiler): implement "enableIvy" compiler option (#21427) 2018-01-18 18:22:44 -06:00
summary_serializer_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00
test_util.ts feat(compiler): implement "enableIvy" compiler option (#21427) 2018-01-18 18:22:44 -06:00

README.md

Tests in this directory are excluded from running in the browser and only run in node.