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

### 🔍 Search Terms "mixin", "InstanceType", "typeof", "class" ### ✅ Viability Checklist - [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code - [x] This wouldn't change the...

## Search Terms Using unary minus on variable that is of number-literal type. Negative number literals. ## Suggestion This is a specific case of #26382. My proposal is simply that...

Suggestion
Awaiting More Feedback

closes https://github.com/microsoft/TypeScript/issues/52736

For Uncommitted Bug

Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.89.1 - OS Version: All To Reproduce: ``` class SimpleThrower { public throwError(): never { throw...

Suggestion
Awaiting More Feedback

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

For Uncommitted Bug

Fixes #56808

For Uncommitted Bug

A version of #56941 without any of the extra stuff for checking conditional expressions.

Author: Team
For Uncommitted Bug

The fixer has a tendency to create inline imports, whereas toplevel imports are almost always more readable. And the code already exists, it's just a matter of using it. I...

For Uncommitted Bug

### 🔎 Search Terms isolatedDeclarations autofix fix imports ### 🕗 Version & Regression Information This is the behavior in every version I tried, and I reviewed the FAQ for entries...