[ci] yarn format
This commit is contained in:
parent
028d4e0114
commit
7b3047f097
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ async function compileExpression(node: Expression, state: CodegenState, compileO
|
|||
}
|
||||
}
|
||||
const location = { start: node.start, end: node.end };
|
||||
let code = transpileExpressionSafe("(" + raw + ")", { state, compileOptions, location });
|
||||
let code = transpileExpressionSafe('(' + raw + ')', { state, compileOptions, location });
|
||||
if (code === null) throw new Error(`Unable to compile expression`);
|
||||
code = code.trim().replace(/\;$/, '');
|
||||
return code;
|
||||
|
|
Loading…
Reference in a new issue