mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
![]() This commit improves the handling of objects with faked prototypes in `deepStrictEqual`. This enables `parallel/test-assert-checktag.js` - `Date` objects are checked by `core.isDate` - In object comparison, now it checks `obj.toString()` output (The difference of `Symbol.toStringTag` is now detected). - Stoped using std's assertion error message for `deepStrictEqual`, but started using Node.js version of diff string. Now the diff expression is more compatible with Node. |
||
---|---|---|
.. | ||
benchmarks | ||
ops | ||
polyfills | ||
build.rs | ||
Cargo.toml | ||
clippy.toml | ||
global.rs | ||
lib.rs | ||
README.md | ||
update_node_stream.ts |
deno_node
require
and other node related functionality for Deno.