9ed4e3df60
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 |
||
---|---|---|
.. | ||
view | ||
BUILD.bazel | ||
README.md | ||
r3_template_transform_spec.ts | ||
styling_spec.ts |
README.md
Tests in this directory are excluded from running in the browser and only run in node.