File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ require (
3737 github.com/microsoft/typescript-go/shim/compiler v0.0.0
3838 github.com/microsoft/typescript-go/shim/core v0.0.0
3939 github.com/microsoft/typescript-go/shim/diagnostics v0.0.0
40+ github.com/microsoft/typescript-go/shim/evaluator v0.0.0-00010101000000-000000000000
4041 github.com/microsoft/typescript-go/shim/jsonrpc v0.0.0
4142 github.com/microsoft/typescript-go/shim/lsp/lsproto v0.0.0
4243 github.com/microsoft/typescript-go/shim/project v0.0.0
@@ -60,7 +61,6 @@ require (
6061 github.com/klauspost/cpuid/v2 v2.2.10 // indirect
6162 github.com/mattn/go-colorable v0.1.14 // indirect
6263 github.com/mattn/go-isatty v0.0.20 // indirect
63- github.com/microsoft/typescript-go/shim/evaluator v0.0.0-00010101000000-000000000000 // indirect
6464 github.com/x448/float16 v0.8.4 // indirect
6565 github.com/zeebo/xxh3 v1.1.0 // indirect
6666 golang.org/x/mod v0.34.0 // indirect
@@ -71,5 +71,5 @@ require (
7171 github.com/fxamacker/cbor/v2 v2.9.0
7272 github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433
7373 github.com/microsoft/typescript-go v0.0.0-20260313230633-c0e5d35a6f8f // indirect
74- golang.org/x/text v0.35 .0
74+ golang.org/x/text v0.36 .0
7575)
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
3939golang.org/x/sys v0.42.0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
4040golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8 =
4141golang.org/x/text v0.35.0 /go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA =
42+ golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg =
43+ golang.org/x/text v0.36.0 /go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164 =
4244golang.org/x/tools v0.43.0 h1:12BdW9CeB3Z+J/I/wj34VMl8X+fEXBxVR90JeMX5E7s =
4345golang.org/x/tools v0.43.0 /go.mod h1:uHkMso649BX2cZK6+RpuIPXS3ho2hZo4FVwfoy1vIk0 =
4446gotest.tools/v3 v3.5.2 h1:7koQfIKdy+I8UTetycgUqXWSDwpgv193Ka+qRsmBY8Q =
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.25.0
44
55require (
66 github.com/microsoft/typescript-go v0.0.0-20250829050502-5d1d69a77a4c
7- golang.org/x/text v0.35 .0
7+ golang.org/x/text v0.36 .0
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -12,5 +12,7 @@ golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=
1212golang.org/x/text v0.28.0 /go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU =
1313golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8 =
1414golang.org/x/text v0.35.0 /go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA =
15+ golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg =
16+ golang.org/x/text v0.36.0 /go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164 =
1517gotest.tools/v3 v3.5.2 h1:7koQfIKdy+I8UTetycgUqXWSDwpgv193Ka+qRsmBY8Q =
1618gotest.tools/v3 v3.5.2 /go.mod h1:LtdLGcnqToBH83WByAAi/wiwSFCArdFIUV/xxN4pcjA =
You can’t perform that action at this time.
0 commit comments