Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

add tests and API documentation #51

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 28, 2016

  1. dir-reader: account for entries being changed after _read

    If this.entries is changed after _read() has been called, we will be
    out of sync and try to access an invalid index of this.entries. When
    the entry cannot be found, we emit end and close, which can drop files
    from reading.
    evanlucas committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    8f31685 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2016

  1. Configuration menu
    Copy the full SHA
    9dab82b View commit details
    Browse the repository at this point in the history
  2. deps: standard@6.0.8

    othiym23 committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    d44b943 View commit details
    Browse the repository at this point in the history
  3. deps: tap@5.7.1

    othiym23 committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    54a6ba7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b95f1f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a395f7e View commit details
    Browse the repository at this point in the history