support `let` (#4227)
authorAlex Lam S.L <alexlamsl@gmail.com>
Mon, 19 Oct 2020 00:32:39 +0000 (01:32 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Oct 2020 00:32:39 +0000 (08:32 +0800)
commit96bf7fceabf1670ca07c08a04a3130e742775c8f
tree71a28df4db6ce0ec1a5e0423dad6b74ab00fa065
parent6c7226c10ef1328c726ce7c5d364efed8ed0d374
support `let` (#4227)
README.md
lib/ast.js
lib/compress.js
lib/output.js
lib/parse.js
lib/scope.js
test/compress/const.js
test/compress/let.js [new file with mode: 0644]
test/compress/varify.js [new file with mode: 0644]
test/ufuzz/index.js