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
#parameterSection { }
When #parameterSection selector matches
#parameterSection
Throws RangeError: Invalid array length at args = Array(length); inside Command.prototype.descend Inspection shows length is -1
RangeError: Invalid array length
args = Array(length);
Command.prototype.descend
length
The text was updated successfully, but these errors were encountered:
Need to look into this but FYI we already have a test for this:
parse """ article.featured > img { } """ , { commands: [ ['rule', ["tag",[">",['.',['tag','article'],'featured']],"img"] [] ] ] }
Should we then lower the restriction in the error inspector?
Sorry, something went wrong.
These are probably handled differently since the spec relies on plural bindings vs the original example which uses an ID.
No branches or pull requests
When
#parameterSection
selector matchesThrows
RangeError: Invalid array length
atargs = Array(length);
insideCommand.prototype.descend
Inspection shows
length
is -1The text was updated successfully, but these errors were encountered: