Giter VIP home page Giter VIP logo

Comments (2)

keithamus avatar keithamus commented on July 19, 2024

Thanks for the issue @karlitos.

With the current API you can pass in a custom comparator function which gets called on every value so that you can filter it out as you see fit. You could write a custom comparator that deletes the keys like your code does, but it can rely on the rest of the of the internals of this library.

I think the comparator provides enough flexibility with the API to allow for the functionality you’re after.

from deep-eql.

karlitos avatar karlitos commented on July 19, 2024

You could write a custom comparator that deletes the keys like your code does, but it can rely on the rest of the of the internals of this library.

Could you elaborate more on this please ? So basically the custom comparator be a function which will accept the leftHandOperand, rightHandOperand as parameters, performing the

omitKeys.forEach(key => delete a[key]);
omitKeys.forEach(key => delete b[key]);

and returning the value of deepEqual for them ? But how do I pass the custom comparator to the deepEqual from within the custom comparator ?

from deep-eql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.