-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
allow merging of configs #107
Conversation
…function required for adobe/helix-cli#821
Codecov Report
@@ Coverage Diff @@
## master #107 +/- ##
=========================================
Coverage ? 98.88%
=========================================
Files ? 18
Lines ? 1341
Branches ? 282
=========================================
Hits ? 1326
Misses ? 15
Partials ? 0
Continue to review full report at Codecov.
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* object and a user-defined resolver function. | ||
* @param {HelixConfig} other another Helix Config to merge | ||
* @param {ResolveFn} resolvefn a resolver function that returns either a strain or undefined | ||
* @returns {HelixConfig} the merged Helix Config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@trieloff I would return a new config and leave the original untouched. or at least clarify that your are returning this
.
…ig, albeit updated) resolves #107 (review)
🎉 This issue has been resolved in version 1.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
required for adobe/helix-cli#821