fix: all function in mondo
This commit is contained in:
parent
3fff4609a0
commit
8833d623f7
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ function evaluator(node, scope) {
|
||||||
let pat;
|
let pat;
|
||||||
if (type === 'plain' && typeof variable !== 'undefined') {
|
if (type === 'plain' && typeof variable !== 'undefined') {
|
||||||
// some function names are not patternable, so we skip reification here
|
// some function names are not patternable, so we skip reification here
|
||||||
if (['!', 'extend', '@', 'expand', 'square', 'angle'].includes(value)) {
|
if (['!', 'extend', '@', 'expand', 'square', 'angle', 'all'].includes(value)) {
|
||||||
return variable;
|
return variable;
|
||||||
}
|
}
|
||||||
pat = reify(variable);
|
pat = reify(variable);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue