forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update of ED report from new reffy run
Using reffy commit 8.0.4.
- Loading branch information
reffy-bot
committed
Jul 29, 2022
1 parent
085c84e
commit ecedef8
Showing
25 changed files
with
609 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"spec": { | ||
"title": "JSON.parse source text access", | ||
"url": "https://tc39.es/proposal-json-parse-with-source/" | ||
}, | ||
"headings": [ | ||
{ | ||
"id": "sec-json-object", | ||
"title": "The JSON Object", | ||
"level": 1, | ||
"number": "1" | ||
}, | ||
{ | ||
"id": "sec-json.israwjson", | ||
"title": "JSON.isRawJSON ( O )", | ||
"level": 2, | ||
"number": "1.1" | ||
}, | ||
{ | ||
"id": "sec-json.parse", | ||
"title": "JSON.parse ( text [ , reviver ] )", | ||
"level": 2, | ||
"number": "1.2" | ||
}, | ||
{ | ||
"id": "sec-internalizejsonproperty", | ||
"title": "InternalizeJSONProperty ( holder, name, reviver, valNode )", | ||
"level": 3, | ||
"number": "1.2.1" | ||
}, | ||
{ | ||
"id": "sec-static-semantics-shallowestcontainedjsonvalue", | ||
"title": "Static Semantics: ShallowestContainedJSONValue", | ||
"level": 3, | ||
"number": "1.2.2" | ||
}, | ||
{ | ||
"id": "sec-json.rawjson", | ||
"title": "JSON.rawJSON ( text )", | ||
"level": 2, | ||
"number": "1.3" | ||
}, | ||
{ | ||
"id": "sec-json.stringify", | ||
"title": "JSON.stringify ( value [ , replacer [ , space ] ] )", | ||
"level": 2, | ||
"number": "1.4" | ||
}, | ||
{ | ||
"id": "sec-serializejsonproperty", | ||
"title": "SerializeJSONProperty ( state, key, holder )", | ||
"level": 3, | ||
"number": "1.4.1" | ||
}, | ||
{ | ||
"id": "sec-static-semantics-arrayliteralcontentnodes", | ||
"title": "Static Semantics: ArrayLiteralContentNodes", | ||
"level": 1, | ||
"number": "2" | ||
}, | ||
{ | ||
"id": "sec-static-semantics-propertydefinitionlist", | ||
"title": "Static Semantics: PropertyDefinitionList", | ||
"level": 1, | ||
"number": "3" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.