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

Replace mkdirp with builtin recursive flag #391

Merged
merged 4 commits into from Nov 8, 2020

Commits on Nov 6, 2020

  1. Replace mkdirp with builtin recursive flag

    In node 10.12 mkdir got new recursive flag which provides the same
    functionality as mkdirp.
    
    See here https://nodejs.org/api/fs.html#fs_fs_mkdir_path_options_callback
    
    Also node 10 got builtin promisified `fs` utilities.
    
    See here https://nodejs.org/api/fs.html#fs_fs_promises_api
    TrySound committed Nov 6, 2020
    Copy the full SHA
    7a11801 View commit details
    Browse the repository at this point in the history
  2. Fix typos

    TrySound committed Nov 6, 2020
    Copy the full SHA
    074398f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a00e1bf View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Trigger rebuild

    TrySound committed Nov 7, 2020
    Copy the full SHA
    8509a61 View commit details
    Browse the repository at this point in the history