We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.1.31
Darwin 23.6.0 arm64 arm & Debian
See nodejs/node#55468
Create following files:
{ "private": true, "type": "module" }
const bar = await import("./bar.js"); console.log(bar.default);
import {} from "./foo.js"; export default "It works!";
Then run bun foo.js.
bun foo.js
I don't know, but ONLY JSC based runtime/browser will output "It works!" successfully.
No response
Behavior of other runtime:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Bun is running?
1.1.31
What platform is your computer?
Darwin 23.6.0 arm64 arm & Debian
What steps can reproduce the bug?
See nodejs/node#55468
Create following files:
Then run
bun foo.js
.What is the expected behavior?
I don't know, but ONLY JSC based runtime/browser will output "It works!" successfully.
What do you see instead?
No response
Additional information
Behavior of other runtime:
The text was updated successfully, but these errors were encountered: