Skip to content

fix(parser): envelope sub-path exports regression #3667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2025
Merged

Conversation

dreamorosi
Copy link
Contributor

@dreamorosi dreamorosi commented Feb 26, 2025

Summary

Changes

Please provide a summary of what's being changed

This PR fixes the regression introduced in the last release that causes subpath exports for the envelopes in Parser to not work.

The fix restores the barrel export and provides scoped exports for each envelope category.

I have built and installed the package in a dummy project, and verified that the paths work.

Please add the issue number below, if no issue is present the PR might get blocked and not be reviewed

Issue number: closes #3666


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@dreamorosi dreamorosi self-assigned this Feb 26, 2025
@dreamorosi dreamorosi requested review from a team as code owners February 26, 2025 19:32
@dreamorosi dreamorosi requested a review from am29d February 26, 2025 19:32
@dreamorosi dreamorosi linked an issue Feb 26, 2025 that may be closed by this pull request
@boring-cyborg boring-cyborg bot added the dependencies Changes that touch dependencies, e.g. Dependabot, etc. label Feb 26, 2025
@pull-request-size pull-request-size bot added the size/S PR between 10-29 LOC label Feb 26, 2025
@github-actions github-actions bot added the bug Something isn't working label Feb 26, 2025
@am29d am29d merged commit beac102 into main Feb 26, 2025
48 checks passed
@am29d am29d deleted the fix/parser_envelopes branch February 26, 2025 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Changes that touch dependencies, e.g. Dependabot, etc. size/S PR between 10-29 LOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: parser envelopes sub-path export regression
2 participants