Skip to content

Commit

Permalink
Add BCD for JSON.parse with source context (#22800)
Browse files Browse the repository at this point in the history
* Add BCD for JSON.parse with source context

* Update javascript/builtins/JSON.json

---------

Co-authored-by: Florian Scholz <fs@florianscholz.com>
  • Loading branch information
barthy-koeln and Elchi3 authored Apr 16, 2024
1 parent f6ea412 commit e8ab3ea
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions javascript/builtins/JSON.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,47 @@
"standard_track": true,
"deprecated": false
}
},
"reviver_parameter_context_argument": {
"__compat": {
"description": "Reviver has <code>context</code> parameter",
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#the_reviver_parameter",
"spec_url": "https://tc39.es/proposal-json-parse-with-source/#sec-internalizejsonproperty",
"support": {
"chrome": {
"version_added": "114"
},
"chrome_android": "mirror",
"deno": {
"version_added": "1.33"
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "21.0.0"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"rawJSON": {
Expand Down

0 comments on commit e8ab3ea

Please sign in to comment.