deno/ext/node
Jovi De Croock 4339a6c55d
fix(node/zlib): consistently return buffer (#21747)
This fixes point 3 of https://github.com/denoland/deno/issues/20516

This PR creates consistency between the sync and async versions of the
brotli compress where we will always return a buffer like Node.
2023-12-31 17:23:09 +05:30
..
benchmarks fix: implement child_process IPC (#21490) 2023-12-13 11:14:16 +01:00
ops fix(ext/node): add process.abort() (#21742) 2023-12-30 20:30:55 +05:30
polyfills fix(node/zlib): consistently return buffer (#21747) 2023-12-31 17:23:09 +05:30
analyze.rs fix(node): support resolving a package.json import to a builtin node module (#21576) 2023-12-14 15:09:05 +00:00
build.rs
Cargo.toml refactor: simplify hyper, http, h2 deps (#21715) 2023-12-27 11:59:57 -05:00
clippy.toml
errors.rs fix(node): support resolving a package.json import to a builtin node module (#21576) 2023-12-14 15:09:05 +00:00
global.rs fix(ext/node): include non-enumerable keys in Reflect.ownKeys(globalThis) (#21485) 2023-12-07 21:34:44 +05:30
lib.rs fix(ext/node): add process.abort() (#21742) 2023-12-30 20:30:55 +05:30
package_json.rs
path.rs fix(node): support resolving a package.json import to a builtin node module (#21576) 2023-12-14 15:09:05 +00:00
polyfill.rs fix(node): support resolving a package.json import to a builtin node module (#21576) 2023-12-14 15:09:05 +00:00
README.md
resolution.rs fix(node): support resolving a package.json import to a builtin node module (#21576) 2023-12-14 15:09:05 +00:00

deno_node

require and other node related functionality for Deno.