mol_jsx_lib 0.0.1428 → 0.0.1429
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
|
@@ -1011,12 +1011,10 @@ var $;
|
|
|
1011
1011
|
[$mol_wire_cursor.final]: '🔵',
|
|
1012
1012
|
}[this.cursor] ?? this.cursor.toString();
|
|
1013
1013
|
return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
|
|
1014
|
-
? $
|
|
1015
|
-
|
|
1016
|
-
[$mol_dev_format_body]: () => $mol_dev_format_native(this),
|
|
1017
|
-
})
|
|
1018
|
-
: $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
|
|
1014
|
+
? $mol_dev_format_shade(cursor)
|
|
1015
|
+
: $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
|
|
1019
1016
|
}
|
|
1017
|
+
[$mol_dev_format_body]() { return null; }
|
|
1020
1018
|
get $() {
|
|
1021
1019
|
return (this.host ?? this.task)['$'];
|
|
1022
1020
|
}
|
package/node.test.js
CHANGED
|
@@ -1002,12 +1002,10 @@ var $;
|
|
|
1002
1002
|
[$mol_wire_cursor.final]: '🔵',
|
|
1003
1003
|
}[this.cursor] ?? this.cursor.toString();
|
|
1004
1004
|
return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
|
|
1005
|
-
? $
|
|
1006
|
-
|
|
1007
|
-
[$mol_dev_format_body]: () => $mol_dev_format_native(this),
|
|
1008
|
-
})
|
|
1009
|
-
: $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
|
|
1005
|
+
? $mol_dev_format_shade(cursor)
|
|
1006
|
+
: $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
|
|
1010
1007
|
}
|
|
1008
|
+
[$mol_dev_format_body]() { return null; }
|
|
1011
1009
|
get $() {
|
|
1012
1010
|
return (this.host ?? this.task)['$'];
|
|
1013
1011
|
}
|