angular/packages/compiler-cli/src/ngtsc/docs
Kristiyan Kostadinov 94096c6ede feat(core): support TypeScript 5.3 (#52572)
Updates the repo to support TypeScript 5.3 and resolve any issues. Fixes include:
* Updating usages of TS compiler APIs to match their new signatures.
* In TS 5.3 negative numbers are represented as `PrefixUnaryExpression` instead of `NumericExpression`. These changes update all usages to account for it since passing a negative number into the old APIs results in a runtime error.

PR Close #52572
2023-11-09 22:56:41 +00:00
..
src feat(core): support TypeScript 5.3 (#52572) 2023-11-09 22:56:41 +00:00
BUILD.bazel feat(compiler): extract directive docs info (#51733) 2023-09-18 12:29:22 +02:00
index.ts feat(compiler): initial skeleton for API doc extraction (#51733) 2023-09-18 12:29:19 +02:00