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