Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few examples that are incorrectly transformed #2

Open
ArtemGovorov opened this issue Aug 2, 2017 · 2 comments
Open

A few examples that are incorrectly transformed #2

ArtemGovorov opened this issue Aug 2, 2017 · 2 comments

Comments

@ArtemGovorov
Copy link

import {bar as baz2} from "foo";
import {bar} from "foo";
import foo, {baz as xyz} from "foo";
export {foo};
export {foo as default, bar};
export {foo as default};
export {foo as bar} from "foo";
export {foo, bar} from "foo";
export {foo} from "foo";
export default class {}
export default foo;
export default [];
export default new A()
export default 42;
@tomitrescak
Copy link
Owner

Am swamped right now. Will try to look at it. But PRs are welcome ;)

@aleclarson
Copy link

export async too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants