Commit 5f24430
committed
chore: drop un-used
I was tried to use `dequal` to replace our own home-baked deep equal,
however I gave up:
- Even with `dequal/lite`, it still check `Date` and `RegExp`, both we
don't actually need
- `dequal` considers `NaN deep equal NaN` where we do not
Thus I have turn to optimize existing impl instead. This dependency can
be removeddequal
1 parent af4f397 commit 5f24430
2 files changed
Lines changed: 12 additions & 259 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments