angular/packages/compiler-cli/src
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
codegen.ts fix(compiler): compile .ngfactory.ts files even if nobody references them. (#16899) 2017-05-25 11:00:26 -06:00
compiler_host.ts refactor(compiler): change bundle to flatModuleIndex in the code (#17028) 2017-05-26 09:13:28 -07:00
extract_i18n.ts fix(compiler): compile .ngfactory.ts files even if nobody references them. (#16899) 2017-05-25 11:00:26 -06:00
extractor.ts fix(compiler): compile .ngfactory.ts files even if nobody references them. (#16899) 2017-05-25 11:00:26 -06:00
main.ts docs: in doc comments, replace [aA]ngular2 with Angular (#15463) 2017-03-27 09:44:35 -07:00
ngtools_api.ts fix(compiler): compile .ngfactory.ts files even if nobody references them. (#16899) 2017-05-25 11:00:26 -06:00
ngtools_impl.ts fix(compiler-cli): import routing module with forRoot (#16438) 2017-05-15 13:11:39 -07:00
path_mapped_compiler_host.ts fix(compiler): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00
version.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00