angular-cn/packages/compiler/test/render3/view
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
..
binding_spec.ts feat(ivy): introduce a new compiler API for operating on templates (#26203) 2018-10-04 10:11:17 -07:00
util.ts feat(ivy): introduce a new compiler API for operating on templates (#26203) 2018-10-04 10:11:17 -07:00