-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Implement package.json "#imports"
field support
#478
Comments
Any ETA on this one? |
I would guess this is a big blocker for a lot of people. All my Node.js packages are using |
This is implemented and will soon be available in the canary build of bun:
|
@Jarred-Sumner Tried this on the latest (0.2.1) and it seems the issue is still there. Any kind of flag needed, perhaps? |
@Jarred-Sumner Doesn't seem to work in 0.2.2. |
I couldn't get any
But I also use wildcards which I found isn't supported yet #1402 <- probably good to wait for this one. Also found this ticket #1337, that indicated |
Canary just upgraded to 0.2.3 now...the command didn't upgrade earlier...rechecking. EDIT: Everything I try doesn't seem to work still... |
I confirm that this is still an issue. For example import test from '#utils/test'; Will not work. I guess that this has to do with extension resolution - e.g. |
Not working in fork() scripts. |
No description provided.
The text was updated successfully, but these errors were encountered: