Mohamed-Kaizen / unplugin-svelte-components

On-demand components auto importing for Svelte
MIT License
37 stars 7 forks source link

Fixed components with "as" in name #8

Closed Wakeful-Cloud closed 1 year ago

Wakeful-Cloud commented 1 year ago

If a component contains the string as (eg: Trash), then the import will not be added due to incorrect parsing. This PR fixes that.