diff --git a/lib/parse.js b/lib/parse.js index 45021b3c..56c1f88b 100644 --- a/lib/parse.js +++ b/lib/parse.js @@ -2277,6 +2277,7 @@ function parse($TEXT, options) { } return names; } + function export_() { var start = S.token; var is_default; diff --git a/test/compress/harmony.js b/test/compress/harmony.js index ebb31954..34437437 100644 --- a/test/compress/harmony.js +++ b/test/compress/harmony.js @@ -189,8 +189,8 @@ import_statement: { import_all_statement: { input: { - import * from 'lel'; - import * as Lel from 'lel'; + import * from 'lel'; + import * as Lel from 'lel'; } expect_exact: 'import*from"lel";import*as Lel from"lel";' }