add deepEqualAdded
GrosSacASac opened this issue · 8 comments
GrosSacASac commented
Similar to deepEqual which should work with RegExp, Date, Map, Set and Typed Arrays
mishabruml commented
could you spec this out a bit more?
GrosSacASac commented
I will add some (failing) tests
GrosSacASac commented
I added some tests that should pass
https://github.com/GrosSacASac/utilsac/blob/master/tests/specification/deepEqual.js#L194
GrosSacASac commented
I added a placeholder inside deep.js
Are you still working on it ?
jmeline commented
If @mishabruml isn't interested in doing this, I have a working implementation of this that I can submit for approval. As it's your call @GrosSacASac, I don't want to overstep someone else giving it a shot.
GrosSacASac commented
Yes, please do
GrosSacASac commented
@jmeline I added you so you can push directly
jmeline commented
Thanks @GrosSacASac, I put out a PR for feedback but I can merge it immediately if you prefer.