bun
bun copied to clipboard
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
### What is the problem this feature will solve? REPO should look clean more than that so moving docs to the website will make it more useful ### What is...
### Version 0.1.5 ### Platform Microsoft Windows NT 10.0.19044.0 x64 ### What steps will reproduce the bug? ``` bun run tsc -p tsconfig.json ``` (the `tsconfig.json` doesn't have to exist)...
### Version 0.1.5 ### Platform Microsoft Windows NT 10.0.19044.0 x64 ### What steps will reproduce the bug? ```ts const assert = require('power-assert') assert(true) ``` ### How often does it reproduce?...
This `dns` fallback uses cloudflare DoH to implement a basic lookup
### Version 0.1.3 ### Platform Darwin alexandros-katechis-mbp.local 19.6.0 Darwin Kernel Version 19.6.0: Mon Apr 18 21:50:40 PDT 2022; root:xnu-6153.141.62~1/RELEASE_X86_64 x86_64 ### What steps will reproduce the bug? `bun install` ###...
`.toString` implementation is seems flawed or at least inconsistent with NodeJS: ### Test.ts ```test.ts import { readFileSync } from 'fs' const completePath = './data' const data = readFileSync(completePath).toString() console.log({ data:...
Apparently, `dns` module is not included on bun runtime. I got this issue when trying to use PostgreSQL (pg) package. pg version: ^8.7.3 Error message: ``` error: Could not resolve:...
### Version 0.1.5 ### Platform Darwin mini.local 21.4.0 Darwin Kernel Version 21.4.0: Fri Mar 18 00:47:26 PDT 2022; root:xnu-8020.101.4~15/RELEASE_ARM64_T8101 arm64 ### What steps will reproduce the bug? ```js import {...
### Version 0.1.5 ### Platform Linux 5.15.0-41-generic #44-Ubuntu SMP Wed Jun 22 14:20:53 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### What steps will reproduce the bug? // this works, the...
I was wondering if there was a way to bundle your project together with bun into a standalone executable. Much like with `nexe` or `pkg` for node. Given that bun...