We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Include support for .svelte files.
Svelte component exports look like this, so it might be a low hanging fruit ?
export { default as FileName } from FileName.svelte
It would be great if a flag could be added to trigger this type of export, as it would be a great help in svelte library and app development.
It does not need to be exclusive as it will be required to include any .ts or .js files in the index.
Thank you for your great work on this project.
The text was updated successfully, but these errors were encountered:
No activity has been seen recently, marking as stale. If this is a mistake please reach out to a collaborator
Sorry, something went wrong.
No branches or pull requests
Include support for .svelte files.
Svelte component exports look like this, so it might be a low hanging fruit ?
It would be great if a flag could be added to trigger this type of export, as it would be a great help in svelte library and app development.
It does not need to be exclusive as it will be required to include any .ts or .js files in the index.
Thank you for your great work on this project.
The text was updated successfully, but these errors were encountered: