bun
bun copied to clipboard
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Differential ShellCheck is a GitHub action that performs differential ShellCheck scans on files changed via PR and reports results directly in PR. Since this repository contains some shell scripts I...
Updated issue **Bun supports `"workspaces"` in package.json**, `"workspace:*` (protocol) in dependencies, and many more features related to workspaces. See the [docs page on workspaces](https://bun.sh/docs/install/workspaces). You can also use `bun run...
Issue was from wrapping `assert` in an ESM-style `export * from assert` statement. ESBuild, instead of copying the exported variable straight from `assert`, created a new object and populated it...
### Version 0.1.4 ### Platform Microsoft Windows NT 10.0.25151.0 x64 ### What steps will reproduce the bug? ```javascript async function getInfo(rId) { var res = await fetch(`https://users.roblox.com/v1/users/${rId}`).catch(err => console.log(err)); var...
### What is the problem this feature will solve? There is no built-in template engine ### What is the feature you are proposing to solve the problem? Have a template...
### Version 0.1.5 ### Platform Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64 ### What steps will reproduce the bug? Create a new bun project using...
> **Warning** > Haven't tested, can't test it Added `bun-build.yml` that builds macos + linux Not sure if it works
### Version 0.1.6 ### Platform Darwin Kernel Version 21.6.0 ### What steps will reproduce the bug? Add run script on package.json `"run": "npm run"` run with bun: `bun run run`...