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

Support TaggedTemplateExpression typeParameters (TS 2.9) #468

Closed
ikatyang opened this issue Apr 21, 2018 · 1 comment
Closed

Support TaggedTemplateExpression typeParameters (TS 2.9) #468

ikatyang opened this issue Apr 21, 2018 · 1 comment
Labels

Comments

@ikatyang
Copy link
Contributor

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

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

What code were you trying to parse?

export const RedBox = styled.div<{foo: string}>`
  background: red;
  ${props => props.foo}
`;

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

What happened?
typeParameters is missing.

@JamesHenry
Copy link
Member

Support has been merged into master

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

2 participants