From 52337da802dd61e3c33a037017262deb249900c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 07:39:35 +0000 Subject: [PATCH 1/2] bump tsgo to c282336ea94f --- extern/typescript-go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/typescript-go b/extern/typescript-go index 092b34f..c282336 160000 --- a/extern/typescript-go +++ b/extern/typescript-go @@ -1 +1 @@ -Subproject commit 092b34f534182baf2875887c20ffed2177f14d92 +Subproject commit c282336ea94f8a2e63187afd0f8d4bfb3b3f4d3b From 15228fe5f3b626c8174dd8e1ee44ec9849573254 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 07:42:58 +0000 Subject: [PATCH 2/2] regen shims for tsgo c282336ea94f --- go.mod | 2 +- shim/ast/go.mod | 2 +- shim/ast/go.sum | 4 ++-- shim/ast/shim.go | 4 ++++ shim/bundled/go.mod | 2 +- shim/bundled/go.sum | 4 ++-- shim/checker/go.mod | 2 +- shim/checker/go.sum | 4 ++-- shim/checker/shim.go | 27 +++++++++++++++++++++++++++ shim/compiler/go.mod | 2 +- shim/compiler/go.sum | 4 ++-- shim/core/go.mod | 2 +- shim/core/go.sum | 4 ++-- shim/diagnosticwriter/go.mod | 2 +- shim/diagnosticwriter/go.sum | 4 ++-- shim/incremental/go.mod | 2 +- shim/incremental/go.sum | 4 ++-- shim/parser/go.mod | 2 +- shim/parser/go.sum | 4 ++-- shim/scanner/go.mod | 2 +- shim/scanner/go.sum | 4 ++-- shim/tsoptions/go.mod | 2 +- shim/tsoptions/go.sum | 4 ++-- shim/tspath/go.mod | 2 +- shim/tspath/go.sum | 4 ++-- shim/vfs/cachedvfs/go.mod | 2 +- shim/vfs/cachedvfs/go.sum | 4 ++-- shim/vfs/go.mod | 2 +- shim/vfs/go.sum | 4 ++-- shim/vfs/osvfs/go.mod | 2 +- shim/vfs/osvfs/go.sum | 4 ++-- 31 files changed, 74 insertions(+), 43 deletions(-) diff --git a/go.mod b/go.mod index 34bd36c..09280f5 100644 --- a/go.mod +++ b/go.mod @@ -44,7 +44,7 @@ require ( require ( github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/klauspost/cpuid/v2 v2.2.10 // indirect - github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 // indirect + github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f // indirect github.com/spf13/pflag v1.0.9 // indirect github.com/zeebo/xxh3 v1.1.0 // indirect golang.org/x/mod v0.35.0 // indirect diff --git a/shim/ast/go.mod b/shim/ast/go.mod index 48880b3..7484724 100644 --- a/shim/ast/go.mod +++ b/shim/ast/go.mod @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/ast go 1.26 -require github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 +require github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f require ( github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect diff --git a/shim/ast/go.sum b/shim/ast/go.sum index 7bb9ea8..594a4ff 100644 --- a/shim/ast/go.sum +++ b/shim/ast/go.sum @@ -4,8 +4,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/klauspost/cpuid/v2 v2.2.10 h1:tBs3QSyvjDyFTq3uoc/9xFpCuOsJQFNPiAhYdw2skhE= github.com/klauspost/cpuid/v2 v2.2.10/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 h1:V2sLwQCDRqwidM0CVu4BYoaSg4CnfDoE/Q3FjwXa05U= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f h1:om5hQgy4Lfa4bNQlh1AIA67Wer06Gl8cSpVu5VLsc8k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= github.com/zeebo/xxh3 v1.1.0 h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs= diff --git a/shim/ast/shim.go b/shim/ast/shim.go index 6453c8c..3ac249b 100644 --- a/shim/ast/shim.go +++ b/shim/ast/shim.go @@ -1179,6 +1179,8 @@ func IsModuleWithStringLiteralName(node *ast.Node) bool func IsMultiplicativeOperator(kind ast.Kind) bool //go:linkname IsMultiplicativeOperatorOrHigher github.com/microsoft/typescript-go/internal/ast.IsMultiplicativeOperatorOrHigher func IsMultiplicativeOperatorOrHigher(kind ast.Kind) bool +//go:linkname IsNamedEvaluationSource github.com/microsoft/typescript-go/internal/ast.IsNamedEvaluationSource +func IsNamedEvaluationSource(node *ast.Node) bool //go:linkname IsNamedExports github.com/microsoft/typescript-go/internal/ast.IsNamedExports func IsNamedExports(node *ast.Node) bool //go:linkname IsNamedImports github.com/microsoft/typescript-go/internal/ast.IsNamedImports @@ -1303,6 +1305,8 @@ func IsPropertyName(node *ast.Node) bool func IsPropertyNameLiteral(node *ast.Node) bool //go:linkname IsPropertySignatureDeclaration github.com/microsoft/typescript-go/internal/ast.IsPropertySignatureDeclaration func IsPropertySignatureDeclaration(node *ast.Node) bool +//go:linkname IsProtoSetter github.com/microsoft/typescript-go/internal/ast.IsProtoSetter +func IsProtoSetter(node *ast.Node) bool //go:linkname IsPrototypeAccess github.com/microsoft/typescript-go/internal/ast.IsPrototypeAccess func IsPrototypeAccess(node *ast.Node) bool //go:linkname IsPseudoLiteralKind github.com/microsoft/typescript-go/internal/ast.IsPseudoLiteralKind diff --git a/shim/bundled/go.mod b/shim/bundled/go.mod index c9d8854..3feadbf 100644 --- a/shim/bundled/go.mod +++ b/shim/bundled/go.mod @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/bundled go 1.26 -require github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 +require github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f require ( github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect diff --git a/shim/bundled/go.sum b/shim/bundled/go.sum index e63a5c5..c6070aa 100644 --- a/shim/bundled/go.sum +++ b/shim/bundled/go.sum @@ -2,8 +2,8 @@ github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 h1:vymEbVw github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433/go.mod h1:tphK2c80bpPhMOI4v6bIc2xWywPfbqi1Z06+RcrMkDg= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 h1:V2sLwQCDRqwidM0CVu4BYoaSg4CnfDoE/Q3FjwXa05U= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f h1:om5hQgy4Lfa4bNQlh1AIA67Wer06Gl8cSpVu5VLsc8k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4= golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0= golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI= diff --git a/shim/checker/go.mod b/shim/checker/go.mod index 8e01e9b..8bcc9f8 100644 --- a/shim/checker/go.mod +++ b/shim/checker/go.mod @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/checker go 1.26 -require github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 +require github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f require ( github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect diff --git a/shim/checker/go.sum b/shim/checker/go.sum index cf9719b..360100e 100644 --- a/shim/checker/go.sum +++ b/shim/checker/go.sum @@ -4,8 +4,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/klauspost/cpuid/v2 v2.2.10 h1:tBs3QSyvjDyFTq3uoc/9xFpCuOsJQFNPiAhYdw2skhE= github.com/klauspost/cpuid/v2 v2.2.10/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 h1:V2sLwQCDRqwidM0CVu4BYoaSg4CnfDoE/Q3FjwXa05U= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f h1:om5hQgy4Lfa4bNQlh1AIA67Wer06Gl8cSpVu5VLsc8k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= github.com/peter-evans/patience v0.3.0 h1:rX0JdJeepqdQl1Sk9c9uvorjYYzL2TfgLX1adqYm9cA= github.com/peter-evans/patience v0.3.0/go.mod h1:Kmxu5sY1NmBLFSStvXjX1wS9mIv7wMcP/ubucyMOAu0= github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= diff --git a/shim/checker/shim.go b/shim/checker/shim.go index 2b909ec..a1b0101 100644 --- a/shim/checker/shim.go +++ b/shim/checker/shim.go @@ -187,6 +187,33 @@ const ExpandingFlagsTarget = checker.ExpandingFlagsTarget type ExportCollision = checker.ExportCollision type ExportCollisionTable = checker.ExportCollisionTable type ExportTypeLinks = checker.ExportTypeLinks +type ExternalEmitHelpers = checker.ExternalEmitHelpers +const ExternalEmitHelpersAddDisposableResourceAndDisposeResources = checker.ExternalEmitHelpersAddDisposableResourceAndDisposeResources +const ExternalEmitHelpersAsyncDelegator = checker.ExternalEmitHelpersAsyncDelegator +const ExternalEmitHelpersAsyncDelegatorIncludes = checker.ExternalEmitHelpersAsyncDelegatorIncludes +const ExternalEmitHelpersAsyncGenerator = checker.ExternalEmitHelpersAsyncGenerator +const ExternalEmitHelpersAsyncGeneratorIncludes = checker.ExternalEmitHelpersAsyncGeneratorIncludes +const ExternalEmitHelpersAsyncValues = checker.ExternalEmitHelpersAsyncValues +const ExternalEmitHelpersAwait = checker.ExternalEmitHelpersAwait +const ExternalEmitHelpersAwaiter = checker.ExternalEmitHelpersAwaiter +const ExternalEmitHelpersClassPrivateFieldGet = checker.ExternalEmitHelpersClassPrivateFieldGet +const ExternalEmitHelpersClassPrivateFieldIn = checker.ExternalEmitHelpersClassPrivateFieldIn +const ExternalEmitHelpersClassPrivateFieldSet = checker.ExternalEmitHelpersClassPrivateFieldSet +const ExternalEmitHelpersDecorate = checker.ExternalEmitHelpersDecorate +const ExternalEmitHelpersESDecorateAndRunInitializers = checker.ExternalEmitHelpersESDecorateAndRunInitializers +const ExternalEmitHelpersExportStar = checker.ExternalEmitHelpersExportStar +const ExternalEmitHelpersFirstEmitHelper = checker.ExternalEmitHelpersFirstEmitHelper +const ExternalEmitHelpersForAwaitOfIncludes = checker.ExternalEmitHelpersForAwaitOfIncludes +const ExternalEmitHelpersImportDefault = checker.ExternalEmitHelpersImportDefault +const ExternalEmitHelpersImportStar = checker.ExternalEmitHelpersImportStar +const ExternalEmitHelpersLastEmitHelper = checker.ExternalEmitHelpersLastEmitHelper +const ExternalEmitHelpersMakeTemplateObject = checker.ExternalEmitHelpersMakeTemplateObject +const ExternalEmitHelpersMetadata = checker.ExternalEmitHelpersMetadata +const ExternalEmitHelpersParam = checker.ExternalEmitHelpersParam +const ExternalEmitHelpersPropKey = checker.ExternalEmitHelpersPropKey +const ExternalEmitHelpersRest = checker.ExternalEmitHelpersRest +const ExternalEmitHelpersRewriteRelativeImportExtension = checker.ExternalEmitHelpersRewriteRelativeImportExtension +const ExternalEmitHelpersSetFunctionName = checker.ExternalEmitHelpersSetFunctionName type FeatureMapEntry = checker.FeatureMapEntry type FlowLoopInfo = checker.FlowLoopInfo type FlowLoopKey = checker.FlowLoopKey diff --git a/shim/compiler/go.mod b/shim/compiler/go.mod index 279c6f7..274ed9a 100644 --- a/shim/compiler/go.mod +++ b/shim/compiler/go.mod @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/compiler go 1.26 -require github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 +require github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f require ( github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect diff --git a/shim/compiler/go.sum b/shim/compiler/go.sum index cf9719b..360100e 100644 --- a/shim/compiler/go.sum +++ b/shim/compiler/go.sum @@ -4,8 +4,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/klauspost/cpuid/v2 v2.2.10 h1:tBs3QSyvjDyFTq3uoc/9xFpCuOsJQFNPiAhYdw2skhE= github.com/klauspost/cpuid/v2 v2.2.10/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 h1:V2sLwQCDRqwidM0CVu4BYoaSg4CnfDoE/Q3FjwXa05U= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f h1:om5hQgy4Lfa4bNQlh1AIA67Wer06Gl8cSpVu5VLsc8k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= github.com/peter-evans/patience v0.3.0 h1:rX0JdJeepqdQl1Sk9c9uvorjYYzL2TfgLX1adqYm9cA= github.com/peter-evans/patience v0.3.0/go.mod h1:Kmxu5sY1NmBLFSStvXjX1wS9mIv7wMcP/ubucyMOAu0= github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= diff --git a/shim/core/go.mod b/shim/core/go.mod index 39123bb..9fcffcd 100644 --- a/shim/core/go.mod +++ b/shim/core/go.mod @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/core go 1.26 -require github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 +require github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f require ( github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect diff --git a/shim/core/go.sum b/shim/core/go.sum index fed03da..8ecd8da 100644 --- a/shim/core/go.sum +++ b/shim/core/go.sum @@ -2,8 +2,8 @@ github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 h1:vymEbVw github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433/go.mod h1:tphK2c80bpPhMOI4v6bIc2xWywPfbqi1Z06+RcrMkDg= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 h1:V2sLwQCDRqwidM0CVu4BYoaSg4CnfDoE/Q3FjwXa05U= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f h1:om5hQgy4Lfa4bNQlh1AIA67Wer06Gl8cSpVu5VLsc8k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4= golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0= gotest.tools/v3 v3.5.2 h1:7koQfIKdy+I8UTetycgUqXWSDwpgv193Ka+qRsmBY8Q= diff --git a/shim/diagnosticwriter/go.mod b/shim/diagnosticwriter/go.mod index 0753290..46bc8e2 100644 --- a/shim/diagnosticwriter/go.mod +++ b/shim/diagnosticwriter/go.mod @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/diagnosticwriter go 1.26 -require github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 +require github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f require ( github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect diff --git a/shim/diagnosticwriter/go.sum b/shim/diagnosticwriter/go.sum index 7bb9ea8..594a4ff 100644 --- a/shim/diagnosticwriter/go.sum +++ b/shim/diagnosticwriter/go.sum @@ -4,8 +4,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/klauspost/cpuid/v2 v2.2.10 h1:tBs3QSyvjDyFTq3uoc/9xFpCuOsJQFNPiAhYdw2skhE= github.com/klauspost/cpuid/v2 v2.2.10/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 h1:V2sLwQCDRqwidM0CVu4BYoaSg4CnfDoE/Q3FjwXa05U= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f h1:om5hQgy4Lfa4bNQlh1AIA67Wer06Gl8cSpVu5VLsc8k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= github.com/zeebo/xxh3 v1.1.0 h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs= diff --git a/shim/incremental/go.mod b/shim/incremental/go.mod index 701e5d3..0df9fc9 100644 --- a/shim/incremental/go.mod +++ b/shim/incremental/go.mod @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/incremental go 1.26 -require github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 +require github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f require ( github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect diff --git a/shim/incremental/go.sum b/shim/incremental/go.sum index cf9719b..360100e 100644 --- a/shim/incremental/go.sum +++ b/shim/incremental/go.sum @@ -4,8 +4,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/klauspost/cpuid/v2 v2.2.10 h1:tBs3QSyvjDyFTq3uoc/9xFpCuOsJQFNPiAhYdw2skhE= github.com/klauspost/cpuid/v2 v2.2.10/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 h1:V2sLwQCDRqwidM0CVu4BYoaSg4CnfDoE/Q3FjwXa05U= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f h1:om5hQgy4Lfa4bNQlh1AIA67Wer06Gl8cSpVu5VLsc8k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= github.com/peter-evans/patience v0.3.0 h1:rX0JdJeepqdQl1Sk9c9uvorjYYzL2TfgLX1adqYm9cA= github.com/peter-evans/patience v0.3.0/go.mod h1:Kmxu5sY1NmBLFSStvXjX1wS9mIv7wMcP/ubucyMOAu0= github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= diff --git a/shim/parser/go.mod b/shim/parser/go.mod index 82f3c16..463b735 100644 --- a/shim/parser/go.mod +++ b/shim/parser/go.mod @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/parser go 1.26 -require github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 +require github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f require ( github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect diff --git a/shim/parser/go.sum b/shim/parser/go.sum index cf9719b..360100e 100644 --- a/shim/parser/go.sum +++ b/shim/parser/go.sum @@ -4,8 +4,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/klauspost/cpuid/v2 v2.2.10 h1:tBs3QSyvjDyFTq3uoc/9xFpCuOsJQFNPiAhYdw2skhE= github.com/klauspost/cpuid/v2 v2.2.10/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 h1:V2sLwQCDRqwidM0CVu4BYoaSg4CnfDoE/Q3FjwXa05U= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f h1:om5hQgy4Lfa4bNQlh1AIA67Wer06Gl8cSpVu5VLsc8k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= github.com/peter-evans/patience v0.3.0 h1:rX0JdJeepqdQl1Sk9c9uvorjYYzL2TfgLX1adqYm9cA= github.com/peter-evans/patience v0.3.0/go.mod h1:Kmxu5sY1NmBLFSStvXjX1wS9mIv7wMcP/ubucyMOAu0= github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= diff --git a/shim/scanner/go.mod b/shim/scanner/go.mod index a4fdd1d..780a989 100644 --- a/shim/scanner/go.mod +++ b/shim/scanner/go.mod @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/scanner go 1.26 -require github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 +require github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f require ( github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect diff --git a/shim/scanner/go.sum b/shim/scanner/go.sum index 7bb9ea8..594a4ff 100644 --- a/shim/scanner/go.sum +++ b/shim/scanner/go.sum @@ -4,8 +4,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/klauspost/cpuid/v2 v2.2.10 h1:tBs3QSyvjDyFTq3uoc/9xFpCuOsJQFNPiAhYdw2skhE= github.com/klauspost/cpuid/v2 v2.2.10/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 h1:V2sLwQCDRqwidM0CVu4BYoaSg4CnfDoE/Q3FjwXa05U= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f h1:om5hQgy4Lfa4bNQlh1AIA67Wer06Gl8cSpVu5VLsc8k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= github.com/zeebo/xxh3 v1.1.0 h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs= diff --git a/shim/tsoptions/go.mod b/shim/tsoptions/go.mod index f627f57..332a15d 100644 --- a/shim/tsoptions/go.mod +++ b/shim/tsoptions/go.mod @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/tsoptions go 1.26 -require github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 +require github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f require ( github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect diff --git a/shim/tsoptions/go.sum b/shim/tsoptions/go.sum index cf9719b..360100e 100644 --- a/shim/tsoptions/go.sum +++ b/shim/tsoptions/go.sum @@ -4,8 +4,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/klauspost/cpuid/v2 v2.2.10 h1:tBs3QSyvjDyFTq3uoc/9xFpCuOsJQFNPiAhYdw2skhE= github.com/klauspost/cpuid/v2 v2.2.10/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 h1:V2sLwQCDRqwidM0CVu4BYoaSg4CnfDoE/Q3FjwXa05U= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f h1:om5hQgy4Lfa4bNQlh1AIA67Wer06Gl8cSpVu5VLsc8k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= github.com/peter-evans/patience v0.3.0 h1:rX0JdJeepqdQl1Sk9c9uvorjYYzL2TfgLX1adqYm9cA= github.com/peter-evans/patience v0.3.0/go.mod h1:Kmxu5sY1NmBLFSStvXjX1wS9mIv7wMcP/ubucyMOAu0= github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= diff --git a/shim/tspath/go.mod b/shim/tspath/go.mod index baf6ae3..08d4c36 100644 --- a/shim/tspath/go.mod +++ b/shim/tspath/go.mod @@ -2,4 +2,4 @@ module github.com/microsoft/typescript-go/shim/tspath go 1.26 -require github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 +require github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f diff --git a/shim/tspath/go.sum b/shim/tspath/go.sum index 1614d81..83c0533 100644 --- a/shim/tspath/go.sum +++ b/shim/tspath/go.sum @@ -1,6 +1,6 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 h1:V2sLwQCDRqwidM0CVu4BYoaSg4CnfDoE/Q3FjwXa05U= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f h1:om5hQgy4Lfa4bNQlh1AIA67Wer06Gl8cSpVu5VLsc8k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= gotest.tools/v3 v3.5.2 h1:7koQfIKdy+I8UTetycgUqXWSDwpgv193Ka+qRsmBY8Q= gotest.tools/v3 v3.5.2/go.mod h1:LtdLGcnqToBH83WByAAi/wiwSFCArdFIUV/xxN4pcjA= diff --git a/shim/vfs/cachedvfs/go.mod b/shim/vfs/cachedvfs/go.mod index 5711e97..0ceb689 100644 --- a/shim/vfs/cachedvfs/go.mod +++ b/shim/vfs/cachedvfs/go.mod @@ -2,6 +2,6 @@ module github.com/microsoft/typescript-go/shim/vfs/cachedvfs go 1.26 -require github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 +require github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f require github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect diff --git a/shim/vfs/cachedvfs/go.sum b/shim/vfs/cachedvfs/go.sum index e63a5c5..c6070aa 100644 --- a/shim/vfs/cachedvfs/go.sum +++ b/shim/vfs/cachedvfs/go.sum @@ -2,8 +2,8 @@ github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 h1:vymEbVw github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433/go.mod h1:tphK2c80bpPhMOI4v6bIc2xWywPfbqi1Z06+RcrMkDg= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 h1:V2sLwQCDRqwidM0CVu4BYoaSg4CnfDoE/Q3FjwXa05U= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f h1:om5hQgy4Lfa4bNQlh1AIA67Wer06Gl8cSpVu5VLsc8k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4= golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0= golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI= diff --git a/shim/vfs/go.mod b/shim/vfs/go.mod index 89e7dce..390eaf0 100644 --- a/shim/vfs/go.mod +++ b/shim/vfs/go.mod @@ -2,4 +2,4 @@ module github.com/microsoft/typescript-go/shim/vfs go 1.26 -require github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 +require github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f diff --git a/shim/vfs/go.sum b/shim/vfs/go.sum index e63a5c5..c6070aa 100644 --- a/shim/vfs/go.sum +++ b/shim/vfs/go.sum @@ -2,8 +2,8 @@ github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 h1:vymEbVw github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433/go.mod h1:tphK2c80bpPhMOI4v6bIc2xWywPfbqi1Z06+RcrMkDg= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 h1:V2sLwQCDRqwidM0CVu4BYoaSg4CnfDoE/Q3FjwXa05U= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f h1:om5hQgy4Lfa4bNQlh1AIA67Wer06Gl8cSpVu5VLsc8k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4= golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0= golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI= diff --git a/shim/vfs/osvfs/go.mod b/shim/vfs/osvfs/go.mod index acd6a1e..46ae399 100644 --- a/shim/vfs/osvfs/go.mod +++ b/shim/vfs/osvfs/go.mod @@ -2,7 +2,7 @@ module github.com/microsoft/typescript-go/shim/vfs/osvfs go 1.26 -require github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 +require github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f require ( github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect diff --git a/shim/vfs/osvfs/go.sum b/shim/vfs/osvfs/go.sum index e63a5c5..c6070aa 100644 --- a/shim/vfs/osvfs/go.sum +++ b/shim/vfs/osvfs/go.sum @@ -2,8 +2,8 @@ github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 h1:vymEbVw github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433/go.mod h1:tphK2c80bpPhMOI4v6bIc2xWywPfbqi1Z06+RcrMkDg= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418 h1:V2sLwQCDRqwidM0CVu4BYoaSg4CnfDoE/Q3FjwXa05U= -github.com/microsoft/typescript-go v0.0.0-20260509190213-092b34f53418/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f h1:om5hQgy4Lfa4bNQlh1AIA67Wer06Gl8cSpVu5VLsc8k= +github.com/microsoft/typescript-go v0.0.0-20260514231437-c282336ea94f/go.mod h1:m8YA0PMC7ti0GW0RI05D6fEcjQeu98XVS+FWF+VDW2k= golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4= golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0= golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=