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

node --use_strict command is not compatible with csso #252

Closed
Joffrey opened this issue Nov 9, 2015 · 1 comment
Closed

node --use_strict command is not compatible with csso #252

Joffrey opened this issue Nov 9, 2015 · 1 comment
Labels

Comments

@Joffrey
Copy link

Joffrey commented Nov 9, 2015

Sometimes, I use special keywords (let,const,etc) which need the strict mode.
I launch nodejs in this following way : node --use_strict

But csso is not compatible with that, and I get this error:

C:\programs\nodejs\node_modules\csso\lib\parser\tokenize.js:49
        tokens.push(x = {
                      ^
@lahmatiy lahmatiy added the bug label Nov 9, 2015
@lahmatiy
Copy link
Member

lahmatiy commented Nov 9, 2015

Thank you for report. Fixed.

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