note to self

pull/7738/head
Rich Harris 6 years ago
parent 5e58764c63
commit 171b253836

@ -270,7 +270,7 @@ export default class Expression {
});
} else {
dependencies.add(name);
component.add_reference(name);
component.add_reference(name); // TODO is this redundant/misplaced?
}
} else if (!is_synthetic && is_contextual(component, template_scope, name)) {
code.prependRight(node.start, key === 'key' && parent.shorthand

Loading…
Cancel
Save