You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the file, you can see that between lines 25 and 56 there are several blocks of code. At least comments from line 55 to 55 should be separate block(s) of code. But Gonzales parses them as they belong to the code block above.
The text was updated successfully, but these errors were encountered:
I created a repo to demonstrate the issue https://github.com/varya/sc5-styleguide-1044
Gonzales'
node test/single-test.js
does not work. So I had to go with the separate repo.How to get the result:
Clone https://github.com/varya/sc5-styleguide-1044, run
npm install
and then runnode gonzales-test.js
What is happening:
You will see the output which prints one node with this parameters:
This is result of parsing this file https://github.com/varya/sc5-styleguide-1044/blob/master/sass/styles.sass
From the file, you can see that between lines 25 and 56 there are several blocks of code. At least comments from line 55 to 55 should be separate block(s) of code. But Gonzales parses them as they belong to the code block above.
The text was updated successfully, but these errors were encountered: