-
The default value for the option parameter of `fn:deep-equal` is:
```xquery
{ 'collation': fn:default-collation() }
```
Can we simply use `{}`, or is there a particular reason for mentioning t…
-
docs can be the same as for `deep-equal`. maybe we need a way to specify multiple libraries for replacement that use the same docs?
https://npmgraph.js.org/?q=deep-equal-json
-
Consider https://github.com/lukeed/dequal or https://nodejs.org/api/util.html#utilisdeepstrictequalval1-val2.
_Originally posted by @davidlehn in https://github.com/digitalbazaar/bedr…
-
Hey!
I am using the latest version of Chai and it appears if you try to deep equal an object that has a property of type `BigInt`, Chai will throw an Error.
Here is a code sample that should rep…
-
Many a times we might need a simple Deep Equal method for comparing two JSON values.
Is it a possibility to add it?
-
### `deepEqual`
Checks if two values are deeply equal.
**File**: `src/utils/function/deepEqual/deepEqual.ts`
**Test File**: `src/utils/function/deepEqual/deepEqual.test.ts`
**Parameters*…
-
Hello!
I'm taking a stab at some "[ecosystem cleanup](https://github.com/43081j/ecosystem-cleanup)" shepherded by someone else[^1]. [One of those issues](https://github.com/43081j/ecosystem-cleanu…
-
Currently, deep equality checks require either using an assertion library outside of an assertion block or using a library that provides a deep equality check with a boolean return value inside of an …
-
Sometimes it becomes necessary to check if the two entity instances are not just equal from the perspective of business key, but are actually identical -- have equal values for all properties together…
-
### What kind of issue is this? (bug, feature, etc)
Feature
### What is the proposed change?
Add a deep equal matcher for matching objects and arrays.
Object
``` js
const a = {
a: 1,
b: 2
};
co…