Skip to content

Conversation

nyannyacha
Copy link
Contributor

@nyannyacha nyannyacha commented Apr 22, 2025

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
Copy link
Contributor

laktek commented Jun 18, 2025

@nyannyacha this can be merged right?

@nyannyacha
Copy link
Contributor Author

@laktek yep 😋

@nyannyacha nyannyacha merged commit 3c38740 into develop Jun 18, 2025
5 checks passed
@nyannyacha nyannyacha deleted the feat-unstable-sloppy-imports branch June 18, 2025 02:08
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.

2 participants