bun
bun copied to clipboard
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
**Goal**: each of the scripts from the [Chevrotain tutorial](https://chevrotain.io/docs/tutorial/step0_introduction.html) should work **Status**: Bun v0.1.5 error with Buffer in step 2 ```bash git clone --depth=1 https://github.com/Chevrotain/chevrotain/ cd chevrotain/examples/tutorial/ bun install cd...
### Version 0.1.4 ### Platform Linux s212 5.15.0-41-generic #44~20.04.1-Ubuntu SMP Fri Jun 24 13:27:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux (Ubuntu 20.04.4 LTS x86_64) ### What steps will reproduce the...
### Version 0.1.5 ### Platform Darwin Andys-MacBook-Air.local 21.6.0 Darwin Kernel Version 21.6.0: Sat Jun 18 17:07:25 PDT 2022; root:xnu-8020.140.41~1/RELEASE_X86_64 x86_64 ### What steps will reproduce the bug? 1. Create a...
### Version 0.1.7 ### Platform Linux 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 GNU/Linux ### What steps will reproduce the bug?  ### How often does it...
### Version 0.1.5 ### Platform Microsoft Windows NT 10.0.19044.0 x64 ### What steps will reproduce the bug? ```ts import assert from 'assert' assert(true) ``` ### How often does it reproduce?...
### Version 0.1.6 ### Platform darwin 21.5.0 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? Created a new next.js...
### Version 0.1.7 ### Platform Darwin C02G86LCMD6R 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64 ### What steps will reproduce the bug? ```shell bun create...
### Version 0.1.5 ### Platform Darwin ip-192-168-1-189.us-east-2.compute.internal 21.5.0 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? Don't know if...
### Version 0.1.4 ### Platform Linux ubuntu 5.4.0-121-generic #137-Ubuntu SMP Wed Jun 15 13:33:07 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### What steps will reproduce the bug? Requiring and trying...
So I just installed bun on my WSL and wanted to try it on an existing project I was working on. I tried to install the deps via `bun install`...