fix: nop
This commit is contained in:
parent
0ecbf8a75b
commit
a28bb31750
|
@ -40,6 +40,9 @@ function disambiguateResult(value, fn) {
|
|||
}
|
||||
|
||||
function compileExpression(expression) {
|
||||
if (0 === expression.ops.length) {
|
||||
return () => undefined;
|
||||
}
|
||||
const assign = 'undefined' !== typeof expression.assign
|
||||
? compile(expression.assign)
|
||||
: undefined;
|
||||
|
|
Loading…
Reference in New Issue
Block a user