feat(change_detector): add support for method calls
This commit is contained in:
@ -315,7 +315,7 @@ export class MethodCall extends AST {
|
||||
}
|
||||
|
||||
export class FunctionCall extends AST {
|
||||
@FIELD('final receiver:AST')
|
||||
@FIELD('final target:AST')
|
||||
@FIELD('final closureMap:ClosureMap')
|
||||
@FIELD('final args:List')
|
||||
constructor(target:AST, closureMap:ClosureMap, args:List) {
|
||||
|
Reference in New Issue
Block a user