1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/cli/tests/unit_node
Jovi De Croock f5ad15b504
fix(node/zlib): accept dataview and buffer in zlib bindings (#21756)
Fixes #20516 
Follow up to #21747 and #21746

This tackles the last point of #20516 where certain inputs weren't
accepted in the other zlib methods

This adds the `toU8` conversion of `_brotli` to `_zlib.mjs`, when we
create the ZLibBuffer, we'll sanitize the input. I noticed that the
async had no handler for `string` input so I added that as well.
2024-01-03 19:03:51 +05:30
..
_fs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
crypto chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
internal chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
testdata fix(ext/node): sign with PEM private keys (#21287) 2023-12-03 09:58:13 +05:30
_test_utils.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
assertion_error_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
async_hooks_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
buffer_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
child_process_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
events_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
fs_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
http2_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
http_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
module_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
net_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
os_test.ts fix(ext/node): implement os.machine (#21751) 2024-01-02 14:57:54 +01:00
path_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
perf_hooks_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
process_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
querystring_test.ts fix(ext/node): querystring stringify without encode callback (#21740) 2024-01-02 04:54:11 +00:00
readline_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
repl_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
stream_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
string_decoder_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
timers_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
tls_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
tty_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
util_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
v8_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
vm_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
worker_threads_test.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
zlib_test.ts fix(node/zlib): accept dataview and buffer in zlib bindings (#21756) 2024-01-03 19:03:51 +05:30