Skip to content

Avoid collecting dependency nodes recursively when possible #127

Description

@ostef

Dependency nodes are sometimes automatically collected because the ast node appears in the scope's statements array. In these cases collecting the dependency nodes recursively is redundant and often slower (if the node has not been visited yet). An example of this is function bodies, which are both collected in the recursive path and the iterative path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions