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

feat: correctly handle import statement with JSR specifier #336

Merged
merged 5 commits into from
May 6, 2024

Conversation

nyannyacha
Copy link
Collaborator

@nyannyacha nyannyacha commented May 6, 2024

What kind of change does this PR introduce?

Bug fix

Description

Now that Deno has deployed the jsr: specifier globally, the edge runtime should also support it.

Previously, this specifier was not properly supported, causing the module resolution phase to be an indefinite pending state.

Fixes #335

@nyannyacha nyannyacha changed the title fix: correctly handle import statement with JSR specifier feat: correctly handle import statement with JSR specifier May 6, 2024
@nyannyacha nyannyacha merged commit 0648aa0 into supabase:main May 6, 2024
3 checks passed
Copy link

github-actions bot commented May 6, 2024

🎉 This PR is included in version 1.47.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@nyannyacha nyannyacha deleted the fix-jsr-specifier branch May 6, 2024 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest version of Oak (> 14.1.1) doesn't work on Edge Runtime
2 participants