swc-project/swc · error
flow
Error message
flow
What it means
Error "flow" thrown in swc-project/swc.
Source
Thrown at crates/swc_estree_compat/src/swcify/stmt.rs:730
}
}
impl Swcify for ImportNamespaceSpecifier {
type Output = ImportStarAsSpecifier;
fn swcify(self, ctx: &Context) -> Self::Output {
ImportStarAsSpecifier {
span: ctx.span(&self.base),
local: self.local.swcify(ctx).into(),
}
}
}
impl Swcify for DeclareClass {
type Output = ClassDecl;
fn swcify(self, _: &Context) -> Self::Output {
unimplemented!("flow")
}
}
impl Swcify for DeclareFunction {
type Output = FnDecl;
fn swcify(self, _: &Context) -> Self::Output {
unimplemented!("flow")
}
}
impl Swcify for DeclareInterface {
type Output = TsInterfaceDecl;
fn swcify(self, _: &Context) -> Self::Output {
unimplemented!("flow")
}
}View on GitHub (pinned to d7d7434666)
When it happens
Trigger: Thrown at crates/swc_estree_compat/src/swcify/stmt.rs:730 when the library encounters an invalid state.
Common situations: See trigger scenarios.
AI-assisted analysis of swc-project/swc@d7d7434666 (2026-08-16).
Data as JSON: /api/errors/0efeddddd6dd0183.
Report an issue: GitHub.