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 144c271 commit 3389996Copy full SHA for 3389996
index.js
@@ -581,7 +581,7 @@ function buildArray (context, location) {
581
const tmpRes = buildValue(context, itemsLocation.getPropertyLocation(i), 'value')
582
functionCode += `
583
if (${i} < arrayLength) {
584
- if (${buildArrayTypeCondition(item.type, `[${i}]`)}) {
+ if (${buildArrayTypeCondition(item.type, 'value')}) {
585
${tmpRes}
586
if (${i} < arrayEnd) {
587
json += JSON_STR_COMMA
0 commit comments