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
This is happening in piral 0.12.4, which uses dets 0.9.2:
/** * Object description * @see exampleExport2 */ export const exampleExport = { /** * Some description * @param key some param */ start(key: string) { return key; }, };
Output:
/** * Object description * @see exampleExport2 */ export const exampleExport: { start(key: string): string; };
I saw some work was done in #19, but this seems to be a special case that slipped through the tests.
The text was updated successfully, but these errors were encountered:
Yeah good point. Its not too late for a 0.9.3 that goes into Piral 1.0.
Let me see how quickly that can be done.
Thanks!
Sorry, something went wrong.
Fixed inference docgen bug #21
73f8f39
Fix landed in develop. 0.9.3 about to be released.
develop
FlorianRappl
No branches or pull requests
This is happening in piral 0.12.4, which uses dets 0.9.2:
Output:
I saw some work was done in #19, but this seems to be a special case that slipped through the tests.
The text was updated successfully, but these errors were encountered: