|
|
|
@ -199,6 +199,7 @@ export default function dom(
|
|
|
|
|
const filtered_props = component.props.filter(prop => {
|
|
|
|
|
if (component.hoistable_names.has(prop.name)) return false;
|
|
|
|
|
if (component.imported_declarations.has(prop.name)) return false;
|
|
|
|
|
return true;
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
const has_definition = (
|
|
|
|
|