sveltejs / language-tools

The Svelte Language Server, and official extensions which use it
MIT License
1.23k stars 197 forks source link

Performance: skip jsdoc parsing in various places #2170

Open dummdidumm opened 1 year ago

dummdidumm commented 1 year ago

May result in microscopic wins, every milisecond counts: https://github.com/microsoft/TypeScript/pull/55739 Can use this in svelte2tsx, maybe other locations, too. Usable in TS 5.3+

dummdidumm commented 1 month ago

Checked this, not sure if we can leverage this: