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

Quick-fix for stdin being broken in 1.19.0 #6894

Merged
merged 2 commits into from Nov 9, 2019
Merged

Quick-fix for stdin being broken in 1.19.0 #6894

merged 2 commits into from Nov 9, 2019

Commits on Nov 9, 2019

  1. Quick-fix for stdin being broken in 1.19.0

    Closes #6891.
    
    This downgrades the get-stream package from 5.x to 4.x, which does not
    use `async` functions which works around the problem of
    `regeneratorRuntime` not being defined (it shouldn’t be needed).
    
    This is an alternative solution to #6893 because I don’t know yet if we
    want to enable `corejs` given that we will most likely drop support for
    Node.js 8 and older in the next version.
    
    Just like #6893 this PR comes without tests, but I verified locally that
    `--stdin` works after this change.
    lydell committed Nov 9, 2019
    Copy the full SHA
    c5f7751 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    lydell committed Nov 9, 2019
    Copy the full SHA
    c0ac812 View commit details
    Browse the repository at this point in the history