Skip to content
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

chore: fix relative import regression #3287

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Conversation

dreamorosi
Copy link
Contributor

Summary

Changes

Please provide a summary of what's being changed

This PR fixes a regression introduced in #3250 that updated two relative imports and removed the file extension.

This caused errors to come up during the build of the project (example here - scroll down to the annotations section) due to TypeScript not finding the proper import when building the ESM version of the package..

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

Issue number: fixes #3286


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 Nov 4, 2024
@dreamorosi dreamorosi requested review from a team as code owners November 4, 2024 18:06
@boring-cyborg boring-cyborg bot added the parser This item relates to the Parser Utility label Nov 4, 2024
@pull-request-size pull-request-size bot added the size/XS PR between 0-9 LOC label Nov 4, 2024
@dreamorosi dreamorosi requested a review from am29d November 4, 2024 18:06
Copy link

sonarqubecloud bot commented Nov 4, 2024

@am29d am29d merged commit 7aadc68 into main Nov 5, 2024
27 checks passed
@am29d am29d deleted the chore/fix_relative_imports branch November 5, 2024 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parser This item relates to the Parser Utility size/XS PR between 0-9 LOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: revert changes to relative imports in Parser
2 participants