Skip to content

Output contains incorrect backslash in union type #275

@timonson

Description

@timonson

Hello,

the analyzer converts * @property {Record<string,Attribute>|null} attr - Custom attributes for the anchor element. to:

## 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.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions