-
Notifications
You must be signed in to change notification settings - Fork 144
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
Cannot read property 'Symbol(Symbol.iterator)' of undefined #347
Comments
Great - thanks for the report! We'll take a look and see if we can figure out what we're choking on. |
Ok the fix has landed. This will be in the next release which I expect should be tomorrow. |
@muffinresearch I can confirm that the fix prevents the exception. It was probably an exception caused by broken CSS. I've just fixed a couple of such problems thanks to the validator. 👍 Our CSS is not in the best of condition, I confess. Regardless, the CSS parser incorrectly throws #box /*.main{float:left;*/{width:auto !important;} Seems you are looking too deeply into comments ;) Obviously, this renders fine in browsers |
Yep I saw that - it's a separate bug that needs looking at - I think it might be a bug in the parser we're using becuase we already skip comments. I think that's being parsed as one rule for some reason - it might be because the comment is after the selector but before the |
#box /*.main{float:left;}*/{width:auto !important;} works fine, the key problem is unmatched braces |
Split from #217
Add-ons Validator (JS Edition) v0.0.7
npm v3.4.0
node v5.1.0
I only get this with foxtrick which is 5MB :/
I do have a few mini add-ons with a similar structure for testing various things but they don't produce this error.
The text was updated successfully, but these errors were encountered: