angular-cn/packages/compiler/test/aot
Tobias Bosch a22121d65d perf(compiler): skip type check and emit in bazel in some cases. (#19646)
If no user files changed:
- only type check the changed generated files

Never emit non changed generated files
- we still calculate them, but don’t send them through
  TypeScript to emit them but cache the written files instead.
PR Close #19646
2017-10-11 15:54:02 -07:00
..
README.md refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
compiler_spec.ts perf(compiler): skip type check and emit in bazel in some cases. (#19646) 2017-10-11 15:54:02 -07:00
jit_summaries_spec.ts perf(compiler): skip type check and emit in bazel in some cases. (#19646) 2017-10-11 15:54:02 -07:00
regression_spec.ts perf(compiler): skip type check and emit in bazel in some cases. (#19646) 2017-10-11 15:54:02 -07:00
static_reflector_spec.ts fix(compiler): disallow references for select and index evaluation 2017-10-04 14:54:39 -07:00
static_symbol_resolver_spec.ts fix(compiler): allow to use flat modules and summaries 2017-09-28 14:20:20 -07:00
summary_resolver_spec.ts feat(compiler): make `.ngsummary.json` files portable 2017-08-16 15:24:48 -07:00
summary_serializer_spec.ts refactor(compiler): bump metadata version to 4 (#19338) 2017-09-26 13:31:59 -07:00
test_util.ts perf(compiler): skip type check and emit in bazel in some cases. (#19646) 2017-10-11 15:54:02 -07:00

README.md

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