angular-cn/packages/compiler-cli/test
Chuck Jazdzewski 230255f887 feat(compiler-cli): produce template diagnostics error messages (#17125)
Refactoring the compiler to use transformers moves the code generation
after type-checking which suppresses the errors TypeScript would
generate in the user code.

`TypeChecker` currently produces the same factory code that was
generated prior the switch to transfomers, getting back the same
diagnostics as before. The refactoring will allow the code to
diverge from the factory code and allow better diagnostic error
messages than was previously possible by type-checking the factories.
2017-06-01 10:13:50 -07:00
..
diagnostics feat(compiler-cli): produce template diagnostics error messages (#17125) 2017-06-01 10:13:50 -07:00
transformers feat(compiler): emit typescript nodes from an output ast (#16823) 2017-05-30 10:43:13 -07:00
aot_host_spec.ts revert: feat(compiler-cli): support metadata file aliases (#15331) 2017-03-21 12:20:14 -05:00
main_spec.ts fix(compiler): compile `.ngfactory.ts` files even if nobody references them. (#16899) 2017-05-25 11:00:26 -06:00
mocks.ts fix: turn on nullability in the code base. 2017-04-18 12:07:33 -07:00