{"record":{"id":"fae2be4690a4fbb1","repo":"swc-project/swc","slug":"flow-types","errorCode":null,"errorMessage":"flow types","messagePattern":"flow types","errorType":"panic","errorClass":null,"httpStatus":null,"severity":"error","filePath":"crates/swc_estree_compat/src/swcify/expr.rs","lineNumber":739,"sourceCode":"    type Output = TaggedTpl;\n\n    fn swcify(self, ctx: &Context) -> Self::Output {\n        TaggedTpl {\n            span: ctx.span(&self.base),\n            tag: self.tag.swcify(ctx),\n            type_params: self.type_parameters.swcify(ctx).map(From::from),\n            tpl: Box::new(self.quasi.swcify(ctx)),\n            ..Default::default()\n        }\n    }\n}\n\nimpl Swcify for TaggedTemplateExprTypeParams {\n    type Output = TsTypeParamInstantiation;\n\n    fn swcify(self, ctx: &Context) -> Self::Output {\n        match self {\n            TaggedTemplateExprTypeParams::Flow(_) => unimplemented!(\"flow types\"),\n            TaggedTemplateExprTypeParams::TS(v) => v.swcify(ctx),\n        }\n    }\n}\n\nimpl Swcify for YieldExpression {\n    type Output = YieldExpr;\n\n    fn swcify(self, ctx: &Context) -> Self::Output {\n        YieldExpr {\n            span: ctx.span(&self.base),\n            arg: self.argument.swcify(ctx),\n            delegate: self.delegate,\n        }\n    }\n}\n\nimpl Swcify for AwaitExpression {","sourceCodeStart":721,"sourceCodeEnd":757,"githubUrl":"https://github.com/swc-project/swc/blob/d7d74346665e36e692aa07e13d4ee3ee692ee35c/crates/swc_estree_compat/src/swcify/expr.rs#L721-L757","documentation":"Error \"flow types\" thrown in swc-project/swc.","triggerScenarios":"Thrown at crates/swc_estree_compat/src/swcify/expr.rs:739 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"d7d74346665e36e692aa07e13d4ee3ee692ee35c","analyzedAt":"2026-08-16T12:41:13.160Z","schemaVersion":2},"datasetVersion":"2026-08-16T13:17:31.715Z"}