mol_regexp 0.0.1365 → 0.0.1366

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.test.js CHANGED
@@ -2356,6 +2356,13 @@ var $;
2356
2356
  $.$mol_dom_context = new $node.jsdom.JSDOM('', { url: 'https://localhost/' }).window;
2357
2357
  })($ || ($ = {}));
2358
2358
 
2359
+ ;
2360
+ "use strict";
2361
+ var $;
2362
+ (function ($) {
2363
+ $.$mol_dom = $mol_dom_context;
2364
+ })($ || ($ = {}));
2365
+
2359
2366
  ;
2360
2367
  "use strict";
2361
2368
  var $;