From 29f758731f6f70d119d6149f128f7e8fe7bb8279 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sat, 28 Jan 2017 12:02:20 -0800 Subject: [PATCH] tools: add MDN link for Iterable PR-URL: https://github.com/nodejs/node/pull/11060 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell Reviewed-By: Joyee Cheung --- tools/doc/type-parser.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js index 0ac15a14b93..40dd2fa137f 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' };