We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a4455 commit c12ed0bCopy full SHA for c12ed0b
index.mjs
@@ -29,7 +29,7 @@ const resolvePath = (o, path, v=null, d) => {
29
cur.push.apply(cur, Array(extend))
30
}
31
if (next === '[]' && typeof v !== 'string') {
32
- cur[i] = v
+ cur[i] = [...cur[i] ?? [], ...v]
33
return o
34
} else if (next) {
35
if (next.startsWith('[]')) {
0 commit comments