Fix formatting issues.

This commit is contained in:
Ondřej Španěl 2017-03-31 10:36:37 +02:00
parent 09680c7d5c
commit a531389457
2 changed files with 3 additions and 2 deletions

View File

@ -2277,6 +2277,7 @@ function parse($TEXT, options) {
}
return names;
}
function export_() {
var start = S.token;
var is_default;

View File

@ -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";'
}