Skip to content

Commit 609cdce

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.6.2.
1 parent 56e1e44 commit 609cdce

File tree

5 files changed

+181
-153
lines changed

5 files changed

+181
-153
lines changed

ed/dfns/ecma-426.json

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,25 @@
308308
},
309309
"definedIn": "prose"
310310
},
311+
{
312+
"id": "json-debugId",
313+
"href": "https://tc39.es/ecma426/#json-debugId",
314+
"linkingText": [
315+
"debugId field"
316+
],
317+
"localLinkingText": [],
318+
"type": "dfn",
319+
"for": [],
320+
"access": "public",
321+
"informative": false,
322+
"heading": {
323+
"id": "sec-source-map-format",
324+
"href": "https://tc39.es/ecma426/#sec-source-map-format",
325+
"title": "Source map format",
326+
"number": "9"
327+
},
328+
"definedIn": "prose"
329+
},
311330
{
312331
"id": "decoded-source-map-record",
313332
"href": "https://tc39.es/ecma426/#decoded-source-map-record",
@@ -477,8 +496,8 @@
477496
"definedIn": "prose"
478497
},
479498
{
480-
"id": "sec-JavaScriptExtractSourceMapURL-through-parsing",
481-
"href": "https://tc39.es/ecma426/#sec-JavaScriptExtractSourceMapURL-through-parsing",
499+
"id": "sec-JavaScriptExtractMagicComment-through-parsing",
500+
"href": "https://tc39.es/ecma426/#sec-JavaScriptExtractMagicComment-through-parsing",
482501
"linkingText": [
483502
"through parsing"
484503
],
@@ -488,16 +507,16 @@
488507
"access": "public",
489508
"informative": false,
490509
"heading": {
491-
"id": "sec-JavaScriptExtractSourceMapURL",
492-
"href": "https://tc39.es/ecma426/#sec-JavaScriptExtractSourceMapURL",
493-
"title": "JavaScriptExtractSourceMapURL ( source )",
494-
"number": "11.1.2.1"
510+
"id": "sec-JavaScriptExtractMagicComment",
511+
"href": "https://tc39.es/ecma426/#sec-JavaScriptExtractMagicComment",
512+
"title": "JavaScriptExtractMagicComment ( source, commentType, supportLegacy )",
513+
"number": "11.1.2.2"
495514
},
496515
"definedIn": "prose"
497516
},
498517
{
499-
"id": "sec-JavaScriptExtractSourceMapURL-without-parsing",
500-
"href": "https://tc39.es/ecma426/#sec-JavaScriptExtractSourceMapURL-without-parsing",
518+
"id": "sec-JavaScriptExtractMagicComment-without-parsing",
519+
"href": "https://tc39.es/ecma426/#sec-JavaScriptExtractMagicComment-without-parsing",
501520
"linkingText": [
502521
"without parsing"
503522
],
@@ -507,10 +526,10 @@
507526
"access": "public",
508527
"informative": false,
509528
"heading": {
510-
"id": "sec-JavaScriptExtractSourceMapURL",
511-
"href": "https://tc39.es/ecma426/#sec-JavaScriptExtractSourceMapURL",
512-
"title": "JavaScriptExtractSourceMapURL ( source )",
513-
"number": "11.1.2.1"
529+
"id": "sec-JavaScriptExtractMagicComment",
530+
"href": "https://tc39.es/ecma426/#sec-JavaScriptExtractMagicComment",
531+
"title": "JavaScriptExtractMagicComment ( source, commentType, supportLegacy )",
532+
"number": "11.1.2.2"
514533
},
515534
"definedIn": "prose"
516535
},

ed/headings/ecma-426.json

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -348,25 +348,39 @@
348348
"number": "11.1.2.1"
349349
},
350350
{
351-
"id": "sec-MatchSourceMapURL",
352-
"href": "https://tc39.es/ecma426/#sec-MatchSourceMapURL",
353-
"title": "MatchSourceMapURL ( comment )",
354-
"level": 5,
355-
"number": "11.1.2.1.1"
351+
"id": "sec-JavaScriptExtractMagicComment",
352+
"href": "https://tc39.es/ecma426/#sec-JavaScriptExtractMagicComment",
353+
"title": "JavaScriptExtractMagicComment ( source, commentType, supportLegacy )",
354+
"level": 4,
355+
"number": "11.1.2.2"
356+
},
357+
{
358+
"id": "sec-MatchMagicComment",
359+
"href": "https://tc39.es/ecma426/#sec-MatchMagicComment",
360+
"title": "MatchMagicComment ( comment, commentType, supportLegacy )",
361+
"level": 4,
362+
"number": "11.1.2.3"
363+
},
364+
{
365+
"id": "sec-JavaScriptExtractDebugId",
366+
"href": "https://tc39.es/ecma426/#sec-JavaScriptExtractDebugId",
367+
"title": "JavaScriptExtractDebugId ( source )",
368+
"level": 4,
369+
"number": "11.1.2.4"
356370
},
357371
{
358372
"id": "sec-CSSExtractSourceMapURL",
359373
"href": "https://tc39.es/ecma426/#sec-CSSExtractSourceMapURL",
360374
"title": "CSSExtractSourceMapURL ( source )",
361375
"level": 4,
362-
"number": "11.1.2.2"
376+
"number": "11.1.2.5"
363377
},
364378
{
365-
"id": "sec-WebAssemblyExtractSourceMapURL",
366-
"href": "https://tc39.es/ecma426/#sec-WebAssemblyExtractSourceMapURL",
367-
"title": "WebAssemblyExtractSourceMapURL ( bytes )",
379+
"id": "sec-CSSExtractDebugId",
380+
"href": "https://tc39.es/ecma426/#sec-CSSExtractDebugId",
381+
"title": "CSSExtractDebugId ( source )",
368382
"level": 4,
369-
"number": "11.1.2.3"
383+
"number": "11.1.2.6"
370384
},
371385
{
372386
"id": "sec-fetching-source-maps",

0 commit comments

Comments
 (0)