angular/packages/compiler-cli
Andrew Scott 812463c563 fix(compiler-cli): Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054)
Deprecated diagnostics can appear on the context guard becaues the
directive itself may be deprecated.

For example, context guards look like `if (i1.NgForOf.ngTemplateContextGuard(_t8, _t9) /*331,378*/) {...}`
and typescript will report the deprecation on the whole element, from
start to end tag, because the span for that node includes it.

fixes https://github.com/angular/vscode-ng-language-service/issues/2203

PR Close #63054
2025-08-07 15:38:38 -07:00
..
linker build: use pnpm as the package manager instead of yarn (#62924) 2025-07-31 22:06:27 +00:00
private build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
src fix(compiler-cli): Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054) 2025-08-07 15:38:38 -07:00
test fix(compiler-cli): correctly type check host listeners to own outputs (#62965) 2025-08-05 10:04:25 +02:00
BUILD.bazel build: migrate all npm packages to use new rules_js based npm_package rule (#62954) 2025-08-05 19:08:45 +00:00
esbuild.config.js build: use esbuild from aspect rules (#62568) 2025-07-10 13:45:15 -07:00
index.ts refactor(compiler-cli): export type used by migrations (#61697) 2025-05-30 09:50:58 -04:00
package.json feat(core): support TypeScript 5.9 (#62541) 2025-07-14 14:04:58 -07:00
tsconfig-test.json build: prepare for compiler-cli to be using ts_project (#61181) 2025-05-09 15:59:46 +00:00
tsconfig.json build: prepare for compiler-cli to be using ts_project (#61181) 2025-05-09 15:59:46 +00:00