angular-cn/packages/compiler/test/render3
Miško Hevery 60065935be refactor(ivy): align compiler with runtime (#22921)
Remove `containerRefreshStart` and `containerRefreshEnd` instruction
from the output.

Generate directives as a list in `componentDef` rather than inline into
instructions. This is consistent in making selector resolution runtime
so that translation of templates can follow locality.

PR Close #22921
2018-04-02 15:49:48 -07:00
..
README.md feat(compiler): implement "enableIvy" compiler option (#21427) 2018-01-18 18:22:44 -06:00
mock_compile.ts test(compiler): allow asserting matching identifier names (#22835) 2018-03-22 21:24:19 -04:00
mock_compiler_spec.ts test(compiler): allow asserting matching identifier names (#22835) 2018-03-22 21:24:19 -04:00
r3_back_patch_compiler_spec.ts feat(ivy): produce Renderer2 back-patching and factories. (#22506) 2018-03-08 22:39:07 -08:00
r3_compiler_compliance_spec.ts refactor(ivy): align compiler with runtime (#22921) 2018-04-02 15:49:48 -07:00
r3_module_factory_compiler_spec.ts feat(ivy): produce Renderer2 back-patching and factories. (#22506) 2018-03-08 22:39:07 -08:00
r3_view_compiler_i18n_spec.ts test(compiler): assert translation names pattern (#22960) 2018-03-23 15:06:06 -04:00
r3_view_compiler_listener_spec.ts feat(ivy): add `(event)="handle"` syntax support to compiler (#22921) 2018-04-02 15:49:48 -07:00
r3_view_compiler_spec.ts feat(compiler): add basic support for in ivy/i18n code generation (#22654) 2018-03-22 19:01:51 -04:00

README.md

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