From 619a953fa5f1d9066b78bc12eadba8aef0140e12 Mon Sep 17 00:00:00 2001 From: Darien Maillet Valentine Date: Mon, 7 Oct 2019 15:39:42 -0400 Subject: [PATCH] add missing terminals to Other and ArgumentNameKeyword --- index.bs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.bs b/index.bs index 79db51f8..3cbe4eaf 100644 --- a/index.bs +++ b/index.bs @@ -695,8 +695,10 @@ underscore. "interface" "iterable" "maplike" + "mixin" "namespace" "partial" + "readonly" "required" "setlike" "setter" @@ -6904,6 +6906,7 @@ five forms are allowed. "FrozenArray" "Infinity" "NaN" + "Promise" "USVString" "any" "boolean" @@ -6917,8 +6920,10 @@ five forms are allowed. "octet" "or" "optional" + "record" "sequence" "short" + "symbol" "true" "unsigned" "void"