Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-06 | Make `Stat` functions fast | 1 | -1/+28 | ||
2023-02-06 | Expose Dirent and Stats (#1998) | 1 | -0/+11 | ||
* Expose dirent and stats * Expose Dirent and Stats inside fs * Add tests for Dirent and Stats exposing * Automatically generate bindings | |||||
2023-01-31 | Fixes fs.constants | 1 | -88/+80 | ||
2023-01-31 | Fix missing `*ms` getters in Stat | 1 | -0/+18 | ||
Related to #1949 | |||||
2023-01-24 | Fixes #1887 | 1 | -0/+47 | ||
2023-01-20 | fix hanging test | 1 | -38/+42 | ||
2023-01-18 | add `fs.rmdir` & friends (#1838) | 1 | -1/+117 | ||
2023-01-18 | Fix crash with invalid arguments in readdir()bun-v0.5.0 | 1 | -1/+29 | ||
2023-01-14 | fix bugs (#1795) | 1 | -10/+16 | ||
- segfault reading stacktrace from `fs/promises` rejections - `Promise` rejection within `describe()` ends testing abruptly - `FSSink.write()` incorrectly handles `objectMode` - `FSSink.write()` throws wrong error codes | |||||
2023-01-10 | Add two tests for fs/promises | 1 | -0/+16 | ||
2022-12-21 | Add test for stat() | 1 | -0/+9 | ||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 1 | -18/+18 | ||
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2022-11-01 | fix createWriteStream (#1433) | 1 | -0/+69 | ||
* fix createWriteStream * remove comment | |||||
2022-10-21 | Add test for `fs.createReadStream` | 1 | -0/+43 | ||
2022-10-11 | Implement `fs.rm` cross-platformly | 1 | -0/+32 | ||
2022-09-30 | more gc in fs test | 1 | -1/+13 | ||
2022-09-09 | [node:fs] Fix readFileSync on non-regular files | 1 | -0/+12 | ||
Fixes https://github.com/oven-sh/bun/issues/1220 | |||||
2022-08-09 | [node compat] Add tests for `fs.copyFileSync` | 1 | -0/+60 | ||
2022-07-20 | feat(node/fs): implement more stat methods (#807) | 1 | -0/+61 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+244 | ||