general clean-ups (#3175)
authorAlex Lam S.L <alexlamsl@gmail.com>
Wed, 6 Jun 2018 09:50:56 +0000 (17:50 +0800)
committerGitHub <noreply@github.com>
Wed, 6 Jun 2018 09:50:56 +0000 (17:50 +0800)
commit9e19e63551907be19c8c6b5b75217d7650504436
tree9c545c0e02d16c73a19c96f44b191af4f1eaff0e
parentbce7ee5f6a28e87e2e68cd2d22b4e4280372d7bb
general clean-ups (#3175)
24 files changed:
lib/ast.js
lib/compress.js
lib/mozilla-ast.js
lib/output.js
lib/parse.js
lib/propmangle.js
lib/scope.js
lib/sourcemap.js
lib/transform.js
lib/utils.js
test/compress/collapse_vars.js
test/compress/functions.js
test/compress/issue-281.js
test/compress/reduce_vars.js
test/compress/wrap_iife.js
test/input/issue-1323/sample.js
test/mocha/cli.js
test/mocha/getter-setter.js
test/mocha/ie8.js [new file with mode: 0644]
test/mocha/number-literal.js
test/mocha/screw-ie8.js [deleted file]
test/mocha/sourcemaps.js
test/run-tests.js
tools/node.js