mol_view_tree2_lib 1.0.21 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.d.ts +1 -0
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.js +3 -5
- package/node.js.map +1 -1
- package/node.mjs +3 -5
- package/node.test.js +3 -5
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +1 -0
- package/web.d.ts.map +1 -1
- package/web.deps.json +1 -1
- package/web.js +3 -5
- package/web.js.map +1 -1
- package/web.mjs +3 -5
package/node.mjs
CHANGED
|
@@ -2860,12 +2860,10 @@ var $;
|
|
|
2860
2860
|
[$mol_wire_cursor.final]: '🔵',
|
|
2861
2861
|
}[this.cursor] ?? this.cursor.toString();
|
|
2862
2862
|
return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
|
|
2863
|
-
? $
|
|
2864
|
-
|
|
2865
|
-
[$mol_dev_format_body]: () => $mol_dev_format_native(this),
|
|
2866
|
-
})
|
|
2867
|
-
: $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
|
|
2863
|
+
? $mol_dev_format_shade(cursor)
|
|
2864
|
+
: $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
|
|
2868
2865
|
}
|
|
2866
|
+
[$mol_dev_format_body]() { return null; }
|
|
2869
2867
|
get $() {
|
|
2870
2868
|
return (this.host ?? this.task)['$'];
|
|
2871
2869
|
}
|
package/node.test.js
CHANGED
|
@@ -2851,12 +2851,10 @@ var $;
|
|
|
2851
2851
|
[$mol_wire_cursor.final]: '🔵',
|
|
2852
2852
|
}[this.cursor] ?? this.cursor.toString();
|
|
2853
2853
|
return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
|
|
2854
|
-
? $
|
|
2855
|
-
|
|
2856
|
-
[$mol_dev_format_body]: () => $mol_dev_format_native(this),
|
|
2857
|
-
})
|
|
2858
|
-
: $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
|
|
2854
|
+
? $mol_dev_format_shade(cursor)
|
|
2855
|
+
: $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
|
|
2859
2856
|
}
|
|
2857
|
+
[$mol_dev_format_body]() { return null; }
|
|
2860
2858
|
get $() {
|
|
2861
2859
|
return (this.host ?? this.task)['$'];
|
|
2862
2860
|
}
|