transform function calls to IIFEs (#1560)
authorAlex Lam S.L <alexlamsl@gmail.com>
Tue, 7 Mar 2017 07:37:52 +0000 (15:37 +0800)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2017 07:37:52 +0000 (15:37 +0800)
commit8153b7bd8a70ad94666904bd41f12ebd6be684c8
tree58b10802868a7102418e6136adadfd4e8175b2e4
parentd787d70127af1b8df57eee2274c720d34092aef2
transform function calls to IIFEs (#1560)

- expose function body to call sites for potential optimisations
- suppress substitution of variable used within `AST_Defun`
lib/ast.js
lib/compress.js
test/compress/reduce_vars.js
test/mocha/cli.js
test/mocha/glob.js