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

superTypeParameters is missing in the AST #242

Closed
azz opened this issue Apr 30, 2017 · 0 comments · Fixed by prettier/prettier#1467
Closed

superTypeParameters is missing in the AST #242

azz opened this issue Apr 30, 2017 · 0 comments · Fixed by prettier/prettier#1467
Labels

Comments

@azz
Copy link
Contributor

azz commented Apr 30, 2017

What version of TypeScript are you using?

2.3.2

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

master.

What code were you trying to parse?

class X extends Y<A, B> {}

What did you expect to happen?

Parse successfully, assigning to superTypeParameters in the AST.

What happened?

superTypeParameters is missing in AST.

azz added a commit to azz/typescript-eslint-parser that referenced this issue Apr 30, 2017
azz added a commit to azz/typescript-eslint-parser that referenced this issue Apr 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants