Closed gibson042 closed 1 year ago
@waldemarhorwat @michaelficarra @syg I welcome your reviews.
Please don't introduce an SDO with the same name as a nonterminal in the grammar (PropertyDefinitionList
).
ArrayLiteralContentNodes
returns lists which may containElision
nodes. These are in turn passed toCreateJSONParseRecord
, followed byShallowestContainedJSONValue
. So by my reading, the assertion that is step 2 ofCreateJSONParseRecord
will fail.
Elisions are not valid in JSON text.
Please don't introduce an SDO with the same name as a nonterminal in the grammar (
PropertyDefinitionList
).
@michaelficarra Do you have an alternative name suggestion?
Snapshot the initial data structure before exposing it to ECMAScript code. Fixes #35 Fixes #39