We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the code being documented has a structure like the this one (gist doesn't allow folder, so i mimic it with dashes (-) instead of (/)).
I think that the issue is here: https://github.com/christopherthielen/typedoc-plugin-external-module-name/blob/master/plugin.ts#L132, this line removes the declaration of the sub/index.ts module that is being imported in the index.ts file.
sub/index.ts
index.ts
The type will get resolve as a absolute path because typedoc can not found that module anymore.
The text was updated successfully, but these errors were encountered:
try with typedoc 0.13.0, I had similar issues with 0.14.0 and later.
0.13.0
0.14.0
Sorry, something went wrong.
248b806
released https://github.com/christopherthielen/typedoc-plugin-external-module-name/releases/tag/2.2.1
Successfully merging a pull request may close this issue.
If the code being documented has a structure like the this one (gist doesn't allow folder, so i mimic it with dashes (-) instead of (/)).
I think that the issue is here: https://github.com/christopherthielen/typedoc-plugin-external-module-name/blob/master/plugin.ts#L132, this line removes the declaration of the
sub/index.ts
module that is being imported in theindex.ts
file.The type will get resolve as a absolute path because typedoc can not found that module anymore.
The text was updated successfully, but these errors were encountered: