KCL parser: allow comments in multi-line arrays (#3539)
KCL parser: allow noncode (e.g. comments) in arrays Part of #1528
This commit is contained in:
@ -563,6 +563,7 @@ export function createArrayExpression(
|
||||
start: 0,
|
||||
end: 0,
|
||||
digest: null,
|
||||
nonCodeMeta: { nonCodeNodes: {}, start: [], digest: null },
|
||||
elements,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user