fix test
This commit is contained in:
@@ -200,7 +200,7 @@ export_statement: {
|
|||||||
}
|
}
|
||||||
|
|
||||||
import_statement_mangling: {
|
import_statement_mangling: {
|
||||||
mangle = { };
|
mangle = { toplevel: true };
|
||||||
input: {
|
input: {
|
||||||
import Foo from "foo";
|
import Foo from "foo";
|
||||||
import Bar, {Food} from "lel";
|
import Bar, {Food} from "lel";
|
||||||
|
|||||||
Reference in New Issue
Block a user