We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated FAQ (markdown)
Merge pull request #325 from jdevries3133/ts_server_perf_details Callout performance characteristics of ts-server
feat: add details re diagnostics
chore: format one sentence per line
Callout performance characteristics of ts-server While reading the guide with an eye for improving the editor experience, I was not sure how ts-server behaves, or how fixing hotspots I view during tracing would change the editing experience. I ended up jumping into Discord for clarity, and this is a summary of what I learned.
Updated All The Bots (markdown)
Remove mention of --trace-ic in favor of dexnode
Change `module` to `node16` where appropriate
Updated No New Utility Types (markdown)
Created No New Utility Types (markdown)
Added 'Type Checker APIs' section prefix to type checker docs (#320) * Added 'Type Checker APIs' section prefix to type checker docs * Apply suggestions from code review Co-authored-by: Daniel Rosenwasser <[email protected]> --------- Co-authored-by: Daniel Rosenwasser <[email protected]>
Update Triggering-TypeScript-Bot.md
update url for typings-for-npm-packages (#304) * fix outdated url in typings-for-npm-packages * edit --------- Co-authored-by: Kostiantyn Shyrolapov <[email protected]> Co-authored-by: Daniel Rosenwasser <[email protected]>
Merge pull request #318 from ahape/main Use non-broken link to protocol/commandTypes
Merge pull request #312 from b0o/patch-1 Fix Node.js 14 EOL date
Merge pull request #319 from Sidd-R/patch-1 Fixed 2 broken links in FAQ.md
Fixed 2 broken links in FAQ.md Line 1289 (How do I control file ordering in combined output?) old: https://www.typescriptlang.org/docs/handbook/tsconfig.json.html new: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html Line 1237 (How do I write unit tests with typescript?) old: https://basarat.gitbooks.io/typescript/docs/testing/jest.html new: https://basarat.gitbook.io/typescript/intro-1/jest
Update triggers for current state
Mention tsserverlibrary change
Use non-broken link to protocol/commandTypes
fix formatting
Mention "spread parameters after optional chaining" bug in some versions of Node
Add node 20
Update to new GHA based issue closing / PR comments, fix other links
Updated Triggering TypeScript Bot (markdown)
explain how control flow is not acyclic
explain control flow a bit
Updated Typings for npm packages (markdown)