Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(typescript-estree): fix async identifier token typed as Keyword #681

Merged
merged 1 commit into from Jul 8, 2019

Conversation

bradzacher
Copy link
Member

Fixes #678

The async keyword wasn't correctly handled in the parser with respect to variable names, so the token it created was typed as Keyword instead of Identifier

@bradzacher bradzacher added the bug Something isn't working label Jul 7, 2019
@codecov
Copy link

codecov bot commented Jul 7, 2019

Codecov Report

Merging #681 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master     #681   +/-   ##
=======================================
  Coverage   94.33%   94.33%           
=======================================
  Files         111      111           
  Lines        4591     4591           
  Branches     1267     1267           
=======================================
  Hits         4331     4331           
  Misses        149      149           
  Partials      111      111
Impacted Files Coverage Δ
packages/typescript-estree/src/node-utils.ts 97.72% <100%> (ø) ⬆️

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect parsing for contextual keyword async
2 participants