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

never keyword's type is not forwarded #380

Closed
azz opened this issue Aug 31, 2017 · 1 comment
Closed

never keyword's type is not forwarded #380

azz opened this issue Aug 31, 2017 · 1 comment
Labels

Comments

@azz
Copy link
Contributor

azz commented Aug 31, 2017

What version of TypeScript are you using?

2.5.1

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

ts-2.5 branch

What code were you trying to parse?

Observable.empty<never>();

What did you expect to happen?

"type": "TSNeverKeyword"

What happened?

no type property on the node.

Ref: prettier/prettier#2718

azz added a commit to azz/typescript-eslint-parser that referenced this issue Aug 31, 2017
@JamesHenry
Copy link
Member

This has now been fixed, thanks @azz

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

3 participants