Commit 479b67f
Switch from util.isDeepStrictEqual to lodash.isEqual. (#1987)
upgradeStrictHere.ts uses util.isDeepStrictEqual and using that version
in the web version of Cursorless will be a hassle. Use lodash.isEqual
instead: ["Performs a deep comparison between two values to determine if
they are equivalent."](https://lodash.com/docs#isEqual)
Co-authored-by: Barry Jaspan <bjaspan@google.com>1 parent d6443ff commit 479b67f
File tree
1 file changed
+2
-2
lines changed- packages/cursorless-engine/src/core/commandVersionUpgrades/upgradeV1ToV2
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
0 commit comments