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
@@ -231,17 +231,7 @@ export class ElementAnalyzer {
231
231
throwcssBlockError(`The dynamic statement for a boolean state must be set to a mustache statement with no additional text surrounding it.`,dynamicSubState,this.template);
232
232
}
233
233
if(analysis.storeConditionals){
234
-
letexpr: AST.Expression;
235
-
let{path, params, hash}=dynamicSubState;
236
-
if(path.type==="PathExpression"){
237
-
expr=builders.sexpr(path,params,hash);
238
-
}else{
239
-
if(params.length>0){
240
-
throwcssBlockError(`Unsure how to handle this node.`,dynamicSubState,this.template);
0 commit comments