1298 if instructions.len() != 2 {
1299 cx.record_error(CompilerErrorDetail {
1300▶ category: ErrorCategory::Todo,
1301 reason: "Support non-trivial for..in inits".to_string(),
1302 description: None,
· · ·
1375 if test_instrs.len() != 2 {
1376 cx.record_error(CompilerErrorDetail {
1377▶ category: ErrorCategory::Todo,
1378 reason: "Support non-trivial for..of inits".to_string(),
1379 description: None,
· · ·
1430 InstructionValue::StoreContext { .. } => {
1431 cx.record_error(CompilerErrorDetail {
1432▶ category: ErrorCategory::Todo,
1433 reason: format!("Support non-trivial {} inits", context_name),
1434 description: None,
· · ·
2005 let _declarator = &var_decl.declarations[0];
2006 cx.record_error(CompilerErrorDetail {
2007▶ category: ErrorCategory::Todo,
2008 reason: format!(
2009 "(CodegenReactiveFunction::codegenInstructionValue) Cannot declare variables in a value block"
· · ·
2015 expressions.push(Expression::StringLiteral(StringLiteral {
2016 base: BaseNode::typed("StringLiteral"),
2017▶ value: format!("TODO handle declaration").into(),
2018 }));
2019 }
+ 2 more matches in this file