@newview/report-tools 1.0.23 → 1.0.24

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.
@@ -126098,15 +126098,7 @@ var _eval = EvalError;
126098
126098
  var range$1 = RangeError;
126099
126099
  var ref = ReferenceError;
126100
126100
  var syntax = SyntaxError;
126101
- var type;
126102
- var hasRequiredType;
126103
- function requireType() {
126104
- if (hasRequiredType)
126105
- return type;
126106
- hasRequiredType = 1;
126107
- type = TypeError;
126108
- return type;
126109
- }
126101
+ var type = TypeError;
126110
126102
  var uri = URIError;
126111
126103
  var abs$3 = Math.abs;
126112
126104
  var floor$a = Math.floor;
@@ -126251,7 +126243,7 @@ var $call$2 = functionCall$1;
126251
126243
  var $reflectApply = reflectApply$1;
126252
126244
  var actualApply$1 = $reflectApply || bind$6.call($call$2, $apply$2);
126253
126245
  var bind$5 = functionBind$1;
126254
- var $TypeError$p = requireType();
126246
+ var $TypeError$p = type;
126255
126247
  var $call$1 = functionCall$1;
126256
126248
  var $actualApply = actualApply$1;
126257
126249
  var callBindApplyHelpers = function callBindBasic2(args) {
@@ -126308,7 +126300,7 @@ var $EvalError = _eval;
126308
126300
  var $RangeError$6 = range$1;
126309
126301
  var $ReferenceError = ref;
126310
126302
  var $SyntaxError$1 = syntax;
126311
- var $TypeError$o = requireType();
126303
+ var $TypeError$o = type;
126312
126304
  var $URIError = uri;
126313
126305
  var abs$2 = abs$3;
126314
126306
  var floor$9 = floor$a;
@@ -126719,7 +126711,7 @@ var isRegex$1 = fn$1;
126719
126711
  var callBound$3 = callBound$6;
126720
126712
  var isRegex = isRegex$1;
126721
126713
  var $exec = callBound$3("RegExp.prototype.exec");
126722
- var $TypeError$n = requireType();
126714
+ var $TypeError$n = type;
126723
126715
  var safeRegexTest$1 = function regexTester(regex) {
126724
126716
  if (!isRegex(regex)) {
126725
126717
  throw new $TypeError$n("`regex` must be a RegExp");
@@ -126958,7 +126950,7 @@ var availableTypedArrays$2 = function availableTypedArrays2() {
126958
126950
  var callBind$2 = { exports: {} };
126959
126951
  var $defineProperty$2 = esDefineProperty;
126960
126952
  var $SyntaxError = syntax;
126961
- var $TypeError$m = requireType();
126953
+ var $TypeError$m = type;
126962
126954
  var gopd$1 = gopd$2;
126963
126955
  var defineDataProperty = function defineDataProperty2(obj, property2, value) {
126964
126956
  if (!obj || typeof obj !== "object" && typeof obj !== "function") {
@@ -127016,7 +127008,7 @@ var GetIntrinsic = getIntrinsic$1;
127016
127008
  var define = defineDataProperty;
127017
127009
  var hasDescriptors = hasPropertyDescriptors_1();
127018
127010
  var gOPD$1 = gopd$2;
127019
- var $TypeError$l = requireType();
127011
+ var $TypeError$l = type;
127020
127012
  var $floor = GetIntrinsic("%Math.floor%");
127021
127013
  var setFunctionLength = function setFunctionLength2(fn2, length) {
127022
127014
  if (typeof fn2 !== "function") {