angular/modules/@angular/compiler/src/output
Tobias Bosch 0fa3895d5b feat(compiler): implement style encapsulation for new view engine (#14518)
Included refactoring:
- splits the `RendererV2` into a `RendererFactoryV2` and a `RendererV2`
- makes the `DebugRendererV2` a private class in `@angular/core`
- remove `setBindingDebugInfo` from `RendererV2`, but rename `RendererV2.setText` to 
  `RendererV2.setValue` and allow it on comments and text nodes.

Part of #14013
2017-02-16 13:55:55 -08:00
..
abstract_emitter.ts feat(compiler): add support for source map generation (#14258) 2017-02-10 15:04:15 -06:00
abstract_js_emitter.ts feat(compiler): add support for source map generation (#14258) 2017-02-10 15:04:15 -06:00
class_builder.ts feat(compiler): add support for source map generation (#14258) 2017-02-10 15:04:15 -06:00
js_emitter.ts feat(compiler): add support for source map generation (#14258) 2017-02-10 15:04:15 -06:00
output_ast.ts feat(compiler): add support for source map generation (#14258) 2017-02-10 15:04:15 -06:00
output_interpreter.ts feat(compiler): implement style encapsulation for new view engine (#14518) 2017-02-16 13:55:55 -08:00
output_jit.ts feat(compiler): implement style encapsulation for new view engine (#14518) 2017-02-16 13:55:55 -08:00
path_util.ts feat(compiler): generate type parameters for generic type references (#14104) 2017-02-01 09:29:51 -06:00
source_map.ts feat(compiler): add support for source map generation (#14258) 2017-02-10 15:04:15 -06:00
ts_emitter.ts feat(compiler): add support for source map generation (#14258) 2017-02-10 15:04:15 -06:00
value_util.ts refactor(Compiler): misc cleanup 2017-01-09 19:32:01 -05:00