TypeScript icon indicating copy to clipboard operation
TypeScript copied to clipboard

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

Results 1269 TypeScript issues
Sort by recently updated
recently updated
newest added

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...

Needs Investigation

### πŸ”Ž Search Terms coercion, noUncheckedIndexedAccess, Record, unsound ### πŸ•— Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for...

Suggestion
Awaiting More Feedback

### πŸ”Ž Search Terms TS2742, 2742, composite, pnpm ### πŸ•— Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for...

Help Wanted
Domain: Declaration Emit
Possible Improvement

### 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 ##...

Suggestion
Awaiting More Feedback

fixes https://github.com/microsoft/TypeScript/issues/62824

For Backlog Bug

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...

For Uncommitted Bug

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...

Experiment
Author: Team
For Milestone Bug
For Backlog Bug

fixes https://github.com/microsoft/TypeScript/issues/61979

For Backlog Bug