Closed mourner closed 5 years ago
The following code (a pretty common pattern) causes Buble v0.19.7 to freeze, getting stuck in an infinite for loop (try pasting it in the REPL):
for
foo( 1 // bar );
This doesn't happen with trailingFunctionCommas: false. cc @adrianheine
trailingFunctionCommas: false
Related to #175.
The following code (a pretty common pattern) causes Buble v0.19.7 to freeze, getting stuck in an infinite
for
loop (try pasting it in the REPL):This doesn't happen with
trailingFunctionCommas: false
. cc @adrianheine