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

Advance to stage 4 #15

Open gibson042 opened 4 years ago

gibson042 commented 4 years ago

Criteria taken from the TC39 process document minus those from previous stages:

  • [ ] Test262 acceptance tests have been written for mainline usage scenarios, and merged

TODO

  • [ ] Two compatible implementations which pass the acceptance tests

TODO: Add #implementations section to README

  • [ ] Significant in-the-field experience with shipping implementations, such as that provided by two independent VMs

TODO: Add #implementations section to README

Bug tickets to track:

TODO

  • [ ] All ECMAScript editors have signed off on the pull request

TODO

slavafomin commented 1 year ago

Hello!

Thank you for this proposal. The ability to properly parse BigInt values is pretty important for the Web 3.0 developers community. Are there any estimates when this will be implemented?

gibson042 commented 1 year ago

@slavafomin I'm planning to unblock implementations by merging https://github.com/tc39/proposal-json-parse-with-source/pull/41 soon, and hopefully to advance to Stage 4 in March.

ljharb commented 8 months ago

Webkit PR: https://github.com/WebKit/WebKit/pull/7057