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.42-canary.1+acb9fdfcf
Linux 6.8.0-49-generic x86_64 x86_64
Bun.build({ entrypoints: [`./build.js`], // throw: true, });
this only happens in .js files. it doesn't happen in .ts files. the bug doesn't happen when removing the comment (// throw: true)
// throw: true
error: Expected identifier but found end of file
No response
The text was updated successfully, but these errors were encountered:
Not able to reproduce this. Are you able to reproduce this on Bun v1.1.43?
Sorry, something went wrong.
after upgrading, its fixed!
No branches or pull requests
What version of Bun is running?
1.1.42-canary.1+acb9fdfcf
What platform is your computer?
Linux 6.8.0-49-generic x86_64 x86_64
What steps can reproduce the bug?
What is the expected behavior?
this only happens in .js files. it doesn't happen in .ts files.
the bug doesn't happen when removing the comment (
// throw: true
)What do you see instead?
error: Expected identifier but found end of file
Additional information
No response
The text was updated successfully, but these errors were encountered: