fix: BIG-148 items entries ordered by index.

This commit is contained in:
a.bouhuolia
2021-10-31 13:24:12 +02:00
parent cbce9f6d50
commit 9211e963c6
16 changed files with 200 additions and 94 deletions

View File

@@ -852,7 +852,7 @@ function keyIdentity(key) {
return key;
}
export function flatten(target, opts) {
export function flatten(opts, target) {
opts = opts || {};
const delimiter = opts.delimiter || '.';