summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2017-01-28 12:02:20 -0800
committerTimothy Gu <timothygu99@gmail.com>2017-01-31 23:51:07 -0800
commit29f758731f6f70d119d6149f128f7e8fe7bb8279 (patch)
treeead3559e44b79a2d40a3f3916deee3bcdc101e7b /tools
parentcc48f21c8335da8d74b8b82f0314c872c027ab14 (diff)
downloadnode-new-29f758731f6f70d119d6149f128f7e8fe7bb8279.tar.gz
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/doc/type-parser.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js
index 0ac15a14b9..40dd2fa137 100644
--- a/tools/doc/type-parser.js
+++ b/tools/doc/type-parser.js
@@ -36,6 +36,8 @@ const typeMap = {
'http.IncomingMessage': 'http.html#http_class_http_incomingmessage',
'http.Server': 'http.html#http_class_http_server',
'http.ServerResponse': 'http.html#http_class_http_serverresponse',
+ 'Iterable': jsDocPrefix +
+ 'Reference/Iteration_protocols#The_iterable_protocol',
'Iterator': jsDocPrefix +
'Reference/Iteration_protocols#The_iterator_protocol'
};