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

Are there any implementations yet? #36

Closed rauschma closed 1 year ago

rauschma commented 1 year ago

Has this proposal been implemented anywhere yet (e.g. via a polyfill)? Thanks!

mathiasbynens commented 1 year ago

I've linked to implementation tracking bugs here: https://github.com/tc39/proposal-json-parse-with-source/issues/15#issue-664090651 V8 has an implementation behind the --harmony-json-parse-with-source flag.

rauschma commented 1 year ago

Thanks @mathiasbynens!