mol_dump_lib 0.0.1007 → 0.0.1008

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
@@ -5068,6 +5068,7 @@ var $;
5068
5068
  "use strict";
5069
5069
  var $;
5070
5070
  (function ($) {
5071
+ let x = /x/[Symbol.matchAll];
5071
5072
  class $mol_regexp extends RegExp {
5072
5073
  groups;
5073
5074
  constructor(source, flags = 'gsu', groups = []) {
package/node.test.js CHANGED
@@ -5059,6 +5059,7 @@ var $;
5059
5059
  "use strict";
5060
5060
  var $;
5061
5061
  (function ($) {
5062
+ let x = /x/[Symbol.matchAll];
5062
5063
  class $mol_regexp extends RegExp {
5063
5064
  groups;
5064
5065
  constructor(source, flags = 'gsu', groups = []) {