mol_jsx_lib 0.0.99 → 0.0.102
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.deps.json +1 -1
- package/node.esm.js +4 -4
- package/node.esm.js.map +1 -1
- package/node.js +4 -4
- package/node.js.map +1 -1
- package/node.test.js +4 -4
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.deps.json +1 -1
- package/web.esm.js +4 -4
- package/web.esm.js.map +1 -1
- package/web.js +4 -4
- package/web.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -1399,10 +1399,10 @@ var $;
|
|
|
1399
1399
|
}
|
|
1400
1400
|
[$mol_dev_format_head]() {
|
|
1401
1401
|
const cursor = {
|
|
1402
|
-
[
|
|
1403
|
-
[
|
|
1404
|
-
[
|
|
1405
|
-
[
|
|
1402
|
+
[$mol_wire_cursor.stale]: '🔴',
|
|
1403
|
+
[$mol_wire_cursor.doubt]: '🟡',
|
|
1404
|
+
[$mol_wire_cursor.fresh]: '🟢',
|
|
1405
|
+
[$mol_wire_cursor.final]: '🔵',
|
|
1406
1406
|
}[this.cursor] ?? this.cursor.toString();
|
|
1407
1407
|
return $mol_dev_format_div({}, $mol_dev_format_native(this), $mol_dev_format_shade(cursor + ' '), $mol_dev_format_auto(this.cache));
|
|
1408
1408
|
}
|