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

[RFC DRAFT WIP] globby@10 update (with fast-glob implementation) #6748

Closed

Commits on Oct 30, 2019

  1. prep cleanup: update findPluginsInNodeModules()

    to work more like a pipeline
    Christopher J. Brody committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    fb38398 View commit details
    Browse the repository at this point in the history
  2. build prep: update build script to support async

    using babel-plugin-transform-async-to-promises@0.8.15
    
    Co-authored-by: fisker Cheung <lionkay@gmail.com>
    Co-authored-by: Christopher J. Brody <chris@brody.consulting>
    Christopher J. Brody and fisker committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    dad750f View commit details
    Browse the repository at this point in the history
  3. build prep: replace util.promisify with pify

    using pify@4.0.1
    
    as needed to support build for Node.js version 6
    
    This change may be reverted upon the end of Node.js 6 support.
    
    Co-authored-by: fisker Cheung <lionkay@gmail.com>
    Co-authored-by: Christopher J. Brody <chris@brody.consulting>
    Christopher J. Brody and fisker committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    1a2cee5 View commit details
    Browse the repository at this point in the history
  4. globby@10.0.1 (using fast-glob) with minor updates

    sort the file paths from globby
    
    and update some snapshots in tests_integration
    
    `\\` pattern workaround for fast-glob on Windows
    
    https://github.com/mrmlnc/fast-glob#how-to-write-patterns-on-windows
    
    Co-authored-by: fisker Cheung <lionkay@gmail.com>
    Co-authored-by: Christopher J. Brody <chris@brody.consulting>
    Christopher J. Brody and fisker committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    3d349f4 View commit details
    Browse the repository at this point in the history