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/web.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 = []) {