Fix formatting issues.
This commit is contained in:
parent
09680c7d5c
commit
a531389457
|
|
@ -2277,6 +2277,7 @@ function parse($TEXT, options) {
|
||||||
}
|
}
|
||||||
return names;
|
return names;
|
||||||
}
|
}
|
||||||
|
|
||||||
function export_() {
|
function export_() {
|
||||||
var start = S.token;
|
var start = S.token;
|
||||||
var is_default;
|
var is_default;
|
||||||
|
|
|
||||||
|
|
@ -189,8 +189,8 @@ import_statement: {
|
||||||
|
|
||||||
import_all_statement: {
|
import_all_statement: {
|
||||||
input: {
|
input: {
|
||||||
import * from 'lel';
|
import * from 'lel';
|
||||||
import * as Lel from 'lel';
|
import * as Lel from 'lel';
|
||||||
}
|
}
|
||||||
expect_exact: 'import*from"lel";import*as Lel from"lel";'
|
expect_exact: 'import*from"lel";import*as Lel from"lel";'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user