From 2e5994dcd8ab1e42182f280512f0b4ae78d5f440 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Tue, 26 Jan 2021 22:07:04 -0500 Subject: [PATCH] tools: remove commented code from stability.js PR-URL: https://github.com/nodejs/node/pull/37092 Reviewed-By: Zijian Liu Reviewed-By: Joyee Cheung Reviewed-By: Richard Lau Reviewed-By: James M Snell --- tools/doc/stability.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/doc/stability.js b/tools/doc/stability.js index ca4158ebc9a77e..2eb5816e4da0a8 100644 --- a/tools/doc/stability.js +++ b/tools/doc/stability.js @@ -29,7 +29,7 @@ function collectStability(data) { for (const mod of data.modules) { if (mod.displayName && mod.stability >= 0) { const link = mod.source.replace('doc/api/', '').replace('.md', '.html'); - // const link = re.exec(toc)[1] + stability.push({ api: mod.name, link: link,