Skip to content
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

Issue with bundling @babel/traverse and @babel/generator #15946

Open
meydaikey opened this issue Dec 22, 2024 · 0 comments
Open

Issue with bundling @babel/traverse and @babel/generator #15946

meydaikey opened this issue Dec 22, 2024 · 0 comments
Labels
bug Something isn't working needs triage

Comments

@meydaikey
Copy link

What version of Bun is running?

1.1.42+50eec0025

What platform is your computer?

No response

What steps can reproduce the bug?

import traverse from '@babel/traverse'

traverse()
bun build test.ts --minify --outfile test.js
bun test.js

What is the expected behavior?

no output

What do you see instead?

TypeError: Oz.default is not a function. (In 'Oz.default()', 'Oz.default' is an instance of Object)

Additional information

No response

@meydaikey meydaikey added bug Something isn't working needs triage labels Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant