Files
babel/test/fixtures/generation/harmony-edgecase/import-with-default/actual.js
2014-11-01 19:34:16 +11:00

8 lines
121 B
JavaScript

import foo from "foo";
import * as foo from "foo";
import ok, {
foo as bar,
test as testing,
logging
} from "foo";