Skip to content

Commit 70be5df

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.7.
1 parent e15821e commit 70be5df

File tree

8 files changed

+1006
-201
lines changed

8 files changed

+1006
-201
lines changed

ed/dfns/ecma-426.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,44 @@
8080
},
8181
"definedIn": "dt"
8282
},
83+
{
84+
"id": "sec-terms-and-definitions-original-scope",
85+
"href": "https://tc39.es/ecma426/#sec-terms-and-definitions-original-scope",
86+
"linkingText": [
87+
"original scope"
88+
],
89+
"localLinkingText": [],
90+
"type": "dfn",
91+
"for": [],
92+
"access": "public",
93+
"informative": false,
94+
"heading": {
95+
"id": "sec-terms-and-definitions",
96+
"href": "https://tc39.es/ecma426/#sec-terms-and-definitions",
97+
"title": "Terms and Definitions",
98+
"number": "5"
99+
},
100+
"definedIn": "dt"
101+
},
102+
{
103+
"id": "sec-terms-and-definitions-generated-range",
104+
"href": "https://tc39.es/ecma426/#sec-terms-and-definitions-generated-range",
105+
"linkingText": [
106+
"generated range"
107+
],
108+
"localLinkingText": [],
109+
"type": "dfn",
110+
"for": [],
111+
"access": "public",
112+
"informative": false,
113+
"heading": {
114+
"id": "sec-terms-and-definitions",
115+
"href": "https://tc39.es/ecma426/#sec-terms-and-definitions",
116+
"title": "Terms and Definitions",
117+
"number": "5"
118+
},
119+
"definedIn": "dt"
120+
},
83121
{
84122
"id": "sec-base64-vlq",
85123
"href": "https://tc39.es/ecma426/#sec-base64-vlq",
@@ -308,6 +346,25 @@
308346
},
309347
"definedIn": "prose"
310348
},
349+
{
350+
"id": "json-scopes",
351+
"href": "https://tc39.es/ecma426/#json-scopes",
352+
"linkingText": [
353+
"scopes field"
354+
],
355+
"localLinkingText": [],
356+
"type": "dfn",
357+
"for": [],
358+
"access": "public",
359+
"informative": false,
360+
"heading": {
361+
"id": "sec-source-map-format",
362+
"href": "https://tc39.es/ecma426/#sec-source-map-format",
363+
"title": "Source map format",
364+
"number": "9"
365+
},
366+
"definedIn": "prose"
367+
},
311368
{
312369
"id": "decoded-source-map-record",
313370
"href": "https://tc39.es/ecma426/#decoded-source-map-record",

ed/headings/ecma-426.json

Lines changed: 137 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,26 +277,159 @@
277277
"level": 3,
278278
"number": "9.2.4"
279279
},
280+
{
281+
"id": "sec-scopes",
282+
"href": "https://tc39.es/ecma426/#sec-scopes",
283+
"title": "Scopes structure",
284+
"level": 2,
285+
"number": "9.3"
286+
},
287+
{
288+
"id": "sec-original-scope-record-type",
289+
"href": "https://tc39.es/ecma426/#sec-original-scope-record-type",
290+
"title": "Original Scope Record",
291+
"level": 3,
292+
"number": "9.3.1"
293+
},
294+
{
295+
"id": "sec-generated-range-record-type",
296+
"href": "https://tc39.es/ecma426/#sec-generated-range-record-type",
297+
"title": "Generated Range Record",
298+
"level": 3,
299+
"number": "9.3.2"
300+
},
301+
{
302+
"id": "sec-sub-range-binding-record-type",
303+
"href": "https://tc39.es/ecma426/#sec-sub-range-binding-record-type",
304+
"title": "The Sub-Range Binding Record",
305+
"level": 4,
306+
"number": "9.3.2.1"
307+
},
308+
{
309+
"id": "sec-binding-record-type",
310+
"href": "https://tc39.es/ecma426/#sec-binding-record-type",
311+
"title": "The Binding Record",
312+
"level": 4,
313+
"number": "9.3.2.2"
314+
},
315+
{
316+
"id": "sec-scopes-grammar",
317+
"href": "https://tc39.es/ecma426/#sec-scopes-grammar",
318+
"title": "Scopes grammar",
319+
"level": 3,
320+
"number": "9.3.3"
321+
},
322+
{
323+
"id": "sec-original-scope-grammar",
324+
"href": "https://tc39.es/ecma426/#sec-original-scope-grammar",
325+
"title": "Original scope grammar",
326+
"level": 4,
327+
"number": "9.3.3.1"
328+
},
329+
{
330+
"id": "sec-generated-range-grammar",
331+
"href": "https://tc39.es/ecma426/#sec-generated-range-grammar",
332+
"title": "Generated range grammar",
333+
"level": 4,
334+
"number": "9.3.3.2"
335+
},
336+
{
337+
"id": "sec-unknown-item-grammar",
338+
"href": "https://tc39.es/ecma426/#sec-unknown-item-grammar",
339+
"title": "Unknown item grammar",
340+
"level": 4,
341+
"number": "9.3.3.3"
342+
},
343+
{
344+
"id": "sec-decoding-scopes",
345+
"href": "https://tc39.es/ecma426/#sec-decoding-scopes",
346+
"title": "Decoding scopes",
347+
"level": 3,
348+
"number": "9.3.4"
349+
},
350+
{
351+
"id": "sec-scope-info-record-type",
352+
"href": "https://tc39.es/ecma426/#sec-scope-info-record-type",
353+
"title": "Scope Info Record",
354+
"level": 4,
355+
"number": "9.3.4.1"
356+
},
357+
{
358+
"id": "sec-decode-scope-state-record-type",
359+
"href": "https://tc39.es/ecma426/#sec-decode-scope-state-record-type",
360+
"title": "Decode Scope State Record",
361+
"level": 4,
362+
"number": "9.3.4.2"
363+
},
364+
{
365+
"id": "sec-DecodeScopesInfo",
366+
"href": "https://tc39.es/ecma426/#sec-DecodeScopesInfo",
367+
"title": "DecodeScopesInfo ( scopes, names )",
368+
"level": 4,
369+
"number": "9.3.4.3"
370+
},
371+
{
372+
"id": "sec-DecodeScopesInfoItem",
373+
"href": "https://tc39.es/ecma426/#sec-DecodeScopesInfoItem",
374+
"title": "DecodeScopesInfoItem",
375+
"level": 5,
376+
"number": "9.3.4.3.1"
377+
},
378+
{
379+
"id": "sec-DecodeOriginalScope",
380+
"href": "https://tc39.es/ecma426/#sec-DecodeOriginalScope",
381+
"title": "DecodeOriginalScope ( scopeTree, state, names )",
382+
"level": 4,
383+
"number": "9.3.4.4"
384+
},
385+
{
386+
"id": "sec-DecodeOriginalScopeItem",
387+
"href": "https://tc39.es/ecma426/#sec-DecodeOriginalScopeItem",
388+
"title": "DecodeOriginalScopeItem",
389+
"level": 5,
390+
"number": "9.3.4.4.1"
391+
},
392+
{
393+
"id": "sec-DecodeGeneratedRange",
394+
"href": "https://tc39.es/ecma426/#sec-DecodeGeneratedRange",
395+
"title": "DecodeGeneratedRange ( rangeTree, state, names )",
396+
"level": 4,
397+
"number": "9.3.4.5"
398+
},
399+
{
400+
"id": "sec-DecodeGeneratedRangeItem",
401+
"href": "https://tc39.es/ecma426/#sec-DecodeGeneratedRangeItem",
402+
"title": "DecodeGeneratedRangeItem",
403+
"level": 5,
404+
"number": "9.3.4.5.1"
405+
},
406+
{
407+
"id": "sec-DecodeSubRangeBinding",
408+
"href": "https://tc39.es/ecma426/#sec-DecodeSubRangeBinding",
409+
"title": "DecodeSubRangeBinding",
410+
"level": 5,
411+
"number": "9.3.4.5.2"
412+
},
280413
{
281414
"id": "sec-sources",
282415
"href": "https://tc39.es/ecma426/#sec-sources",
283416
"title": "Resolving sources",
284417
"level": 2,
285-
"number": "9.3"
418+
"number": "9.4"
286419
},
287420
{
288421
"id": "sec-DecodeSourceMapSources",
289422
"href": "https://tc39.es/ecma426/#sec-DecodeSourceMapSources",
290-
"title": "DecodeSourceMapSources ( baseURL, sourceRoot, sources, sourcesContent, ignoreList )",
423+
"title": "DecodeSourceMapSources ( baseURL, sourceRoot, sources, sourcesContent, ignoreList, scopes )",
291424
"level": 3,
292-
"number": "9.3.1"
425+
"number": "9.4.1"
293426
},
294427
{
295428
"id": "sec-extensions",
296429
"href": "https://tc39.es/ecma426/#sec-extensions",
297430
"title": "Extensions",
298431
"level": 2,
299-
"number": "9.4"
432+
"number": "9.5"
300433
},
301434
{
302435
"id": "sec-index-source-map",

ed/ids/SRI.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-grammardef-base64-value%E2%91%A0",
120120
"https://w3c.github.io/webappsec-subresource-integrity/#the-integrity-link-processing-option",
121121
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-integrity-metadata%E2%91%A5",
122+
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-link",
122123
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-grammardef-integrity-metadata",
123124
"https://w3c.github.io/webappsec-subresource-integrity/#handling-integrity-violations",
124125
"https://w3c.github.io/webappsec-subresource-integrity/#proxies",
@@ -162,6 +163,7 @@
162163
"https://w3c.github.io/webappsec-subresource-integrity/#e5fc5b88",
163164
"https://w3c.github.io/webappsec-subresource-integrity/#b3a57b71",
164165
"https://w3c.github.io/webappsec-subresource-integrity/#5f693367",
166+
"https://w3c.github.io/webappsec-subresource-integrity/#d1364af2",
165167
"https://w3c.github.io/webappsec-subresource-integrity/#104bce7f",
166168
"https://w3c.github.io/webappsec-subresource-integrity/#0de10dfb",
167169
"https://w3c.github.io/webappsec-subresource-integrity/#bbbbe32e",
@@ -177,6 +179,7 @@
177179
"https://w3c.github.io/webappsec-subresource-integrity/#biblio-rfc2119",
178180
"https://w3c.github.io/webappsec-subresource-integrity/#biblio-rfc4648",
179181
"https://w3c.github.io/webappsec-subresource-integrity/#biblio-rfc7234",
182+
"https://w3c.github.io/webappsec-subresource-integrity/#biblio-rfc8288",
180183
"https://w3c.github.io/webappsec-subresource-integrity/#biblio-sha2",
181184
"https://w3c.github.io/webappsec-subresource-integrity/#informative",
182185
"https://w3c.github.io/webappsec-subresource-integrity/#biblio-rfc1035",

0 commit comments

Comments
 (0)