mirror of
https://github.com/golang/go
synced 2024-11-19 03:34:41 -07:00
11e13f1c3f
Paul Jolly observes that returning interface{} is not helpful. Now CodeAction() returns []CodeAction. The type in typescript is (Command | CodeAction)[] | null but the choice is up to gopls, which returns []CodeAction. Fixes golang/go#35688, golang/go#35679 Change-Id: I91c22bb0752431954ae2f993cb7b44726cf60e5c Reviewed-on: https://go-review.googlesource.com/c/tools/+/207898 Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
---|---|---|
.. | ||
typescript | ||
context.go | ||
doc.go | ||
enums.go | ||
log.go | ||
protocol.go | ||
span.go | ||
tsclient.go | ||
tsprotocol.go | ||
tsserver.go |