diff options
author | Timothy Gu <timothygu99@gmail.com> | 2017-01-28 12:02:20 -0800 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2017-01-31 23:51:07 -0800 |
commit | 29f758731f6f70d119d6149f128f7e8fe7bb8279 (patch) | |
tree | ead3559e44b79a2d40a3f3916deee3bcdc101e7b /tools | |
parent | cc48f21c8335da8d74b8b82f0314c872c027ab14 (diff) | |
download | node-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.js | 2 |
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' }; |