angular-cn/packages/compiler/test/aot
Tobias Bosch f1e526f046 fix(compiler): use either summary or metadata information when reading .d.ts files (#18912)
This fix applies for getting all symbols in file.

PR Close #18912
2017-08-31 13:27:55 -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 fix(compiler): don’t reexport types in `.ngfactory` files (#18788) 2017-08-28 18:46:43 -05:00
emit_stubs_spec.ts feat(compiler-cli): new compiler api and command-line using TypeScript transformers 2017-06-23 16:18:44 -07:00
jit_summaries_spec.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
regression_spec.ts refactor(compiler): allow sync AOT compilation (#16832). 2017-05-23 10:41:23 -06:00
static_reflector_spec.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
static_symbol_resolver_spec.ts fix(compiler): use either summary or metadata information when reading .d.ts files (#18912) 2017-08-31 13:27:55 -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 fix(compiler): don’t reexport types in `.ngfactory` files (#18788) 2017-08-28 18:46:43 -05:00
test_util.ts feat(compiler-cli): lower metadata `useValue` and `data` literal fields (#18905) 2017-08-31 09:46:16 -07:00

README.md

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