-
Notifications
You must be signed in to change notification settings - Fork 71
No labels!
There aren’t any labels for this repository quite yet.
62 labels
scope: integration
scope: integration
Related to an integration, not necessarily to core (but could influence core)
scope: Vite
scope: Vite
Related to integration with Vite, not Rollup, which this plugin was designed for
scope: vue
scope: vue
Related to integration with Vue (rollup-plugin-vue is long archived), not core
solution: already possible
solution: already possible
This is already possible / this feature already exists
solution: needs test
solution: needs test
This issue requires creating a test to assuredly close out
solution: not needed
solution: not needed
This PR makes changes that are redundant or otherwise not needed
solution: reverted
solution: reverted
This change was reverted after being determined to contain a regression
solution: Rollup behavior
solution: Rollup behavior
This is Rollup's behavior and not specific to this plugin
solution: tsc behavior
solution: tsc behavior
This is tsc's behavior as well, so this is not a bug with this plugin
solution: unresolved
solution: unresolved
Issue has been closed by OP but root cause has not necessarily been resolved
solution: Vue behavior
solution: Vue behavior
This is Vue's behavior as well, so this is not a bug with this plugin
solution: workaround available
solution: workaround available
There is a workaround available for this issue
topic: monorepo / symlinks
topic: monorepo / symlinks
Related to monorepos and/or symlinks (Lerna, Yarn, PNPM, Rush, etc)
topic: OS separators
topic: OS separators
Path normalization between OSes. Windows = '\', POSIX = '/'. Rollup resolve = native, TS = POSIX
topic: TS Compiler API Docs
topic: TS Compiler API Docs
Related to the severely lacking TS Compiler API Docs
topic: type-only / emit-less imports
topic: type-only / emit-less imports
Related to importing type-only files that will not be emitted