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

[New] Add isDirectory; use to speed up node_modules lookups #192

Commits on Jun 16, 2018

  1. [New] add isDirectory

    Backport of 698a3e1 to 1.x without the breaking change.
    
    See browserify#154.
    ljharb committed Jun 16, 2018
    Copy the full SHA
    b502f7c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. [Performance] use isDirectory to speed up node_modules lookups

    This is a backport of 4cf8928 and
    fa11d48 (browserify#190 and browserify#191) to the 1.x branch.
    
    This offers a small but useful performance improvement by avoiding unnecessary stat calls.
    keithamus authored and ljharb committed May 14, 2019
    Copy the full SHA
    d2816d8 View commit details
    Browse the repository at this point in the history