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
now throws at runtime: TypeError: (var)[Symbol.iterator] is not a function(…)
also the supposed comment is missing in the js
The text was updated successfully, but these errors were encountered:
GeoffreyBooth
changed the title
[CS2] new ...splats causing runtime errors
[CS2] Lexer/Nodes: Expansion that becomes rest parameter causes runtime error
Aug 5, 2017
… error (#4634)
* expansion-rest bug fix
* tests; improved implicit call recognition with dots on the left in the `rewriter`
* whitespace cleanup
* more tests
copy pasting from actual code
used to compile to: (cs2-beta3)
output with beta4:
now throws at runtime:
TypeError: (var)[Symbol.iterator] is not a function(…)
also the supposed comment is missing in the js
The text was updated successfully, but these errors were encountered: