File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A proposal for extending `JSON.parse` behavior to grant reviver functions access
77[ original 2018 September slides] ( https://docs.google.com/presentation/d/1PB0HCOxWZikFmTAqR5U2ZZjEiDV7NjhPN_-SK5NNG0w/edit?usp=sharing )
88
99## Status
10- This proposal is at stage 3 of [ the TC39 Process] ( https://tc39.github.io/process-document/ ) .
10+ This proposal is at stage 4 of [ the TC39 Process] ( https://tc39.github.io/process-document/ ) .
1111
1212## Champions
1313* Richard Gibson
@@ -80,6 +80,12 @@ expectedKeys.every((key, i) => spiedKeys[i] === key);
8080// → true
8181```
8282
83+ ## Implementations
84+ * [ JavaScriptCore] ( https://github.com/WebKit/WebKit/pull/7057 )
85+ * [ SpiderMonkey] ( https://bugzilla.mozilla.org/show_bug.cgi?id=1855468 )
86+ * [ V8] ( https://issues.chromium.org/issues/42202895 )
87+ * [ @ungap/raw-json ] ( https://www.npmjs.com/package/@ungap/raw-json )
88+
8389## Discussion
8490### Backwards Compatibility
8591Conforming ECMAScript implementations are not permitted to extend the grammar accepted by ` JSON.parse ` .
You can’t perform that action at this time.
0 commit comments