We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mergeArrays
11.0.4
The type declarations for merge() have mergeArrays: false incorrectly set by default:
merge()
mergeArrays: false
hoek/lib/index.d.ts
Lines 116 to 121 in 7309947
But the source code (and documentation) shows mergeArrays: true as the default:
mergeArrays: true
hoek/lib/merge.js
Line 20 in 7309947
This caught me out recently, I'll open a PR if that's alright
The text was updated successfully, but these errors were encountered:
Restore state option mergeArrays: false
bff3e9c
The types had the incorrect default so I flipped this the wrong way previously. See: hapijs/hoek#395
Thanks for the report! A PR would be welcome.
Sorry, something went wrong.
merge.Options
No problem @kanongil, fixed in #396
Successfully merging a pull request may close this issue.
Module version
11.0.4
What documentation problem did you notice?
The type declarations for
merge()
havemergeArrays: false
incorrectly set by default:hoek/lib/index.d.ts
Lines 116 to 121 in 7309947
But the source code (and documentation) shows
mergeArrays: true
as the default:hoek/lib/merge.js
Line 20 in 7309947
This caught me out recently, I'll open a PR if that's alright
The text was updated successfully, but these errors were encountered: