Panic message
Rolldown panicked. This is a bug in Rolldown, not your code.
thread 'tokio-runtime-worker' (35660) panicked at crates\rolldown_plugin_vite_import_glob\src\utils.rs:426:5:
In virtual modules, all globs must start with '/'
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Reproduction
REPL
System Info
Additional context
|
assert!( |
|
!(is_virtual_module && is_relative && options.base.as_ref().is_none()), |
|
"In virtual modules, all globs must start with '/'" |
|
); |
Panic message
Reproduction
REPL
System Info
Additional context
rolldown/crates/rolldown_plugin_vite_import_glob/src/utils.rs
Lines 429 to 432 in 2a906e6