You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).