Skip to content

Commit aa7c363

Browse files
pimterryaduh95
authored andcommitted
doc: fix missing references in doc type map
A few of these were lost in recent refactorings, and some never existed at all. Signed-off-by: Tim Perry <pimterry@gmail.com> PR-URL: #64872 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 59f0682 commit aa7c363

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

doc/type-map.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"AbortController": "globals.html#class-abortcontroller",
33
"AbortSignal": "globals.html#class-abortsignal",
4+
"AeadParams": "webcrypto.html#class-aeadparams",
45
"AesCbcParams": "webcrypto.html#class-aescbcparams",
56
"AesCtrParams": "webcrypto.html#class-aesctrparams",
67
"AesDerivedKeyParams": "webcrypto.html#class-aesderivedkeyparams",
@@ -9,10 +10,14 @@
910
"AesKeyGenParams": "webcrypto.html#class-aeskeygenparams",
1011
"Algorithm": "webcrypto.html#class-algorithm",
1112
"AlgorithmIdentifier": "webcrypto.html#class-algorithmidentifier",
13+
"Argon2Params": "webcrypto.html#class-argon2params",
14+
"ArrayBufferView": "https://developer.mozilla.org/docs/Web/API/ArrayBufferView",
1215
"AsyncHook": "async_hooks.html#async_hookscreatehookoptions",
1316
"AsyncLocalStorage": "async_context.html#class-asynclocalstorage",
1417
"AsyncResource": "async_hooks.html#class-asyncresource",
1518
"Blob": "buffer.html#class-blob",
19+
"BoundedChannel": "diagnostics_channel.html#class-boundedchannel",
20+
"BoundedChannelScope": "diagnostics_channel.html#class-boundedchannelscope",
1621
"BroadcastChannel": "worker_threads.html#class-broadcastchannel-extends-eventtarget",
1722
"brotli options": "zlib.html#class-brotlioptions",
1823
"Buffer": "buffer.html#class-buffer",
@@ -23,10 +28,12 @@
2328
"Cipheriv": "crypto.html#class-cipheriv",
2429
"ClientHttp2Session": "http2.html#class-clienthttp2session",
2530
"ClientHttp2Stream": "http2.html#class-clienthttp2stream",
31+
"ContextParams": "webcrypto.html#class-contextparams",
2632
"CountQueuingStrategy": "webstreams.html#class-countqueuingstrategy",
2733
"Crypto": "webcrypto.html#class-crypto",
2834
"CryptoKey": "webcrypto.html#class-cryptokey",
2935
"CryptoKeyPair": "webcrypto.html#class-cryptokeypair",
36+
"CShakeParams": "webcrypto.html#class-cshakeparams",
3037
"CustomEvent": "events.html#class-customevent",
3138
"DatabaseSync": "sqlite.html#class-databasesync",
3239
"Decipher": "crypto.html#class-decipher",
@@ -36,13 +43,17 @@
3643
"Disposable": "https://tc39.es/proposal-explicit-resource-management/#sec-disposable-interface",
3744
"Domain": "domain.html#class-domain",
3845
"Duplex": "stream.html#class-streamduplex",
46+
"DynamicLibrary": "ffi.html#class-dynamiclibrary",
3947
"ECDH": "crypto.html#class-ecdh",
4048
"EcdhKeyDeriveParams": "webcrypto.html#class-ecdhkeyderiveparams",
4149
"EcdsaParams": "webcrypto.html#class-ecdsaparams",
4250
"EcKeyAlgorithm": "webcrypto.html#class-eckeyalgorithm",
4351
"EcKeyGenParams": "webcrypto.html#class-eckeygenparams",
4452
"EcKeyImportParams": "webcrypto.html#class-eckeyimportparams",
4553
"Ed448Params": "webcrypto.html#class-ed448params",
54+
"ELDHistogram": "perf_hooks.html#class-eldhistogram-extends-histogram",
55+
"EncapsulatedBits": "webcrypto.html#class-encapsulatedbits",
56+
"EncapsulatedKey": "webcrypto.html#class-encapsulatedkey",
4657
"Event": "events.html#class-event",
4758
"EventEmitter": "events.html#class-eventemitter",
4859
"EventListener": "events.html#event-listener",
@@ -58,6 +69,7 @@
5869
"HmacKeyAlgorithm": "webcrypto.html#class-hmackeyalgorithm",
5970
"HmacKeyGenParams": "webcrypto.html#class-hmackeygenparams",
6071
"HTTP/2 Headers Object": "http2.html#headers-object",
72+
"HTTP/2 Raw Headers": "http2.html#raw-headers",
6173
"HTTP/2 Settings Object": "http2.html#settings-object",
6274
"Http2SecureServer": "http2.html#class-http2secureserver",
6375
"Http2Server": "http2.html#class-http2server",
@@ -66,8 +78,13 @@
6678
"Immediate": "timers.html#class-immediate",
6779
"import.meta": "esm.html#importmeta",
6880
"IntervalHistogram": "perf_hooks.html#class-intervalhistogram-extends-histogram",
81+
"KangarooTwelveParams": "webcrypto.html#class-kangarootwelveparams",
6982
"KeyAlgorithm": "webcrypto.html#class-keyalgorithm",
7083
"KeyObject": "crypto.html#class-keyobject",
84+
"KmacImportParams": "webcrypto.html#class-kmacimportparams",
85+
"KmacKeyAlgorithm": "webcrypto.html#class-kmackeyalgorithm",
86+
"KmacKeyGenParams": "webcrypto.html#class-kmackeygenparams",
87+
"KmacParams": "webcrypto.html#class-kmacparams",
7188
"LockManager": "worker_threads.html#class-lockmanager",
7289
"MessagePort": "worker_threads.html#class-messageport",
7390
"MIMEParams": "util.html#class-utilmimeparams",
@@ -98,16 +115,21 @@
98115
"RsaHashedKeyGenParams": "webcrypto.html#class-rsahashedkeygenparams",
99116
"RsaOaepParams": "webcrypto.html#class-rsaoaepparams",
100117
"RsaPssParams": "webcrypto.html#class-rsapssparams",
118+
"RunScope": "async_context.html#class-runscope",
119+
"RunStoresScope": "diagnostics_channel.html#class-runstoresscope",
101120
"ServerHttp2Session": "http2.html#class-serverhttp2session",
102121
"ServerHttp2Stream": "http2.html#class-serverhttp2stream",
103122
"Session": "sqlite.html#class-session",
104123
"Share": "stream_iter.html#class-share",
105124
"Shareable": "stream_iter.html#interface-shareable",
106125
"Sign": "crypto.html#class-sign",
126+
"SQLTagStore": "sqlite.html#class-sqltagstore",
107127
"StatementSync": "sqlite.html#class-statementsync",
108128
"Stream": "stream.html#stream",
109129
"SubtleCrypto": "webcrypto.html#class-subtlecrypto",
110130
"SuiteContext": "test.html#class-suitecontext",
131+
"SyncCPUProfileHandle": "v8.html#class-synccpuprofilehandle",
132+
"SyncHeapProfileHandle": "v8.html#class-syncheapprofilehandle",
111133
"SyncShare": "stream_iter.html#class-syncshare",
112134
"SyncShareable": "stream_iter.html#interface-syncshareable",
113135
"TestContext": "test.html#class-testcontext",
@@ -121,9 +143,12 @@
121143
"Transform": "stream.html#class-streamtransform",
122144
"TransformStream": "webstreams.html#class-transformstream",
123145
"TransformStreamDefaultController": "webstreams.html#class-transformstreamdefaultcontroller",
146+
"TurboShakeParams": "webcrypto.html#class-turboshakeparams",
124147
"URL": "url.html#the-whatwg-url-api",
125148
"URLSearchParams": "url.html#class-urlsearchparams",
126149
"Verify": "crypto.html#class-verify",
150+
"VirtualFileSystem": "vfs.html#class-virtualfilesystem",
151+
"VirtualProvider": "vfs.html#class-virtualprovider",
127152
"Worker": "worker_threads.html#class-worker",
128153
"Writable": "stream.html#class-streamwritable",
129154
"WritableStream": "webstreams.html#class-writablestream",

0 commit comments

Comments
 (0)