ArgumentDeclaration.restArgument
should probably be an Argument
#1459
Labels
ArgumentDeclaration.restArgument
should probably be an Argument
#1459
A static analysis tool that uses AST nodes to track scope doesn't currently have any node for rest arguments.
This means it can miss those definitions when determining what a given variable expression refers to (confirmed this indeed results in a bug in the module migrator).
The text was updated successfully, but these errors were encountered: