Граф коммитов

2456 Коммитов

Автор SHA1 Сообщение Дата
Matt Pocock 9cca185c92
Add `moduleResolution` `bundler` to FAQ answer (#337) 2024-09-05 09:55:44 -07:00
Gabriela Araujo Britto 1acf586f03 Updated Release Activities (markdown) 2024-08-22 10:51:07 -07:00
Hamir Mahal f36f7d6e56
fix: usage of `node12 which is deprecated` (#335) 2024-07-13 09:49:39 -07:00
Remco Haszing 83cdb0ff33
Update the TypeScript Real-world plugins list (#326)
The `styled-components` plugin was moved. TSLint is deprecated. Astro,
MDX, Vue, and Svelte now provide TypeScript plugins.
2024-07-13 08:04:18 -07:00
Ilia Kebets a10e64fef7
Fix typo: `complier` -> `compiler` (#322) 2024-07-13 08:03:47 -07:00
Christian Woerz bf1c0c5b64
fixed typo in "Pre-Declined Feature Requests" title (#333) 2024-07-07 06:58:57 -07:00
Roy Ramos 1012e55bde
Update Breaking-Changes.md (#332)
docs: fixing broken URL link in section 3.9
2024-06-16 09:01:10 -07:00
Josh Goldberg ✨ 71a0d23ed9
docs: added Bsky and Mastodon (Fosstodon) account mentions (#321) 2024-06-16 08:31:00 -07:00
Daniel Rosenwasser ec649993e0
Recover missing FAQ section on functions/signatures with fewer parameters being assignable to those with more parameters. 2024-05-25 06:19:32 +09:00
Jake Bailey fc10f937d0 Update Node 18 to reflect that it supports lib=ES2023 2024-05-23 16:44:53 -07:00
Gabriela Araujo Britto 5e177a13bb Update bot commands 2024-05-23 10:41:38 -07:00
Ryan Cavanaugh c1e655ca6d Add isFinite 2024-05-17 14:39:27 -07:00
Ryan Cavanaugh 3894c3f2c5 Updated FAQ (markdown) 2024-04-25 08:16:01 -07:00
Ryan Cavanaugh 1587b6a774 Updated FAQ (markdown) 2024-04-22 07:52:50 -07:00
Ryan Cavanaugh c9dbad313e Updated FAQ (markdown) 2024-04-19 12:08:57 -07:00
Nathan Shively-Sanders 055ce10ad3
Merge pull request #325 from jdevries3133/ts_server_perf_details
Callout performance characteristics of ts-server
2024-03-18 14:44:43 -07:00
Jack DeVries 29848d28e2 feat: add details re diagnostics 2024-03-17 22:16:45 -04:00
Jack DeVries 1dd00afb24 chore: format one sentence per line 2024-03-17 22:16:33 -04:00
Jack DeVries 9c58135410 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.
2024-03-01 13:02:31 -05:00
Jake Bailey 67d077c385 Updated All The Bots (markdown) 2024-02-05 10:00:42 -08:00
Jake Bailey 43338c5221 Remove mention of --trace-ic in favor of dexnode 2024-02-02 12:49:49 -08:00
Andrew Branch 7003bce940 Change `module` to `node16` where appropriate 2023-12-07 11:32:08 -08:00
Ryan Cavanaugh b0d8a822ae Updated No New Utility Types (markdown) 2023-11-01 14:00:43 -07:00
Ryan Cavanaugh 9833c3e0bd Created No New Utility Types (markdown) 2023-11-01 13:03:13 -07:00
Josh Goldberg ✨ 968a685f27
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 <DanielRosenwasser@users.noreply.github.com>

---------

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
2023-10-05 16:36:32 -07:00
Daniel Rosenwasser 4426b5c3fc
Update Triggering-TypeScript-Bot.md 2023-09-29 10:44:27 -07:00
Kostiantyn Shyrolapov 624c792e49
update url for typings-for-npm-packages (#304)
* fix outdated url in typings-for-npm-packages

* edit

---------

Co-authored-by: Kostiantyn Shyrolapov <60661103+deko95@users.noreply.github.com>
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
2023-09-18 16:29:35 -07:00
Daniel Rosenwasser c29d54da98
Merge pull request #318 from ahape/main
Use non-broken link to protocol/commandTypes
2023-09-18 16:17:30 -07:00
Daniel Rosenwasser 7be75f9289
Merge pull request #312 from b0o/patch-1
Fix Node.js 14 EOL date
2023-09-18 16:17:04 -07:00
Daniel Rosenwasser 27aa3184de
Merge pull request #319 from Sidd-R/patch-1
Fixed 2 broken links in  FAQ.md
2023-09-18 16:16:38 -07:00
Siddhant Paritosh Rao 7d3a77dea8
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
2023-09-16 13:28:34 +05:30
Jake Bailey 8771215452 Update triggers for current state 2023-08-22 09:18:03 -07:00
Jake Bailey 39647bc117 Mention tsserverlibrary change 2023-08-14 14:59:54 -07:00
Alan Hape 889d4c7239
Use non-broken link to protocol/commandTypes 2023-07-31 23:19:39 -07:00
Nathan Shively-Sanders c71e2dd744 fix formatting 2023-07-28 08:43:30 -07:00
Jake Bailey c154a884d6 Mention "spread parameters after optional chaining" bug in some versions of Node 2023-07-07 16:02:14 -07:00
Jake Bailey 1c000877a1 Add node 20 2023-07-07 15:55:12 -07:00
Jake Bailey c1978865f2 Update to new GHA based issue closing / PR comments, fix other links 2023-06-27 13:25:49 -07:00
Daniel Rosenwasser fcce54a5e3 Updated Triggering TypeScript Bot (markdown) 2023-06-20 10:56:30 -07:00
Daniel Rosenwasser 95595ef9ec Updated Triggering TypeScript Bot (markdown) 2023-06-20 10:55:40 -07:00
Nathan Shively-Sanders 62ee85ee5f explain how control flow is not acyclic 2023-06-16 14:54:38 -07:00
Nathan Shively-Sanders 8683f92291 explain control flow a bit 2023-06-16 10:18:46 -07:00
Jake Bailey e71a6c81b5 Updated Typings for npm packages (markdown) 2023-05-17 21:08:08 -07:00
Jake Bailey d410af81e5 Fix date typo 2023-05-05 08:29:20 -07:00
Maddison Hellstrom 343d901893
Fix Node.js 14 EOL date
https://nodejs.org/en/blog/release/v14.15.0
2023-04-16 14:02:02 -07:00
Jake Bailey 2bc3186d3a Updated API Breaking Changes (markdown) 2023-04-14 17:15:19 -07:00
Nathan Shively-Sanders 879b43c444 Updated Triggering TypeScript Bot (markdown) 2023-04-12 09:27:08 -07:00
Daniel Rosenwasser 74aff246f8 Updated Performance (markdown) 2023-03-22 14:00:10 -07:00
Jake Bailey 5efcd16a6a Updated API Breaking Changes (markdown) 2023-03-16 10:42:47 -07:00
Jake Bailey dc1c85662c Add Node 18 2023-03-11 21:23:56 -08:00