File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5417,8 +5417,9 @@ type.
5417
5417
5418
5418
<pre class="grammar" id="prod-SingleType">
5419
5419
SingleType :
5420
- NonAnyType
5420
+ DistinguishableType
5421
5421
"any"
5422
+ PromiseType ε
5422
5423
</pre>
5423
5424
5424
5425
<pre class="grammar" id="prod-UnionType">
@@ -5428,7 +5429,7 @@ type.
5428
5429
5429
5430
<pre class="grammar" id="prod-UnionMemberType">
5430
5431
UnionMemberType :
5431
- ExtendedAttributeList NonAnyType
5432
+ ExtendedAttributeList DistinguishableType
5432
5433
UnionType Null
5433
5434
</pre>
5434
5435
@@ -5438,9 +5439,8 @@ type.
5438
5439
ε
5439
5440
</pre>
5440
5441
5441
- <pre class="grammar" id="prod-NonAnyType">
5442
- NonAnyType :
5443
- PromiseType ε
5442
+ <pre class="grammar" id="prod-DistinguishableType">
5443
+ DistinguishableType :
5444
5444
PrimitiveType Null
5445
5445
StringType Null
5446
5446
identifier Null
@@ -6228,7 +6228,7 @@ and joining them with the string "<code>Or</code>".
6228
6228
6229
6229
<div data-fill-with="grammar-UnionMemberTypes"></div>
6230
6230
6231
- <div data-fill-with="grammar-NonAnyType "></div>
6231
+ <div data-fill-with="grammar-DistinguishableType "></div>
6232
6232
6233
6233
6234
6234
<h4 id="idl-annotated-types">Annotated types</h4>
You can’t perform that action at this time.
0 commit comments