@ptolemy2002/rgx 12.7.1 → 12.7.2

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.
@@ -15,7 +15,7 @@ const nonEscapeBound = (0, resolve_1.resolveRGXToken)((0, constants_1.rgxConstan
15
15
  const nonLocalizedFlagBound = (0, resolve_1.resolveRGXToken)({
16
16
  rgxGroupWrap: false,
17
17
  rgxIsRepeatable: false,
18
- toRgx() { return /(?<!\(\?\-?[ims]*)/; }
18
+ toRgx() { return /(?<!\(\?[ms]*\-?[ms]*)/; }
19
19
  });
20
20
  const nonCharacterClassBound = (0, resolve_1.resolveRGXToken)({
21
21
  rgxGroupWrap: false,
@@ -356,7 +356,8 @@ class RGXWalker {
356
356
  reduced: (0, immutability_utils_1.extClone)(this.reduced, (0, immutability_utils_1.depthDecrement)(1)),
357
357
  share: (0, immutability_utils_1.extClone)(this.share, (0, immutability_utils_1.depthDecrement)(1)),
358
358
  infinite: this.infinite,
359
- looping: this.looping
359
+ looping: this.looping,
360
+ contiguous: this.contiguous
360
361
  });
361
362
  clone._tokenPosition = this.tokenPosition;
362
363
  clone.captures = (0, immutability_utils_1.extClone)(this.captures, (0, immutability_utils_1.depthDecrement)(1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ptolemy2002/rgx",
3
- "version": "12.7.1",
3
+ "version": "12.7.2",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",