angular-cn/packages/compiler/test/aot
Tobias Bosch eba59aaf87 refactor(compiler): add ability to produce stub .ngfactory / .ngsummary files (#16963)
These files are needed so that:
- user code can compile even without real codegen
- as tsc transformers cannot create but only change existing files
  in the transformation pipeline.
2017-05-23 14:40:50 -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 refactor(compiler): allow sync AOT compilation (#16832). 2017-05-23 10:41:23 -06:00
emit_stubs_spec.ts refactor(compiler): add ability to produce stub .ngfactory / .ngsummary files (#16963) 2017-05-23 14:40:50 -06:00
jit_summaries_spec.ts refactor(compiler): allow sync AOT compilation (#16832). 2017-05-23 10:41:23 -06:00
regression_spec.ts refactor(compiler): allow sync AOT compilation (#16832). 2017-05-23 10:41:23 -06:00
static_reflector_spec.ts fix(compiler): do not report type errors for arguments with `@Inject` (#16222) 2017-05-23 11:53:38 -06:00
static_symbol_resolver_spec.ts feat: add .ngsummary.ts files to support AOT unit tests 2017-05-05 13:23:53 -04:00
summary_resolver_spec.ts refactor(compiler): make `OutputAst` contain the moduleName, not the filePath (#16832). 2017-05-23 10:41:23 -06:00
summary_serializer_spec.ts refactor(compiler): make `OutputAst` contain the moduleName, not the filePath (#16832). 2017-05-23 10:41:23 -06:00
test_util.ts refactor(compiler): add ability to produce stub .ngfactory / .ngsummary files (#16963) 2017-05-23 14:40:50 -06:00

README.md

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