fix(module-source): fix SourceMapHook & other types#3187
Closed
boneskull wants to merge 1 commit intoboneskull/module-source-pipelinefrom
Closed
fix(module-source): fix SourceMapHook & other types#3187boneskull wants to merge 1 commit intoboneskull/module-source-pipelinefrom
boneskull wants to merge 1 commit intoboneskull/module-source-pipelinefrom
Conversation
Member
Author
🦋 Changeset detectedLatest commit: 6ce4afe The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This was referenced Apr 16, 2026
41cb080 to
79aae05
Compare
This was referenced Apr 16, 2026
79aae05 to
6184e36
Compare
f81a724 to
1463114
Compare
99a21b5 to
b6314c2
Compare
3a27c64 to
dcd6941
Compare
1463114 to
d46967c
Compare
dcd6941 to
91d2e04
Compare
d46967c to
302f011
Compare
91d2e04 to
4bbf4c3
Compare
302f011 to
404d032
Compare
4bbf4c3 to
335a5b6
Compare
404d032 to
a423cb4
Compare
335a5b6 to
9c1c939
Compare
- Fixes `CompartmentDescriptor` so that it is generic on the `PackagePolicy`; externally-defined `ParseFn`s can now refer to the specific contents of a custom `PackagePolicy` present in a `CompartmentDescriptor`. - Introduces `ParseSourceMapHook`; differentiated from `@endo/module-source`'s `SourceMapHook`. - Fixes type of `PolicyItem`; eliminates confusion between `void` (no extra union members) and `any` (`SomePackagePolicy`).
9c1c939 to
6ce4afe
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.
This fixes the type of
SourceMapHookand the implementation to align with reality..tssources for types; fixestsconfig.jsontypedoc.jsonfor proper entry points