Closed
Description
Search terms
callback, returns, Promise<*>
Expected Behavior
Successful interpretation of *
and any
.
Actual Behavior
[info] Loaded plugin typedoc-plugin-missing-exports
./client/applications/_types.mjs:127:21 - [warning] Failed to convert type node with kind: JSDocAllType and text *. Please report a bug.
127 * @returns {Promise<*>}
Steps to reproduce the bug
/**
* @callback Test
* @returns {Promise<*>}
*/
Environment
- Typedoc version: 0.27.9
- TypeScript version:
- Node.js version: v22.12.0
- OS: Windows 11
Metadata
Metadata
Assignees
Labels
No labels