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

.svelte files support #367

Open
ghost opened this issue Sep 9, 2022 · 1 comment
Open

.svelte files support #367

ghost opened this issue Sep 9, 2022 · 1 comment
Labels
Feature Adds a new feature

Comments

@ghost
Copy link

ghost commented Sep 9, 2022

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.

@BitForger BitForger added the Feature Adds a new feature label Sep 9, 2022
@github-actions
Copy link

github-actions bot commented Jan 7, 2023

No activity has been seen recently, marking as stale. If this is a mistake please reach out to a collaborator

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

No branches or pull requests

1 participant