Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output contains incorrect backslash in union type #275

Open
timonson opened this issue Sep 25, 2023 · 0 comments
Open

Output contains incorrect backslash in union type #275

timonson opened this issue Sep 25, 2023 · 0 comments

Comments

@timonson
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant