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
This may be an issue with Bun specifically since the code works with node/tsx however it might be that the library is doing something strange.
When I try and run a script that contains
import { compile } from "@fileforge/react-print";
Bun will throw an error:
25860 | template: /* @pure */ React9.createElement(Latex, null, String.raw`% \f is defined as #1f(#2) using >the macro
Bun Repository Issue Link
The text was updated successfully, but these errors were encountered:
Hello @paradoxloop! I will have a look at the MVR in the Bun repository to confirm on which side it should be. I'll keep you posted by Monday. Thanks!
Sorry, something went wrong.
Seems to be on the Bun side, will see if we can narrow it down on our side to help. Many thanks for reporting this!
Titou325
No branches or pull requests
This may be an issue with Bun specifically since the code works with node/tsx however it might be that the library is doing something strange.
When I try and run a script that contains
Bun will throw an error:
Bun Repository Issue Link
The text was updated successfully, but these errors were encountered: