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
The legacy array merge function should be updated to use the latest API provided by TehShrike/deepmerge#85.
Current Landmarks build script code:
landmarks/scripts/build.js
Lines 375 to 390 in 859c21b
This needs to match the reference code from deepmerge: arrayMerge example: combine arrays.
arrayMerge
The text was updated successfully, but these errors were encountered:
build: Use additional deepmerge convenience function
6789a8c
This simplifies the "combine" array merging technique. Fixes #324
build: Use additional deepmerge convenience function (#326)
8bc2e91
matatk
Successfully merging a pull request may close this issue.
The legacy array merge function should be updated to use the latest API provided by TehShrike/deepmerge#85.
Current Landmarks build script code:
landmarks/scripts/build.js
Lines 375 to 390 in 859c21b
This needs to match the reference code from deepmerge:
arrayMerge
example: combine arrays.The text was updated successfully, but these errors were encountered: