mirror of
https://github.com/golang/go
synced 2024-11-19 01:04:40 -07:00
0bb0c0a6e8
The existing code implementing the jsonrpc LSP (language server protocol) relies on hand-translated definitions for the needed Go data types. Unfortunately Microsoft makes changes, not always backwards compatibly. This code generates the Go data types directly from the Typescript source. Adapting gopls to the new data definitions will happen in a future CL. Change-Id: I032c69a16b6f2614370765dcd6dbdb38e9f40ab6 Reviewed-on: https://go-review.googlesource.com/c/tools/+/166277 Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
---|---|---|
.. | ||
preserve | ||
typescript | ||
client.go | ||
doc.go | ||
printers.go | ||
protocol.go | ||
server.go | ||
tsprotocol.go |