react-markup 0.0.0-experimental-e9638c33-20250721 → 0.0.0-experimental-7513996f-20250722

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.
@@ -9792,5 +9792,5 @@
9792
9792
  });
9793
9793
  });
9794
9794
  };
9795
- exports.version = "19.2.0-experimental-e9638c33-20250721";
9795
+ exports.version = "19.2.0-experimental-7513996f-20250722";
9796
9796
  })();
@@ -6757,4 +6757,4 @@ exports.experimental_renderToHTML = function (children, options) {
6757
6757
  });
6758
6758
  });
6759
6759
  };
6760
- exports.version = "19.2.0-experimental-e9638c33-20250721";
6760
+ exports.version = "19.2.0-experimental-7513996f-20250722";
@@ -1582,6 +1582,9 @@
1582
1582
  Component,
1583
1583
  props
1584
1584
  );
1585
+ task.debugOwner = componentDebugInfo;
1586
+ task.debugStack = null;
1587
+ task.debugTask = null;
1585
1588
  Component = task.keyPath;
1586
1589
  componentDebugInfo = task.implicitSlot;
1587
1590
  null !== key
@@ -4601,25 +4604,37 @@
4601
4604
  function getIOShortName(ioInfo, description, env, rootEnv) {
4602
4605
  ioInfo = ioInfo.name;
4603
4606
  env = env === rootEnv || void 0 === env ? "" : " [" + env + "]";
4604
- rootEnv = "";
4605
- var descMaxLength = 30 - ioInfo.length - env.length;
4606
- if (1 < descMaxLength) {
4607
+ var desc = "";
4608
+ rootEnv = 30 - ioInfo.length - env.length;
4609
+ if (1 < rootEnv) {
4607
4610
  var l = description.length;
4608
- if (0 < l && l <= descMaxLength) rootEnv = " (" + description + ")";
4611
+ if (0 < l && l <= rootEnv) desc = " (" + description + ")";
4609
4612
  else if (
4610
4613
  description.startsWith("http://") ||
4611
4614
  description.startsWith("https://") ||
4612
4615
  description.startsWith("/")
4613
4616
  ) {
4614
- l = description.indexOf("?");
4615
- -1 === l && (l = description.length);
4616
- 47 === description.charCodeAt(l - 1) && l--;
4617
- var slashIdx = description.lastIndexOf("/", l - 1);
4618
- l - slashIdx < descMaxLength &&
4619
- (rootEnv = " (" + description.slice(slashIdx + 1, l) + ")");
4617
+ var queryIdx = description.indexOf("?");
4618
+ -1 === queryIdx && (queryIdx = description.length);
4619
+ 47 === description.charCodeAt(queryIdx - 1) && queryIdx--;
4620
+ desc = description.lastIndexOf("/", queryIdx - 1);
4621
+ queryIdx - desc < rootEnv
4622
+ ? (desc = " (\u2026" + description.slice(desc, queryIdx) + ")")
4623
+ : ((l = description.slice(desc, desc + rootEnv / 2)),
4624
+ (description = description.slice(
4625
+ queryIdx - rootEnv / 2,
4626
+ queryIdx
4627
+ )),
4628
+ (desc =
4629
+ " (" +
4630
+ (0 < desc ? "\u2026" : "") +
4631
+ l +
4632
+ "\u2026" +
4633
+ description +
4634
+ ")"));
4620
4635
  }
4621
4636
  }
4622
- return ioInfo + rootEnv + env;
4637
+ return ioInfo + desc + env;
4623
4638
  }
4624
4639
  function logComponentAwait(
4625
4640
  asyncInfo,
@@ -16351,11 +16366,11 @@
16351
16366
  flushedByteSize = 0;
16352
16367
  exports.experimental_renderToHTML = function (children, options) {
16353
16368
  return new Promise(function (resolve, reject) {
16354
- var JSCompiler_object_inline__rowState_1637 = 0,
16355
- JSCompiler_object_inline__rowID_1638 = 0,
16356
- JSCompiler_object_inline__rowTag_1639 = 0,
16357
- JSCompiler_object_inline__rowLength_1640 = 0,
16358
- JSCompiler_object_inline__buffer_1641 = [],
16369
+ var JSCompiler_object_inline__rowState_1625 = 0,
16370
+ JSCompiler_object_inline__rowID_1626 = 0,
16371
+ JSCompiler_object_inline__rowTag_1627 = 0,
16372
+ JSCompiler_object_inline__rowLength_1628 = 0,
16373
+ JSCompiler_object_inline__buffer_1629 = [],
16359
16374
  buffer = "",
16360
16375
  stashErrorIdx = 1,
16361
16376
  stashedErrors = new Map(),
@@ -16455,10 +16470,10 @@
16455
16470
  for (
16456
16471
  var response = unwrapWeakResponse(flightResponse),
16457
16472
  i = 0,
16458
- rowState = JSCompiler_object_inline__rowState_1637,
16459
- rowID = JSCompiler_object_inline__rowID_1638,
16460
- rowTag = JSCompiler_object_inline__rowTag_1639,
16461
- rowLength = JSCompiler_object_inline__rowLength_1640,
16473
+ rowState = JSCompiler_object_inline__rowState_1625,
16474
+ rowID = JSCompiler_object_inline__rowID_1626,
16475
+ rowTag = JSCompiler_object_inline__rowTag_1627,
16476
+ rowLength = JSCompiler_object_inline__rowLength_1628,
16462
16477
  chunkLength = chunk$jscomp$0.length;
16463
16478
  i < chunkLength;
16464
16479
 
@@ -16522,7 +16537,7 @@
16522
16537
  lastIdx = chunk$jscomp$0.length;
16523
16538
  }
16524
16539
  if (-1 < lastIdx) {
16525
- if (0 < JSCompiler_object_inline__buffer_1641.length)
16540
+ if (0 < JSCompiler_object_inline__buffer_1629.length)
16526
16541
  throw Error(
16527
16542
  "String chunks need to be passed in their original shape. Not split into smaller string chunks. This is a bug in the wiring of the React streams."
16528
16543
  );
@@ -16660,16 +16675,16 @@
16660
16675
  i = lastIdx;
16661
16676
  3 === rowState && i++;
16662
16677
  rowLength = rowID = rowTag = rowState = 0;
16663
- JSCompiler_object_inline__buffer_1641.length = 0;
16678
+ JSCompiler_object_inline__buffer_1629.length = 0;
16664
16679
  } else if (chunk$jscomp$0.length !== i)
16665
16680
  throw Error(
16666
16681
  "String chunks need to be passed in their original shape. Not split into smaller string chunks. This is a bug in the wiring of the React streams."
16667
16682
  );
16668
16683
  }
16669
- JSCompiler_object_inline__rowState_1637 = rowState;
16670
- JSCompiler_object_inline__rowID_1638 = rowID;
16671
- JSCompiler_object_inline__rowTag_1639 = rowTag;
16672
- JSCompiler_object_inline__rowLength_1640 = rowLength;
16684
+ JSCompiler_object_inline__rowState_1625 = rowState;
16685
+ JSCompiler_object_inline__rowID_1626 = rowID;
16686
+ JSCompiler_object_inline__rowTag_1627 = rowTag;
16687
+ JSCompiler_object_inline__rowLength_1628 = rowLength;
16673
16688
  }
16674
16689
  } else
16675
16690
  reportGlobalError(flightResponse, Error("Connection closed."));
@@ -16693,5 +16708,5 @@
16693
16708
  });
16694
16709
  });
16695
16710
  };
16696
- exports.version = "19.2.0-experimental-e9638c33-20250721";
16711
+ exports.version = "19.2.0-experimental-7513996f-20250722";
16697
16712
  })();
@@ -9919,4 +9919,4 @@ exports.experimental_renderToHTML = function (children, options) {
9919
9919
  });
9920
9920
  });
9921
9921
  };
9922
- exports.version = "19.2.0-experimental-e9638c33-20250721";
9922
+ exports.version = "19.2.0-experimental-7513996f-20250722";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-markup",
3
- "version": "0.0.0-experimental-e9638c33-20250721",
3
+ "version": "0.0.0-experimental-7513996f-20250722",
4
4
  "description": "React package generating embedded markup such as e-mails with support for Server Components.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "homepage": "https://react.dev/",
19
19
  "peerDependencies": {
20
- "react": "0.0.0-experimental-e9638c33-20250721"
20
+ "react": "0.0.0-experimental-7513996f-20250722"
21
21
  },
22
22
  "files": [
23
23
  "LICENSE",