Alex Lam S.L
|
136014b13a
|
fix bugs (#1795)
- 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-14 16:50:55 -08:00 |
|
Jarred Sumner
|
3517ce8e23
|
Add two tests for fs/promises
|
2023-01-10 17:16:16 -08:00 |
|
Jarred Sumner
|
3ceb2655d8
|
Add test for stat()
|
2022-12-21 14:57:04 -08:00 |
|
Colin McDonnell
|
f7f1b60444
|
Add bun-types, add typechecking, add child_process types (#1475)
* 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-09 15:40:40 -08:00 |
|
Lawrence Chen
|
26e32ec1cb
|
fix createWriteStream (#1433)
* fix createWriteStream
* remove comment
|
2022-11-01 02:26:51 -07:00 |
|
Jarred Sumner
|
ae4f2d63c8
|
Add test for fs.createReadStream
|
2022-10-21 22:50:23 -07:00 |
|
Jarred Sumner
|
40623cf967
|
Implement fs.rm cross-platformly
|
2022-10-11 00:03:32 -07:00 |
|
Jarred Sumner
|
84af4f0133
|
more gc in fs test
|
2022-09-30 01:04:10 -07:00 |
|
Jarred Sumner
|
c600196b1a
|
[node:fs] Fix readFileSync on non-regular files
Fixes https://github.com/oven-sh/bun/issues/1220
|
2022-09-09 19:26:02 -07:00 |
|
Jarred Sumner
|
f44f98be33
|
[node compat] Add tests for fs.copyFileSync
|
2022-08-09 05:48:22 -07:00 |
|
Carter Snook
|
7500f4b2ca
|
feat(node/fs): implement more stat methods (#807)
|
2022-07-20 10:19:41 -07:00 |
|
Jarred Sumner
|
729d445b68
|
change the directory structure
|
2022-06-22 23:21:48 -07:00 |
|