mol_view_tree2_lib 1.0.197 → 1.0.199

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.mjs CHANGED
@@ -2124,7 +2124,7 @@ var $;
2124
2124
  if (!is_writable(right))
2125
2125
  this.$mol_fail(err `Expected writable at ${right.span}`);
2126
2126
  }
2127
- else if (operator?.type === "<=" && is_writable(left)) {
2127
+ else if (context.factory && operator?.type === "<=" && is_writable(left)) {
2128
2128
  this.$mol_fail(err `Expected readonly at ${left.span}`);
2129
2129
  }
2130
2130
  if (right)
package/node.test.js CHANGED
@@ -2115,7 +2115,7 @@ var $;
2115
2115
  if (!is_writable(right))
2116
2116
  this.$mol_fail(err `Expected writable at ${right.span}`);
2117
2117
  }
2118
- else if (operator?.type === "<=" && is_writable(left)) {
2118
+ else if (context.factory && operator?.type === "<=" && is_writable(left)) {
2119
2119
  this.$mol_fail(err `Expected readonly at ${left.span}`);
2120
2120
  }
2121
2121
  if (right)
@@ -8268,6 +8268,9 @@ var $;
8268
8268
  ;
8269
8269
  "use strict";
8270
8270
 
8271
+ ;
8272
+ "use strict";
8273
+
8271
8274
  ;
8272
8275
  "use strict";
8273
8276
  var $;
@@ -10100,6 +10103,9 @@ var $;
10100
10103
  ;
10101
10104
  "use strict";
10102
10105
 
10106
+ ;
10107
+ "use strict";
10108
+
10103
10109
  ;
10104
10110
  "use strict";
10105
10111
  var $;
@@ -13347,7 +13353,7 @@ var $;
13347
13353
  indexed(id, next){
13348
13354
  if(next !== undefined) return next;
13349
13355
  const obj = new this.$.$mol_view_tree2_to_js_test_ex_bidi_indexed_second_level_bar();
13350
- (obj.expanded) = () => ((this.owner(id, next)));
13356
+ (obj.expanded) = (next) => ((this.owner(id, next)));
13351
13357
  return obj;
13352
13358
  }
13353
13359
  };