@@ -3,6 +3,8 @@ module github.com/web-infra-dev/rslint
33go 1.25.0
44
55replace (
6+ github.com/microsoft/typescript-go/shim/api => ./shim/api
7+ github.com/microsoft/typescript-go/shim/api/encoder => ./shim/api/encoder
68 github.com/microsoft/typescript-go/shim/ast => ./shim/ast
79 github.com/microsoft/typescript-go/shim/bundled => ./shim/bundled
810 github.com/microsoft/typescript-go/shim/checker => ./shim/checker
@@ -18,13 +20,13 @@ replace (
1820 github.com/microsoft/typescript-go/shim/vfs => ./shim/vfs
1921 github.com/microsoft/typescript-go/shim/vfs/cachedvfs => ./shim/vfs/cachedvfs
2022 github.com/microsoft/typescript-go/shim/vfs/osvfs => ./shim/vfs/osvfs
21- github.com/microsoft/typescript-go/shim/api => ./shim/api
22- github.com/microsoft/typescript-go/shim/api/encoder => ./shim/api/encoder
2323)
2424
2525require (
2626 github.com/bmatcuk/doublestar/v4 v4.9.1
2727 github.com/fatih/color v1.18.0
28+ github.com/microsoft/typescript-go/shim/api v0.0.0
29+ github.com/microsoft/typescript-go/shim/api/encoder v0.0.0
2830 github.com/microsoft/typescript-go/shim/ast v0.0.0
2931 github.com/microsoft/typescript-go/shim/bundled v0.0.0
3032 github.com/microsoft/typescript-go/shim/checker v0.0.0
@@ -40,11 +42,9 @@ require (
4042 github.com/microsoft/typescript-go/shim/vfs v0.0.0
4143 github.com/microsoft/typescript-go/shim/vfs/cachedvfs v0.0.0
4244 github.com/microsoft/typescript-go/shim/vfs/osvfs v0.0.0
43- github.com/microsoft/typescript-go/shim/api v0.0.0
44- github.com/microsoft/typescript-go/shim/api/encoder v0.0.0
4545 github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a
4646 golang.org/x/sync v0.16.0
47- golang.org/x/sys v0.35 .0
47+ golang.org/x/sys v0.41 .0
4848 golang.org/x/tools v0.35.0
4949 gotest.tools/v3 v3.5.2
5050)
@@ -54,14 +54,15 @@ require (
5454 github.com/klauspost/cpuid/v2 v2.0.9 // indirect
5555 github.com/mattn/go-colorable v0.1.13 // indirect
5656 github.com/mattn/go-isatty v0.0.20 // indirect
57+ github.com/x448/float16 v0.8.4 // indirect
5758 github.com/zeebo/xxh3 v1.0.2 // indirect
5859 golang.org/x/mod v0.26.0 // indirect
5960)
6061
6162require (
6263 github.com/dlclark/regexp2 v1.11.5 // indirect
64+ github.com/fxamacker/cbor/v2 v2.9.0
6365 github.com/go-json-experiment/json v0.0.0-20250811204210-4789234c3ea1
6466 github.com/microsoft/typescript-go v0.0.0-20250829050502-5d1d69a77a4c // indirect
6567 golang.org/x/text v0.28.0
66- github.com/fxamacker/cbor/v2 v2.9.0
6768)
0 commit comments