go/gopls/internal/lsp/protocol
Alan Donovan 3beecff0f6 gopls/internal/span: some cleanups
This change eliminates these redundant helper functions
- cache.rangeFromPositions
- source.LineToRange
- source.ByteOffsetsToRange
and makes various other simplifications and documentation
improvements.

Change-Id: Ic820ab560d71b88bde00b005e3a919334a5d1856
Reviewed-on: https://go-review.googlesource.com/c/tools/+/442015
TryBot-Result: Gopher Robot <gobot@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
Run-TryBot: Alan Donovan <adonovan@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
2022-10-13 13:15:27 +00:00
..
typescript gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
codeactionkind.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
context.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
doc.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
enums.go internal/lsp: latest version of LSP stubs 2022-09-13 15:21:19 +00:00
log.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
protocol.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
span.go gopls/internal/span: some cleanups 2022-10-13 13:15:27 +00:00
tsclient.go gopls/internal/lsp/protocol: fix json tags and indirect some zero values 2022-09-16 20:08:00 +00:00
tsdocument_changes.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
tsjson.go gopls/internal/lsp/protocol: fix json tags and indirect some zero values 2022-09-16 20:08:00 +00:00
tsprotocol.go gopls/internal/lsp/protocol: fix json tags and indirect some zero values 2022-09-16 20:08:00 +00:00
tsserver.go gopls/internal/lsp/protocol: fix json tags and indirect some zero values 2022-09-16 20:08:00 +00:00