You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
The text was updated successfully, but these errors were encountered:
Search terms
callback, returns, Promise<*>
Expected Behavior
Successful interpretation of
*
andany
.Actual Behavior
Steps to reproduce the bug
Environment
The text was updated successfully, but these errors were encountered: