Age | Commit message (Expand) | Author | Files | Lines |
2023-04-11 | experiment with export + proxy | cirospaciari
| 4 | -11/+19 |
2023-04-10 | ignore when no http proxy server available on afterAll | cirospaciari
| 1 | -0/+1 |
2023-04-10 | add http_proxy connect support on tests and fix fetch proxy behavior | cirospaciari
| 7 | -142/+174 |
2023-04-10 | always safe deinit socket context (#2611) | Ciro Spaciari
| 2 | -6/+26 |
2023-04-10 | add original name to list (#2613) | Dylan Conway
| 1 | -13/+12 |
2023-04-10 | Implement TOML & JSON support in Bun's new bundler (#2609) | Jarred Sumner
| 13 | -330/+762 |
2023-04-09 | Parse import attributes | Jarred Sumner
| 1 | -1/+1 |
2023-04-09 | Remove usages of `void{}` in favor of `{}` | Jarred Sumner
| 37 | -201/+201 |
2023-04-09 | Add some test coverage for instantiation expressions | Jarred Sumner
| 1 | -0/+156 |
2023-04-09 | Fix another case with instantiation expressions | Jarred Sumner
| 1 | -1/+9 |
2023-04-09 | Lower for-in variable initializers | Jarred Sumner
| 1 | -0/+22 |
2023-04-09 | Fixes #2594 (#2600) | Jarred Sumner
| 3 | -1/+28 |
2023-04-09 | Fixes #2599 | Jarred Sumner
| 1 | -4/+3 |
2023-04-09 | Update TypeScript parsing to 5.0 (#2593) | Jarred Sumner
| 6 | -350/+1190 |
2023-04-08 | Fix callout tag on development docs (#2595) | dave caruso
| 2 | -6/+25 |
2023-04-08 | Rewrite Developer Docs, Improve DX for new users, moving away from Devcontain... | dave caruso
| 11 | -149/+218 |
2023-04-07 | Fix `node:` prefix when `--platform=node` | Jarred Sumner
| 1 | -1/+9 |
2023-04-07 | Fix sort | Jarred Sumner
| 1 | -6/+3 |
2023-04-07 | Workaround crash | Jarred Sumner
| 1 | -3/+5 |
2023-04-07 | Bun gets a new bundler (#2312) | Jarred Sumner
| 113 | -15962/+48745 |
2023-04-07 | Fix trailing slash bug in upload script | Ashcon Partovi
| 1 | -1/+1 |
2023-04-07 | Fix environment variables in workflow | Ashcon Partovi
| 2 | -4/+4 |
2023-04-07 | Upload releases to S3 | Ashcon Partovi
| 5 | -1/+171 |
2023-04-07 | Add TSConfig object type to TranspilerOptions interface (#2545) | Jake Boone
| 1 | -1/+21 |
2023-04-07 | chore: simplify prettier command and cache (#2589) | hiroki osame
| 1 | -1/+1 |
2023-04-07 | `FileBlob` -> `BunFile`, add `BunFile.lastModified` (#2581) | Colin McDonnell
| 4 | -77/+119 |
2023-04-07 | feat(tls.Server) basic support (cert, key, rejectUnauthorized, requestCert, c... | Ciro Spaciari
| 23 | -10346/+13923 |
2023-04-06 | Proactively add these to the list | Jarred Sumner
| 1 | -0/+2 |
2023-04-06 | Bump | Jarred Sumner
| 1 | -1/+1 |
2023-04-06 | fix: export `constants` from `fs/promises` (#2567) | dave caruso
| 6 | -6/+14 |
2023-04-06 | docs: add a section on uninstalling bun (#2560) | dave caruso
| 1 | -0/+8 |
2023-04-06 | docs(cli/bunx): add notice (#2574) | Jozef Steinhübl
| 1 | -0/+4 |
2023-04-06 | Fix `toEqual` when the second array has extra array holes (#2580) | Dylan Conway
| 3 | -18/+76 |
2023-04-06 | Add last modify field "mtime" for FileBlob (#1431) (#2491) | Zhongwei Yao
| 6 | -33/+128 |
2023-04-06 | bun-types: infer strict `Subprocess` from `Bun.spawn()` options, part 2 (#2573) | dave caruso
| 9 | -67/+165 |
2023-04-06 | cache needs to update, move to another process (#2578) | Dylan Conway
| 2 | -156/+171 |
2023-04-06 | fix(ws): export Server (#2575) | hiroki osame
| 1 | -13/+30 |
2023-04-06 | docs(CONTRIBUTING): referece development guide (#2576) | hiroki osame
| 1 | -1/+5 |
2023-04-05 | rebase (#1501) | dave caruso
| 2 | -144/+305 |
2023-04-05 | Update `typecheck` (#2572) | Colin McDonnell
| 3 | -4/+8 |
2023-04-05 | prepend | Jarred Sumner
| 1 | -7/+3 |
2023-04-05 | Add tests for `bun test` with preload scripts (#2566) | Jake Boone
| 2 | -1/+107 |
2023-04-05 | Disable buffering when we clear terminal | Jarred Sumner
| 1 | -0/+2 |
2023-04-05 | Prettier | Jarred Sumner
| 3 | -4/+4 |
2023-04-05 | fix(fetch.proxy) fix proxy authentication (#2554) | Ciro Spaciari
| 3 | -31/+186 |
2023-04-05 | fix: build warnings (#2562) | hiroki osame
| 4 | -4/+1 |
2023-04-05 | In Documentation, move --watch before the script name (#2569) | Lawlzer
| 1 | -4/+5 |
2023-04-05 | fix `deepEquals` with array holes and accessors (#2557) | Dylan Conway
| 2 | -10/+249 |
2023-04-05 | fix: modules to have null prototype (#2561) | hiroki osame
| 2 | -2/+9 |
2023-04-04 | :clock1: :clock2: :clock3: | Jarred Sumner
| 1 | -1/+1 |