Bun v0.0.41 #46
Jarred-Sumner
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's new:
bun run
:bun run ./file.js
now supports running JavaScript, TS, TSX, and JSX files using Bun.js. If you passbun run
a filepath to a.js
,.jsx
,.tsx
, or.ts
file, it will run it with Bun.js instead of saying"error: Missing script"
.Bun.js
Bun.js is Bun's JavaScript runtime environment.
performance.now()
is implementedBug fixes
.env
files which is unnecessary. Now process environment variables are passed through without extra parsingfetch()
wasn't working due to a silly mistake. That's fixedThis discussion was created from the release Bun v0.0.41.
Beta Was this translation helpful? Give feedback.
All reactions