-
-
Notifications
You must be signed in to change notification settings - Fork 53
Handle circular references #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This will help our team quite a bit. Thanks and can't wait until this is merged |
Hi, This PR add dependencies to I don't think it's required. Also, I chose this library to avoid this kind of dependencies.
Regards, |
You are correct about dependencies, I also worry about that, but it's not the entire lodash lib. I didn't add the whole lib, just what was needed. For this reason there is then a room for improvement, but that's the concept overall. |
If someone is interested in updating this PR without lodash, I'd be happy to merge it in. |
This handles circular references cloning, still working on tests, but it works.