remove outdated TODO

pull/16797/head
Rich Harris 6 days ago
parent 5904536eb9
commit 4bc05de2c7

@ -318,8 +318,6 @@ export function build_spread_object(element, attributes, context, transform) {
WHITESPACE_INSENSITIVE_ATTRIBUTES.includes(name)
);
// TODO check has_await
return b.prop('init', b.key(name), value);
} else if (attribute.type === 'BindDirective') {
const name = get_attribute_name(element, attribute);

Loading…
Cancel
Save