From 6fa542a4e30fd0981d9b7558e811784d78896715 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 12 Sep 2023 18:19:55 +0200 Subject: [PATCH] Meta: remove some more unnecessary anchors Recent Bikeshed updates use a database which contains most (but not all) ECMAScript terms, so we can avoid the need to include them in the anchors block. --- spec.bs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/spec.bs b/spec.bs index 65568ba..87c5689 100644 --- a/spec.bs +++ b/spec.bs @@ -26,16 +26,9 @@ spec:webidl; type:dfn; text:record
 spec: ECMASCRIPT; urlPrefix: https://tc39.es/ecma262/
-  type: abstract-op
-    text: Get; url: #sec-get-o-p
-    text: RegExpBuiltinExec; url: #sec-regexpbuiltinexec
-    text: RegExpCreate; url: #sec-regexpcreate
-    text: ToString; url: #sec-tostring
   type: dfn
     text: IdentifierPart; url: #prod-IdentifierPart
     text: IdentifierStart; url: #prod-IdentifierStart
-  type: interface
-    text: RegExp; url: #sec-regexp-regular-expression-objects