You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(cli): use rolldown's disable_panic_hook feature for panic hook (#1330)
Instead of the fragile double `take_hook()` workaround that removed
rolldown's panic hook at runtime, use rolldown's new
`disable_panic_hook`
compile-time feature to prevent it from being installed in the first
place.
Also moves the panic hook setup into `#[module_init]` for cleaner
initialization.
Closes#1285
0 commit comments