From 69a2d860d82f21c865451a820689ba80df305759 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Wed, 20 Nov 2024 14:03:32 -0800 Subject: [PATCH] Editorial: unify ECMA-262 references Previously there were redundant references to ES262, this commit unifies them and aligns it with the PDF version. --- source-map.bs | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/source-map.bs b/source-map.bs index 1dcef34..707a578 100644 --- a/source-map.bs +++ b/source-map.bs @@ -44,7 +44,7 @@ spec:infra; type:dfn; for:list; text:for each
-urlPrefix:https://tc39.es/ecma262/#; type:dfn; spec:ecmascript
+urlPrefix:https://tc39.es/ecma262/#; type:dfn; spec:ECMA-262
     url:sec-lexical-and-regexp-grammars; text:tokens
     url:table-line-terminator-code-points; text:line terminator code points
     url:sec-white-space; text: white space code points
@@ -124,13 +124,6 @@ urlPrefix:https://webassembly.github.io/spec/core/; type:dfn; spec:wasm
     "status": "archive",
     "title": "Give your eval a name with //@ sourceURL"
   },
-  "ECMA-262": {
-    "href": "https://tc39.es/ecma262/",
-    "id": "esma262",
-    "publisher": "ECMA",
-    "status": "Standards Track",
-    "title": "ECMAScript® Language Specification"
-  },
   "V2Format": {
     "href": "https://docs.google.com/document/d/1xi12LrcqjqIHTtZzrzZKmQ3lbTv9mKrN076UB-j3UZQ/edit?hl=en_US",
     "publisher": "Google",
@@ -259,8 +252,8 @@ References {#references}
 

Normative References