Skip to content

.svelte files support #367

@ghost

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.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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureAdds a new feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions