@@ -34,6 +34,7 @@ require (
3434 github.com/microsoft/typescript-go/shim/collections v0.0.0
3535 github.com/microsoft/typescript-go/shim/compiler v0.0.0
3636 github.com/microsoft/typescript-go/shim/core v0.0.0
37+ github.com/microsoft/typescript-go/shim/evaluator v0.0.0-00010101000000-000000000000
3738 github.com/microsoft/typescript-go/shim/jsonrpc v0.0.0
3839 github.com/microsoft/typescript-go/shim/lsp/lsproto v0.0.0
3940 github.com/microsoft/typescript-go/shim/project v0.0.0
@@ -46,7 +47,7 @@ require (
4647 github.com/rivo/uniseg v0.4.7
4748 github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a
4849 golang.org/x/sync v0.20.0
49- golang.org/x/sys v0.42 .0
50+ golang.org/x/sys v0.43 .0
5051 golang.org/x/tools v0.43.0
5152 gotest.tools/v3 v3.5.2
5253)
@@ -56,7 +57,6 @@ require (
5657 github.com/klauspost/cpuid/v2 v2.2.10 // indirect
5758 github.com/mattn/go-colorable v0.1.14 // indirect
5859 github.com/mattn/go-isatty v0.0.20 // indirect
59- github.com/microsoft/typescript-go/shim/evaluator v0.0.0-00010101000000-000000000000 // indirect
6060 github.com/x448/float16 v0.8.4 // indirect
6161 github.com/zeebo/xxh3 v1.1.0 // indirect
6262 golang.org/x/mod v0.34.0 // indirect
0 commit comments