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 module import commonjs barrel ### 🕗 Version & Regression Information - This is the behavior in every version I tried. Tried 3.3, 5.7.3 and 5.9-nightly. ###...

If the plugin is enabled before `this.updateRootAndOptionsOfNonInferredProject` and the project service host configuration is changed through `projectService.setHostConfiguration` in the plugin, enabling the plugin will result in a recursive call to...

For Uncommitted Bug

## Search Terms add a call signature to the Mapped Type; remove all `Function.prototype` methods ## Suggestion Being able to create a callable type, but without Function.prototype methods. ## Use...

Suggestion
Awaiting More Feedback

# Bug Report ### 🔎 Search Terms TS1379 An import alias cannot reference a declaration that was exported using 'export type' ### 🕗 Version & Regression Information This has always...

Bug
Help Wanted

## 🔍 Search Terms - global context - enforce global variable ## ✅ Viability Checklist * [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code * [x] This...

Suggestion
Awaiting More Feedback

The following errors were reported by 5.9.0-dev.20250309 vs 5.8.2 [Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48) [Logs for the pipeline run](https://typescript.visualstudio.com/TypeScript/_build/results?buildId=164912) [File that generated the pipeline](https://github.com/microsoft/typescript-error-deltas/blob/main/azure-pipelines-gitTests.yml) This run considered 300 popular TS...

### 🔎 Search Terms optional properties, self types ### 🕗 Version & Regression Information This changed between versions 5.3.3 and 5.4.5 ### ⏯ Playground Link https://www.typescriptlang.org/play/?ts=5.8.2#code/CYUwxgNghgTiAEYD2A7AzgF3gMyUgjAFwBQ88APACLwgAeGIKwa8AYnvlQHxcAUo2AJYpBGQakLxKASngBeLlOLEMATwAOCdgSoAaeACFY8+AAUYSdXvgAiAEawbPeaXgBveA5gkyv9-ABtAGl4YXgAaxBVJGxDWABdHz9koxhg+Jp6RmZPPAgQKBR4AH44tKCMyRsAURgLb09jNAALJABXCGBPBDs8gpQbeFc-AF9XMeJQSFgEZHQsXCQAJiSqTIYmFm0l7j4BYVFxFEkZeUVKZTVNNjwdyn1Uk3NLa3tHZzlXDy9ipL8PYKhIqRaKxVKJYbJMipdLrbIsXpIfKFEplWFVWr1SReeAtdqdbq5JH9QaQshjcmXDQIZ5WAAq+iCik+ZBCdA2ORBMXgdNRdPR8BQIAAbiAYMpFvheN9YJIPAANKoMTCDEbwEbSYgAei1UKhAD1ihLbtLGg0FUqQCr1erNTq9clDcogA ### 💻 Code ```ts...

# Suggestion ## 🔍 Search Terms * generics * polymorphism * type inference ## ✅ Viability Checklist My suggestion meets these guidelines: * [x] This wouldn't be a breaking change...

Suggestion
Awaiting More Feedback

The following errors were reported by 5.9.0-dev.20250309 vs 5.8.2 [Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48) [Logs for the pipeline run](https://typescript.visualstudio.com/TypeScript/_build/results?buildId=164913) [File that generated the pipeline](https://github.com/microsoft/typescript-error-deltas/blob/main/azure-pipelines-gitTests.yml) This run considered 300 popular TS...

### 🔎 Search Terms Array.isArray( ) ### 🕗 Version & Regression Information - This changed between versions ______ and _______ - This changed in commit or PR _______ - This...

Duplicate