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

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

For Backlog Bug

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

For Backlog Bug

fixes https://github.com/microsoft/TypeScript/issues/58351 fixes https://github.com/microsoft/TypeScript/issues/62183 supersedes https://github.com/microsoft/TypeScript/pull/58378 It's not enough to ignore cached types/signatures on the ancestry path of the location node of the LSP request. All nodes under that ancestry...

For Backlog Bug

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

For Uncommitted Bug

fixes https://github.com/microsoft/TypeScript/issues/56459 fixes https://github.com/microsoft/TypeScript/issues/60047 fixes https://github.com/microsoft/TypeScript/issues/60648

For Backlog Bug

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

For Backlog Bug

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

For Backlog Bug

This expands on https://github.com/microsoft/TypeScript/pull/30568 (in a way) fixes https://github.com/microsoft/TypeScript/issues/61197

For Backlog Bug

Sometimes nested generic functions are skipped during inference in the first pass: https://github.dev/microsoft/TypeScript/blob/04d4580f4eedc036b014ef4329cffe9979da3af9/src/compiler/checker.ts#L33619-L33634 However, those calls are resolved from within `checkExpressionWithContextualType` and by the time we have a chance to...

For Backlog Bug