-
Notifications
You must be signed in to change notification settings - Fork 709
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
Warning from phantom comments #2715
Comments
Can this be reproduced without plugins? Bugs caused by plugins should be reported to that plugin, not to this project. |
My warnings look slightly different:
Nowhere in my codebase is anything named Repro is on this branch: https://github.com/electrovir/date-vir/tree/broken-docs. Repro steps are as follows:
I'm also getting a project warning which I don't understand because I've never gotten it before and I use the same config in all my repos.
I've narrowed the issue down to this line: https://github.com/electrovir/date-vir/blob/broken-docs/packages/date-vir/src/timezone/timezones.ts#L10 (notice When I remove line 10, TypeDoc doesn't error out. It appears that TypeDoc is unable to handle this situation where an object is made to behave like a TypeScript I haven't found a workaround yet; adding |
Solution for my problem: remove |
@Gerrit0 The problem does not happen without plugins, but happens with any plugin. |
No, this is almost certainly caused by a plugin doing something weird. One of the plugins is likely converting something defined in node_modules as a part of your code. Closing as this issue doesn't appear to be caused by typedoc |
Search terms
Pinia, link
Expected Behavior
In the following code (from a Pinia store) I expect no warnings from TSDoc.
Actual Behavior
Typedoc complains about failed links in non-existent comments for
statusToSave
getter routine. Where it takes the "replace" thing?Strange enough, no complain from the second getter, even it has the same structure.
Steps to reproduce the bug
configStore.ts
Environment
The text was updated successfully, but these errors were encountered: