@digipair/skill-debug 0.117.6 → 0.117.8

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.
Files changed (2) hide show
  1. package/dist/index.esm.js +86 -86
  2. package/package.json +1 -1
package/dist/index.esm.js CHANGED
@@ -8194,7 +8194,7 @@ function _create_class$v(Constructor, protoProps, staticProps) {
8194
8194
  if (staticProps) _defineProperties$v(Constructor, staticProps);
8195
8195
  return Constructor;
8196
8196
  }
8197
- function _define_property$4(obj, key, value) {
8197
+ function _define_property$5(obj, key, value) {
8198
8198
  if (key in obj) {
8199
8199
  Object.defineProperty(obj, key, {
8200
8200
  value: value,
@@ -8269,7 +8269,7 @@ function _non_iterable_rest$5() {
8269
8269
  function _non_iterable_spread$6() {
8270
8270
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
8271
8271
  }
8272
- function _object_spread$2(target) {
8272
+ function _object_spread$3(target) {
8273
8273
  for(var i = 1; i < arguments.length; i++){
8274
8274
  var source = arguments[i] != null ? arguments[i] : {};
8275
8275
  var ownKeys = Object.keys(source);
@@ -8279,12 +8279,12 @@ function _object_spread$2(target) {
8279
8279
  }));
8280
8280
  }
8281
8281
  ownKeys.forEach(function(key) {
8282
- _define_property$4(target, key, source[key]);
8282
+ _define_property$5(target, key, source[key]);
8283
8283
  });
8284
8284
  }
8285
8285
  return target;
8286
8286
  }
8287
- function ownKeys$1(object, enumerableOnly) {
8287
+ function ownKeys$2(object, enumerableOnly) {
8288
8288
  var keys = Object.keys(object);
8289
8289
  if (Object.getOwnPropertySymbols) {
8290
8290
  var symbols = Object.getOwnPropertySymbols(object);
@@ -8292,12 +8292,12 @@ function ownKeys$1(object, enumerableOnly) {
8292
8292
  }
8293
8293
  return keys;
8294
8294
  }
8295
- function _object_spread_props$1(target, source) {
8295
+ function _object_spread_props$2(target, source) {
8296
8296
  source = source != null ? source : {};
8297
8297
  if (Object.getOwnPropertyDescriptors) {
8298
8298
  Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
8299
8299
  } else {
8300
- ownKeys$1(Object(source)).forEach(function(key) {
8300
+ ownKeys$2(Object(source)).forEach(function(key) {
8301
8301
  Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
8302
8302
  });
8303
8303
  }
@@ -9168,7 +9168,7 @@ function getCachedWeekInfo(locString) {
9168
9168
  data = "getWeekInfo" in locale ? locale.getWeekInfo() : locale.weekInfo;
9169
9169
  // minimalDays was removed from WeekInfo: https://github.com/tc39/proposal-intl-locale-info/issues/86
9170
9170
  if (!("minimalDays" in data)) {
9171
- data = _object_spread$2({}, fallbackWeekSettings, data);
9171
+ data = _object_spread$3({}, fallbackWeekSettings, data);
9172
9172
  }
9173
9173
  weekInfoCache.set(locString, data);
9174
9174
  }
@@ -9275,7 +9275,7 @@ function supportsFastNumbers(loc) {
9275
9275
  "floor"
9276
9276
  ]);
9277
9277
  if (!forceSimple || Object.keys(otherOpts).length > 0) {
9278
- var intlOpts = _object_spread$2({
9278
+ var intlOpts = _object_spread$3({
9279
9279
  useGrouping: false
9280
9280
  }, opts);
9281
9281
  if (opts.padTo > 0) intlOpts.minimumIntegerDigits = opts.padTo;
@@ -9345,7 +9345,7 @@ function supportsFastNumbers(loc) {
9345
9345
  });
9346
9346
  this.originalZone = dt.zone;
9347
9347
  }
9348
- var intlOpts = _object_spread$2({}, this.opts);
9348
+ var intlOpts = _object_spread$3({}, this.opts);
9349
9349
  intlOpts.timeZone = intlOpts.timeZone || z;
9350
9350
  this.dtf = getCachedDTF(intl, intlOpts);
9351
9351
  }
@@ -9376,7 +9376,7 @@ function supportsFastNumbers(loc) {
9376
9376
  locale: _this.dt.locale,
9377
9377
  format: _this.opts.timeZoneName
9378
9378
  });
9379
- return _object_spread_props$1(_object_spread$2({}, part), {
9379
+ return _object_spread_props$2(_object_spread$3({}, part), {
9380
9380
  value: offsetName
9381
9381
  });
9382
9382
  } else {
@@ -9401,7 +9401,7 @@ function supportsFastNumbers(loc) {
9401
9401
  */ var PolyRelFormatter = /*#__PURE__*/ function() {
9402
9402
  function PolyRelFormatter(intl, isEnglish, opts) {
9403
9403
  _class_call_check$A(this, PolyRelFormatter);
9404
- this.opts = _object_spread$2({
9404
+ this.opts = _object_spread$3({
9405
9405
  style: "long"
9406
9406
  }, opts);
9407
9407
  if (!isEnglish && hasRelative()) {
@@ -9496,7 +9496,7 @@ var fallbackWeekSettings = {
9496
9496
  key: "redefaultToEN",
9497
9497
  value: function redefaultToEN() {
9498
9498
  var alts = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
9499
- return this.clone(_object_spread_props$1(_object_spread$2({}, alts), {
9499
+ return this.clone(_object_spread_props$2(_object_spread$3({}, alts), {
9500
9500
  defaultToEN: true
9501
9501
  }));
9502
9502
  }
@@ -9505,7 +9505,7 @@ var fallbackWeekSettings = {
9505
9505
  key: "redefaultToSystem",
9506
9506
  value: function redefaultToSystem() {
9507
9507
  var alts = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
9508
- return this.clone(_object_spread_props$1(_object_spread$2({}, alts), {
9508
+ return this.clone(_object_spread_props$2(_object_spread$3({}, alts), {
9509
9509
  defaultToEN: false
9510
9510
  }));
9511
9511
  }
@@ -10384,7 +10384,7 @@ function isoWeekdayToLocal(isoWeekday, startOfWeek) {
10384
10384
  } else {
10385
10385
  weekYear = year;
10386
10386
  }
10387
- return _object_spread$2({
10387
+ return _object_spread$3({
10388
10388
  weekYear: weekYear,
10389
10389
  weekNumber: weekNumber,
10390
10390
  weekday: weekday
@@ -10404,7 +10404,7 @@ function weekToGregorian(weekData) {
10404
10404
  year = weekYear;
10405
10405
  }
10406
10406
  var _uncomputeOrdinal = uncomputeOrdinal(year, ordinal), month = _uncomputeOrdinal.month, day = _uncomputeOrdinal.day;
10407
- return _object_spread$2({
10407
+ return _object_spread$3({
10408
10408
  year: year,
10409
10409
  month: month,
10410
10410
  day: day
@@ -10413,7 +10413,7 @@ function weekToGregorian(weekData) {
10413
10413
  function gregorianToOrdinal(gregData) {
10414
10414
  var year = gregData.year, month = gregData.month, day = gregData.day;
10415
10415
  var ordinal = computeOrdinal(year, month, day);
10416
- return _object_spread$2({
10416
+ return _object_spread$3({
10417
10417
  year: year,
10418
10418
  ordinal: ordinal
10419
10419
  }, timeObject(gregData));
@@ -10421,7 +10421,7 @@ function gregorianToOrdinal(gregData) {
10421
10421
  function ordinalToGregorian(ordinalData) {
10422
10422
  var year = ordinalData.year, ordinal = ordinalData.ordinal;
10423
10423
  var _uncomputeOrdinal = uncomputeOrdinal(year, ordinal), month = _uncomputeOrdinal.month, day = _uncomputeOrdinal.day;
10424
- return _object_spread$2({
10424
+ return _object_spread$3({
10425
10425
  year: year,
10426
10426
  month: month,
10427
10427
  day: day
@@ -10717,7 +10717,7 @@ function parseZoneInfo(ts, offsetFormat, locale) {
10717
10717
  if (timeZone) {
10718
10718
  intlOpts.timeZone = timeZone;
10719
10719
  }
10720
- var modified = _object_spread$2({
10720
+ var modified = _object_spread$3({
10721
10721
  timeZoneName: offsetFormat
10722
10722
  }, intlOpts);
10723
10723
  var parsed = new Intl.DateTimeFormat(locale, modified).formatToParts(date).find(function(m) {
@@ -11076,7 +11076,7 @@ var macroTokenToFormatOpts = {
11076
11076
  if (this.systemLoc === null) {
11077
11077
  this.systemLoc = this.loc.redefaultToSystem();
11078
11078
  }
11079
- var df = this.systemLoc.dtFormatter(dt, _object_spread$2({}, this.opts, opts));
11079
+ var df = this.systemLoc.dtFormatter(dt, _object_spread$3({}, this.opts, opts));
11080
11080
  return df.format();
11081
11081
  }
11082
11082
  },
@@ -11084,7 +11084,7 @@ var macroTokenToFormatOpts = {
11084
11084
  key: "dtFormatter",
11085
11085
  value: function dtFormatter(dt) {
11086
11086
  var opts = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
11087
- return this.loc.dtFormatter(dt, _object_spread$2({}, this.opts, opts));
11087
+ return this.loc.dtFormatter(dt, _object_spread$3({}, this.opts, opts));
11088
11088
  }
11089
11089
  },
11090
11090
  {
@@ -11120,7 +11120,7 @@ var macroTokenToFormatOpts = {
11120
11120
  if (this.opts.forceSimple) {
11121
11121
  return padStart(n, p);
11122
11122
  }
11123
- var opts = _object_spread$2({}, this.opts);
11123
+ var opts = _object_spread$3({}, this.opts);
11124
11124
  if (p > 0) {
11125
11125
  opts.padTo = p;
11126
11126
  }
@@ -11536,7 +11536,7 @@ function combineExtractors() {
11536
11536
  var _param = _sliced_to_array$5(param, 3), mergedVals = _param[0], mergedZone = _param[1], cursor = _param[2];
11537
11537
  var _ex = _sliced_to_array$5(ex(m, cursor), 3), val = _ex[0], zone = _ex[1], next = _ex[2];
11538
11538
  return [
11539
- _object_spread$2({}, mergedVals, val),
11539
+ _object_spread$3({}, mergedVals, val),
11540
11540
  zone || mergedZone,
11541
11541
  next
11542
11542
  ];
@@ -11847,7 +11847,7 @@ var lowOrderMatrix = {
11847
11847
  seconds: {
11848
11848
  milliseconds: 1000
11849
11849
  }
11850
- }, casualMatrix = _object_spread$2({
11850
+ }, casualMatrix = _object_spread$3({
11851
11851
  years: {
11852
11852
  quarters: 4,
11853
11853
  months: 12,
@@ -11875,7 +11875,7 @@ var lowOrderMatrix = {
11875
11875
  seconds: 30 * 24 * 60 * 60,
11876
11876
  milliseconds: 30 * 24 * 60 * 60 * 1000
11877
11877
  }
11878
- }, lowOrderMatrix), daysInYearAccurate = 146097.0 / 400, daysInMonthAccurate = 146097.0 / 4800, accurateMatrix = _object_spread$2({
11878
+ }, lowOrderMatrix), daysInYearAccurate = 146097.0 / 400, daysInMonthAccurate = 146097.0 / 4800, accurateMatrix = _object_spread$3({
11879
11879
  years: {
11880
11880
  quarters: 4,
11881
11881
  months: 12,
@@ -11922,7 +11922,7 @@ function clone$1(dur, alts) {
11922
11922
  var clear = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : false;
11923
11923
  // deep merge for vals
11924
11924
  var conf = {
11925
- values: clear ? alts.values : _object_spread$2({}, dur.values, alts.values || {}),
11925
+ values: clear ? alts.values : _object_spread$3({}, dur.values, alts.values || {}),
11926
11926
  loc: dur.loc.clone(alts.loc),
11927
11927
  conversionAccuracy: alts.conversionAccuracy || dur.conversionAccuracy,
11928
11928
  matrix: alts.matrix || dur.matrix
@@ -12121,7 +12121,7 @@ function removeZeroes(vals) {
12121
12121
  value: function toFormat(fmt) {
12122
12122
  var opts = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
12123
12123
  // reverse-compat since 1.2; we always round down now, never up, and we do it by default
12124
- var fmtOpts = _object_spread_props$1(_object_spread$2({}, opts), {
12124
+ var fmtOpts = _object_spread_props$2(_object_spread$3({}, opts), {
12125
12125
  floor: opts.round !== false && opts.floor !== false
12126
12126
  });
12127
12127
  return this.isValid ? Formatter.create(this.loc, fmtOpts).formatDurationFromString(this, fmt) : INVALID$2;
@@ -12154,7 +12154,7 @@ function removeZeroes(vals) {
12154
12154
  if (isUndefined$2(val) || val === 0 && !showZeros) {
12155
12155
  return null;
12156
12156
  }
12157
- return _this.loc.numberFormatter(_object_spread_props$1(_object_spread$2({
12157
+ return _this.loc.numberFormatter(_object_spread_props$2(_object_spread$3({
12158
12158
  style: "unit",
12159
12159
  unitDisplay: "long"
12160
12160
  }, opts), {
@@ -12163,7 +12163,7 @@ function removeZeroes(vals) {
12163
12163
  }).filter(function(n) {
12164
12164
  return n;
12165
12165
  });
12166
- return this.loc.listFormatter(_object_spread$2({
12166
+ return this.loc.listFormatter(_object_spread$3({
12167
12167
  type: "conjunction",
12168
12168
  style: opts.listStyle || "narrow"
12169
12169
  }, opts)).format(l);
@@ -12177,7 +12177,7 @@ function removeZeroes(vals) {
12177
12177
  */ key: "toObject",
12178
12178
  value: function toObject() {
12179
12179
  if (!this.isValid) return {};
12180
- return _object_spread$2({}, this.values);
12180
+ return _object_spread$3({}, this.values);
12181
12181
  }
12182
12182
  },
12183
12183
  {
@@ -12229,7 +12229,7 @@ function removeZeroes(vals) {
12229
12229
  if (!this.isValid) return null;
12230
12230
  var millis = this.toMillis();
12231
12231
  if (millis < 0 || millis >= 86400000) return null;
12232
- opts = _object_spread_props$1(_object_spread$2({
12232
+ opts = _object_spread_props$2(_object_spread$3({
12233
12233
  suppressMilliseconds: false,
12234
12234
  suppressSeconds: false,
12235
12235
  includePrefix: false,
@@ -12400,7 +12400,7 @@ function removeZeroes(vals) {
12400
12400
  */ key: "set",
12401
12401
  value: function set(values) {
12402
12402
  if (!this.isValid) return this;
12403
- var mixed = _object_spread$2({}, this.values, normalizeObject(values, Duration.normalizeUnit));
12403
+ var mixed = _object_spread$3({}, this.values, normalizeObject(values, Duration.normalizeUnit));
12404
12404
  return clone$1(this, {
12405
12405
  values: mixed
12406
12406
  });
@@ -14011,7 +14011,7 @@ function diff(earlier, later, units, opts) {
14011
14011
  });
14012
14012
  if (lowerOrderUnits.length === 0) {
14013
14013
  if (highWater < later) {
14014
- highWater = cursor.plus(_define_property$4({}, lowestOrder, 1));
14014
+ highWater = cursor.plus(_define_property$5({}, lowestOrder, 1));
14015
14015
  }
14016
14016
  if (highWater !== cursor) {
14017
14017
  results[lowestOrder] = (results[lowestOrder] || 0) + remainingMillis / (highWater - cursor);
@@ -14571,7 +14571,7 @@ function clone$2(inst, alts) {
14571
14571
  loc: inst.loc,
14572
14572
  invalid: inst.invalid
14573
14573
  };
14574
- return new DateTime(_object_spread_props$1(_object_spread$2({}, current, alts), {
14574
+ return new DateTime(_object_spread_props$2(_object_spread$3({}, current, alts), {
14575
14575
  old: current
14576
14576
  }));
14577
14577
  }
@@ -14625,7 +14625,7 @@ function objToTS(obj, offset, zone) {
14625
14625
  }
14626
14626
  // create a new DT instance by adding a duration, adjusting for DSTs
14627
14627
  function adjustTime(inst, dur) {
14628
- var oPre = inst.o, year = inst.c.year + Math.trunc(dur.years), month = inst.c.month + Math.trunc(dur.months) + Math.trunc(dur.quarters) * 3, c = _object_spread_props$1(_object_spread$2({}, inst.c), {
14628
+ var oPre = inst.o, year = inst.c.year + Math.trunc(dur.years), month = inst.c.month + Math.trunc(dur.months) + Math.trunc(dur.quarters) * 3, c = _object_spread_props$2(_object_spread$3({}, inst.c), {
14629
14629
  year: year,
14630
14630
  month: month,
14631
14631
  day: Math.min(inst.c.day, daysInMonth(year, month)) + Math.trunc(dur.days) + Math.trunc(dur.weeks) * 7
@@ -14656,7 +14656,7 @@ function adjustTime(inst, dur) {
14656
14656
  function parseDataToDateTime(parsed, parsedZone, opts, format, text, specificOffset) {
14657
14657
  var setZone = opts.setZone, zone = opts.zone;
14658
14658
  if (parsed && Object.keys(parsed).length !== 0 || parsedZone) {
14659
- var interpretationZone = parsedZone || zone, inst = DateTime.fromObject(parsed, _object_spread_props$1(_object_spread$2({}, opts), {
14659
+ var interpretationZone = parsedZone || zone, inst = DateTime.fromObject(parsed, _object_spread_props$2(_object_spread$3({}, opts), {
14660
14660
  zone: interpretationZone,
14661
14661
  specificOffset: specificOffset
14662
14662
  }));
@@ -15676,11 +15676,11 @@ function lastOpts(argList) {
15676
15676
  }
15677
15677
  var mixed;
15678
15678
  if (settingWeekStuff) {
15679
- mixed = weekToGregorian(_object_spread$2({}, gregorianToWeek(this.c, minDaysInFirstWeek, startOfWeek), normalized), minDaysInFirstWeek, startOfWeek);
15679
+ mixed = weekToGregorian(_object_spread$3({}, gregorianToWeek(this.c, minDaysInFirstWeek, startOfWeek), normalized), minDaysInFirstWeek, startOfWeek);
15680
15680
  } else if (!isUndefined$2(normalized.ordinal)) {
15681
- mixed = ordinalToGregorian(_object_spread$2({}, gregorianToOrdinal(this.c), normalized));
15681
+ mixed = ordinalToGregorian(_object_spread$3({}, gregorianToOrdinal(this.c), normalized));
15682
15682
  } else {
15683
- mixed = _object_spread$2({}, this.toObject(), normalized);
15683
+ mixed = _object_spread$3({}, this.toObject(), normalized);
15684
15684
  // if we didn't set the day but we ended up on an overflow date,
15685
15685
  // use the last day of the right month
15686
15686
  if (isUndefined$2(normalized.day)) {
@@ -15799,7 +15799,7 @@ function lastOpts(argList) {
15799
15799
  * @return {DateTime}
15800
15800
  */ key: "endOf",
15801
15801
  value: function endOf(unit, opts) {
15802
- return this.isValid ? this.plus(_define_property$4({}, unit, 1)).startOf(unit, opts).minus(1) : this;
15802
+ return this.isValid ? this.plus(_define_property$5({}, unit, 1)).startOf(unit, opts).minus(1) : this;
15803
15803
  }
15804
15804
  },
15805
15805
  {
@@ -16127,7 +16127,7 @@ function lastOpts(argList) {
16127
16127
  value: function toObject() {
16128
16128
  var opts = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
16129
16129
  if (!this.isValid) return {};
16130
- var base = _object_spread$2({}, this.c);
16130
+ var base = _object_spread$3({}, this.c);
16131
16131
  if (opts.includeConfig) {
16132
16132
  base.outputCalendar = this.outputCalendar;
16133
16133
  base.numberingSystem = this.loc.numberingSystem;
@@ -16167,7 +16167,7 @@ function lastOpts(argList) {
16167
16167
  if (!this.isValid || !otherDateTime.isValid) {
16168
16168
  return Duration.invalid("created by diffing an invalid DateTime");
16169
16169
  }
16170
- var durOpts = _object_spread$2({
16170
+ var durOpts = _object_spread$3({
16171
16171
  locale: this.locale,
16172
16172
  numberingSystem: this.numberingSystem
16173
16173
  }, opts);
@@ -16271,7 +16271,7 @@ function lastOpts(argList) {
16271
16271
  units = options.unit;
16272
16272
  unit = undefined;
16273
16273
  }
16274
- return diffRelative(base, this.plus(padding), _object_spread_props$1(_object_spread$2({}, options), {
16274
+ return diffRelative(base, this.plus(padding), _object_spread_props$2(_object_spread$3({}, options), {
16275
16275
  numeric: "always",
16276
16276
  units: units,
16277
16277
  unit: unit
@@ -16297,7 +16297,7 @@ function lastOpts(argList) {
16297
16297
  if (!this.isValid) return null;
16298
16298
  return diffRelative(options.base || DateTime.fromObject({}, {
16299
16299
  zone: this.zone
16300
- }), this, _object_spread_props$1(_object_spread$2({}, options), {
16300
+ }), this, _object_spread_props$2(_object_spread$3({}, options), {
16301
16301
  numeric: "auto",
16302
16302
  units: [
16303
16303
  "years",
@@ -22561,7 +22561,7 @@ function _create_class$r(Constructor, protoProps, staticProps) {
22561
22561
  if (staticProps) _defineProperties$r(Constructor, staticProps);
22562
22562
  return Constructor;
22563
22563
  }
22564
- function _define_property$3(obj, key, value) {
22564
+ function _define_property$4(obj, key, value) {
22565
22565
  if (key in obj) {
22566
22566
  Object.defineProperty(obj, key, {
22567
22567
  value: value,
@@ -22614,7 +22614,7 @@ function _non_iterable_rest$2() {
22614
22614
  function _non_iterable_spread$4() {
22615
22615
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
22616
22616
  }
22617
- function _object_spread$1(target) {
22617
+ function _object_spread$2(target) {
22618
22618
  for(var i = 1; i < arguments.length; i++){
22619
22619
  var source = arguments[i] != null ? arguments[i] : {};
22620
22620
  var ownKeys = Object.keys(source);
@@ -22624,12 +22624,12 @@ function _object_spread$1(target) {
22624
22624
  }));
22625
22625
  }
22626
22626
  ownKeys.forEach(function(key) {
22627
- _define_property$3(target, key, source[key]);
22627
+ _define_property$4(target, key, source[key]);
22628
22628
  });
22629
22629
  }
22630
22630
  return target;
22631
22631
  }
22632
- function ownKeys(object, enumerableOnly) {
22632
+ function ownKeys$1(object, enumerableOnly) {
22633
22633
  var keys = Object.keys(object);
22634
22634
  if (Object.getOwnPropertySymbols) {
22635
22635
  var symbols = Object.getOwnPropertySymbols(object);
@@ -22637,12 +22637,12 @@ function ownKeys(object, enumerableOnly) {
22637
22637
  }
22638
22638
  return keys;
22639
22639
  }
22640
- function _object_spread_props(target, source) {
22640
+ function _object_spread_props$1(target, source) {
22641
22641
  source = source != null ? source : {};
22642
22642
  if (Object.getOwnPropertyDescriptors) {
22643
22643
  Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
22644
22644
  } else {
22645
- ownKeys(Object(source)).forEach(function(key) {
22645
+ ownKeys$1(Object(source)).forEach(function(key) {
22646
22646
  Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
22647
22647
  });
22648
22648
  }
@@ -22835,14 +22835,14 @@ function indent(str, spaces) {
22835
22835
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
22836
22836
  // match is required
22837
22837
  if (!match) {
22838
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
22838
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
22839
22839
  v: nextMatch1
22840
22840
  };
22841
22841
  }
22842
22842
  var token = match.token, offset = match.offset;
22843
22843
  i1 += offset;
22844
22844
  if (token === ' ') {
22845
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
22845
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
22846
22846
  }
22847
22847
  tokens1 = _to_consumable_array$4(tokens1).concat([
22848
22848
  token
@@ -22861,7 +22861,7 @@ function indent(str, spaces) {
22861
22861
  if (contextKeys.some(function(el) {
22862
22862
  return el.startsWith(name);
22863
22863
  })) {
22864
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
22864
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
22865
22865
  }
22866
22866
  if (dateTimeIdentifiers.some(function(el) {
22867
22867
  return el === name;
@@ -22880,9 +22880,9 @@ function indent(str, spaces) {
22880
22880
  if (dateTimeIdentifiers.some(function(el) {
22881
22881
  return el.startsWith(name);
22882
22882
  })) {
22883
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
22883
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
22884
22884
  }
22885
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
22885
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
22886
22886
  v: nextMatch1
22887
22887
  };
22888
22888
  };
@@ -22894,7 +22894,7 @@ function indent(str, spaces) {
22894
22894
  }
22895
22895
  }
22896
22896
  var _obj;
22897
- var identifiersMap = (_obj = {}, _define_property$3(_obj, identifier, 'identifier'), _define_property$3(_obj, nameIdentifier, 'nameIdentifier'), _obj);
22897
+ var identifiersMap = (_obj = {}, _define_property$4(_obj, identifier, 'identifier'), _define_property$4(_obj, nameIdentifier, 'nameIdentifier'), _obj);
22898
22898
  var identifiers = new ExternalTokenizer(function(input, stack) {
22899
22899
  LOG_PARSE_DEBUG && console.log('%s: T <identifier | nameIdentifier>', input.pos);
22900
22900
  var nameMatch = parseName(input, stack.context);
@@ -22943,11 +22943,11 @@ var insertSemicolon = new ExternalTokenizer(function(input, stack) {
22943
22943
  }
22944
22944
  });
22945
22945
  var _obj1;
22946
- var prefixedContextStarts = (_obj1 = {}, _define_property$3(_obj1, functionInvocationStart, 'FunctionInvocation'), _define_property$3(_obj1, filterExpressionStart, 'FilterExpression'), _define_property$3(_obj1, pathExpressionStart, 'PathExpression'), _obj1);
22946
+ var prefixedContextStarts = (_obj1 = {}, _define_property$4(_obj1, functionInvocationStart, 'FunctionInvocation'), _define_property$4(_obj1, filterExpressionStart, 'FilterExpression'), _define_property$4(_obj1, pathExpressionStart, 'PathExpression'), _obj1);
22947
22947
  var _obj2;
22948
- var contextStarts = (_obj2 = {}, _define_property$3(_obj2, contextStart, 'Context'), _define_property$3(_obj2, functionDefinitionStart, 'FunctionDefinition'), _define_property$3(_obj2, forExpressionStart, 'ForExpression'), _define_property$3(_obj2, listStart, 'List'), _define_property$3(_obj2, ifExpressionStart, 'IfExpression'), _define_property$3(_obj2, quantifiedExpressionStart, 'QuantifiedExpression'), _obj2);
22948
+ var contextStarts = (_obj2 = {}, _define_property$4(_obj2, contextStart, 'Context'), _define_property$4(_obj2, functionDefinitionStart, 'FunctionDefinition'), _define_property$4(_obj2, forExpressionStart, 'ForExpression'), _define_property$4(_obj2, listStart, 'List'), _define_property$4(_obj2, ifExpressionStart, 'IfExpression'), _define_property$4(_obj2, quantifiedExpressionStart, 'QuantifiedExpression'), _obj2);
22949
22949
  var _obj3;
22950
- var contextEnds = (_obj3 = {}, _define_property$3(_obj3, Context, 'Context'), _define_property$3(_obj3, FunctionDefinition, 'FunctionDefinition'), _define_property$3(_obj3, ForExpression, 'ForExpression'), _define_property$3(_obj3, List, 'List'), _define_property$3(_obj3, IfExpression, 'IfExpression'), _define_property$3(_obj3, QuantifiedExpression, 'QuantifiedExpression'), _define_property$3(_obj3, PathExpression, 'PathExpression'), _define_property$3(_obj3, FunctionInvocation, 'FunctionInvocation'), _define_property$3(_obj3, FilterExpression, 'FilterExpression'), _define_property$3(_obj3, ArithmeticExpression, 'ArithmeticExpression'), _obj3);
22950
+ var contextEnds = (_obj3 = {}, _define_property$4(_obj3, Context, 'Context'), _define_property$4(_obj3, FunctionDefinition, 'FunctionDefinition'), _define_property$4(_obj3, ForExpression, 'ForExpression'), _define_property$4(_obj3, List, 'List'), _define_property$4(_obj3, IfExpression, 'IfExpression'), _define_property$4(_obj3, QuantifiedExpression, 'QuantifiedExpression'), _define_property$4(_obj3, PathExpression, 'PathExpression'), _define_property$4(_obj3, FunctionInvocation, 'FunctionInvocation'), _define_property$4(_obj3, FilterExpression, 'FilterExpression'), _define_property$4(_obj3, ArithmeticExpression, 'ArithmeticExpression'), _obj3);
22951
22951
  /**
22952
22952
  * A simple producer that retrievs a value from
22953
22953
  * a given context. Used to lazily take things.
@@ -23035,7 +23035,7 @@ var dateTimeIdentifiers = Object.keys(dateTimeLiterals);
23035
23035
  */ key: "set",
23036
23036
  value: function set(key, value) {
23037
23037
  var constructor = /** @type { typeof VariableContext } */ this.constructor;
23038
- return constructor.of(_object_spread_props(_object_spread$1({}, this.value), _define_property$3({}, key, value)));
23038
+ return constructor.of(_object_spread_props$1(_object_spread$2({}, this.value), _define_property$4({}, key, value)));
23039
23039
  }
23040
23040
  },
23041
23041
  {
@@ -23099,7 +23099,7 @@ var dateTimeIdentifiers = Object.keys(dateTimeLiterals);
23099
23099
  if ((typeof context === "undefined" ? "undefined" : _type_of$z(context)) !== 'object') {
23100
23100
  return {};
23101
23101
  }
23102
- return _object_spread$1({}, context);
23102
+ return _object_spread$2({}, context);
23103
23103
  }
23104
23104
  },
23105
23105
  {
@@ -23117,13 +23117,13 @@ var dateTimeIdentifiers = Object.keys(dateTimeLiterals);
23117
23117
  return reduce$1(this.__unwrap(other), function(merged, value, key) {
23118
23118
  if (_instanceof$f(value, ValueProducer)) {
23119
23119
  // keep value producers in tact
23120
- return _object_spread_props(_object_spread$1({}, merged), _define_property$3({}, key, value));
23120
+ return _object_spread_props$1(_object_spread$2({}, merged), _define_property$4({}, key, value));
23121
23121
  }
23122
23122
  value = _this.__unwrap(value);
23123
23123
  if (has$2(merged, key)) {
23124
23124
  value = _this.__merge(_this.__unwrap(merged[key]), value);
23125
23125
  }
23126
- return _object_spread_props(_object_spread$1({}, merged), _define_property$3({}, key, value));
23126
+ return _object_spread_props$1(_object_spread$2({}, merged), _define_property$4({}, key, value));
23127
23127
  }, this.__unwrap(context));
23128
23128
  }
23129
23129
  }
@@ -23342,7 +23342,7 @@ var Variables = /*#__PURE__*/ function() {
23342
23342
  */ key: "assign",
23343
23343
  value: function assign() {
23344
23344
  var options = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
23345
- return Variables.of(_object_spread$1({}, this, options));
23345
+ return Variables.of(_object_spread$2({}, this, options));
23346
23346
  }
23347
23347
  },
23348
23348
  {
@@ -23357,7 +23357,7 @@ var Variables = /*#__PURE__*/ function() {
23357
23357
  context: this.context,
23358
23358
  parent: this.parent
23359
23359
  };
23360
- return Variables.of(_object_spread$1({}, defaultOptions, options));
23360
+ return Variables.of(_object_spread$2({}, defaultOptions, options));
23361
23361
  }
23362
23362
  }
23363
23363
  ], [
@@ -23840,7 +23840,7 @@ function _create_class$q(Constructor, protoProps, staticProps) {
23840
23840
  if (protoProps) _defineProperties$q(Constructor.prototype, protoProps);
23841
23841
  return Constructor;
23842
23842
  }
23843
- function _define_property$2(obj, key, value) {
23843
+ function _define_property$3(obj, key, value) {
23844
23844
  if (key in obj) {
23845
23845
  Object.defineProperty(obj, key, {
23846
23846
  value: value,
@@ -25147,7 +25147,7 @@ var builtins = {
25147
25147
  if (key in context) {
25148
25148
  return FALSE;
25149
25149
  }
25150
- return Object.assign(Object.assign({}, context), _define_property$2({}, entry.key, entry.value));
25150
+ return Object.assign(Object.assign({}, context), _define_property$3({}, entry.key, entry.value));
25151
25151
  }, {});
25152
25152
  if (context === FALSE) {
25153
25153
  return null;
@@ -25200,7 +25200,7 @@ var builtins = {
25200
25200
  return null;
25201
25201
  }
25202
25202
  }
25203
- return Object.assign(Object.assign({}, context), _define_property$2({}, key, value));
25203
+ return Object.assign(Object.assign({}, context), _define_property$3({}, key, value));
25204
25204
  }
25205
25205
  function matches(a, b) {
25206
25206
  return a === b;
@@ -25920,7 +25920,7 @@ function evalNode(node, input, args) {
25920
25920
  return function(context) {
25921
25921
  return args.slice(1, -1).reduce(function(obj, arg) {
25922
25922
  var _arg = _sliced_to_array$1(arg(Object.assign(Object.assign({}, context), obj)), 2), key = _arg[0], value = _arg[1];
25923
- return Object.assign(Object.assign({}, obj), _define_property$2({}, key, value));
25923
+ return Object.assign(Object.assign({}, obj), _define_property$3({}, key, value));
25924
25924
  }, {});
25925
25925
  };
25926
25926
  case 'FunctionBody':
@@ -26417,7 +26417,7 @@ function extractValue(context, prop, _target) {
26417
26417
  'range'
26418
26418
  ].includes(getType(target))) {
26419
26419
  return target.map(function(t) {
26420
- return _define_property$2({}, prop, t);
26420
+ return _define_property$3({}, prop, t);
26421
26421
  });
26422
26422
  }
26423
26423
  return null;
@@ -42242,7 +42242,7 @@ function _class_call_check$1(instance, Constructor) {
42242
42242
  throw new TypeError("Cannot call a class as a function");
42243
42243
  }
42244
42244
  }
42245
- function _define_property$1(obj, key, value) {
42245
+ function _define_property$2(obj, key, value) {
42246
42246
  if (key in obj) {
42247
42247
  Object.defineProperty(obj, key, {
42248
42248
  value: value,
@@ -42322,7 +42322,7 @@ var CelParser = /*#__PURE__*/ function(CstParser) {
42322
42322
  _class_call_check$1(this, CelParser);
42323
42323
  var _this;
42324
42324
  _this = _super.call(this, allTokens);
42325
- _define_property$1(_assert_this_initialized$1(_this), "expr", _this.RULE('expr', function() {
42325
+ _define_property$2(_assert_this_initialized$1(_this), "expr", _this.RULE('expr', function() {
42326
42326
  _this.SUBRULE(_this.conditionalOr, {
42327
42327
  LABEL: 'conditionalOr'
42328
42328
  });
@@ -42337,7 +42337,7 @@ var CelParser = /*#__PURE__*/ function(CstParser) {
42337
42337
  });
42338
42338
  });
42339
42339
  }));
42340
- _define_property$1(_assert_this_initialized$1(_this), "conditionalAnd", _this.RULE('conditionalAnd', function() {
42340
+ _define_property$2(_assert_this_initialized$1(_this), "conditionalAnd", _this.RULE('conditionalAnd', function() {
42341
42341
  _this.SUBRULE(_this.relation, {
42342
42342
  LABEL: 'lhs'
42343
42343
  });
@@ -42348,7 +42348,7 @@ var CelParser = /*#__PURE__*/ function(CstParser) {
42348
42348
  });
42349
42349
  });
42350
42350
  }));
42351
- _define_property$1(_assert_this_initialized$1(_this), "conditionalOr", _this.RULE('conditionalOr', function() {
42351
+ _define_property$2(_assert_this_initialized$1(_this), "conditionalOr", _this.RULE('conditionalOr', function() {
42352
42352
  _this.SUBRULE(_this.conditionalAnd, {
42353
42353
  LABEL: 'lhs'
42354
42354
  });
@@ -42359,7 +42359,7 @@ var CelParser = /*#__PURE__*/ function(CstParser) {
42359
42359
  });
42360
42360
  });
42361
42361
  }));
42362
- _define_property$1(_assert_this_initialized$1(_this), "relation", _this.RULE('relation', function() {
42362
+ _define_property$2(_assert_this_initialized$1(_this), "relation", _this.RULE('relation', function() {
42363
42363
  _this.SUBRULE(_this.addition, {
42364
42364
  LABEL: 'lhs'
42365
42365
  });
@@ -42370,7 +42370,7 @@ var CelParser = /*#__PURE__*/ function(CstParser) {
42370
42370
  });
42371
42371
  });
42372
42372
  }));
42373
- _define_property$1(_assert_this_initialized$1(_this), "addition", _this.RULE('addition', function() {
42373
+ _define_property$2(_assert_this_initialized$1(_this), "addition", _this.RULE('addition', function() {
42374
42374
  _this.SUBRULE(_this.multiplication, {
42375
42375
  LABEL: 'lhs'
42376
42376
  });
@@ -42381,7 +42381,7 @@ var CelParser = /*#__PURE__*/ function(CstParser) {
42381
42381
  });
42382
42382
  });
42383
42383
  }));
42384
- _define_property$1(_assert_this_initialized$1(_this), "multiplication", _this.RULE('multiplication', function() {
42384
+ _define_property$2(_assert_this_initialized$1(_this), "multiplication", _this.RULE('multiplication', function() {
42385
42385
  _this.SUBRULE(_this.unaryExpression, {
42386
42386
  LABEL: 'lhs'
42387
42387
  });
@@ -42392,13 +42392,13 @@ var CelParser = /*#__PURE__*/ function(CstParser) {
42392
42392
  });
42393
42393
  });
42394
42394
  }));
42395
- _define_property$1(_assert_this_initialized$1(_this), "unaryExpression", _this.RULE('unaryExpression', function() {
42395
+ _define_property$2(_assert_this_initialized$1(_this), "unaryExpression", _this.RULE('unaryExpression', function() {
42396
42396
  _this.MANY(function() {
42397
42397
  _this.CONSUME(UnaryOperator);
42398
42398
  });
42399
42399
  _this.SUBRULE(_this.atomicExpression);
42400
42400
  }));
42401
- _define_property$1(_assert_this_initialized$1(_this), "parenthesisExpression", _this.RULE('parenthesisExpression', function() {
42401
+ _define_property$2(_assert_this_initialized$1(_this), "parenthesisExpression", _this.RULE('parenthesisExpression', function() {
42402
42402
  _this.CONSUME(OpenParenthesis, {
42403
42403
  LABEL: 'open'
42404
42404
  });
@@ -42407,7 +42407,7 @@ var CelParser = /*#__PURE__*/ function(CstParser) {
42407
42407
  LABEL: 'close'
42408
42408
  });
42409
42409
  }));
42410
- _define_property$1(_assert_this_initialized$1(_this), "listExpression", _this.RULE('listExpression', function() {
42410
+ _define_property$2(_assert_this_initialized$1(_this), "listExpression", _this.RULE('listExpression', function() {
42411
42411
  _this.CONSUME(OpenBracket);
42412
42412
  _this.OPTION(function() {
42413
42413
  _this.SUBRULE(_this.expr, {
@@ -42427,7 +42427,7 @@ var CelParser = /*#__PURE__*/ function(CstParser) {
42427
42427
  });
42428
42428
  });
42429
42429
  }));
42430
- _define_property$1(_assert_this_initialized$1(_this), "mapExpression", _this.RULE('mapExpression', function() {
42430
+ _define_property$2(_assert_this_initialized$1(_this), "mapExpression", _this.RULE('mapExpression', function() {
42431
42431
  _this.CONSUME(OpenCurlyBracket);
42432
42432
  _this.MANY(function() {
42433
42433
  _this.SUBRULE(_this.mapKeyValues, {
@@ -42452,7 +42452,7 @@ var CelParser = /*#__PURE__*/ function(CstParser) {
42452
42452
  ]);
42453
42453
  });
42454
42454
  }));
42455
- _define_property$1(_assert_this_initialized$1(_this), "mapKeyValues", _this.RULE('mapKeyValues', function() {
42455
+ _define_property$2(_assert_this_initialized$1(_this), "mapKeyValues", _this.RULE('mapKeyValues', function() {
42456
42456
  _this.SUBRULE(_this.expr, {
42457
42457
  LABEL: 'key'
42458
42458
  });
@@ -42464,7 +42464,7 @@ var CelParser = /*#__PURE__*/ function(CstParser) {
42464
42464
  _this.CONSUME(Comma);
42465
42465
  });
42466
42466
  }));
42467
- _define_property$1(_assert_this_initialized$1(_this), "macrosExpression", _this.RULE('macrosExpression', function() {
42467
+ _define_property$2(_assert_this_initialized$1(_this), "macrosExpression", _this.RULE('macrosExpression', function() {
42468
42468
  _this.CONSUME(Identifier);
42469
42469
  _this.CONSUME(OpenParenthesis);
42470
42470
  _this.OPTION(function() {
@@ -42480,7 +42480,7 @@ var CelParser = /*#__PURE__*/ function(CstParser) {
42480
42480
  });
42481
42481
  _this.CONSUME(CloseParenthesis);
42482
42482
  }));
42483
- _define_property$1(_assert_this_initialized$1(_this), "identifierExpression", _this.RULE('identifierExpression', function() {
42483
+ _define_property$2(_assert_this_initialized$1(_this), "identifierExpression", _this.RULE('identifierExpression', function() {
42484
42484
  _this.CONSUME(Identifier);
42485
42485
  _this.MANY(function() {
42486
42486
  _this.OR([
@@ -42499,7 +42499,7 @@ var CelParser = /*#__PURE__*/ function(CstParser) {
42499
42499
  ]);
42500
42500
  });
42501
42501
  }));
42502
- _define_property$1(_assert_this_initialized$1(_this), "identifierDotExpression", _this.RULE('identifierDotExpression', function() {
42502
+ _define_property$2(_assert_this_initialized$1(_this), "identifierDotExpression", _this.RULE('identifierDotExpression', function() {
42503
42503
  _this.CONSUME(Dot);
42504
42504
  _this.CONSUME(Identifier);
42505
42505
  // Optional method call with arguments (for collection macros)
@@ -42519,12 +42519,12 @@ var CelParser = /*#__PURE__*/ function(CstParser) {
42519
42519
  _this.CONSUME(CloseParenthesis);
42520
42520
  });
42521
42521
  }));
42522
- _define_property$1(_assert_this_initialized$1(_this), "indexExpression", _this.RULE('indexExpression', function() {
42522
+ _define_property$2(_assert_this_initialized$1(_this), "indexExpression", _this.RULE('indexExpression', function() {
42523
42523
  _this.CONSUME(OpenBracket);
42524
42524
  _this.SUBRULE(_this.expr);
42525
42525
  _this.CONSUME(CloseBracket);
42526
42526
  }));
42527
- _define_property$1(_assert_this_initialized$1(_this), "atomicExpression", _this.RULE('atomicExpression', function() {
42527
+ _define_property$2(_assert_this_initialized$1(_this), "atomicExpression", _this.RULE('atomicExpression', function() {
42528
42528
  _this.OR([
42529
42529
  {
42530
42530
  ALT: function() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-debug",
3
- "version": "0.117.6",
3
+ "version": "0.117.8",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",