diff --git a/src/compiler/compile/Component.ts b/src/compiler/compile/Component.ts index bde0d86487..63945cf9b0 100644 --- a/src/compiler/compile/Component.ts +++ b/src/compiler/compile/Component.ts @@ -723,7 +723,7 @@ export default class Component { if (arg.type == 'Identifier') { function_args.add(arg.name); } - }) + }); } if (node.type === 'ImportDeclaration') {