File tree Expand file tree Collapse file tree 31 files changed +46
-46
lines changed
Expand file tree Collapse file tree 31 files changed +46
-46
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ require (
4949require (
5050 github.com/dlclark/regexp2 v1.11.5
5151 github.com/go-json-experiment/json v0.0.0-20251027170946-4849db3c2f7e
52- github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e // indirect
52+ github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6 // indirect
5353 golang.org/x/text v0.32.0
5454)
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
66github.tiyicn.workers.dev/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
77github.tiyicn.workers.dev/klauspost/cpuid/v2 v2.0.9 h1:lgaqFMSdTdQYdZ04uHyN2d/eKdOMyi2YLSvlQIBFYa4 =
88github.tiyicn.workers.dev/klauspost/cpuid/v2 v2.0.9 /go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg =
9- github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e h1:jnA9zJhFHWJ1hyiBVz1oOTi/lFh2n2O5Vbz+lCK8P7E =
10- github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e /go.mod h1:4ylWTB+R+Mca2QUqCp6voE8E6V9gSRQS0Vqbjzibmmw =
9+ github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6 h1:KPhabcn7DJ6jt5z5TyNiJGAutuEc2gPYr8KtB2Xs2AM =
10+ github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6 /go.mod h1:4ylWTB+R+Mca2QUqCp6voE8E6V9gSRQS0Vqbjzibmmw =
1111github.tiyicn.workers.dev/peter-evans/patience v0.3.0 h1:rX0JdJeepqdQl1Sk9c9uvorjYYzL2TfgLX1adqYm9cA =
1212github.tiyicn.workers.dev/peter-evans/patience v0.3.0 /go.mod h1:Kmxu5sY1NmBLFSStvXjX1wS9mIv7wMcP/ubucyMOAu0 =
1313github.tiyicn.workers.dev/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/ast
22
33go 1.25.0
44
5- require github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e
5+ require github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6
66
77require (
88 github.com/go-json-experiment/json v0.0.0-20251027170946-4849db3c2f7e // indirect
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
44github.tiyicn.workers.dev/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
55github.tiyicn.workers.dev/klauspost/cpuid/v2 v2.0.9 h1:lgaqFMSdTdQYdZ04uHyN2d/eKdOMyi2YLSvlQIBFYa4 =
66github.tiyicn.workers.dev/klauspost/cpuid/v2 v2.0.9 /go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg =
7- github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e h1:jnA9zJhFHWJ1hyiBVz1oOTi/lFh2n2O5Vbz+lCK8P7E =
8- github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e /go.mod h1:4ylWTB+R+Mca2QUqCp6voE8E6V9gSRQS0Vqbjzibmmw =
7+ github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6 h1:KPhabcn7DJ6jt5z5TyNiJGAutuEc2gPYr8KtB2Xs2AM =
8+ github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6 /go.mod h1:4ylWTB+R+Mca2QUqCp6voE8E6V9gSRQS0Vqbjzibmmw =
99github.tiyicn.workers.dev/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ =
1010github.tiyicn.workers.dev/zeebo/assert v1.3.0 /go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0 =
1111github.tiyicn.workers.dev/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0 =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/bundled
22
33go 1.25.0
44
5- require github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e
5+ require github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6
66
77require (
88 github.com/dlclark/regexp2 v1.11.5 // indirect
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/go-json-experiment/json v0.0.0-20251027170946-4849db3c2f7e h1:Lf/gRko
44github.tiyicn.workers.dev/go-json-experiment/json v0.0.0-20251027170946-4849db3c2f7e /go.mod h1:uNVvRXArCGbZ508SxYYTC5v1JWoz2voff5pm25jU1Ok =
55github.tiyicn.workers.dev/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
66github.tiyicn.workers.dev/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
7- github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e h1:jnA9zJhFHWJ1hyiBVz1oOTi/lFh2n2O5Vbz+lCK8P7E =
8- github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e /go.mod h1:4ylWTB+R+Mca2QUqCp6voE8E6V9gSRQS0Vqbjzibmmw =
7+ github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6 h1:KPhabcn7DJ6jt5z5TyNiJGAutuEc2gPYr8KtB2Xs2AM =
8+ github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6 /go.mod h1:4ylWTB+R+Mca2QUqCp6voE8E6V9gSRQS0Vqbjzibmmw =
99golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4 =
1010golang.org/x/sync v0.19.0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
1111golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/checker
22
33go 1.25.0
44
5- require github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e
5+ require github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6
66
77require (
88 github.com/dlclark/regexp2 v1.11.5 // indirect
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
66github.tiyicn.workers.dev/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
77github.tiyicn.workers.dev/klauspost/cpuid/v2 v2.0.9 h1:lgaqFMSdTdQYdZ04uHyN2d/eKdOMyi2YLSvlQIBFYa4 =
88github.tiyicn.workers.dev/klauspost/cpuid/v2 v2.0.9 /go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg =
9- github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e h1:jnA9zJhFHWJ1hyiBVz1oOTi/lFh2n2O5Vbz+lCK8P7E =
10- github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e /go.mod h1:4ylWTB+R+Mca2QUqCp6voE8E6V9gSRQS0Vqbjzibmmw =
9+ github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6 h1:KPhabcn7DJ6jt5z5TyNiJGAutuEc2gPYr8KtB2Xs2AM =
10+ github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6 /go.mod h1:4ylWTB+R+Mca2QUqCp6voE8E6V9gSRQS0Vqbjzibmmw =
1111github.tiyicn.workers.dev/peter-evans/patience v0.3.0 h1:rX0JdJeepqdQl1Sk9c9uvorjYYzL2TfgLX1adqYm9cA =
1212github.tiyicn.workers.dev/peter-evans/patience v0.3.0 /go.mod h1:Kmxu5sY1NmBLFSStvXjX1wS9mIv7wMcP/ubucyMOAu0 =
1313github.tiyicn.workers.dev/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/compiler
22
33go 1.25.0
44
5- require github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e
5+ require github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6
66
77require (
88 github.com/dlclark/regexp2 v1.11.5 // indirect
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
66github.tiyicn.workers.dev/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
77github.tiyicn.workers.dev/klauspost/cpuid/v2 v2.0.9 h1:lgaqFMSdTdQYdZ04uHyN2d/eKdOMyi2YLSvlQIBFYa4 =
88github.tiyicn.workers.dev/klauspost/cpuid/v2 v2.0.9 /go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg =
9- github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e h1:jnA9zJhFHWJ1hyiBVz1oOTi/lFh2n2O5Vbz+lCK8P7E =
10- github.com/microsoft/typescript-go v0.0.0-20260108020327-ceefddd3b46e /go.mod h1:4ylWTB+R+Mca2QUqCp6voE8E6V9gSRQS0Vqbjzibmmw =
9+ github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6 h1:KPhabcn7DJ6jt5z5TyNiJGAutuEc2gPYr8KtB2Xs2AM =
10+ github.com/microsoft/typescript-go v0.0.0-20260108212820-f726edff55e6 /go.mod h1:4ylWTB+R+Mca2QUqCp6voE8E6V9gSRQS0Vqbjzibmmw =
1111github.tiyicn.workers.dev/peter-evans/patience v0.3.0 h1:rX0JdJeepqdQl1Sk9c9uvorjYYzL2TfgLX1adqYm9cA =
1212github.tiyicn.workers.dev/peter-evans/patience v0.3.0 /go.mod h1:Kmxu5sY1NmBLFSStvXjX1wS9mIv7wMcP/ubucyMOAu0 =
1313github.tiyicn.workers.dev/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ =
You canβt perform that action at this time.
0 commit comments