Incorrect parsing for contextual keyword is
#749
Labels
package: typescript-estree
Issues related to @typescript-eslint/typescript-estree
triage
Waiting for team members to take a look
This is the same issue as #678, credit to @svr93 for the description. It seems the
is
keyword needs to be added as part of that fix as well. I'll attempt a PR as well.What code were you trying to parse?
What did you expect to happen?
token type
Identifier
with valueis
What actually happened?
token type
Keyword
with valueis
Versions
@typescript-eslint/typescript-estree
1.13.0
TypeScript
3.5.3
node
10.15.3
npm
6.4.1
The text was updated successfully, but these errors were encountered: