Skip to content

Export something from module not working #7

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

Closed
anion155 opened this issue May 1, 2019 · 2 comments
Closed

Export something from module not working #7

anion155 opened this issue May 1, 2019 · 2 comments

Comments

@anion155
Copy link
Contributor

anion155 commented May 1, 2019

I typically have index.ts with content:

export * from '@/A';
export * from '@/B';

This syntax does not work with your transformer.

@danielpza
Copy link
Member

Thanks for the report, I'll put it in the tracker, this module only searches for the import syntax at the moment.

@anion155
Copy link
Contributor Author

anion155 commented May 1, 2019

Working on PR

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

No branches or pull requests

2 participants