Skip to content

Commit 1318d28

Browse files
authored
fix(globals): add ErrorEvent and TypedArray (#416)
1 parent 8cfd3e5 commit 1318d28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/parser/constants.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ export const DOC_TYPES_MAPPING_GLOBALS = {
100100
'AsyncGeneratorFunction',
101101
'AsyncIterator',
102102
'AsyncFunction',
103+
'TypedArray',
104+
'ErrorEvent',
103105
].map(e => [e, e])
104106
),
105107
'WebAssembly.Instance': 'WebAssembly/Instance',

0 commit comments

Comments
 (0)