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