angular/packages/compiler-cli
Kristiyan Kostadinov fb1fc823c4 fix(compiler-cli): correctly type check host listeners to own outputs (#62965)
Currently the code that type checks host bindings assumes that all listeners are bound to the DOM, however that's not the case since host bindings can also bind to own outputs.

These changes update the TCB to generate the proper code for type checking such outputs.

Fixes #62783.

PR Close #62965
2025-08-05 10:04:25 +02: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): correctly type check host listeners to own outputs (#62965) 2025-08-05 10:04:25 +02: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: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +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