Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2021-01-27 06:07:04 +0300
committerMichaƫl Zasso <targos@protonmail.com>2021-02-02 12:47:40 +0300
commitfe9f4fdba53b8d7d68ec9a86f09991724c90c5af (patch)
treeac732c65d81f150ebe188ff5a1aec5587af277df /tools
parentddee21b5874ee8091a6cd50b86ab64a561faf502 (diff)
tools: remove commented code from stability.js
PR-URL: https://github.com/nodejs/node/pull/37092 Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/doc/stability.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/doc/stability.js b/tools/doc/stability.js
index ca4158ebc9a..2eb5816e4da 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,