|
|
|
@ -88,11 +88,9 @@ export function build_set_attributes(
|
|
|
|
element_id,
|
|
|
|
element_id,
|
|
|
|
is_dynamic ? attributes_id : b.literal(null),
|
|
|
|
is_dynamic ? attributes_id : b.literal(null),
|
|
|
|
b.object(values),
|
|
|
|
b.object(values),
|
|
|
|
element.metadata.scoped && context.state.analysis.css.hash !== ''
|
|
|
|
element.metadata.scoped &&
|
|
|
|
? b.literal(context.state.analysis.css.hash)
|
|
|
|
context.state.analysis.css.hash !== '' &&
|
|
|
|
: is_custom_element
|
|
|
|
b.literal(context.state.analysis.css.hash),
|
|
|
|
? b.null
|
|
|
|
|
|
|
|
: false,
|
|
|
|
|
|
|
|
preserve_attribute_case,
|
|
|
|
preserve_attribute_case,
|
|
|
|
is_custom_element,
|
|
|
|
is_custom_element,
|
|
|
|
is_ignored(element, 'hydration_attribute_changed') && b.true
|
|
|
|
is_ignored(element, 'hydration_attribute_changed') && b.true
|
|
|
|
|