carnesen / cli

A command-line interface (CLI) framework for Node.js and web browser
https://cli.carnesen.com
MIT License
5 stars 0 forks source link

Stop using TypeDoc "library mode" #192

Open carnesen opened 2 years ago

carnesen commented 2 years ago

This project uses TypeDoc to generate API documentation from TSDoc comments in the code. Unfortunately specifically it uses in "library mode", which was released in a TypeDoc 0.20 beta but didn't make it into the actual release since --mode was removed. For more information see https://github.com/TypeStrong/typedoc/pull/1184 and https://github.com/TypeStrong/typedoc/releases/tag/v0.20.0 . This task will be complete when we are no longer using TypeDoc's "library mode".