disable do{...}while(false) optimisation (#1534)
authorAlex Lam S.L <alexlamsl@gmail.com>
Thu, 2 Mar 2017 16:54:41 +0000 (00:54 +0800)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2017 16:54:41 +0000 (00:54 +0800)
commitb49e142a26094ccb0a6e9f597e7363ba02280eb4
treee650bd473afb447589c402673303d92b443d7c5e
parentee3b39b909c279a0115c7562cab2c9b37fb37c21
disable do{...}while(false) optimisation (#1534)

- fails to handle `break` in body

fixes #1532
lib/compress.js
test/compress/loops.js