-
Tested with 2 versions :
```
deno 2.0.0-rc.1 (release candidate, release, x86_64-unknown-linux-gnu)
v8 12.9.202.5-rusty
typescript 5.5.2
---
deno 1.46.3 (stable, release, x86_64-unknown-linux…
-
### Environment
System:
OS: macOS 14.4.1
CPU: (8) arm64 Apple M1
Memory: 63.70 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 21.7.1 - /opt/homebrew/bin/node
n…
-
Bun is a new JavaScript runtime.
`bun:test` is its test runner.
See: https://bun.sh/docs/cli/test
## Related
https://github.com/wallabyjs/public/issues/2487 - Deno support
## vs Deno
…
vjpr updated
5 months ago
-
Hi, my framework supports Node, Deno and Bun. I get the following error (this is an error in Svelte, one of the supported frontend frameworks) when running it with Deno (`deno run --allow-all npm:prim…
-
### What version of Bun is running?
1.0.2
### What platform is your computer?
Linux x86_64
### What steps can reproduce the bug?
Convert TS to JS by bun on a new project and try to consume the o…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
set
base:"/book",
http://localhost:5173/book/
![image](https://github.com/QwikDev/qwik/assets/30745595/a3a10fd3-4…
-
### What version of Bun is running?
1.1.31-canary.53+5532e1af1
### What platform is your computer?
Darwin 23.6.0 arm64 arm
### What steps can reproduce the bug?
## Reproduce it: way 1
I am getti…
-
Today i discovered an issue with the setup-bun action. We use setup-bun to install the dependencies and then execute the app with node.
I also can see that setup-bun not containerized, which runs in …
-
### What is the problem this feature would solve?
Bun does not have built-in web server that can be run through CLI.
While there are many package in NPM to create web server, it is a hassle to dec…
-
First, I want to say your library has worked incredibly well for my projects. Thank you!
With the 7.0 release of bun, it now includes Worker for doing work in other threads. More info here: https:/…