fix corner case with export (#4871)
This commit is contained in:
@@ -1495,6 +1495,7 @@ function parse($TEXT, options) {
|
||||
body.start = start;
|
||||
body.end = prev();
|
||||
} else {
|
||||
handle_regexp();
|
||||
body = expression();
|
||||
semicolon();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user