Skip to content
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 opened this issue Apr 5, 2018 · 0 comments
Closed

Support generic JSX element (TS 2.9) #462

ikatyang opened this issue Apr 5, 2018 · 0 comments
Labels

Comments

@ikatyang
Copy link
Contributor

ikatyang commented Apr 5, 2018

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.

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

No branches or pull requests

1 participant