mol_dump_lib 0.0.1007 → 0.0.1009

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.js CHANGED
@@ -3831,6 +3831,7 @@ var $;
3831
3831
  "use strict";
3832
3832
  var $;
3833
3833
  (function ($) {
3834
+ let x = /x/[Symbol.matchAll];
3834
3835
  class $mol_regexp extends RegExp {
3835
3836
  groups;
3836
3837
  constructor(source, flags = 'gsu', groups = []) {