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

instanceof is ignored as BinaryExpression.operator #252

Closed
despairblue opened this issue May 4, 2017 · 0 comments · Fixed by #251
Closed

instanceof is ignored as BinaryExpression.operator #252

despairblue opened this issue May 4, 2017 · 0 comments · Fixed by #251
Labels

Comments

@despairblue
Copy link
Contributor

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

despairblue added a commit to despairblue/typescript-eslint-parser that referenced this issue May 4, 2017
@soda0289 soda0289 added bug and removed triage labels May 4, 2017
despairblue added a commit to despairblue/typescript-eslint-parser that referenced this issue May 4, 2017
despairblue added a commit to despairblue/typescript-eslint-parser that referenced this issue May 4, 2017
despairblue added a commit to despairblue/typescript-eslint-parser that referenced this issue May 4, 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.

3 participants