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

Throw if the given source file does not exist #68

Merged
merged 13 commits into from Sep 22, 2019

Commits on Jun 19, 2019

  1. Throw on no file found

    Daniel Andrei committed Jun 19, 2019
    Copy the full SHA
    bc4217d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Update readme

    Daniel Andrei committed Jun 24, 2019
    Copy the full SHA
    4b6a98e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2019

  1. Update readme.md

    sindresorhus committed Aug 3, 2019
    Copy the full SHA
    4651680 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Update index.d.ts

    Daniel Andrei committed Aug 4, 2019
    Copy the full SHA
    bba56fe View commit details
    Browse the repository at this point in the history
  2. Update no file test

    Daniel Andrei committed Aug 4, 2019
    Copy the full SHA
    7f21b5b View commit details
    Browse the repository at this point in the history
  3. Update readme.md

    sindresorhus committed Aug 4, 2019
    Copy the full SHA
    ce34f30 View commit details
    Browse the repository at this point in the history
  4. Update index.d.ts

    sindresorhus committed Aug 4, 2019
    Copy the full SHA
    3f87678 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Add non-existing multiple files test

    Daniel Andrei committed Aug 5, 2019
    Copy the full SHA
    1f0eaa1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/throw-no-file' of https://github.com/whitecrownclo…

    …wn/cpy into feat/throw-no-file
    Daniel Andrei committed Aug 5, 2019
    Copy the full SHA
    5a25bb6 View commit details
    Browse the repository at this point in the history
  3. Don't throw when not matching with glob pattern

    Daniel Andrei committed Aug 5, 2019
    Copy the full SHA
    5be4fd9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ad3b19e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Add mixed path and glob test

    Daniel Andrei committed Aug 11, 2019
    Copy the full SHA
    9c9606a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Throw on missing mixed path and glob; Update tests

    Daniel Andrei committed Sep 20, 2019
    Copy the full SHA
    8f0c3d0 View commit details
    Browse the repository at this point in the history