TypeScript
TypeScript copied to clipboard
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
Perhaps TS should be able to identify `Object.assign(this, ...)` then infer the properties that are assigned to `this`? Or is this not possible to do? I am not sure. **TypeScript...
fixes https://github.com/microsoft/TypeScript/issues/61375
fixes https://github.com/microsoft/TypeScript/issues/61369
The new deprecated strikethroughs in TS code are great. But to make it easier to find and address a series of them, it would be nice to have them also...
Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: 1.98.0 - OS Version: Windows 11 23H2 Steps to Reproduce: 1. open a ts file, select...
# Suggestion It seems there are many folks struggling with the priority/ordering of VSCode's auto-import (intellisense) suggestions. There are a few different cases, but they seem to be all somewhat...
### 🔍 Search Terms param, parameter, argument, jsdoc, initializer, default value, parameter ### ✅ Viability Checklist - [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code - [x]...
fixes https://github.com/microsoft/TypeScript/issues/61207
### 🔍 Search Terms "iterable object", "string" ### ✅ Viability Checklist - [X] This wouldn't be a breaking change in existing TypeScript/JavaScript code - [X] This wouldn't change the runtime...