go/internal/lsp/protocol
pjw 0459589001 internal/lsp/protocol/typescript: small cleanups and add tsconfig.json
It would be nice if tsc -script code.ts util.ts ran without errors,
but it doesn't. tsconfig.json documents which strict setting work and
which ones don't. code.ts and util.ts have some small typescript improvements
and running them has changed slightly, as documented in README.md.

Change-Id: Idee4934bede900df2f64165359e17a42d695f518
Reviewed-on: https://go-review.googlesource.com/c/tools/+/305210
Run-TryBot: Peter Weinberger <pjw@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
Trust: Peter Weinberger <pjw@google.com>
2021-03-30 15:02:49 +00:00
..
typescript internal/lsp/protocol/typescript: small cleanups and add tsconfig.json 2021-03-30 15:02:49 +00:00
codeactionkind.go gopls: add "go test" code action 2020-10-13 16:52:01 +00:00
context.go all: add copyright notices to files that are missing them 2021-01-06 17:23:47 +00:00
doc.go
enums.go internal/lsp: remove duplicated enums 2019-09-25 15:30:23 +00:00
log.go all: add copyright notices to files that are missing them 2021-01-06 17:23:47 +00:00
protocol.go internal/lsp: fix builds and tests for go1.12+ 2020-08-27 14:30:46 +00:00
span.go internal/lsp: eliminate funcs from commands, and refactor 2021-02-09 22:07:08 +00:00
tsclient.go internal/lsp/protocol: fix vet error in tsprotocol.go 2021-02-23 19:09:02 +00:00
tsprotocol.go internal/lsp/protocol: fix vet error in tsprotocol.go 2021-02-23 19:09:02 +00:00
tsserver.go internal/lsp/protocol: fix vet error in tsprotocol.go 2021-02-23 19:09:02 +00:00