You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be fixed now, but I notice Jiti runs extremely slow because Bun ends up re-transpiling the code when running it While it works for compatibility, really should just be using import("./module.ts") or bun run.
jiti - GitHub
What version of Bun is running?
0.7.3
What platform is your computer?
Darwin 22.5.0 arm64 arm
What steps can reproduce the bug?
index.ts
bun --bun x jiti index.ts
What is the expected behavior?
The file will be ran. If empty, no output expected.
What do you see instead?
End of debug log
Additional information
This is blocking:
Related to:
The text was updated successfully, but these errors were encountered: