|
|
@ -801,8 +801,8 @@ export default class Component {
|
|
|
|
variable.aliased = true;
|
|
|
|
variable.aliased = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (node.type === 'ExpressionStatement' && node.expression.type === 'CallExpression') {
|
|
|
|
if (node.type === 'CallExpression') {
|
|
|
|
node.expression.arguments.forEach(arg => {
|
|
|
|
node.arguments.forEach(arg => {
|
|
|
|
if (arg.type === 'Identifier') {
|
|
|
|
if (arg.type === 'Identifier') {
|
|
|
|
const { name } = arg;
|
|
|
|
const { name } = arg;
|
|
|
|
if (scope.find_owner(name) === instance_scope) {
|
|
|
|
if (scope.find_owner(name) === instance_scope) {
|
|
|
|