woops, this is redundant

pull/7738/head
John Chesley 7 years ago
parent c9e815fdb8
commit 9b9a1a5d2a

@ -843,7 +843,6 @@ export default class Component {
if (next) {
const next_variable = component.var_lookup.get(next.id.name)
if (next_variable && !next_variable.export_name) {
current_group = null
code.overwrite(declarator.end, next.start, ` ${node.kind} `);
}
}

Loading…
Cancel
Save