remove callExpression type inferrence
This commit is contained in:
parent
bbcfc3c9f2
commit
6da6bc3eb8
@ -140,7 +140,7 @@ Scope.prototype.inferType = function (node) {
|
||||
}
|
||||
|
||||
if (t.isCallExpression(target)) {
|
||||
target = target.callee;
|
||||
// todo: need to resolve this to a return type
|
||||
}
|
||||
|
||||
if (t.isMemberExpression(target)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user