-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Open
Labels
p2-nice-to-haveNot breaking anything but nice to have (priority)Not breaking anything but nice to have (priority)
Description
Describe the bug
I tried to use rolldown's composable filter API, but it's not in the types yet. I had to cast to any as a result:
// Vite's resolveId filter types don't yet expose the composable filter API,
// but rolldown (the underlying bundler) supports it at runtime
filter: /** @type {any} */ ([exclude(importerId(/index\.html$/)), include(importerId(/.+/))]),
Reproduction
Steps to reproduce
No response
System Info
vite 8.0.0-beta.15
rolldown 1.0.0-rc.6Used Package Manager
pnpm
Logs
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs and the Rolldown-related guide.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
p2-nice-to-haveNot breaking anything but nice to have (priority)Not breaking anything but nice to have (priority)