mol_conform 0.0.91 → 0.0.92
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
|
@@ -1365,12 +1365,10 @@ var $;
|
|
|
1365
1365
|
[$mol_wire_cursor.final]: '🔵',
|
|
1366
1366
|
}[this.cursor] ?? this.cursor.toString();
|
|
1367
1367
|
return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
|
|
1368
|
-
? $
|
|
1369
|
-
|
|
1370
|
-
[$mol_dev_format_body]: () => $mol_dev_format_native(this),
|
|
1371
|
-
})
|
|
1372
|
-
: $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
|
|
1368
|
+
? $mol_dev_format_shade(cursor)
|
|
1369
|
+
: $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
|
|
1373
1370
|
}
|
|
1371
|
+
[$mol_dev_format_body]() { return null; }
|
|
1374
1372
|
get $() {
|
|
1375
1373
|
return (this.host ?? this.task)['$'];
|
|
1376
1374
|
}
|