-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
FeatureAdds a new featureAdds a new feature
Description
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.svelteIt 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FeatureAdds a new featureAdds a new feature