feat(child_process): support static fork IPC - #386
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| } | ||
| } | ||
|
|
||
| export function forkCallModulePath(program: ts.Program, call: ts.CallExpression): string | null { |
Contributor
Collaborator
Author
There was a problem hiding this comment.
Fixed in 9c35d12. Static target discovery now recognizes namespace and JavaScript default imports using symbol provenance. The 2948 and 2949 differential fixtures cover both forms across C and LLVM.
ctate
force-pushed
the
feat/static-fork-ipc
branch
from
September 23, 2026 04:19
9c35d12 to
5688890
Compare
This branch was successfully deployed
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
child_process.fork()targets and embed their module graphsTesting
pnpm -r buildpnpm lint(zero errors)NEXT_DIST_DIR=.next-check pnpm checkindocs/pnpm test:sandbox --remote-only: every plain and sanitized corpus shard passed; one unrelated CLI source-output test received a sandboxcontext canceledstderr, and the exact test passed locally