mol_compare_deep 0.0.1403 → 0.0.1405
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
|
@@ -2404,12 +2404,10 @@ var $;
|
|
|
2404
2404
|
[$mol_wire_cursor.final]: '🔵',
|
|
2405
2405
|
}[this.cursor] ?? this.cursor.toString();
|
|
2406
2406
|
return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
|
|
2407
|
-
? $
|
|
2408
|
-
|
|
2409
|
-
[$mol_dev_format_body]: () => $mol_dev_format_native(this),
|
|
2410
|
-
})
|
|
2411
|
-
: $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
|
|
2407
|
+
? $mol_dev_format_shade(cursor)
|
|
2408
|
+
: $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
|
|
2412
2409
|
}
|
|
2410
|
+
[$mol_dev_format_body]() { return null; }
|
|
2413
2411
|
get $() {
|
|
2414
2412
|
return (this.host ?? this.task)['$'];
|
|
2415
2413
|
}
|