Update checked-in dependencies
This commit is contained in:
parent
3e913ef09d
commit
9660df3fcc
990 changed files with 74805 additions and 60149 deletions
2
node_modules/eslint-module-utils/hash.js
generated
vendored
2
node_modules/eslint-module-utils/hash.js
generated
vendored
|
|
@ -17,6 +17,8 @@ function hashify(value, hash) {
|
|||
|
||||
if (Array.isArray(value)) {
|
||||
hashArray(value, hash);
|
||||
} else if (typeof value === 'function') {
|
||||
hash.update(String(value));
|
||||
} else if (value instanceof Object) {
|
||||
hashObject(value, hash);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue