We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc48f21 commit 29f7587Copy full SHA for 29f7587
tools/doc/type-parser.js
@@ -36,6 +36,8 @@ const typeMap = {
36
'http.IncomingMessage': 'http.html#http_class_http_incomingmessage',
37
'http.Server': 'http.html#http_class_http_server',
38
'http.ServerResponse': 'http.html#http_class_http_serverresponse',
39
+ 'Iterable': jsDocPrefix +
40
+ 'Reference/Iteration_protocols#The_iterable_protocol',
41
'Iterator': jsDocPrefix +
42
'Reference/Iteration_protocols#The_iterator_protocol'
43
};
0 commit comments