Skip to content

Commit 29f7587

Browse files
committed
tools: add MDN link for Iterable
PR-URL: #11060 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent cc48f21 commit 29f7587

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/doc/type-parser.js

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ const typeMap = {
3636
'http.IncomingMessage': 'http.html#http_class_http_incomingmessage',
3737
'http.Server': 'http.html#http_class_http_server',
3838
'http.ServerResponse': 'http.html#http_class_http_serverresponse',
39+
'Iterable': jsDocPrefix +
40+
'Reference/Iteration_protocols#The_iterable_protocol',
3941
'Iterator': jsDocPrefix +
4042
'Reference/Iteration_protocols#The_iterator_protocol'
4143
};

0 commit comments

Comments
 (0)