dai-shi / proxy-compare

Compare two objects using accessed properties with Proxy
https://www.npmjs.com/package/proxy-compare
MIT License
283 stars 18 forks source link

feat: support proxy-polyfill #41

Closed dai-shi closed 2 years ago

dai-shi commented 2 years ago

close #40

codesandbox-ci[bot] commented 2 years ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 75f636c5bb6ad625cc23360f65c7acbdce8661b0:

Sandbox Source
Vanilla Configuration
Vanilla Typescript Configuration
React Configuration
React Typescript Configuration
dai-shi commented 2 years ago

the other changes

In short, I used proxyHanlder previously to store some state, but it would break with proxy-polyfill, so refactored. If the final functionality isn't broken, it should be just good.