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

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....

For Milestone Bug

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....

For Milestone Bug

see https://github.com/microsoft/typescript-go/pull/1157/files/e9100512827813e64556ef3d1fadd36e606d8677#r2139735507 cc @sandersn @jakebailey

For Uncommitted Bug

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

For Uncommitted Bug

### 🔎 Search Terms `isolatedDeclarations`, quick fix, class ### 🕗 Version & Regression Information - This is the behavior in every version I tried ### ⏯ Playground Link https://www.typescriptlang.org/play/?isolatedDeclarations=true#code/JYWwDg9gTgLgBAbzgNQgGwK4gKZwL5wBmUEIcA5DiIQM7kDcAUI9gB6SxwDGEAdjfEIQIcALxxe2AO4p0WbAAoAlEyA ###...

Bug
Help Wanted
Fix Available

### 🔎 Search Terms missing reference ### 🕗 Version & Regression Information - Typescript 5.8.3 with VisualStudio Code 1.100.2 - Typescript 5.0.2 with MonacoEditor 0.39.0 ### ⏯ Playground Link _No...

Bug
Help Wanted
Fix Available

Fixes #23405.

Author: Team
For Backlog Bug

Fixes: https://github.com/microsoft/TypeScript/issues/61270

For Backlog Bug

Related to what was discussed in https://github.com/Microsoft/vscode/issues/61326. Would provide more granularity to the settings introduced with https://github.com/Microsoft/vscode/pull/46590. It might be useful to introduce a new setting to ignore certain suggestion...

Suggestion
In Discussion

# Bug Report Codebase is pulling in type declarations from the parent `../node_modules/@types/` folder, despite attempting to restrict the `types` and `typeRoots` to ignore it. ```sh client/ node_modules/@types/foo/ # server...

Suggestion
Awaiting More Feedback