replace single-use recursive functions (#2659)
authorAlex Lam S.L <alexlamsl@gmail.com>
Tue, 26 Dec 2017 13:25:35 +0000 (21:25 +0800)
committerGitHub <noreply@github.com>
Tue, 26 Dec 2017 13:25:35 +0000 (21:25 +0800)
commit4832bc5d88e37ca35f1dd5f5d8ddd95cd8bbdd7d
tree925053e75bf5109861b7fdb54e30f0e5ae4b960f
parent7f342cb3e3abd3e39b18e62a2e9d6b8020d82773
replace single-use recursive functions (#2659)

fixes #2628
lib/compress.js
lib/scope.js
test/compress/collapse_vars.js
test/compress/functions.js
test/compress/reduce_vars.js