fix(ast): fix the size of a list in _evalListCache
This commit is contained in:
parent
c39c8ebcd0
commit
0387221da8
|
@ -406,7 +406,7 @@ var _evalListCache = [
|
|||
[0, 0, 0, 0, 0, 0, 0],
|
||||
[0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[0, 0, 0, 0, 0, 0, 0, 0, 0]
|
||||
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
||||
];
|
||||
|
||||
function evalList(context, locals, exps: List<any>) {
|
||||
|
|
Loading…
Reference in New Issue