We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad601c8 commit b9ab348Copy full SHA for b9ab348
tools/doc/type-parser.mjs
@@ -165,7 +165,12 @@ const customTypesMap = {
165
'fs.StatFs': 'fs.html#class-fsstatfs',
166
'fs.StatWatcher': 'fs.html#class-fsstatwatcher',
167
'fs.WriteStream': 'fs.html#class-fswritestream',
168
- 'VirtualFileSystem': 'fs.html#class-virtualfilesystem',
+
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',
174
175
'http.Agent': 'http.html#class-httpagent',
176
'http.ClientRequest': 'http.html#class-httpclientrequest',
0 commit comments