We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I extracted a piece of code that generates a parsing error:
$('#form-2').addEventListener('submit', async event => { // some stuff })
raise:
hjsmin: "IdentifierToken {tokenSpan = TokenPn 53 1 54, tokenLiteral = \"event\", tokenComment = [WhiteSpace (TokenPn 52 1 53) \" \"]}" CallStack (from HasCallStack): error, called at src/Language/JavaScript/Parser/Parser.hs:46:17 in language-javascript-0.7.0.0-J7lG5B0tx71prIoGIZvqr:Language.JavaScript.Parser.Parser
When I remove "async", it works.
version:
hjsmin -v hjsmin version 0.2.0.4 (using language-javascript version 0.7.0.0)
The text was updated successfully, but these errors were encountered:
hjsmin is just a very thin wrapper to functionality in https://github.com/erikd/language-javascript .
hjsmin
Moving this issue to that repo.
Sorry, something went wrong.
No branches or pull requests
I extracted a piece of code that generates a parsing error:
raise:
When I remove "async", it works.
version:
The text was updated successfully, but these errors were encountered: