Open timonson opened 1 year ago
Hello,
the analyzer converts * @property {Record<string,Attribute>|null} attr - Custom attributes for the anchor element. to:
* @property {Record<string,Attribute>|null} attr - Custom attributes for the anchor element.
## Properties | Property | Type | Default | Description | |----------|------------------------------------|---------|-------------------------------------------| | `attr` | `Record<string,Attribute> \| null` | null | Custom attributes for the anchor element. |
The backslash in the output Record<string,Attribute> \| null is wrong.
Record<string,Attribute> \| null
Thank you!
Hello,
the analyzer converts
* @property {Record<string,Attribute>|null} attr - Custom attributes for the anchor element.
to:The backslash in the output
Record<string,Attribute> \| null
is wrong.Thank you!