angular/packages/compiler-cli/src/ngtsc/partial_evaluator
Kristiyan Kostadinov b98d8f79ed fix(compiler): handle ambient types in input transform function (#51474)
Fixes that the compiler was throwing an error if an ambient type is used inside of an input `transform` function. The problem was that the reference emitter was trying to write a reference to the ambient type's source file which isn't necessary.

Fixes #51424.

PR Close #51474
2023-12-13 09:15:17 -08:00
..
src fix(compiler): handle ambient types in input transform function (#51474) 2023-12-13 09:15:17 -08:00
test feat(core): support TypeScript 5.3 (#52572) 2023-11-09 22:56:41 +00:00
BUILD.bazel feat(compiler): drop support for TypeScript 4.8 (#49155) 2023-02-23 10:39:43 -08:00
index.ts refactor(compiler-cli): rework ForeignFunctionResolvers (#45701) 2022-04-26 10:07:23 -07:00