remove callExpression type inferrence
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user