-
Notifications
You must be signed in to change notification settings - Fork 8
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
fails to process when missing semi #37
Comments
mmm, just was testing this on astexplorer and its also not working... |
I think content tag should be able to parse at least the ones with the template+ missing semi |
that second case isn't valid even without let a = 1
() => {} You get:
And following FireFox's advice:
(this is also more evidence that ASI is a bad idea (or at least one that didn't work out)) |
Made a failing test PR from the first example, tho: #38 |
ember-tooling/prettier-plugin-ember-template-tag#162
The text was updated successfully, but these errors were encountered: