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

Fix dynamic importing of JSON modules #1837

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

adams85
Copy link
Contributor

@adams85 adams85 commented Apr 18, 2024

While doing the parser migration, I spotted a bug: dynamically importing JSON modules (e.g. await import("package.json", { with: { type: "json" } })) results in an error ("default is not defined").

This PR attempts to fix the issue.

Copy link
Collaborator

@lahma lahma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for spotting and fixing!

@lahma lahma merged commit d39eeee into sebastienros:main Apr 20, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants