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

install: improve isOnly(Dev,Optional) #206

Closed
wants to merge 1 commit into from

Commits on Jul 1, 2019

  1. install: improve isOnly(Dev,Optional)

    Instead of creating a new set each time a new node gets visited, so that 
    its siblings do not have it in `seen`, just remove the node from the 
    original set right after all child nodes are visited.
    
    See npm#76
    larsgw committed Jul 1, 2019
    Copy the full SHA
    4695de8 View commit details
    Browse the repository at this point in the history