TypeScript tsserver
Opened this issue · 0 comments
injae-kim commented
- https://github.com/microsoft/TypeScript
- https://github.com/microsoft/TypeScript/wiki/Standalone-Server-(tsserver)
- ⭐ https://github.com/mmorearty/tsserver-example
tsserver
- https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/tsserver/nodeServer.ts#L168-L169
- https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/tsserver/nodeServer.ts#L410-L411
- https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/tsserver/nodeServer.ts#L868-L869
- https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/server/session.ts#L3569-L3570
- https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/server/session.ts#L3576-L3577
- https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/server/session.ts#L3540-L3541
- https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/server/session.ts#L3110-L3111
- https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/server/session.ts#L3238-L3239
- https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/server/session.ts#L3230-L3231
client
- https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/harness/client.ts#L230-L231
- https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/harness/client.ts#L169-L170
- https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/harness/client.ts#L131-L132
- https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/server/session.ts#L1455-L1456
- https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/server/session.ts#L3251-L3252
perf logger: https://github1s.com/microsoft/TypeScript/blob/release-5.1/src/server/session.ts#L3573-L3574
tsserver가 뭔지, 왜쓰는지 예시 설명 -> 구조 설명