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

Need 2 semicolons to recover static keyword #49

Closed
dangh opened this issue Apr 8, 2018 · 1 comment
Closed

Need 2 semicolons to recover static keyword #49

dangh opened this issue Apr 8, 2018 · 1 comment
Labels

Comments

@dangh
Copy link
Collaborator

dangh commented Apr 8, 2018

As you can see in the screenshot. It used to work before this commit

The first semicolon has scope punctuation.terminator.property.es.
The second semicolon has scope punctuation.terminator.statement.es.

screen shot 2018-04-09 at 3 41 05 am

@dangh dangh added the bug label Apr 8, 2018
@bathos bathos closed this as completed in 07b5463 Apr 9, 2018
@bathos
Copy link
Owner

bathos commented Apr 9, 2018

Thanks, esp for including the scope info — there were a few problems with that overhaul, and I thought I’d fixed them all since then, but I forgot to check ASI recovery cases (this affected non-static as well). Part of it was a straight up typo (two scopes intended as distinct were accidentally merged in a "set" stack).

Should be good in 1.6.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants