angular/packages/compiler/src/output
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
..
abstract_emitter.ts feat(compiler-cli): produce template diagnostics error messages (#17125) 2017-06-01 10:13:50 -07:00
abstract_js_emitter.ts fix(compiler): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00
js_emitter.ts refactor(compiler): make OutputAst contain the moduleName, not the filePath (#16832). 2017-05-23 10:41:23 -06:00
output_ast.ts refactor(compiler): make OutputAst contain the moduleName, not the filePath (#16832). 2017-05-23 10:41:23 -06:00
output_interpreter.ts refactor(compiler): make OutputAst contain the moduleName, not the filePath (#16832). 2017-05-23 10:41:23 -06:00
output_jit.ts refactor(compiler): make OutputAst contain the moduleName, not the filePath (#16832). 2017-05-23 10:41:23 -06:00
source_map.ts fix(compiler): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00
ts_emitter.ts feat(compiler-cli): produce template diagnostics error messages (#17125) 2017-06-01 10:13:50 -07:00
value_util.ts refactor(compiler): make OutputAst contain the moduleName, not the filePath (#16832). 2017-05-23 10:41:23 -06:00