chore: update typescript-go submodule#931
Merged
graphite-app[bot] merged 1 commit intoMay 8, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the typescript-go submodule to a newer upstream commit and refreshes the local patch stack/shims so tsgolint continues to compile and work against the updated upstream API.
Changes:
- Update the
typescript-gosubmodule reference and rebase/refreshpatches/*.patchmetadata against the new upstream base. - Regenerate the
shim/astsurface to match upstream’sIsExpandoInitializersignature change.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| shim/ast/shim.go | Updates the shim’s IsExpandoInitializer declaration to accept the new upstream parameter list. |
| patches/0001-Adapt-project-service-for-single-run-mode.patch | Refreshes patch header metadata (new upstream base commit). |
| patches/0002-patch-expose-more-functions-via-the-shim-with-type-f.patch | Refreshes patch metadata/hunk anchors to apply cleanly on the updated upstream. |
| patches/0003-fix-early-return-from-invalid-tsconfig-for-better-er.patch | Refreshes patch header/index metadata for the new upstream base. |
| patches/0004-fix-collections-avoid-internal-json-import-in-ordere.patch | Refreshes patch header metadata (new upstream base commit). |
| patches/0005-perf-vfs-cache-ReadFile-results-in-cachedvfs.patch | Refreshes patch header metadata (new upstream base commit). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
Merge activity
|
## Summary - Update the `typescript-go` submodule from `25963e42b8a5d7da694c6ee555fed3cc93de1e71` to `dcc16d93144623ac56191861d76c1eb0f997a089` - Refresh the existing `patches/*.patch` stack against the new upstream base - Regenerate shims for the upstream `IsExpandoInitializer` signature change
ebbc8d0 to
349becd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
typescript-gosubmodule from25963e42b8a5d7da694c6ee555fed3cc93de1e71todcc16d93144623ac56191861d76c1eb0f997a089patches/*.patchstack against the new upstream baseIsExpandoInitializersignature change