excludeNotDocumented
causes warnings in packages
strategy
#2231
Milestone
excludeNotDocumented
causes warnings in packages
strategy
#2231
Search terms
exclude, excludeNotDocumented, packages strategy
Expected Behavior
Should not see any warnings
Actual Behavior
See warnings and quite make out what they are about
Steps to reproduce the bug
See Gerrit0/typedoc-packages-example#2
The code that causes the warnings is
and the warnings that I got
Note that these warnings original form was something like
[warning] Serialized project contained a reflection with id 25 but it was not present in deserialized project.
, but I poke into the source code to do some debugging and print out the source file as well as the qualifiedNameFor the case of
message
anddata
, I'm not sure how to fix them, previously on version 0.23.0, I used the legacy packages strategy andexcludeNotDocumented
worked fine.Now the warnings from
node_modules/serializr/lib/constants.d.ts
is odd because I haveexcludeExternals=true
in my typedoc.jsonI also bumped into similar warnings when trying to enable flags like
excludePrivate
Environment
The text was updated successfully, but these errors were encountered: