huntabyte / cmdk-sv

cmdk, but for Svelte ✨
https://cmdk-sv.com
MIT License
410 stars 17 forks source link

fix: import specifier in src/lib/cmdk/types.ts #46

Closed rsweeneydev closed 5 months ago

rsweeneydev commented 5 months ago

The import specifier references a folder, which isn't allowed in ESM.

$lib/internal

should be

$lib/internal/index.js

This is breaking type resolution and intellisense for all the components.

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: d5dc4f482050101c8b624049e1998c93fa44d4e4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------- | ----- | | cmdk-sv | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cmdk-sv ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 11, 2024 5:37am
rsweeneydev commented 5 months ago

No, thank you for all the incredible work you've doing lately. It's super impressive. You're single handedly making it 100x better to build web applications in Svelte.