further activate dotget
This commit is contained in:
parent
6d19896d1a
commit
f25ec024c2
|
|
@ -265,6 +265,9 @@ export class Compiler {
|
||||||
}
|
}
|
||||||
|
|
||||||
case terms.FunctionCallOrIdentifier: {
|
case terms.FunctionCallOrIdentifier: {
|
||||||
|
if (node.firstChild?.name === 'DotGet')
|
||||||
|
return this.#compileNode(node.firstChild, input)
|
||||||
|
|
||||||
return [['TRY_CALL', value]]
|
return [['TRY_CALL', value]]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user