angular-cn/packages/compiler/test/render3
Alex Rickabaugh 9ed4e3df60 feat(ivy): introduce a new compiler API for operating on templates (#26203)
This commit introduces the "t2" API, which processes parsed template ASTs
and performs a number of functions such as binding (the process of
semantically interpreting cross-references within the template) and
directive matching. The API is modeled on TypeScript's TypeChecker API,
with oracle methods that give access to collected metadata.

This work is a prerequisite for the upcoming template type-checking
functionality, and will also become the basis for a refactored
TemplateDefinitionBuilder.

PR Close #26203
2018-10-04 10:11:17 -07:00
..
view feat(ivy): introduce a new compiler API for operating on templates (#26203) 2018-10-04 10:11:17 -07:00
BUILD.bazel build(bazel): update to rules_typescript 0.17.0 & rules_nodejs 0.13.4 (#25920) 2018-09-18 13:05:38 -07:00
README.md feat(compiler): implement "enableIvy" compiler option (#21427) 2018-01-18 18:22:44 -06:00
r3_template_transform_spec.ts fix(ivy): fix inline template bindings parsing (#25272) 2018-08-02 22:59:04 -07:00
styling_spec.ts feat(ivy): properly apply style="", [style], [style.foo] and [attr.style] bindings (#24602) 2018-07-06 13:51:00 -07:00

README.md

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