Commit e97e75b
committed
fix: handle rest_pattern in array destructuring and add aliased import test
Address PR review feedback:
- Extract `...rest` identifiers from array_pattern in extractDynamicImportNames
- Add `{ readFile: rf }` aliased destructuring case to query-walk parity test
Impact: 1 functions changed, 5 affected1 parent 5a086a5 commit e97e75b
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1056 | 1056 | | |
1057 | 1057 | | |
1058 | 1058 | | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
1059 | 1063 | | |
1060 | 1064 | | |
1061 | 1065 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| |||
0 commit comments