react-server-dom-turbopack 19.2.4 → 19.2.5

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.
@@ -4885,10 +4885,10 @@
4885
4885
  return hook.checkDCE ? !0 : !1;
4886
4886
  })({
4887
4887
  bundleType: 1,
4888
- version: "19.2.4",
4888
+ version: "19.2.5",
4889
4889
  rendererPackageName: "react-server-dom-turbopack",
4890
4890
  currentDispatcherRef: ReactSharedInternals,
4891
- reconcilerVersion: "19.2.4",
4891
+ reconcilerVersion: "19.2.5",
4892
4892
  getCurrentComponentInfo: function () {
4893
4893
  return currentOwnerInDEV;
4894
4894
  }
@@ -4387,23 +4387,20 @@
4387
4387
  function createMap(response, model) {
4388
4388
  if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
4389
4389
  if (!0 === model.$$consumed) throw Error("Already initialized Map.");
4390
- response = new Map(model);
4391
4390
  model.$$consumed = !0;
4392
- return response;
4391
+ return new Map(model);
4393
4392
  }
4394
4393
  function createSet(response, model) {
4395
4394
  if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
4396
4395
  if (!0 === model.$$consumed) throw Error("Already initialized Set.");
4397
- response = new Set(model);
4398
4396
  model.$$consumed = !0;
4399
- return response;
4397
+ return new Set(model);
4400
4398
  }
4401
4399
  function extractIterator(response, model) {
4402
4400
  if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
4403
4401
  if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
4404
- response = model[Symbol.iterator]();
4405
4402
  model.$$consumed = !0;
4406
- return response;
4403
+ return model[Symbol.iterator]();
4407
4404
  }
4408
4405
  function createModel(response, model, parentObject, key) {
4409
4406
  return "then" === key && "function" === typeof model ? null : model;
@@ -2796,23 +2796,20 @@ function getOutlinedModel(
2796
2796
  function createMap(response, model) {
2797
2797
  if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
2798
2798
  if (!0 === model.$$consumed) throw Error("Already initialized Map.");
2799
- response = new Map(model);
2800
2799
  model.$$consumed = !0;
2801
- return response;
2800
+ return new Map(model);
2802
2801
  }
2803
2802
  function createSet(response, model) {
2804
2803
  if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
2805
2804
  if (!0 === model.$$consumed) throw Error("Already initialized Set.");
2806
- response = new Set(model);
2807
2805
  model.$$consumed = !0;
2808
- return response;
2806
+ return new Set(model);
2809
2807
  }
2810
2808
  function extractIterator(response, model) {
2811
2809
  if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
2812
2810
  if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
2813
- response = model[Symbol.iterator]();
2814
2811
  model.$$consumed = !0;
2815
- return response;
2812
+ return model[Symbol.iterator]();
2816
2813
  }
2817
2814
  function createModel(response, model, parentObject, key) {
2818
2815
  return "then" === key && "function" === typeof model ? null : model;
@@ -4462,23 +4462,20 @@
4462
4462
  function createMap(response, model) {
4463
4463
  if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
4464
4464
  if (!0 === model.$$consumed) throw Error("Already initialized Map.");
4465
- response = new Map(model);
4466
4465
  model.$$consumed = !0;
4467
- return response;
4466
+ return new Map(model);
4468
4467
  }
4469
4468
  function createSet(response, model) {
4470
4469
  if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
4471
4470
  if (!0 === model.$$consumed) throw Error("Already initialized Set.");
4472
- response = new Set(model);
4473
4471
  model.$$consumed = !0;
4474
- return response;
4472
+ return new Set(model);
4475
4473
  }
4476
4474
  function extractIterator(response, model) {
4477
4475
  if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
4478
4476
  if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
4479
- response = model[Symbol.iterator]();
4480
4477
  model.$$consumed = !0;
4481
- return response;
4478
+ return model[Symbol.iterator]();
4482
4479
  }
4483
4480
  function createModel(response, model, parentObject, key) {
4484
4481
  return "then" === key && "function" === typeof model ? null : model;
@@ -2801,23 +2801,20 @@ function getOutlinedModel(
2801
2801
  function createMap(response, model) {
2802
2802
  if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
2803
2803
  if (!0 === model.$$consumed) throw Error("Already initialized Map.");
2804
- response = new Map(model);
2805
2804
  model.$$consumed = !0;
2806
- return response;
2805
+ return new Map(model);
2807
2806
  }
2808
2807
  function createSet(response, model) {
2809
2808
  if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
2810
2809
  if (!0 === model.$$consumed) throw Error("Already initialized Set.");
2811
- response = new Set(model);
2812
2810
  model.$$consumed = !0;
2813
- return response;
2811
+ return new Set(model);
2814
2812
  }
2815
2813
  function extractIterator(response, model) {
2816
2814
  if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
2817
2815
  if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
2818
- response = model[Symbol.iterator]();
2819
2816
  model.$$consumed = !0;
2820
- return response;
2817
+ return model[Symbol.iterator]();
2821
2818
  }
2822
2819
  function createModel(response, model, parentObject, key) {
2823
2820
  return "then" === key && "function" === typeof model ? null : model;
@@ -4865,23 +4865,20 @@
4865
4865
  function createMap(response, model) {
4866
4866
  if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
4867
4867
  if (!0 === model.$$consumed) throw Error("Already initialized Map.");
4868
- response = new Map(model);
4869
4868
  model.$$consumed = !0;
4870
- return response;
4869
+ return new Map(model);
4871
4870
  }
4872
4871
  function createSet(response, model) {
4873
4872
  if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
4874
4873
  if (!0 === model.$$consumed) throw Error("Already initialized Set.");
4875
- response = new Set(model);
4876
4874
  model.$$consumed = !0;
4877
- return response;
4875
+ return new Set(model);
4878
4876
  }
4879
4877
  function extractIterator(response, model) {
4880
4878
  if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
4881
4879
  if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
4882
- response = model[Symbol.iterator]();
4883
4880
  model.$$consumed = !0;
4884
- return response;
4881
+ return model[Symbol.iterator]();
4885
4882
  }
4886
4883
  function createModel(response, model, parentObject, key) {
4887
4884
  return "then" === key && "function" === typeof model ? null : model;
@@ -2830,23 +2830,20 @@ function getOutlinedModel(
2830
2830
  function createMap(response, model) {
2831
2831
  if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
2832
2832
  if (!0 === model.$$consumed) throw Error("Already initialized Map.");
2833
- response = new Map(model);
2834
2833
  model.$$consumed = !0;
2835
- return response;
2834
+ return new Map(model);
2836
2835
  }
2837
2836
  function createSet(response, model) {
2838
2837
  if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
2839
2838
  if (!0 === model.$$consumed) throw Error("Already initialized Set.");
2840
- response = new Set(model);
2841
2839
  model.$$consumed = !0;
2842
- return response;
2840
+ return new Set(model);
2843
2841
  }
2844
2842
  function extractIterator(response, model) {
2845
2843
  if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
2846
2844
  if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
2847
- response = model[Symbol.iterator]();
2848
2845
  model.$$consumed = !0;
2849
- return response;
2846
+ return model[Symbol.iterator]();
2850
2847
  }
2851
2848
  function createModel(response, model, parentObject, key) {
2852
2849
  return "then" === key && "function" === typeof model ? null : model;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-server-dom-turbopack",
3
3
  "description": "React Server Components bindings for DOM using Turbopack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
4
- "version": "19.2.4",
4
+ "version": "19.2.5",
5
5
  "keywords": [
6
6
  "react"
7
7
  ],
@@ -78,8 +78,8 @@
78
78
  "node": ">=0.10.0"
79
79
  },
80
80
  "peerDependencies": {
81
- "react": "^19.2.4",
82
- "react-dom": "^19.2.4"
81
+ "react": "^19.2.5",
82
+ "react-dom": "^19.2.5"
83
83
  },
84
84
  "dependencies": {
85
85
  "acorn-loose": "^8.3.0",