-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
ReferenceError
on a bundle made by rollup
#421
Comments
This is probably a symbol collision issue in bun's transpiler If you change the file extension to |
Yes it works with
The thing is there is no JSX syntax in the bundle, it has |
I ran into the same error trying to use Pug which also imports Babel's parser. Running...
... produces:
|
Any progress on this? |
I'd also love an update on this. |
@coderaiser Seems to have been solved in one of the latest releases. |
I made a bundle of 🐊Putout that works on
node.js
anddeno
, but when I run with bun, I have an error:When I extracted this function into a file
jsx.js
:And run with
bun jsx.js
everything works fine, so maybe the reason is TO MANY VARIABLES in global scope, or something like this.The text was updated successfully, but these errors were encountered: