-
Notifications
You must be signed in to change notification settings - Fork 700
Description
Reproduction link or steps
Fail to isolate type of
export const a: number = 1
export function b() {
return a + 1
}The error message does not show the reason
What is expected?
pass the test
What is actually happening?
called `Result::unwrap()` on an `Err` value: BatchedBuildDiagnostic([BuildDiagnostic { inner: UnhandleableError(IsolatedDeclarations error), source: None, severity: Error }])
note: run with `RUST_BACKTRACE=1` environment variable to display a backtraceSystem Info
[dependencies.rolldown]
git = "https://github.com/rolldown/rolldown"
features = ["serde"]
rev = "6903f9a3ce1d03323bd74f031723163ebbaa42fc"Any additional comments?
No response
Reactions are currently unavailable