tweak do-while loops
authoralexlamsl <alexlamsl@gmail.com>
Sat, 18 Feb 2017 11:05:54 +0000 (19:05 +0800)
committeralexlamsl <alexlamsl@gmail.com>
Tue, 21 Feb 2017 05:29:57 +0000 (13:29 +0800)
commitae4db00991c6155fde42bd00c30614d922a4219a
tree685db4fa2dcb7e157c7a4afea5097c5236806bc5
parent100307ab31e89075a5b0e56d47597a0525dd43a6
tweak do-while loops
- `do{...}while(false)` => `{...}`
- clean up `AST_While` logic

closes #1452
lib/compress.js
test/compress/loops.js