@@ -3,8 +3,8 @@ import { hydrating } from '../hydration.js';
3
3
4
4
/**
5
5
* @param {Element & ElementCSSInlineStyle } dom
6
- * @param {Record<string,any> } prev
7
- * @param {Record<string,any> } next
6
+ * @param {Record<string, any> } prev
7
+ * @param {Record<string, any> } next
8
8
* @param {string } [priority]
9
9
*/
10
10
function update_styles ( dom , prev = { } , next , priority ) {
@@ -23,9 +23,9 @@ function update_styles(dom, prev = {}, next, priority) {
23
23
24
24
/**
25
25
* @param {Element & ElementCSSInlineStyle } dom
26
- * @param {string| null } value
27
- * @param {Record<string,any>| [Record<string,any>,Record<string,any>] } [prev_styles]
28
- * @param {Record<string,any>| [Record<string,any>,Record<string,any>] } [next_styles]
26
+ * @param {string | null } value
27
+ * @param {Record<string, any> | [Record<string, any>, Record<string, any>] } [prev_styles]
28
+ * @param {Record<string, any> | [Record<string, any>, Record<string, any>] } [next_styles]
29
29
*/
30
30
export function set_style ( dom , value , prev_styles , next_styles ) {
31
31
// @ts -expect-error
0 commit comments