mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The template symbol builder works by finding the variables referring to template AST nodes with specific offsets and resolving them to directives. Afterwards it goes through the directives and resolves their host directives. The problem is that host directives are added with the exact same offsets as their host which means they get added once initially and again when resolving host directives. These changes resolve the issue by de-duplicating them. PR Close #61240 |
||
|---|---|---|
| .. | ||
| integrationtest | ||
| linker | ||
| private | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| esbuild.config.js | ||
| index.ts | ||
| package.json | ||
| tsconfig-test.json | ||
| tsconfig.json | ||