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

Description
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