angular/packages/compiler/src/render3
Alex Rickabaugh 27bc7dcb43 feat(ivy): ngtsc compiles @Component, @Directive, @NgModule (#24427)
This change supports compilation of components, directives, and modules
within ngtsc. Support is not complete, but is enough to compile and test
//packages/core/test/bundling/todo in full AOT mode. Code size benefits
are not yet achieved as //packages/core itself does not get compiled, and
some decorators (e.g. @Input) are not stripped, leading to unwanted code
being retained by the tree-shaker. This will be improved in future commits.

PR Close #24427
2018-06-14 14:36:45 -07:00
..
view feat(ivy): ngtsc compiles @Component, @Directive, @NgModule (#24427) 2018-06-14 14:36:45 -07:00
r3_ast.ts test(ivy): add html to ivy ast transformer tests (#23546) 2018-05-09 11:49:18 -07:00
r3_factory.ts refactor(compiler): compile{Component,Directive} take only local information (#23545) 2018-05-08 13:57:20 -07:00
r3_identifiers.ts feat(ivy): ngtsc compiles @Component, @Directive, @NgModule (#24427) 2018-06-14 14:36:45 -07:00
r3_jit.ts feat(ivy): JIT renders the TODO app (#24138) 2018-05-30 11:25:57 -07:00
r3_module_compiler.ts feat(ivy): ngtsc compiles @Component, @Directive, @NgModule (#24427) 2018-06-14 14:36:45 -07:00
r3_module_factory_compiler.ts feat(ivy): add an IVY local the compiler which avoids analyzeModule (#23441) 2018-04-19 16:32:09 -07:00
r3_pipe_compiler.ts refactor(compiler): compile{Component,Directive} take only local information (#23545) 2018-05-08 13:57:20 -07:00
r3_template_transform.ts feat(ivy): add error reporting to the html to ivy transformer (#23546) 2018-05-09 11:49:18 -07:00
r3_types.ts refactor(ivy): remove the backpatch compiler (#23441) 2018-04-19 16:32:09 -07:00
util.ts feat(ivy): first steps towards JIT compilation (#23833) 2018-05-21 19:13:50 -04:00