summaryrefslogtreecommitdiff
path: root/tools/doc/type-parser.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/doc/type-parser.js')
-rw-r--r--tools/doc/type-parser.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js
index b57dc6957a..49d888e88b 100644
--- a/tools/doc/type-parser.js
+++ b/tools/doc/type-parser.js
@@ -36,6 +36,7 @@ const customTypesMap = {
`${jsDocPrefix}Reference/Iteration_protocols#The_iterator_protocol`,
'AsyncHook': 'async_hooks.html#async_hooks_async_hooks_createhook_callbacks',
+ 'AsyncResource': 'async_hooks.html#async_hooks_class_asyncresource',
'Buffer': 'buffer.html#buffer_class_buffer',
@@ -45,6 +46,8 @@ const customTypesMap = {
'Cipher': 'crypto.html#crypto_class_cipher',
'Decipher': 'crypto.html#crypto_class_decipher',
+ 'DiffieHellman': 'crypto.html#crypto_class_diffiehellman',
+ 'ECDH': 'crypto.html#crypto_class_ecdh',
'Hash': 'crypto.html#crypto_class_hash',
'Hmac': 'crypto.html#crypto_class_hmac',
'Sign': 'crypto.html#crypto_class_sign',
@@ -83,6 +86,8 @@ const customTypesMap = {
'Http2Stream': 'http2.html#http2_class_http2stream',
'ServerHttp2Stream': 'http2.html#http2_class_serverhttp2stream',
+ 'https.Server': 'https.html#https_class_https_server',
+
'module': 'modules.html#modules_the_module_object',
'Handle': 'net.html#net_server_listen_handle_backlog_callback',
@@ -101,6 +106,8 @@ const customTypesMap = {
'readline.Interface': 'readline.html#readline_class_interface',
+ 'repl.REPLServer': 'repl.html#repl_class_replserver',
+
'Stream': 'stream.html#stream_stream',
'stream.Duplex': 'stream.html#stream_class_stream_duplex',
'stream.Readable': 'stream.html#stream_class_stream_readable',