feat(compartment-mapper): expose findUnknownCanonicalNames#3221
Draft
boneskull wants to merge 1 commit into
Draft
feat(compartment-mapper): expose findUnknownCanonicalNames#3221boneskull wants to merge 1 commit into
boneskull wants to merge 1 commit into
Conversation
Member
Author
|
Warning This PR is part of a stack and targets branch 📚 Pull Request Stack
Managed by gh-stack |
🦋 Changeset detectedLatest commit: 8f4274f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
bcb2a78 to
b6be451
Compare
63dc745 to
698be08
Compare
This was referenced Apr 30, 2026
b6be451 to
aef5ab0
Compare
698be08 to
1249834
Compare
aef5ab0 to
1bf57f2
Compare
1249834 to
4ad0448
Compare
1bf57f2 to
d0231bb
Compare
4ad0448 to
68db8b2
Compare
d0231bb to
0c5745d
Compare
68db8b2 to
24aa05e
Compare
0c5745d to
75eeb29
Compare
24aa05e to
40fbe27
Compare
75eeb29 to
50aaf46
Compare
40fbe27 to
3bb2910
Compare
50aaf46 to
b2cdb69
Compare
3bb2910 to
b78ae44
Compare
b2cdb69 to
356a49e
Compare
b78ae44 to
34550d5
Compare
e822386 to
b32a792
Compare
48626c7 to
4d0eb02
Compare
b32a792 to
85af5e3
Compare
4d0eb02 to
e831606
Compare
85af5e3 to
49177f5
Compare
e831606 to
f3fd1fc
Compare
49177f5 to
f5b17ba
Compare
f3fd1fc to
c894f58
Compare
f5b17ba to
c535eb0
Compare
c894f58 to
d691bb1
Compare
c535eb0 to
cd009ee
Compare
d691bb1 to
cd59424
Compare
cd009ee to
6d93ba2
Compare
cd59424 to
3ad22b5
Compare
6d93ba2 to
1dfbbae
Compare
98fe01b to
cbbbe9b
Compare
5204c99 to
6371ee7
Compare
271b485 to
ac5e06a
Compare
23b9605 to
daee696
Compare
d85e49c to
d611335
Compare
daee696 to
3eb751e
Compare
d611335 to
2234cc6
Compare
3eb751e to
0fc9770
Compare
Expose `findUnknownCanonicalNames()` from new export `@endo/compartment-mapper/policy.js`. Should be used _after_ `captureFromMap` when called without policy, since unknown canonical names are not emitted by the `UnknownCanonicalNameHook` unless a policy is present.
0fc9770 to
8a3d2cb
Compare
2234cc6 to
8f4274f
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.
Expose
findUnknownCanonicalNames()from new export@endo/compartment-mapper/policy.js.Should be used after
captureFromMapwhen called without policy, since unknown canonical names are not emitted by theUnknownCanonicalNameHookunless a policy is present.