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

Exponentiation tokens are not supported #280

Closed
azz opened this issue May 21, 2017 · 0 comments
Closed

Exponentiation tokens are not supported #280

azz opened this issue May 21, 2017 · 0 comments
Labels

Comments

@azz
Copy link
Contributor

azz commented May 21, 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?

var x = 2 ** 2;
x **= 2;

What did you expect to happen?

operator on BinaryExpression should be ** and **= respectively.

What happened?

operator on BinaryExpression is undefined.

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

2 participants