Unresolved externals go to a page called undefined
, and unhelpful warnings are generated
#2853
Milestone
undefined
, and unhelpful warnings are generated
#2853
Search terms
excludeExternals, Failed to resolve link in comment, undefined
Expected Behavior
When there is a
{@link}
to an reference from an external module, and excludeExternals is enabled, no link should be generated in the documentation, and ideally no warning should be output since there is nothing that can be done to stop the warning except remove the link (which is still useful to have within e.g. VSCode, even if it's not being put into the docs).Actual Behavior
Typedoc generates the link with an href of
"undefined"
, and outputs a warning that the reference can't be resolved.Steps to reproduce the bug
As described above - {@link} to something exported from an external module.
Version 0.27.5 and up produces undefined links, 0.27.4 and earlier do not.
Versions prior to 0.26.7 do not output "[warning] Failed to resolve link to "whatever" in comment for whatever", while later versions do.
Environment
"undefined"
hrefsThe text was updated successfully, but these errors were encountered: