File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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" "<" 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>
You can’t perform that action at this time.
0 commit comments