@@ -20,15 +20,19 @@ const { e } = o;
20
20
>e : Symbol(e, Decl(unusedDestructuring.ts, 5, 7))
21
21
>o : Symbol(o, Decl(unusedDestructuring.ts, 1, 13))
22
22
23
+ const { f: g } = o;
24
+ >g : Symbol(g, Decl(unusedDestructuring.ts, 6, 7))
25
+ >o : Symbol(o, Decl(unusedDestructuring.ts, 1, 13))
26
+
23
27
function f({ a, b }, { c, d }, { e }) {
24
- >f : Symbol(f, Decl(unusedDestructuring.ts, 5, 16 ))
25
- >a : Symbol(a, Decl(unusedDestructuring.ts, 7 , 12))
26
- >b : Symbol(b, Decl(unusedDestructuring.ts, 7 , 15))
27
- >c : Symbol(c, Decl(unusedDestructuring.ts, 7 , 22))
28
- >d : Symbol(d, Decl(unusedDestructuring.ts, 7 , 25))
29
- >e : Symbol(e, Decl(unusedDestructuring.ts, 7 , 32))
28
+ >f : Symbol(f, Decl(unusedDestructuring.ts, 6, 19 ))
29
+ >a : Symbol(a, Decl(unusedDestructuring.ts, 8 , 12))
30
+ >b : Symbol(b, Decl(unusedDestructuring.ts, 8 , 15))
31
+ >c : Symbol(c, Decl(unusedDestructuring.ts, 8 , 22))
32
+ >d : Symbol(d, Decl(unusedDestructuring.ts, 8 , 25))
33
+ >e : Symbol(e, Decl(unusedDestructuring.ts, 8 , 32))
30
34
31
35
d;
32
- >d : Symbol(d, Decl(unusedDestructuring.ts, 7 , 25))
36
+ >d : Symbol(d, Decl(unusedDestructuring.ts, 8 , 25))
33
37
}
34
38
0 commit comments