Skip to content

Commit e66b702

Browse files
committed
squash: make linter happy
1 parent 2096f20 commit e66b702

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/parallel/test-util-types.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ const { JSStream } = internalBinding('js_stream');
1010

1111
const external = (new JSStream())._externalStream;
1212

13+
// TODO(LiviaMedeiros): once linter recognizes `Float16Array`, remove next line
14+
const { Float16Array } = globalThis;
15+
1316
for (const [ value, _method ] of [
1417
[ external, 'isExternal' ],
1518
[ new Date() ],

0 commit comments

Comments
 (0)