-
Notifications
You must be signed in to change notification settings - Fork 4
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
Input mutation #16
Comments
My initial benchmarks suffered greatly if |
I think that's a fine solution as long as it's clear in the docs. |
There's a few possible options around this that I want to consider:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a rule set is executed on an object that object gets mutated.
I found
// input = cloneDeep(input);
at index.ts:49, so it looks like Lodash was being used to deep clone the input object.The text was updated successfully, but these errors were encountered: