fix(client): re-export setServerModulePath from ./client subpath#37
Merged
myobie merged 1 commit intoMay 7, 2026
Conversation
Allows downstream consumers (e.g. apps bundled with `bun build --compile`) to override the resolved server module path without deep-importing `./dist/spawn.js`, which the package's `exports` field forbids. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
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
@myobie/pty/clientalready re-exportsspawnDaemon, which delegates to a module-level_serverModulePathset bysetServerModulePath(p). The escape hatch exists exactly so consumers can override the resolved path whenimport.meta.urldoesn't yield a real on-disk location — e.g. when@myobie/ptyis bundled into a single-file binary bybun build --compile.setServerModulePathis currently not re-exported from any public subpath, so consumers either have to deep-import@myobie/pty/dist/spawn.js(which theexportsfield forbids — Bun rejects it) or carry a patch on the package.This PR adds the missing re-export. One-line change, no behavior change.
Consumer
Lets
forgeinschickling/dotfiles#836drop the patch it's carrying for exactly this.Test plan
tsc -p tsconfig.build.jsoncleanvitest run— all unrelated failures (vim/zsh env-dependent) were already present onmainPosted on behalf of @schickling
agent_nameagent_session_idagent_toolagent_tool_versionagent_runtimeagent_modelworktreemachinetooling_profile