ember-cli / ember-cli/broccoli-caching-writer
Documentation of inputFiles seems incorrect
Open
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.