fix: traverse spread

This commit is contained in:
cha0s 2024-06-22 11:43:52 -05:00
parent 45bb06002e
commit 3c562ca69a

View File

@ -19,6 +19,7 @@ export const TRAVERSAL_PATH = {
Program: ['body'],
Property: ['key', 'value'],
ReturnStatement: ['argument'],
SpreadElement: ['argument'],
UnaryExpression: ['argument'],
UpdateExpression: ['argument'],
VariableDeclaration: ['declarations'],