pull/4000/head
daszgfz 6 years ago
parent 697e7335d1
commit a1337fd11f

@ -723,7 +723,7 @@ export default class Component {
if (arg.type == 'Identifier') { if (arg.type == 'Identifier') {
function_args.add(arg.name); function_args.add(arg.name);
} }
}) });
} }
if (node.type === 'ImportDeclaration') { if (node.type === 'ImportDeclaration') {

Loading…
Cancel
Save