0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/doctool
Joyee Cheung 9190e4ecdf tools: make apilinks building more robust
1. Move the apilinks.json file into out/doc so it gets cleaned when
  running `make docclean`
2. When the apilinks.json generated is empty, throw a specific error
  so it's easier to understand what's wrong
3. Write to a file passed through CLI arguments instead writing to
  stdout in apilinks.js so the build process is more robust in
  the case of a bad binary

PR-URL: https://github.com/nodejs/node/pull/25019
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-12-18 05:14:24 +01:00
..
test-apilinks.js tools: make apilinks building more robust 2018-12-18 05:14:24 +01:00
test-doctool-html.js tools,doc: fix version picker bug in html.js 2018-11-27 19:14:54 -08:00
test-doctool-json.js test: remove unused catch bindings 2018-11-06 10:59:18 -05:00
test-make-doc.js test: provide better message for orphan output documentation 2018-07-23 12:51:11 -07:00
testcfg.py