Skip to content

Commit 4203404

Browse files
bathosbzbarsky
authored andcommitted
add missing terminals to Other and ArgumentNameKeyword (#814)
Fixes #813
1 parent 0f5727d commit 4203404

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,8 +695,10 @@ underscore.
695695
"interface"
696696
"iterable"
697697
"maplike"
698+
"mixin"
698699
"namespace"
699700
"partial"
701+
"readonly"
700702
"required"
701703
"setlike"
702704
"setter"
@@ -6905,6 +6907,7 @@ five forms are allowed.
69056907
"FrozenArray"
69066908
"Infinity"
69076909
"NaN"
6910+
"Promise"
69086911
"USVString"
69096912
"any"
69106913
"boolean"
@@ -6918,8 +6921,10 @@ five forms are allowed.
69186921
"octet"
69196922
"or"
69206923
"optional"
6924+
"record"
69216925
"sequence"
69226926
"short"
6927+
"symbol"
69236928
"true"
69246929
"unsigned"
69256930
"void"

0 commit comments

Comments
 (0)