Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Support generic JSX element (TS 2.9) #462

Closed
@ikatyang

Description

@ikatyang

What version of TypeScript are you using?
2.9.0-dev.20180405

What version of typescript-eslint-parser are you using?
14.0.0

What code were you trying to parse?

<MyComponent<number> data={12} />

What did you expect to happen?
typeParameters exists in JSXOpeningElement node.

What happened?
typeParameters is missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions