Fix automatic semi-colon insertion
Fix automatic semi-colon insertion in var statements without initialisers. var i i = 1; is valid and not accepted by the parser but var i = 2 i = 3; is valid and accepted by the parser, as it should be. With this fix, both are accepted.redux
parent
02af83f9b4
commit
d7e853b87c
Loading…
Reference in New Issue