mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Typescript 3.2 introduced BigInt type, and consequently the implementation for checkExpressionWorker() in checkers.ts is refactored. For NumberLiteral and StringLiteral types, 'text' filed must be present in the Node type, therefore they must be LiteralLikeNode instead of Node. PR Close #27536 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| check_types_spec.ts | ||
| expression_diagnostics_spec.ts | ||
| mocks.ts | ||
| typescript_symbols_spec.ts | ||
| typescript_version_spec.ts | ||