Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-28 | Update README.md | 1 | -1/+26 | ||
2022-11-28 | Update README.md | 1 | -5/+5 | ||
2022-11-28 | Add small section about profiling bun | 1 | -0/+171 | ||
2022-11-28 | Fix hanging in FIFO streams | 1 | -1/+2 | ||
2022-11-28 | [internal] Add debug timer | 2 | -2/+33 | ||
2022-11-28 | Ensure we report errors in controller.close | 1 | -1/+9 | ||
2022-11-28 | Update JSEnvironmentVariableMap.cpp | 1 | -1/+1 | ||
2022-11-28 | Allow overriding node:fs | 1 | -0/+9 | ||
2022-11-28 | Add test for process | 1 | -3/+14 | ||
2022-11-28 | Fix process.env and Bun.env object spread | 8 | -204/+127 | ||
Fixes https://github.com/oven-sh/bun/issues/1512 | |||||
2022-11-27 | Fix `console.log(process.env)` | 2 | -20/+27 | ||