Skip to content
New issue

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

Module types reflection is broken with this plugin #313

Closed
manrueda opened this issue Apr 1, 2019 · 2 comments · May be fixed by Kappy-Technologies-LLP/botkit#1
Closed

Module types reflection is broken with this plugin #313

manrueda opened this issue Apr 1, 2019 · 2 comments · May be fixed by Kappy-Technologies-LLP/botkit#1

Comments

@manrueda
Copy link

manrueda commented Apr 1, 2019

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.

The type will get resolve as a absolute path because typedoc can not found that module anymore.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants