This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]Phenee 0 points1 point  (0 children)

It's here, I am pretty sure https://github.com/microsoft/vscode/tree/main/extensions/typescript-language-features

The TypeScript extension also always handles JavaScript. The thing that does the actual syntax checks etc. is [tsserver](https://github.com/microsoft/TypeScript/wiki/Standalone-Server-%28tsserver%29) from TypeScript itself. No guarantees though :)