support `export` statements (#4650)
authorAlex Lam S.L <alexlamsl@gmail.com>
Sun, 14 Feb 2021 20:13:54 +0000 (20:13 +0000)
committerGitHub <noreply@github.com>
Sun, 14 Feb 2021 20:13:54 +0000 (04:13 +0800)
commitc21f096ab882dc37771375c4eadafe61a3e6ac51
treee3749eac5e571015c939947735736e148f5ac1eb
parentb7219ac489e47091f17091a08d7ef50980d68972
support `export` statements (#4650)
lib/ast.js
lib/compress.js
lib/output.js
lib/parse.js
lib/scope.js
lib/transform.js
lib/utils.js
test/compress/exports.js [new file with mode: 0644]
test/mocha/exports.js [new file with mode: 0644]