node/test/doctool
Richard Lau 25a1f04cdc
tools: only fetch previous versions when necessary
Refactor the logic for working out the previous versions of Node.js for
the API documentation so that the parsing (including the potential https
get) happens at most once per build (as opposed to the current once per
generated API doc).

Signed-off-by: Richard Lau <riclau@uk.ibm.com>

PR-URL: https://github.com/nodejs/node/pull/32518
Fixes: https://github.com/nodejs/node/issues/32512
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
2020-03-31 18:25:10 -04:00
..
test-apilinks.js tools: make apilinks building more robust 2018-12-18 05:14:24 +01:00
test-doctool-html.js tools: only fetch previous versions when necessary 2020-03-31 18:25:10 -04:00
test-doctool-json.js tools: update JSON header parsing for backticks 2020-01-12 07:10:33 -08:00
test-doctool-versions.js tools: only fetch previous versions when necessary 2020-03-31 18:25:10 -04:00
test-make-doc.js test: provide better message for orphan output documentation 2018-07-23 12:51:11 -07:00
testcfg.py