aboutsummaryrefslogtreecommitdiff
path: root/test/js/node (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-06fix(runtime): fix `events.once` not working (#4520)Gravatar dave caruso 1-0/+12
2023-09-05Align `process.nextTick` execution order with Node (#4409)Gravatar Jarred Sumner 2-8/+944
2023-09-05feat(runtime): Implement `fs.watchFile` (#4467)Gravatar dave caruso 1-0/+121
2023-09-05fix(node:net): emit close event on connection error (#4336)Gravatar dave caruso 1-3/+18
2023-09-05fix checkout/build failure due to `src/deps/uws` (#4505)Gravatar Alex Lam S.L 1-5/+5
2023-09-03fix(syscall): fix handling syscall errno (#4461)Gravatar Ai Hoshino 1-0/+21
2023-09-01fix `Bun.serve` with tls and `Bun.file` (#4450)Gravatar Dylan Conway 2-6/+24
2023-08-31fix(runtime): `fs.cp` edge cases (#4439)Gravatar dave caruso 1-3/+36
2023-08-30feat(node:fs): add `cp`/`cpSync`/`promises.cp` + async `copyFile` (#4340)Gravatar dave caruso 2-2/+259
2023-08-30fix(http/https) disable decompress on http/https client (#4399)Gravatar Ciro Spaciari 1-2/+13
2023-08-30Fix bug in `util/types`.{isGeneratorFunction,isAsyncFunction}Gravatar Jarred Sumner 1-2/+20
2023-08-29fix(node-fetch): use stream.Readable instead of web streams (#4394)Gravatar dave caruso 4-33/+103
2023-08-29parse unix socket path param in `http.server` (#4390)Gravatar Ai Hoshino 1-0/+27
2023-08-29emit open and call close callback (#4384)Gravatar Dylan Conway 1-0/+55
2023-08-28feat(node:dns): implement `dns.reverse`. (#4332)Gravatar Ai Hoshino 1-0/+45
2023-08-28use `options.fd` if provided for `fs.Read/WriteStream` (#4378)Gravatar Dylan Conway 1-0/+22
2023-08-27Fix some edge cases in the `env` param of `spawn`. (#4364)Gravatar Ai Hoshino 1-6/+17
2023-08-24Fix(node:http): fix URL formatting when using a proxy. (#4297)Gravatar Ai Hoshino 1-0/+57
2023-08-24Make the server not crash if an error occurs in dev build. (#4300)Gravatar Ai Hoshino 1-0/+16
2023-08-21Implement FileGravatar Jarred Sumner 1-1/+1
2023-08-20Fixes #1675 (#4230)Gravatar Jarred Sumner 2-0/+76
2023-08-20Fix test failures from 3a9a6c63a (#4231)Gravatar Jarred Sumner 1-18/+1
2023-08-19tty `ReadStream`, `WriteStream`, and readline rawmode (#4179)Gravatar Dylan Conway 1-1/+123
2023-08-18Implement BigIntStats (#4208)Gravatar dave caruso 1-0/+35
2023-08-17Add `util.inspect.custom` support to `util.inspect/Bun.inspect/console.log` (...Gravatar dave caruso 2-0/+178
2023-08-17Support Nitro (#4098)Gravatar dave caruso 1-0/+25
2023-08-17Allow IncomingRequest.req to be overwritten. (#4154)Gravatar dave caruso 1-0/+17
2023-08-17Fix(node:fs): add buffer parameter in fs.read callback. (#4191)Gravatar Ai Hoshino 1-0/+116
2023-08-10async realpath (#4117)Gravatar Jarred Sumner 1-1/+31
2023-08-10add util.formatWithOptions (#4090)Gravatar dave caruso 1-0/+10
2023-08-09Fix constructing buffer from a UTF16 string with the Latin1 encoding. (#4086)Gravatar Ai Hoshino 1-0/+12
2023-08-08Set exports to {} in user-constructed CommonJSModuleRecords (#4076)Gravatar dave caruso 1-1/+4
2023-08-08Fix require("console") #3820 (#4073)Gravatar dave caruso 1-0/+4
2023-08-081. Check if the argument is an empty string in `path.format`. (#4064)Gravatar Ai Hoshino 1-63/+196
2023-08-07Add `env` option for `node:worker_threads` (#4052)Gravatar dave caruso 1-2/+4
2023-08-07WASM test analyzer (#4043)Gravatar Jarred Sumner 1-2/+0
2023-08-07Fix `path.normalize` edge case. (#4042)Gravatar Ai Hoshino 1-0/+1
2023-08-06Fixes #4029 and fixes #4022 (#4032)Gravatar Jarred Sumner 1-22/+22
2023-08-06Code coverage for `bun test` (#3975)Gravatar Jarred Sumner 1-1/+0
2023-08-06feat: impl `dns.getServers` (#3982)Gravatar Ai Hoshino 1-0/+33
2023-08-04Buffer.copy should ignore out-of-range sourceEnd (#3971)Gravatar Yifei Wang 1-16/+32
2023-08-03Fix thread safety issue in async fs functions file paths (#3964)Gravatar Jarred Sumner 1-0/+33
2023-08-03Make the test betterGravatar Jarred Sumner 1-1/+2
2023-08-03Test for Module.wrap()Gravatar Jarred Sumner 1-1/+7
2023-08-03Fix edge case in `path.relative`. (#3952)Gravatar Ai Hoshino 1-0/+8
2023-08-03Bunch of fixes (#3516)Gravatar Ashcon Partovi 3-2537/+2535
2023-08-03Fix the string encoding in `path.extname`. (#3949)Gravatar Ai Hoshino 1-0/+5
2023-08-02Fix http write (#3939)Gravatar dave caruso 1-0/+55
2023-08-02Implement `node:worker_threads` (#3923)Gravatar Jarred Sumner 4-22/+115
2023-08-02Implement `node:diagnostics_channel` (#3934)Gravatar Ashcon Partovi 1-0/+371