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

Author: Team
For Uncommitted Bug

### 🔎 Search Terms The only source of online information for the proper use of typescript type guards (value is someType, asserts value is someType) is [this page](https://www.typescriptlang.org/docs/handbook/advanced-types.html), which has...

Help Wanted
Docs

### 🔎 Search Terms extends does not satisfy the constraint in `Omit` ### 🕗 Version & Regression Information This is the behavior in every version I tried, and I reviewed...

Design Limitation

### Acknowledgement - [x] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. ### Comment @andrewbranch suggested that [`rootDirs`](https://www.typescriptlang.org/tsconfig/#rootDirs) be deprecated in...

### 🔍 Search Terms "isApplicableIndexType", "TypeChecker" ### ✅ Viability Checklist - [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code - [x] This wouldn't change the runtime behavior...

### Demo Repo https://github.com/SetTrend/typescript_modres_mre ### Which of the following problems are you reporting? Something else more complicated which I'll explain in more detail ### Demonstrate the defect described above with...

Question

This is the most aggressive version : 3 types of tests failure 1. edits to package.json are ignored - most scenarios these edits will be watched for files's mode 2....

Author: Team
For Uncommitted Bug

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

For Uncommitted Bug

### 🔎 Search Terms `rootDirs` `rootDir` `inconsistent` `structure` Maybe related to #44321 and #22039. ### 🕗 Version & Regression Information - This is the behavior in every version I tried,...

Question

Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.63.2 - OS Version: Darwin x64 20.6.0 Steps to Reproduce: 1. Write a JSDoc string with...

Needs Investigation
Fix Available
Rescheduled