We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JSONPatcherProxy should observe changes to that object as usual, i.e. with the same behavior as in the initial object.
Some traps are set twice, also the replacement of the proxified object is detected as a replace operation.
I have an idea how to solve it using Symbol instead of Map. I am preparing a fix for that.
Symbol
Map
The text was updated successfully, but these errors were encountered:
rewrite the comment that explains how the fix for #35 works
3678f47
4b9e66c
warpech
Successfully merging a pull request may close this issue.
Steps to reproduce
Expected result
JSONPatcherProxy should observe changes to that object as usual, i.e. with the same behavior as in the initial object.
Actual result
Some traps are set twice, also the replacement of the proxified object is detected as a replace operation.
I have an idea how to solve it using
Symbol
instead ofMap
. I am preparing a fix for that.The text was updated successfully, but these errors were encountered: