0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/ext/node
Bartek Iwańczuk 5ea494578a Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491)
This reverts commit a3529d0232.

This change made debugging Node tests very hard - `AssertionError` is
now printed as `[Circular *1]` giving no visibility what failed.

We need to align two implementations together and remove this one then.
2023-03-31 11:43:20 -06:00
..
crypto
polyfills Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491) 2023-03-31 11:43:20 -06:00
zlib
Cargo.toml
clippy.toml refactor(ext/node): add NodeEnv::Fs associated type (#18484) 2023-03-31 11:43:19 -06:00
errors.rs
idna.rs
lib.rs refactor(ext/node): add NodeEnv::Fs associated type (#18484) 2023-03-31 11:43:19 -06:00
ops.rs refactor(ext/node): add NodeEnv::Fs associated type (#18484) 2023-03-31 11:43:19 -06:00
package_json.rs refactor(ext/node): add NodeEnv::Fs associated type (#18484) 2023-03-31 11:43:19 -06:00
path.rs
polyfill.rs
README.md
resolution.rs refactor(ext/node): add NodeEnv::Fs associated type (#18484) 2023-03-31 11:43:19 -06:00
v8.rs
winerror.rs

deno_node

require and other node related functionality for Deno.