mol_wire_lib 1.0.1564 → 1.0.1566
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
|
@@ -814,12 +814,10 @@ var $;
|
|
|
814
814
|
[$mol_wire_cursor.final]: '🔵',
|
|
815
815
|
}[this.cursor] ?? this.cursor.toString();
|
|
816
816
|
return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
|
|
817
|
-
? $
|
|
818
|
-
|
|
819
|
-
[$mol_dev_format_body]: () => $mol_dev_format_native(this),
|
|
820
|
-
})
|
|
821
|
-
: $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
|
|
817
|
+
? $mol_dev_format_shade(cursor)
|
|
818
|
+
: $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
|
|
822
819
|
}
|
|
820
|
+
[$mol_dev_format_body]() { return null; }
|
|
823
821
|
get $() {
|
|
824
822
|
return (this.host ?? this.task)['$'];
|
|
825
823
|
}
|
package/node.test.js
CHANGED
|
@@ -805,12 +805,10 @@ var $;
|
|
|
805
805
|
[$mol_wire_cursor.final]: '🔵',
|
|
806
806
|
}[this.cursor] ?? this.cursor.toString();
|
|
807
807
|
return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
|
|
808
|
-
? $
|
|
809
|
-
|
|
810
|
-
[$mol_dev_format_body]: () => $mol_dev_format_native(this),
|
|
811
|
-
})
|
|
812
|
-
: $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
|
|
808
|
+
? $mol_dev_format_shade(cursor)
|
|
809
|
+
: $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
|
|
813
810
|
}
|
|
811
|
+
[$mol_dev_format_body]() { return null; }
|
|
814
812
|
get $() {
|
|
815
813
|
return (this.host ?? this.task)['$'];
|
|
816
814
|
}
|