TypeScript
TypeScript copied to clipboard
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: 1.73.1 - OS Version: ProductName: macOS ProductVersion: 12.6 BuildVersion: 21G115 Steps to Reproduce: Here is a...
### π Search Terms coercion, noUncheckedIndexedAccess, Record, unsound ### π Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for...
### π Search Terms TS2742, 2742, composite, pnpm ### π Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for...
### Acknowledgement - [x] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. ### Comment # Consider deprecating `` type assertions ##...
fixes https://github.com/microsoft/TypeScript/issues/62824
Fixes #62806 This PR fixes an issue where self-referencing imports inside `.d.ts` files incorrectly resolve to source files during `tsc --build`. This caused false TS2742 errors because inferred types appeared...
Fixes #55217 Fixes #61524 As noted by @Andarist, this check is what causes things to differ between errors and non-error modes in relation, causing oddities when the same relation is...
fixes https://github.com/microsoft/TypeScript/issues/61979
fixes https://github.com/microsoft/TypeScript/issues/61225
fixes https://github.com/microsoft/TypeScript/issues/61678