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

` character counted as space before closing parens? #34

Closed
paulcpederson opened this issue Feb 11, 2015 · 3 comments

Comments

@paulcpederson
Copy link

commented Feb 11, 2015

Using the new ES6 syntax, I have several template strings passed as arguments to a function or method, formatted like this:

dothing(`url${variable}`)

Standard reports an error at the end of the line. The error text is:

Illegal space before closing round bracket
@feross

This comment has been minimized.

Copy link
Member

commented Feb 11, 2015

Confirmed.

@feross feross closed this in a0a866b Feb 11, 2015

@feross

This comment has been minimized.

Copy link
Member

commented Feb 11, 2015

Thanks for reporting! Fixed in 2.6.2.

@paulcpederson

This comment has been minimized.

Copy link
Author

commented Feb 12, 2015

👍

@lock lock bot locked as resolved and limited conversation to collaborators May 11, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
2 participants
You can’t perform that action at this time.