@@ -101,199 +101,6 @@ export const DOC_TYPES_MAPPING_GLOBALS = {
101101 'WebAssembly.Instance' : 'WebAssembly/Instance' ,
102102} ;
103103
104- // This is a mapping for types within the Markdown content and their respective
105- // Node.js types within the Node.js API docs (refers to a different API doc page)
106- // Note: These hashes are generated with the GitHub Slugger
107- export const DOC_TYPES_MAPPING_NODE_MODULES = {
108- AbortController : 'globals.html#class-abortcontroller' ,
109- AbortSignal : 'globals.html#class-abortsignal' ,
110-
111- Algorithm : 'webcrypto.html#class-algorithm' ,
112- AlgorithmIdentifier : 'webcrypto.html#class-algorithmidentifier' ,
113- AsyncHook : 'async_hooks.html#async_hookscreatehookcallbacks' ,
114- AsyncLocalStorage : 'async_context.html#class-asynclocalstorage' ,
115- AsyncResource : 'async_hooks.html#class-asyncresource' ,
116-
117- AesCbcParams : 'webcrypto.html#class-aescbcparams' ,
118- AesCtrParams : 'webcrypto.html#class-aesctrparams' ,
119- AesGcmParams : 'webcrypto.html#class-aesgcmparams' ,
120- AesKeyAlgorithm : 'webcrypto.html#class-aeskeyalgorithm' ,
121- AesKeyGenParams : 'webcrypto.html#class-aeskeygenparams' ,
122- AesDerivedKeyParams : 'webcrypto.html#class-aesderivedkeyparams' ,
123-
124- Blob : 'buffer.html#class-blob' ,
125- BroadcastChannel :
126- 'worker_threads.html#class-broadcastchannel-extends-eventtarget' ,
127- Buffer : 'buffer.html#class-buffer' ,
128-
129- ByteLengthQueuingStrategy : 'webstreams.html#class-bytelengthqueuingstrategy' ,
130-
131- Channel : 'diagnostics_channel.html#class-channel' ,
132- ChildProcess : 'child_process.html#class-childprocess' ,
133- Cipher : 'crypto.html#class-cipher' ,
134- Cipheriv : 'crypto.html#class-cipheriv' ,
135- Decipheriv : 'crypto.html#class-decipheriv' ,
136- ClientHttp2Session : 'http2.html#class-clienthttp2session' ,
137- ClientHttp2Stream : 'http2.html#class-clienthttp2stream' ,
138-
139- CountQueuingStrategy : 'webstreams.html#class-countqueuingstrategy' ,
140-
141- Crypto : 'webcrypto.html#class-crypto' ,
142- CryptoKey : 'webcrypto.html#class-cryptokey' ,
143- CryptoKeyPair : 'webcrypto.html#class-cryptokeypair' ,
144-
145- CustomEvent : 'events.html#class-customevent' ,
146-
147- Decipher : 'crypto.html#class-decipher' ,
148- DiffieHellman : 'crypto.html#class-diffiehellman' ,
149- DiffieHellmanGroup : 'crypto.html#class-diffiehellmangroup' ,
150- Domain : 'domain.html#class-domain' ,
151-
152- Duplex : 'stream.html#class-streamduplex' ,
153-
154- ECDH : 'crypto.html#class-ecdh' ,
155- EcdhKeyDeriveParams : 'webcrypto.html#class-ecdhkeyderiveparams' ,
156- EcdsaParams : 'webcrypto.html#class-ecdsaparams' ,
157- EcKeyAlgorithm : 'webcrypto.html#class-eckeyalgorithm' ,
158- EcKeyGenParams : 'webcrypto.html#class-eckeygenparams' ,
159- EcKeyImportParams : 'webcrypto.html#class-eckeyimportparams' ,
160- Ed448Params : 'webcrypto.html#class-ed448params' ,
161-
162- Event : 'events.html#class-event' ,
163- EventEmitter : 'events.html#class-eventemitter' ,
164- EventListener : 'events.html#event-listener' ,
165- EventTarget : 'events.html#class-eventtarget' ,
166-
167- File : 'buffer.html#class-file' ,
168- FileHandle : 'fs.html#class-filehandle' ,
169-
170- Handle : 'net.html#serverlistenhandle-backlog-callback' ,
171- Hash : 'crypto.html#class-hash' ,
172- Histogram : 'perf_hooks.html#class-histogram' ,
173- HkdfParams : 'webcrypto.html#class-hkdfparams' ,
174- Hmac : 'crypto.html#class-hmac' ,
175- HmacImportParams : 'webcrypto.html#class-hmacimportparams' ,
176- HmacKeyAlgorithm : 'webcrypto.html#class-hmackeyalgorithm' ,
177- HmacKeyGenParams : 'webcrypto.html#class-hmackeygenparams' ,
178-
179- Http2SecureServer : 'http2.html#class-http2secureserver' ,
180- Http2Server : 'http2.html#class-http2server' ,
181- Http2Session : 'http2.html#class-http2session' ,
182- Http2Stream : 'http2.html#class-http2stream' ,
183-
184- Immediate : 'timers.html#class-immediate' ,
185-
186- IntervalHistogram :
187- 'perf_hooks.html#class-intervalhistogram-extends-histogram' ,
188-
189- LockManager : 'worker_threads.html#class-lockmanager' ,
190-
191- KeyAlgorithm : 'webcrypto.html#class-keyalgorithm' ,
192- KeyObject : 'crypto.html#class-keyobject' ,
193-
194- MIMEParams : 'util.html#class-utilmimeparams' ,
195- MessagePort : 'worker_threads.html#class-messageport' ,
196-
197- MockModuleContext : 'test.html#class-mockmodulecontext' ,
198-
199- NodeEventTarget : 'events.html#class-nodeeventtarget' ,
200-
201- Pbkdf2Params : 'webcrypto.html#class-pbkdf2params' ,
202- PerformanceEntry : 'perf_hooks.html#class-performanceentry' ,
203- PerformanceNodeTiming : 'perf_hooks.html#class-performancenodetiming' ,
204- PerformanceObserver : 'perf_hooks.html#class-performanceobserver' ,
205- PerformanceObserverEntryList :
206- 'perf_hooks.html#class-performanceobserverentrylist' ,
207-
208- Readable : 'stream.html#class-streamreadable' ,
209- ReadableByteStreamController :
210- 'webstreams.html#class-readablebytestreamcontroller' ,
211- ReadableStream : 'webstreams.html#class-readablestream' ,
212- ReadableStreamBYOBReader : 'webstreams.html#class-readablestreambyobreader' ,
213- ReadableStreamBYOBRequest : 'webstreams.html#class-readablestreambyobrequest' ,
214- ReadableStreamDefaultController :
215- 'webstreams.html#class-readablestreamdefaultcontroller' ,
216- ReadableStreamDefaultReader :
217- 'webstreams.html#class-readablestreamdefaultreader' ,
218-
219- ModuleRequest : 'vm.html#type-modulerequest' ,
220-
221- DatabaseSync : 'sqlite.html#class-databasesync' ,
222-
223- RecordableHistogram :
224- 'perf_hooks.html#class-recordablehistogram-extends-histogram' ,
225-
226- RsaHashedKeyAlgorithm : 'webcrypto.html#class-rsahashedkeyalgorithm' ,
227- RsaHashedImportParams : 'webcrypto.html#class-rsahashedimportparams' ,
228- RsaHashedKeyGenParams : 'webcrypto.html#class-rsahashedkeygenparams' ,
229- RsaOaepParams : 'webcrypto.html#class-rsaoaepparams' ,
230- RsaPssParams : 'webcrypto.html#class-rsapssparams' ,
231-
232- ServerHttp2Session : 'http2.html#class-serverhttp2session' ,
233- ServerHttp2Stream : 'http2.html#class-serverhttp2stream' ,
234-
235- Sign : 'crypto.html#class-sign' ,
236-
237- Disposable :
238- 'https://tc39.es/proposal-explicit-resource-management/#sec-disposable-interface' ,
239-
240- Session : 'sqlite.html#class-session' ,
241- StatementSync : 'sqlite.html#class-statementsync' ,
242-
243- Stream : 'stream.html#stream' ,
244-
245- SubtleCrypto : 'webcrypto.html#class-subtlecrypto' ,
246-
247- TestsStream : 'test.html#class-testsstream' ,
248-
249- TextDecoderStream : 'webstreams.html#class-textdecoderstream' ,
250- TextEncoderStream : 'webstreams.html#class-textencoderstream' ,
251-
252- Timeout : 'timers.html#class-timeout' ,
253- Timer : 'timers.html#timers' ,
254-
255- Tracing : 'tracing.html#tracing-object' ,
256- TracingChannel : 'diagnostics_channel.html#class-tracingchannel' ,
257-
258- Transform : 'stream.html#class-streamtransform' ,
259- TransformStream : 'webstreams.html#class-transformstream' ,
260- TransformStreamDefaultController :
261- 'webstreams.html#class-transformstreamdefaultcontroller' ,
262-
263- URL : 'url.html#the-whatwg-url-api' ,
264- URLSearchParams : 'url.html#class-urlsearchparams' ,
265-
266- Verify : 'crypto.html#class-verify' ,
267-
268- Writable : 'stream.html#class-streamwritable' ,
269- WritableStream : 'webstreams.html#class-writablestream' ,
270- WritableStreamDefaultController :
271- 'webstreams.html#class-writablestreamdefaultcontroller' ,
272- WritableStreamDefaultWriter :
273- 'webstreams.html#class-writablestreamdefaultwriter' ,
274-
275- Worker : 'worker_threads.html#class-worker' ,
276-
277- X509Certificate : 'crypto.html#class-x509certificate' ,
278-
279- 'brotli options' : 'zlib.html#class-brotlioptions' ,
280-
281- 'import.meta' : 'esm.html#importmeta' ,
282-
283- 'os.constants.dlopen' : 'os.html#dlopen-constants' ,
284-
285- 'readlinePromises.Interface' : 'readline.html#class-readlinepromisesinterface' ,
286-
287- require : 'modules.html#requireid' ,
288- module : 'modules.html#the-module-object' ,
289-
290- 'zlib options' : 'zlib.html#class-options' ,
291- 'zstd options' : 'zlib.html#class-zstdoptions' ,
292-
293- 'HTTP/2 Headers Object' : 'http2.html#headers-object' ,
294- 'HTTP/2 Settings Object' : 'http2.html#settings-object' ,
295- } ;
296-
297104// This is a mapping for miscellaneous types within the Markdown content and their respective
298105// external reference on appropriate 3rd-party vendors/documentation sites.
299106export const DOC_TYPES_MAPPING_OTHER = {
0 commit comments