mol_jsx_lib 0.0.677 → 0.0.678

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/web.mjs CHANGED
@@ -537,19 +537,6 @@ var $;
537
537
  ;
538
538
  "use strict";
539
539
  var $;
540
- (function ($) {
541
- function $mol_const(value) {
542
- const getter = (() => value);
543
- getter['()'] = value;
544
- getter[Symbol.toStringTag] = value;
545
- return getter;
546
- }
547
- $.$mol_const = $mol_const;
548
- })($ || ($ = {}));
549
- //mol/const/const.ts
550
- ;
551
- "use strict";
552
- var $;
553
540
  (function ($) {
554
541
  $['devtoolsFormatters'] ||= [];
555
542
  function $mol_dev_format_register(config) {
@@ -649,6 +636,20 @@ var $;
649
636
  ;
650
637
  "use strict";
651
638
  var $;
639
+ (function ($) {
640
+ function $mol_const(value) {
641
+ const getter = (() => value);
642
+ getter['()'] = value;
643
+ getter[Symbol.toStringTag] = value;
644
+ getter[$mol_dev_format_head] = () => $mol_dev_format_span({}, '()=> ', $mol_dev_format_auto(value));
645
+ return getter;
646
+ }
647
+ $.$mol_const = $mol_const;
648
+ })($ || ($ = {}));
649
+ //mol/const/const.ts
650
+ ;
651
+ "use strict";
652
+ var $;
652
653
  (function ($) {
653
654
  class $mol_wire_pub_sub extends $mol_wire_pub {
654
655
  pub_from = 0;