Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-14 | Fix up async_hooks polyfill | 2 | -8/+63 | ||
2023-02-14 | Add temporary polyfill for async_hooks | 5 | -108/+324 | ||
2023-02-14 | :mask: async_hooks | 1 | -0/+4 | ||
2023-02-14 | [install] link network-delayed `.bin` scripts correctly (#2076) | 3 | -16/+21 | ||
2023-02-14 | don't break esbuild | 7 | -75/+50 | ||
2023-02-14 | Add workaround for `tls` and `worker_threads` | 3 | -1/+64 | ||
2023-02-14 | [install] improve `package.json` validation (#2074) | 6 | -104/+342 | ||
- report error and exit gracefully instead of crashing | |||||
2023-02-14 | [WIP] fix(node:fs): export `fs.ReadStream` and `fs.WriteStream` (#1798) | 4 | -72/+326 | ||
* fix(node:fs): export fs.WriteStream and fs.ReadStream * test(node:fs): add tests for fs.ReadStream and fs.WriteStream * test(node:fs): prevent opening fd w/o closing * fix(node:fs): hack ESM export for fs streams to keep lazy loading * fix(node:fs): = -> ===, fix hasInstance comparison * test(node:fs): add test that actually checks that re-exported streams work * fix(fs): eagerly load our slow lazy fns (thanks esm) * fix(fs): employ @alexlamsl 's constructor w/o new trick on Read/WriteStream | |||||
2023-02-14 | Reject with error when invalid fetch() body (#2047) | 2 | -12/+44 | ||
* Reject with error when invalid fetch() body Resolves #2014 * Make sure the test actually throws an exception * Update fetch error paths to return TypeErrors | |||||
2023-02-13 | fix(FormData): make String explicit, thanks @dylan-conway (#2065) | 1 | -1/+1 | ||
2023-02-13 | fix(FormData): add string literal operator (#2064) | 1 | -2/+2 | ||
2023-02-13 | Add pretty printer for FormData | 5 | -1/+101 | ||
2023-02-13 | Add dynamic port assigning to Bun.serve (#2062) | 3 | -5/+40 | ||
2023-02-13 | feat(napi): add `napi_get_value_bigint_words` (#2061) | 3 | -0/+44 | ||
* feat(napi): add `napi_get_value_bigint_words` * fix(napi): handle `napi_get_value_bigint_words` arr too small | |||||
2023-02-13 | Fixes https://github.com/oven-sh/bun/issues/1456 | 8 | -1/+148 | ||