-
Bun( https://bun.sh/ ) is Node.js like JavaScript runtime.
And packages are hosted by npm.js.
This scanner may be able to support `bun.lockb` files with minor modifications.
# Note
The lock files a…
-
Getting this when running tests
```bash
# Unhandled error between tests
-------------------------------
22 | return this;
23 | }.call(null) ||
24 | Function('return this')();
25…
-
Is it known if Tigerbeetle works with Bun? Or if not, is there any plan to have a Bun client?
-
### How can we reproduce the crash?
_No response_
### Relevant log output
```shell
```
### Stack Trace (bun.report)
Bun v1.1.34 ([`5e5e7c6`]()) on linux x86_64_baseline [_]
Illegal instruction …
-
### How can we reproduce the crash?
_No response_
### Relevant log output
```shell
```
### Stack Trace (bun.report)
Bun v1.1.34 ([`5e5e7c6`]()) on linux x86_64_baseline [_]
Illegal instruction …
-
### What problem does this feature solve?
support bun
### Possible Solution (optional)
_No response_
-
Bun is fast, if the build phase will work in Bun and the install to the github runner doesn't take too long, switch to bun.
- [x] Benchmark Bun against Node in local dev
- [ ] Benchmark Bun agains…
-
https://bun.sh/docs/project/contributing#building-bun
-
There's a couple options for parsing buns lock file that don't require spawning `bun bun.lockb`.
You can use [this parser](https://www.npmjs.com/package/@hyrious/bun.lockb) written in ESM or the CJS …
-
The readme says bun is partially supported. Is there a step to get it working? Thanks!