豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Codebase Compiler Services

Nathan Shively-Sanders edited this page Sep 2, 2022 · 1 revision

Services

services is effectively the place where all the IDE and TS meet. It it a series of files which power the LSP-like TSServer.

The services are APIs are used by TSServer, which creates a ts.server SessionClient in src/harness/client.ts (it seems most of the classes in the compiler live in the server/services space. Maybe a by-product of working tightly with the VS Code team? )

Clone this wiki locally