Skip to content

Commit 1d0b220

Browse files
committed
tools: add Float16Array support to type parser
1 parent 3ea30df commit 1d0b220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/doc/type-parser.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const jsGlobalTypes = [
1919
'TypeError', 'URIError', 'WeakMap', 'WeakSet',
2020

2121
'TypedArray',
22-
'Float32Array', 'Float64Array',
22+
'Float16Array, 'Float32Array', 'Float64Array',
2323
'Int8Array', 'Int16Array', 'Int32Array',
2424
'Uint8Array', 'Uint8ClampedArray', 'Uint16Array', 'Uint32Array',
2525
];

0 commit comments

Comments
 (0)