Skip to content

Commit b9ab348

Browse files
committed
tools: add VFS types to doc type-parser
Add VirtualFileSystem, VirtualProvider, MemoryProvider, SEAProvider, and RealFSProvider to the type-parser for documentation generation.
1 parent ad601c8 commit b9ab348

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tools/doc/type-parser.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,12 @@ const customTypesMap = {
165165
'fs.StatFs': 'fs.html#class-fsstatfs',
166166
'fs.StatWatcher': 'fs.html#class-fsstatwatcher',
167167
'fs.WriteStream': 'fs.html#class-fswritestream',
168-
'VirtualFileSystem': 'fs.html#class-virtualfilesystem',
168+
169+
'VirtualFileSystem': 'vfs.html#class-virtualfilesystem',
170+
'VirtualProvider': 'vfs.html#class-virtualprovider',
171+
'MemoryProvider': 'vfs.html#class-memoryprovider',
172+
'SEAProvider': 'vfs.html#class-seaprovider',
173+
'RealFSProvider': 'vfs.html#class-realfsprovider',
169174

170175
'http.Agent': 'http.html#class-httpagent',
171176
'http.ClientRequest': 'http.html#class-httpclientrequest',

0 commit comments

Comments
 (0)