TypeScript
TypeScript copied to clipboard
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
fixes https://github.com/microsoft/TypeScript/issues/61500
Fixes #62812 ## Problem When a union/intersection type like `number | string` appears in the true branch of a conditional type that has the same type as its check type,...
I know that all errors in TypeScript are optional, it'd be nice if we could declare which error ids we want to ignore. I.E. In the `tsconfig.json`: ```json { "compilerOptions":{...
Closes #60164. No custom calendar support, as per the latest spec changes. There are lots of places in the spec where property bags have "at least one of" constraints (eg....
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.101.2 - OS Version: MacOS 15.1.1 Steps to Reproduce: 1. Clone https://github.com/ishchhabra/pnpm-workspace-example 2. Open `apps/web/src/app/page.tsx` and...
### 🔎 Search Terms __setFunctionName class static name ES decorators static name __esDecorate static name ### 🕗 Version & Regression Information 5.0.4-5.9.3 ### ⏯ Playground Link https://tsplay.dev/WJgblw ### 💻 Code...
### 🔎 Search Terms autoImportSpecifierExcludeRegexes ### 🕗 Version & Regression Information - This changed between versions ______ and _______ - This changed in commit or PR _______ - This is...
Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: 1.97.2 - OS Version: Windows_NT x64 10.0.26100 Steps to Reproduce: Pre-conditions: - Inlay hints must be...
### 🔎 Search Terms tsc: "Cannot read properties of undefined (reading 'parent')" getThisType getSuggestionDiagnostics ### 🕗 Version & Regression Information - This changed between versions ______ and _______ - This...
### 🔎 Search Terms inlay hints parameters rest spread argument ### 🕗 Version & Regression Information - This is the behavior in every version I tried ### ⏯ Playground Link...