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

Make dir for babel --out-file #8622

Merged
merged 2 commits into from Oct 29, 2019
Merged

Commits on Oct 17, 2019

  1. Make dir for babel --out-file

    Currently there's unexpected regression after upgrade from babel 6.
    On creating file with any depth like dist/index.js the error about
    not existing directory is thrown.
    
    In this diff I modified babel-cli to create deep directory for out-file
    command.
    
    I also replaced `mkdirp` with more supported `make-dir` package which
    also have official promise support.
    TrySound authored and nicolo-ribaudo committed Oct 17, 2019
    Copy the full SHA
    6a42330 View commit details
    Browse the repository at this point in the history
  2. Fix test

    nicolo-ribaudo committed Oct 17, 2019
    Copy the full SHA
    4ab776a View commit details
    Browse the repository at this point in the history