refactor(v8-bridge): split the bridge bundle into a documented multi-file TypeScript package#164
Merged
Conversation
…file TypeScript package
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.
crates/execution/assets/v8-bridge.source.jsbundle into a multi-file TypeScript source tree underpackages/build-tools/bridge-src/(prelude, polyfills, global-exposure, transport, vendor/{esbuild-runtime,buffer}, and builtins/{active-handles, buffer-constants, fs, os, child-process, network, whatwg-url, events, process, module-loader}).build:bridge-sourcestep that bundles the TypeScript modules back into the readablev8-bridge.source.jsseam, keeping node/bare/undici-shim imports external so the downstream minify build is unchanged.v8-bridge.source.jsas a generated seam so all existing text-consumers (contract validation, polyfill-registry check, util-polyfill codegen, limits audit) keep working without changes.