Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/update-typescript-go-2fb5d4c.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/tsgo": patch
---

Update TypeScript Go to microsoft/typescript-go@2fb5d4ce13935aef1f3c2896fad76d0ab4d43604.
2 changes: 1 addition & 1 deletion _patches/018-ls-autoimport-stylepolicy.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ index e34b62822..b733cd122 100644
--- a/internal/ls/autoimport/aliasresolver.go
+++ b/internal/ls/autoimport/aliasresolver.go
@@ -219,6 +219,11 @@ func (r *aliasResolver) IsSourceFileDefaultLibrary(path tspath.Path) bool {
panic("unimplemented")
return false
}

+// IsSourceFileFromExternalLibrary implements checker.Program.
Expand Down
3 changes: 2 additions & 1 deletion _patches/023-checker-effect-links.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
diff --git a/internal/checker/checker.go b/internal/checker/checker.go
--- a/internal/checker/checker.go
+++ b/internal/checker/checker.go
@@ -612,6 +612,7 @@ type Checker struct {
@@ -622,7 +622,8 @@ type Checker struct {
TypeCount uint32
SymbolCount uint32
SignatureCount uint32
TotalInstantiationCount uint32
+ EffectLinks any
instantiationCount uint32
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/* Source of truth: git submodule `typescript-go` commit.
Keep in sync via `_tools/update-flake-vendor-hash.sh`. */
typescript-go-src = {
url = "github:microsoft/typescript-go/551b02d6c10e78610fc5ca7c23b77c9d531ee59b?submodules=1";
url = "github:microsoft/typescript-go/2fb5d4ce13935aef1f3c2896fad76d0ab4d43604?submodules=1";
flake = false;
};
/* Source of truth: typescript-go's `_submodules/TypeScript` commit.
Expand Down
15 changes: 7 additions & 8 deletions shim/api/shim.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions shim/ast/shim.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions shim/checker/shim.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript-go
Submodule typescript-go updated 154 files
Loading