-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
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
MartinRybergLaude and WilleMahMille