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 am migrating from typedoc: 0.23.26 + typedoc-plugin-resolve-crossmodule-references: 0.3.3 to typedoc: 0.25.1
And it seems I hit some interesting case when links are failing to get resolved
It is a monorepo and has the following package structure:
Those warnings are supposed to be disabled until the final merging converted projects step... not entirely sure why I did the override before reading options instead of after.
// Invalid links should only be reported after everything has been merged.
opts.setValue("validation",{invalidLink: false});
awaitopts.read(this.logger,dir);
Assuming you didn't get warnings in the merge step, the links aren't actually broken, they're just broken in the intermediate step before all packages have been converted.
Search terms
monorepo
failed to resolve links
resolve
Question
I am migrating from
typedoc: 0.23.26
+typedoc-plugin-resolve-crossmodule-references: 0.3.3
totypedoc: 0.25.1
And it seems I hit some interesting case when links are failing to get resolved
It is a monorepo and has the following package structure:
Here is
typedoc.cjs
I am using - linkTo me it seems a bit similar to #2360
I am wondering if it can be realted to how plugin +
legacy-packages
were working together before or due to my bad with configuringtypedoc
.Appreciate you help!
The text was updated successfully, but these errors were encountered: