Skip to content

Commit 868d0e0

Browse files
committed
tools: recognize fs.BigIntStats type
1 parent 33c58df commit 868d0e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/doc/type-parser.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ const customTypesMap = {
157157
'WebSocket': `${mdnPrefix}/API/WebSocket`,
158158

159159
'FileHandle': 'fs.html#class-filehandle',
160+
'fs.BigIntStats': 'fs.html#class-fsbigintstats',
160161
'fs.Dir': 'fs.html#class-fsdir',
161162
'fs.Dirent': 'fs.html#class-fsdirent',
162163
'fs.FSWatcher': 'fs.html#class-fsfswatcher',

0 commit comments

Comments
 (0)