-
Notifications
You must be signed in to change notification settings - Fork 700
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
Comments
I'm pretty sure that's just an oversight, should be an easy fix! |
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
Fixed with 0.26, which is releasing 2024/06/21 |
This was referenced Jul 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: