-
Notifications
You must be signed in to change notification settings - Fork 47
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
async keyword parsing #115
Comments
According to section 11.6.2 of the ECMAScript 2021 Language Specification:
|
@linearray Would you be able to post the two or three lines around the mis-parse? |
It fails right here where the parameter is called |
I think the
async
keyword is not always parsed correctly. At some stage in my compilation/deployment pipeline this file is being parsed https://github.com/purescript-web/purescript-web-html/blob/d6960bcf86763a1b8c83641b7f0b46506eb3886e/src/Web/HTML/HTMLScriptElement.js and I encounter this errorIt does work with 0.7.0.0 though and I think the usage of
async
in the file is legal.The text was updated successfully, but these errors were encountered: