ember-cli / ember-cli/broccoli-caching-writer

Documentation of inputFiles seems incorrect

Open
#71 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
17
Forks
27
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.