1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/cli/tests
Jovi De Croock 08fc8d50e3
fix(node/zlib): cast Dataview and Buffer to uint8 (#21746)
This fixes point 2 of #20516 

This adds a conversion from Dataview/Buffer by returning `obj.buffer`
which can be converted to a `UInt8Array`.

Question: Regarding point 4 of the mentioned issue would it be
appropriate to copy the toU8 helper to the `zlib.mjs` methods?
2023-12-31 17:20:37 +05:30
..
integration perf(lsp): use LanguageServiceHost::getProjectVersion() (#21719) 2023-12-28 00:13:57 +00:00
node_compat chore: disable PTR_HOST dns test for Node compat (#21735) 2023-12-29 21:15:22 +00:00
testdata fix(node): support nested tests in "node:test" (#21717) 2023-12-29 16:18:08 +01:00
unit fix: Object.groupBy return type should be a partial (#21680) 2023-12-30 00:41:40 +01:00
unit_node fix(node/zlib): cast Dataview and Buffer to uint8 (#21746) 2023-12-31 17:20:37 +05:30
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00