tc39 / proposal-json-parse-with-source

Proposal for extending JSON.parse to expose input source text.
https://tc39.github.io/proposal-json-parse-with-source
MIT License
213 stars 9 forks source link

How to reference JSON parse nodes #9

Closed gibson042 closed 2 years ago

gibson042 commented 4 years ago

@waldemarhorwat notes that it is not correct to expect AssignmentExpression Parse Nodes from parsing "as a JSON text as specified in ECMA-404". Would it be correct to reference value Parse Nodes (cf. ECMA-404)?