Closed viskenxp closed 10 years ago
ok[1] is no ArrayExpression, but a MemberExpression (1
is property of ok
object). It is a member expression within an array. And singleElement
rule for
list doesn't contain MemberExpression
Thx, and for
ticks.push([ticksWindow * i, ticksWindow * i]);
What would be the proper configuration?
Consider this test:
The test fails for the array within an array, but it should allow this or is my configuration wrong?