Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-08-03 | allow bundling builtins for browser (#3959) | 2 | -6/+39 | |
2023-08-03 | Fix edge case in `path.relative`. (#3952) | 2 | -3/+18 | |
2023-08-03 | Bunch of fixes (#3516) | 32 | -2926/+3268 | |
2023-08-03 | [install] fix stale `bun.lockb` on workspaces (#3945) | 4 | -17/+97 | |
2023-08-03 | Minor optimization: Avoid extra copying when the chunk has only one element. ... | 2 | -4/+4 | |
2023-08-03 | Fix the string encoding in `path.extname`. (#3949) | 2 | -1/+6 | |
2023-08-02 | SvelteKit compatibility hack | 1 | -1/+4 | |
2023-08-02 | typo (#3941) | 1 | -2/+2 | |
2023-08-02 | Fix formatting | 1 | -1/+1 | |
2023-08-02 | Dave/removedeprecation (#3938) | 2 | -179/+49 | |
2023-08-02 | Fix http write (#3939) | 3 | -13/+66 | |
2023-08-02 | Remove module and browser conditions (#3935) | 2 | -30/+14 | |
2023-08-02 | Implement `node:worker_threads` (#3923) | 22 | -80/+802 | |
2023-08-02 | Implement `node:diagnostics_channel` (#3934) | 9 | -103/+1663 | |
2023-08-02 | Fix | 1 | -2/+2 | |
2023-08-02 | Rewrite built-in modules to use CommonJS over ESM (#3814) | 199 | -31427/+11184 | |
2023-08-02 | Fixes #3931 (#3933) | 3 | -38/+24 | |
2023-08-02 | Fix path_watcher (#3920) | 1 | -106/+174 | |
2023-08-02 | Update streams.md (#3926) | 1 | -1/+1 | |
2023-08-02 | clean declare structs (#3929) | 2 | -5/+2 | |
2023-08-01 | close `BroadcastChannel` in tests | 2 | -1/+49 | |
2023-08-01 | Fix some flaky tests (#3919) | 2 | -23/+91 | |
2023-08-01 | Fix expanding on .env files (#3918) | 2 | -6/+75 | |
2023-08-01 | add `BroadcastChannel` (#3922) | 21 | -57/+1811 | |
2023-08-01 | Update worker.test.ts | 1 | -1/+1 | |
2023-08-01 | Update types | 1 | -0/+5 | |
2023-08-01 | Update JSWorker.cpp | 1 | -1/+1 | |
2023-08-01 | Implement Worker.prototype.threadId | 3 | -2/+19 | |
2023-08-01 | Fix prisma.md typo (#3921) | 1 | -1/+1 | |
2023-07-31 | throw error if node module does not exist (#3913) | 3 | -52/+78 | |
2023-07-31 | Update stricjs | 2 | -221/+229 | |
2023-07-31 | Switch table to headings in Nodejs compat page | 1 | -4/+444 | |
2023-07-31 | Add env guides | 2 | -0/+69 | |
2023-07-31 | Update titles, add Workspaces guide | 9 | -6/+89 | |
2023-07-31 | Add ecosystem guides (#3847) | 33 | -46/+898 | |
2023-07-31 | More logging | 1 | -1/+7 | |
2023-07-31 | Fixes #1669 | 1 | -0/+0 | |
2023-07-31 | Add a test for TransformStream | 4 | -15/+53 | |
2023-07-31 | Fixes #2935 | 2 | -9/+87 | |
2023-07-31 | Update arraybuffer-to-buffer.md (#3906) | 1 | -1/+1 | |
2023-07-31 | Fix incorrect function | 2 | -2/+2 | |
2023-07-30 | Fix memory leak in response.clone(), further reduce memory usage of Request &... | 16 | -130/+256 | |
2023-07-30 | FIx Uint8Array to a ReadableStream code snippet (#3895) | 1 | -1/+1 | |
2023-07-30 | Micro-optimize LineOffsetTable.generate | 1 | -1/+4 | |
2023-07-30 | skip flay test | 2 | -5/+4 | |
2023-07-30 | Support `bun .` to run the entry point (#3891) | 8 | -164/+110 | |
2023-07-30 | Update install.md (#3890) | 1 | -1/+1 | |
2023-07-30 | Fix issue with file loader (#3889) | 5 | -6/+34 | |
2023-07-30 | Fixes #3884 | 2 | -42/+7 | |
2023-07-30 | Bump | 1 | -1/+1 |