Description
Search terms
Watch mode
Expected Behavior
Use TypeScript's incremental compiler to watch source files for changes and build the docs on change.
Actual Behavior
Does not create docs in the watch mode and exits prematurely.
Steps to reproduce the bug
- Upgraded to
[email protected]
to allow support for[email protected]
. - Checkout https://github.com/HemalPatil/td-bug
- Do
npm install
and thennpm run watch:docs
. - Expected to see docs generated in watch mode like it did with
[email protected]
. - If you change the typedoc version back to 0.24.8 in the package.json in sample repo and install the dependencies (may have to do force install because of missing typescript peer dependency), this feature works fine.
Have the configs for watch mode changed? Seems unlikely after reading the official TypeDoc docs.
Environment
- Typedoc version: 0.25.0
- TypeScript version: 5.2.2
- Node.js version: 18.17.1
- OS: Ubuntu 22.04 and MacOS 13
Metadata
Metadata
Assignees
Labels
No labels