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 import.meta' meta-property '--module' option 'es2020' 'es2022' 'esnext' 'system' 'node12' 'nodenext' ### 🕗 Version & Regression Information - This is the behavior in every version I tried,...

Bug
Help Wanted

### 🔎 Search Terms module import declaration ### 🕗 Version & Regression Information - This is the behavior in every version I tried 3.3 and 5.9-nightly ### ⏯ Playground Link...

Working as Intended

Hi, Please add support for "fuzzy search" when searching for symbols in **Workspace** for Javascript/Typescript symbols. Ideally it should work the same as "Go to File". According to https://stackoverflow.com/questions/59752257/how-can-i-search-symbols-with-partial-words-in-vs-code-with-intellisense such...

This document outlines our focused tasks for TypeScript 5.8. It minimally indicates intent to investigate tasks or contribute to an implementation. Nothing is set in stone, but we will strive...

Planning

### 🔎 Search Terms circular reference, generic, error TS2456, recursive ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the...

Help Wanted
Possible Improvement

### 🔎 Search Terms "property does not exist", "property does not exist under if statement", "property not allowed after if statement excluding it" ### 🕗 Version & Regression Information -...

### 🔎 Search Terms "subpath", "imports", "package.json", "moduleResolution" ### 🕗 Version & Regression Information - This changed in commit or PR #55015 - This is the behavior in every version...

Needs More Info

Sometimes it is desired to forbid certain types from being considered. Example: `JSON.stringify(function() {});` doesn't make sense and the chance is high it's written like this by mistake. With negated...

Suggestion
In Discussion

## Search Terms skipLibCheck node_modules ignore library exclude ## Suggestion Either a new option or the existing option `skipLibCheck` should be able to disable type checking for node_modules. ## Use...

Suggestion
Awaiting More Feedback