We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddee21b commit fe9f4fdCopy full SHA for fe9f4fd
tools/doc/stability.js
@@ -29,7 +29,7 @@ function collectStability(data) {
29
for (const mod of data.modules) {
30
if (mod.displayName && mod.stability >= 0) {
31
const link = mod.source.replace('doc/api/', '').replace('.md', '.html');
32
- // const link = re.exec(toc)[1]
+
33
stability.push({
34
api: mod.name,
35
link: link,
0 commit comments