tools: add MDN link for Iterable
PR-URL: https://github.com/nodejs/node/pull/11060 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
This commit is contained in:
parent
cc48f21c83
commit
29f758731f
@ -36,6 +36,8 @@ const typeMap = {
|
|||||||
'http.IncomingMessage': 'http.html#http_class_http_incomingmessage',
|
'http.IncomingMessage': 'http.html#http_class_http_incomingmessage',
|
||||||
'http.Server': 'http.html#http_class_http_server',
|
'http.Server': 'http.html#http_class_http_server',
|
||||||
'http.ServerResponse': 'http.html#http_class_http_serverresponse',
|
'http.ServerResponse': 'http.html#http_class_http_serverresponse',
|
||||||
|
'Iterable': jsDocPrefix +
|
||||||
|
'Reference/Iteration_protocols#The_iterable_protocol',
|
||||||
'Iterator': jsDocPrefix +
|
'Iterator': jsDocPrefix +
|
||||||
'Reference/Iteration_protocols#The_iterator_protocol'
|
'Reference/Iteration_protocols#The_iterator_protocol'
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user