Skip to content

Commit 80a8883

Browse files
authored
Meta: Advance to Stage 4 (#50)
1 parent da3a977 commit 80a8883

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
8591
Conforming ECMAScript implementations are not permitted to extend the grammar accepted by `JSON.parse`.

0 commit comments

Comments
 (0)