Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArgumentDeclaration.restArgument should probably be an Argument #1459

Open
jathak opened this issue Sep 2, 2021 · 0 comments
Open

ArgumentDeclaration.restArgument should probably be an Argument #1459

jathak opened this issue Sep 2, 2021 · 0 comments
Labels
AST API Issues about the sass_api Dart package enhancement

Comments

@jathak
Copy link
Member

jathak commented Sep 2, 2021

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).

@nex3 nex3 added enhancement AST API Issues about the sass_api Dart package labels Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AST API Issues about the sass_api Dart package enhancement
Projects
None yet
Development

No branches or pull requests

2 participants