Closed luiscubal closed 4 years ago
When for (a[0] in b) is found, buble threw an error. This commit fixes the error and adds a test.
for (a[0] in b)
Thank you! TIL this is a valid JS syntax.
When
for (a[0] in b)
is found, buble threw an error. This commit fixes the error and adds a test.