mol_view_tree2_lib 1.0.177 → 1.0.179

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
@@ -1612,6 +1612,7 @@ var $;
1612
1612
  "use strict";
1613
1613
  var $;
1614
1614
  (function ($) {
1615
+ let x = /x/[Symbol.matchAll];
1615
1616
  class $mol_regexp extends RegExp {
1616
1617
  groups;
1617
1618
  constructor(source, flags = 'gsu', groups = []) {
package/node.test.js CHANGED
@@ -1603,6 +1603,7 @@ var $;
1603
1603
  "use strict";
1604
1604
  var $;
1605
1605
  (function ($) {
1606
+ let x = /x/[Symbol.matchAll];
1606
1607
  class $mol_regexp extends RegExp {
1607
1608
  groups;
1608
1609
  constructor(source, flags = 'gsu', groups = []) {