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
So I only just learned about this recently, but it appears that Bun can execute things in either native Bun runtime, or using an integrated copy of Node. The current benchmark data is using the Node runtime. It's also feeding the TypeScript code through ts-node, which is completely unnecessary, given that Bun has native TypeScript support.
This will require some changes to the current script execution:
So I only just learned about this recently, but it appears that Bun can execute things in either native Bun runtime, or using an integrated copy of Node. The current benchmark data is using the Node runtime. It's also feeding the TypeScript code through ts-node, which is completely unnecessary, given that Bun has native TypeScript support.
This will require some changes to the current script execution:
The text was updated successfully, but these errors were encountered: