We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The default argument for template is not highlighted correctly even though it is correct syntax and it's recognized by the typescript language server
/** * @template Value * @template [Output=Value] **/// ^ from here on class A {} /** @typedef {A<Number>} Custom */
The default argument for template is not highlighted correctly even though it is correct syntax and it's recognized by the typescript language server