Skip to content

Commit 5d364be

Browse files
committed
Merge pull request #30 from rainerschuster/patch-1
Update index.xml
2 parents 052be8b + d446d93 commit 5d364be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14838,7 +14838,7 @@ d.type = et;
1483814838
<prod nt='UnionMemberType'>NonAnyType | UnionType TypeSuffix | "any" "[" "]" TypeSuffix</prod>
1483914839
<prod nt='UnionMemberTypes'>"or" UnionMemberType UnionMemberTypes | ε</prod>
1484014840
<prod nt='NonAnyType'>PrimitiveType TypeSuffix | PromiseType Null | "ByteString" TypeSuffix | "DOMString" TypeSuffix | "USVString" TypeSuffix | identifier TypeSuffix | "sequence" "&lt;" Type ">" Null | "object" TypeSuffix | "Date" TypeSuffix | "RegExp" TypeSuffix | "Error" TypeSuffix | "DOMException" TypeSuffix | BufferRelatedType TypeSuffix</prod>
14841-
<prod nt='BufferRelatedType'>"ArrayBuffer" | "DataView" | "Int8Array" | "Int161Array" | "Int32Array" | "Uint8Array" | "Uint16Array" | "Uint32Array" | "Uint8ClampedArray" | "Float32Array" | "Float64Array"</prod>
14841+
<prod nt='BufferRelatedType'>"ArrayBuffer" | "DataView" | "Int8Array" | "Int16Array" | "Int32Array" | "Uint8Array" | "Uint16Array" | "Uint32Array" | "Uint8ClampedArray" | "Float32Array" | "Float64Array"</prod>
1484214842
<prod nt='ConstType'>PrimitiveType Null | identifier Null</prod>
1484314843
<prod nt='PrimitiveType'>UnsignedIntegerType | UnrestrictedFloatType | "boolean" | "byte" | "octet"</prod>
1484414844
<prod nt='UnrestrictedFloatType'>"unrestricted" FloatType | FloatType</prod>

0 commit comments

Comments
 (0)