We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa8990 commit 0588036Copy full SHA for 0588036
src/transforms/v2-to-v3/modules/objectPatternPropertyCompareFn.ts
@@ -2,6 +2,7 @@ import type {
2
ObjectProperty,
3
Property,
4
PropertyPattern,
5
+ RestElement,
6
RestProperty,
7
SpreadProperty,
8
SpreadPropertyPattern,
@@ -13,6 +14,7 @@ export type ObjectPatternProperty =
13
14
| SpreadPropertyPattern
15
| SpreadProperty
16
| ObjectProperty
17
+ | RestElement
18
| RestProperty;
19
20
export const objectPatternPropertyCompareFn = (
0 commit comments