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

24 Коммитов

Автор SHA1 Сообщение Дата
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
Orta Therox 8ac45f87b6 Updated Writing a Language Service Plugin (markdown) 2022-01-06 15:50:37 +00:00
Orta Therox 09d8552359 Updated Writing a Language Service Plugin (markdown) 2022-01-06 15:26:41 +00:00
Orta Therox 8c51c749c2
Merge pull request #287 from ngnijland/improve-writing-a-language-service-plugin
Improve writing a language service plugin
2021-12-15 17:38:44 +00:00
Niek Nijland 4236020fce Improve handling user configuration code example 2021-12-15 09:49:04 +01:00
Niek Nijland 5c0c3a0af7 Fix returns in decorator creation code example 2021-12-15 09:49:00 +01:00
Niek Nijland def1f0028f Add language service plugin reference
Add Todo Or Die language service plugin to references on "Writing a Language Service Plugin" page.
2021-12-06 08:03:05 +01:00
Wenlu Wang fe3f9953eb
Add ts-string-literal-enum-plugin
A useful refactor👀
2021-11-03 17:00:27 +08:00
Orta Therox 3c5ba11ffd Updated Writing a Language Service Plugin (markdown) 2021-09-24 16:35:05 +01:00
Rob Dupuis 9a711f3514
Note `tsc` doesn't use language service plugins
Clarify the documentation on language service plugins for users who are unfamiliar with the fact that the typescript language service is not used by the `tsc` command.

Another case of confusion on this point: https://github.com/microsoft/TypeScript/issues/34548
2020-12-31 17:50:05 +00:00
Simon Siefke 2b9d48be73
Update Writing-a-Language-Service-Plugin.md 2019-11-26 16:57:36 +01:00
Orta e0bbe6fb95
Merge pull request #195 from ajafff/patch-1
Use ImportType for type-only imports
2019-06-19 07:17:33 -07:00
xialvjun a494196e42
just want to add my package on
hope you like the plugin
2019-05-16 17:17:33 +08:00
Klaus Meinhardt b7b5f730ca
add missing typeof 2018-12-07 21:43:35 +01:00
Klaus Meinhardt 1725af4f09
Use ImportType for type-only imports 2018-12-07 16:18:36 +01:00
guidojo 8b851d058f Use prettier for code examples that have a too long width
Max-width is set to 84, since that is what github pages can handle best.
2018-06-29 10:40:32 +02:00
Caleb Eggensperger f7738c78ef Rewrite/augment section about testing plugins to work with VS Code
Fixes Microsoft/Typescript#20289
2017-11-28 11:27:07 -05:00
Caleb Eggensperger 6852f40742 Switch back to old proxy approach 2017-11-28 11:15:22 -05:00
Caleb Eggensperger 1e93cda48d Update the language service plugin docs
Added notes/changed wording for a few pitfalls I fell in while going
through this guide, as well as updated the proxy code to be simpler and
avoid an assertion to ‘any’
2017-11-27 18:26:38 -05:00
Daniel Rosenwasser de39dbabb9 Merge remote-tracking branch 'origin/master' 2017-10-17 17:26:34 -07:00
Angelo c3e98a90ad Add tslint language service as real-world Plugins
Add tslint language service as real-world Plugins
2017-09-29 09:08:13 +02:00
Matt Bierner c3503d35b0 Add styled-plugin to list 2017-09-28 17:04:30 -07:00
y-kurami d808559360 Put a link to graphql plugin 2017-05-24 13:20:29 +09:00
Ryan Cavanaugh df3df23d56 Created Writing a Language Service Plugin (markdown) 2017-04-27 12:07:24 -07:00