This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
instanceof
is ignored as BinaryExpression.operator
#252
Closed
Description
What version of TypeScript are you using?
2.3.1
What version of typescript-eslint-parser
are you using?
master
What code were you trying to parse?
'' instanceof Set
What did you expect to happen?
I expected the node to have a operator
property with the value of instanceof
What happened?
The property is undefined
.
PR: #251