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 81e2775 commit ba41c1bCopy full SHA for ba41c1b
lib/expand.js
@@ -263,7 +263,8 @@ api.expand = async ({
263
insideList,
264
typeKey,
265
typeScopedContext,
266
- expansionMap});
+ expansionMap
267
+ });
268
269
// get property count on expanded output
270
keys = Object.keys(rval);
@@ -937,7 +938,8 @@ async function _expandObject({
937
938
939
940
941
942
943
}
944
945
0 commit comments