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

Abort sass if stdin is closed when watching #1411

Merged
merged 6 commits into from Apr 7, 2022
Merged

Commits on Aug 4, 2021

  1. Copy the full SHA
    144cd35 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Copy the full SHA
    13ca781 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Wait for stdin to close in a more async-API-friendly way

    Specifically, we now close the watcher when stdin closes, using the
    CancelableOperation API to represent both "a watcher that can be
    closed" and "a subscription to stdin".
    nex3 committed Mar 26, 2022
    Copy the full SHA
    b77bd29 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Remove dependency override

    nex3 committed Apr 6, 2022
    Copy the full SHA
    202149f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    552a427 View commit details
    Browse the repository at this point in the history
  3. Add a CHANGELOG entry

    nex3 committed Apr 6, 2022
    Copy the full SHA
    cdef8fe View commit details
    Browse the repository at this point in the history