angular-cn/packages/compiler/test/aot
Chuck Jazdzewski 38a7e0d1c7 fix(compiler): ignore calls to unresolved symbols in metadata
This only shows up in the language service. Calls to symbols
that are not resolve resulted in null instead of being resolved
causing the language service to see exceptions when the null
was not expected such as in the animations array.

Fixes #15969
2017-04-17 14:36:08 -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): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00
static_reflector_spec.ts fix(compiler): ignore calls to unresolved symbols in metadata 2017-04-17 14:36:08 -07:00
static_symbol_resolver_spec.ts fix(compiler): ignore calls to unresolved symbols in metadata 2017-04-17 14:36:08 -07:00
summary_resolver_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
summary_serializer_spec.ts fix(compiler): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00
test_util.ts fix(compiler): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00

README.md

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