dart-sass
dart-sass copied to clipboard
`ArgumentDeclaration.restArgument` should probably be an `Argument`
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).