@rkmodules/rules 0.0.86 → 0.0.87

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/dist/index.cjs.js CHANGED
@@ -1029,7 +1029,7 @@ var pow = {
1029
1029
  if (x === undefined || n === undefined)
1030
1030
  return DISCARD;
1031
1031
  return Math.pow(x, n);
1032
- }),
1032
+ }, true),
1033
1033
  }];
1034
1034
  });
1035
1035
  }); },