Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should validation work in watch mode? #2584

Closed
Ben-at-h opened this issue Jun 3, 2024 · 2 comments
Closed

Should validation work in watch mode? #2584

Ben-at-h opened this issue Jun 3, 2024 · 2 comments
Labels
bug Functionality does not match expectation
Milestone

Comments

@Ben-at-h
Copy link

Ben-at-h commented Jun 3, 2024

Search terms

validation, notDocumented, requiredToBeDocumented, watch mode.

Question

Should warnings show up when using TypeDoc in watch mode?
I have been running TypeDoc with "notDocumented" set to true and the standard "requiredToBeDocumented" options as suggested in the online documentation. When I run TypeDoc out of watch mode I get around 20 warnings as expected, but when using watch mode on the same code I get the following:

[info] Starting compilation in watch mode...
[info] Found 0 errors. Watching for file changes.
[info] Documentation generated at ./docs
@Ben-at-h Ben-at-h added the question Question about functionality label Jun 3, 2024
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jun 3, 2024

I'm pretty sure that's just an oversight, should be an easy fix!

@Gerrit0 Gerrit0 added bug Functionality does not match expectation and removed question Question about functionality labels Jun 9, 2024
Gerrit0 added a commit that referenced this issue Jun 9, 2024
@Gerrit0 Gerrit0 added this to the v0.26.0 milestone Jun 9, 2024
@Gerrit0 Gerrit0 mentioned this issue Jun 9, 2024
7 tasks
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jun 16, 2024

Fixed with 0.26, which is releasing 2024/06/21

@Gerrit0 Gerrit0 closed this as completed Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation
Projects
None yet
Development

No branches or pull requests

2 participants