-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
ESM Support #336
Comments
In my case
|
Got the same for the import syntax. Let me know once you get around this. |
Here you go https://gist.github.com/guest271314/08b19ba88c98a465dd09bcd8a04606f6
Importing with
Bun doesn't work as expected with dynamic network imports
|
import { Buffer } from 'buffer/index.js'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
Noob question here: From the docs, we should:
Question: How does one use the import/export style and is it supported?
For example:
Ty!
The text was updated successfully, but these errors were encountered: