You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see a non making sense error log when running typedoc --watch:
[info] Starting compilation in watch mode...
[error] Unable to find any entry points. See previous warnings
[info] Found 0 errors. Watching for file changes.
Interesting things here are that:
"see previous warnings" but there are no previous warnings.
Such an error should make the command fail, but it doesn't.
Such a error log doesn't show up if I just run typedoc or typedoc --emit none.
Remember that, as said in comments above, I don't set entryPoints because I do rely on "typedoc" entry in "exports" field in package.json.
I see a non making sense error log when running
typedoc --watch
:Interesting things here are that:
typedoc
ortypedoc --emit none
.Remember that, as said in comments above, I don't set
entryPoints
because I do rely on "typedoc" entry in "exports" field inpackage.json
.Originally posted by @ibc in #2898 (comment)
The text was updated successfully, but these errors were encountered: