-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
- P3: minor bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)feat: vueRelated to the Vue integration (scope)Related to the Vue integration (scope)
Description
Describe the Bug
I have monorepo, with two packages one is vue components and other regular astro site. I use project references and so on. Importing regular ts/tsx files inside astro pages work as expected, but when I try importing any of my vue components, types are not resolved correctly. If i reexport vue components to index.ts and then import that, it shows that such export exists but types are empty. Actual vue component runs, just types are wrong.
Semi related to #649 but I don't do any bundling/dts emit so it is bit different.
Steps to Reproduce
- Setup monorepo with 2 packages. One vue components, other regular astro site.
- Try to import component from vue package, into astro site.
- Observe types being not recognized.
Metadata
Metadata
Assignees
Labels
- P3: minor bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)feat: vueRelated to the Vue integration (scope)Related to the Vue integration (scope)