test(repo): execute packed subpaths#2169
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
8c70ca8 to
5006eb1
Compare
f678c50 to
1e3aa59
Compare
5006eb1 to
f505062
Compare
554f049 to
81f0609
Compare
e656e66 to
dab294d
Compare
4a8cbbd to
f064103
Compare
dab294d to
72cafdf
Compare
f064103 to
e00f4b9
Compare
ab8fd5d to
b6b78b5
Compare
8fe514e to
8bcba53
Compare
b6b78b5 to
6be6180
Compare
8bcba53 to
3f6ecad
Compare
6be6180 to
78888dd
Compare
3f6ecad to
dfddd47
Compare
78888dd to
3a5655d
Compare
dfddd47 to
b2caf3f
Compare
3a5655d to
d092cdb
Compare
b2caf3f to
d85a2b5
Compare
b89ebfb to
c671bec
Compare
d85a2b5 to
5a5fa1b
Compare
c671bec to
e6dfdac
Compare
5a5fa1b to
9b655eb
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.

What
Execute every promised packed subpath in clean Node and browser consumers.
Why
Manifest generation alone cannot prove that an exported subpath installs, resolves peers, or bundles in its declared environment.
How
Install packed tarballs, import all Node promises, typecheck consumer code, and run a Vite browser build according to descriptor environments.
Test plan