Skip to content

Documentation of inputFiles seems incorrect #71

@BryanCrotaz

Description

@BryanCrotaz

Readme says inputFiles is an array:

options = options || {};
// options.inputFiles === array of globs, to consider for the cache key

However looking into the code, the default is an empty hash:

this._inputFiles = options.inputFiles || {};

At the least these two don't agree with each other - which one is correct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions