mol_data_all 1.1.1613 → 1.1.1615
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.test.js +3 -5
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -1758,12 +1758,10 @@ var $;
|
|
|
1758
1758
|
[$mol_wire_cursor.final]: '🔵',
|
|
1759
1759
|
}[this.cursor] ?? this.cursor.toString();
|
|
1760
1760
|
return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
|
|
1761
|
-
? $
|
|
1762
|
-
|
|
1763
|
-
[$mol_dev_format_body]: () => $mol_dev_format_native(this),
|
|
1764
|
-
})
|
|
1765
|
-
: $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
|
|
1761
|
+
? $mol_dev_format_shade(cursor)
|
|
1762
|
+
: $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
|
|
1766
1763
|
}
|
|
1764
|
+
[$mol_dev_format_body]() { return null; }
|
|
1767
1765
|
get $() {
|
|
1768
1766
|
return (this.host ?? this.task)['$'];
|
|
1769
1767
|
}
|