Skip to content

feat: allow enabling the unstable sloppy imports#533

Merged
nyannyacha merged 1 commit into
developfrom
feat-unstable-sloppy-imports
Jun 18, 2025
Merged

feat: allow enabling the unstable sloppy imports#533
nyannyacha merged 1 commit into
developfrom
feat-unstable-sloppy-imports

Conversation

@nyannyacha

@nyannyacha nyannyacha commented Apr 22, 2025

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Enhancement

Description

Allow enabling unstable sloppy imports to fix the issue mentioned in denoland/deno#28930.
You can enable it by specifying sloppy-imports in the unstable section of deno.json.

{
   "unstable": [
     "sloppy-imports"
   ]
}

Closes FUNC-230

@laktek

laktek commented Jun 18, 2025

Copy link
Copy Markdown
Contributor

@nyannyacha this can be merged right?

@nyannyacha

Copy link
Copy Markdown
Contributor Author

@laktek yep 😋

@nyannyacha nyannyacha merged commit 3c38740 into develop Jun 18, 2025
@nyannyacha nyannyacha deleted the feat-unstable-sloppy-imports branch June 18, 2025 02:08
@alita-moore

Copy link
Copy Markdown

thank you for this. However, it seems that I'm running into issues where it's not being enabled in my development functions. My current edge-runtime version is supabase-edge-runtime-1.69.1

@alita-moore

Copy link
Copy Markdown

I also tried with supabase-edge-runtime-1.69.6 and it's the same issue it's not resolving .js files

@nyannyacha

nyannyacha commented Sep 9, 2025

Copy link
Copy Markdown
Contributor Author

Hello @alita-moore 😋, could you please open your issue as a new one?
Commenting on a closed PR might not get my attention.

@nyannyacha

Copy link
Copy Markdown
Contributor Author

If you open a new issue with the reproduction steps (or reproducible repository), I'll look into what the problem is.

Thanks!

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.

3 participants