Comparing version 19.0.0-rc-65903583-20240805 to 19.0.0-rc-65a56d0e-20241020
@@ -171,60 +171,60 @@ /** | ||
disableLogs(); | ||
var RunInRootFrame = { | ||
DetermineComponentFrameRoot: function () { | ||
try { | ||
if (construct) { | ||
var Fake = function () { | ||
throw Error(); | ||
}; | ||
Object.defineProperty(Fake.prototype, "props", { | ||
set: function () { | ||
try { | ||
var RunInRootFrame = { | ||
DetermineComponentFrameRoot: function () { | ||
try { | ||
if (construct) { | ||
var Fake = function () { | ||
throw Error(); | ||
}; | ||
Object.defineProperty(Fake.prototype, "props", { | ||
set: function () { | ||
throw Error(); | ||
} | ||
}); | ||
if ("object" === typeof Reflect && Reflect.construct) { | ||
try { | ||
Reflect.construct(Fake, []); | ||
} catch (x) { | ||
var control = x; | ||
} | ||
Reflect.construct(fn, [], Fake); | ||
} else { | ||
try { | ||
Fake.call(); | ||
} catch (x$0) { | ||
control = x$0; | ||
} | ||
fn.call(Fake.prototype); | ||
} | ||
}); | ||
if ("object" === typeof Reflect && Reflect.construct) { | ||
try { | ||
Reflect.construct(Fake, []); | ||
} catch (x) { | ||
var control = x; | ||
} | ||
Reflect.construct(fn, [], Fake); | ||
} else { | ||
try { | ||
Fake.call(); | ||
} catch (x$0) { | ||
control = x$0; | ||
throw Error(); | ||
} catch (x$1) { | ||
control = x$1; | ||
} | ||
fn.call(Fake.prototype); | ||
(Fake = fn()) && | ||
"function" === typeof Fake.catch && | ||
Fake.catch(function () {}); | ||
} | ||
} else { | ||
try { | ||
throw Error(); | ||
} catch (x$1) { | ||
control = x$1; | ||
} | ||
(Fake = fn()) && | ||
"function" === typeof Fake.catch && | ||
Fake.catch(function () {}); | ||
} catch (sample) { | ||
if (sample && control && "string" === typeof sample.stack) | ||
return [sample.stack, control.stack]; | ||
} | ||
} catch (sample) { | ||
if (sample && control && "string" === typeof sample.stack) | ||
return [sample.stack, control.stack]; | ||
return [null, null]; | ||
} | ||
return [null, null]; | ||
} | ||
}; | ||
RunInRootFrame.DetermineComponentFrameRoot.displayName = | ||
"DetermineComponentFrameRoot"; | ||
var namePropDescriptor = Object.getOwnPropertyDescriptor( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name" | ||
); | ||
namePropDescriptor && | ||
namePropDescriptor.configurable && | ||
Object.defineProperty( | ||
}; | ||
RunInRootFrame.DetermineComponentFrameRoot.displayName = | ||
"DetermineComponentFrameRoot"; | ||
var namePropDescriptor = Object.getOwnPropertyDescriptor( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name", | ||
{ value: "DetermineComponentFrameRoot" } | ||
"name" | ||
); | ||
try { | ||
namePropDescriptor && | ||
namePropDescriptor.configurable && | ||
Object.defineProperty( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name", | ||
{ value: "DetermineComponentFrameRoot" } | ||
); | ||
var _RunInRootFrame$Deter = | ||
@@ -238,5 +238,5 @@ RunInRootFrame.DetermineComponentFrameRoot(), | ||
for ( | ||
sampleStack = _RunInRootFrame$Deter = 0; | ||
_RunInRootFrame$Deter < sampleLines.length && | ||
!sampleLines[_RunInRootFrame$Deter].includes( | ||
_RunInRootFrame$Deter = namePropDescriptor = 0; | ||
namePropDescriptor < sampleLines.length && | ||
!sampleLines[namePropDescriptor].includes( | ||
"DetermineComponentFrameRoot" | ||
@@ -246,43 +246,47 @@ ); | ||
) | ||
_RunInRootFrame$Deter++; | ||
namePropDescriptor++; | ||
for ( | ||
; | ||
sampleStack < controlLines.length && | ||
!controlLines[sampleStack].includes("DetermineComponentFrameRoot"); | ||
_RunInRootFrame$Deter < controlLines.length && | ||
!controlLines[_RunInRootFrame$Deter].includes( | ||
"DetermineComponentFrameRoot" | ||
); | ||
) | ||
sampleStack++; | ||
_RunInRootFrame$Deter++; | ||
if ( | ||
_RunInRootFrame$Deter === sampleLines.length || | ||
sampleStack === controlLines.length | ||
namePropDescriptor === sampleLines.length || | ||
_RunInRootFrame$Deter === controlLines.length | ||
) | ||
for ( | ||
_RunInRootFrame$Deter = sampleLines.length - 1, | ||
sampleStack = controlLines.length - 1; | ||
1 <= _RunInRootFrame$Deter && | ||
0 <= sampleStack && | ||
sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack]; | ||
namePropDescriptor = sampleLines.length - 1, | ||
_RunInRootFrame$Deter = controlLines.length - 1; | ||
1 <= namePropDescriptor && | ||
0 <= _RunInRootFrame$Deter && | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter]; | ||
) | ||
sampleStack--; | ||
_RunInRootFrame$Deter--; | ||
for ( | ||
; | ||
1 <= _RunInRootFrame$Deter && 0 <= sampleStack; | ||
_RunInRootFrame$Deter--, sampleStack-- | ||
1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter; | ||
namePropDescriptor--, _RunInRootFrame$Deter-- | ||
) | ||
if ( | ||
sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack] | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter] | ||
) { | ||
if (1 !== _RunInRootFrame$Deter || 1 !== sampleStack) { | ||
if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) { | ||
do | ||
if ( | ||
(_RunInRootFrame$Deter--, | ||
sampleStack--, | ||
0 > sampleStack || | ||
sampleLines[_RunInRootFrame$Deter] !== | ||
controlLines[sampleStack]) | ||
(namePropDescriptor--, | ||
_RunInRootFrame$Deter--, | ||
0 > _RunInRootFrame$Deter || | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter]) | ||
) { | ||
var _frame = | ||
"\n" + | ||
sampleLines[_RunInRootFrame$Deter].replace( | ||
sampleLines[namePropDescriptor].replace( | ||
" at new ", | ||
@@ -298,3 +302,3 @@ " at " | ||
} | ||
while (1 <= _RunInRootFrame$Deter && 0 <= sampleStack); | ||
while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter); | ||
} | ||
@@ -301,0 +305,0 @@ break; |
@@ -171,60 +171,60 @@ /** | ||
disableLogs(); | ||
var RunInRootFrame = { | ||
DetermineComponentFrameRoot: function () { | ||
try { | ||
if (construct) { | ||
var Fake = function () { | ||
throw Error(); | ||
}; | ||
Object.defineProperty(Fake.prototype, "props", { | ||
set: function () { | ||
try { | ||
var RunInRootFrame = { | ||
DetermineComponentFrameRoot: function () { | ||
try { | ||
if (construct) { | ||
var Fake = function () { | ||
throw Error(); | ||
}; | ||
Object.defineProperty(Fake.prototype, "props", { | ||
set: function () { | ||
throw Error(); | ||
} | ||
}); | ||
if ("object" === typeof Reflect && Reflect.construct) { | ||
try { | ||
Reflect.construct(Fake, []); | ||
} catch (x) { | ||
var control = x; | ||
} | ||
Reflect.construct(fn, [], Fake); | ||
} else { | ||
try { | ||
Fake.call(); | ||
} catch (x$0) { | ||
control = x$0; | ||
} | ||
fn.call(Fake.prototype); | ||
} | ||
}); | ||
if ("object" === typeof Reflect && Reflect.construct) { | ||
try { | ||
Reflect.construct(Fake, []); | ||
} catch (x) { | ||
var control = x; | ||
} | ||
Reflect.construct(fn, [], Fake); | ||
} else { | ||
try { | ||
Fake.call(); | ||
} catch (x$0) { | ||
control = x$0; | ||
throw Error(); | ||
} catch (x$1) { | ||
control = x$1; | ||
} | ||
fn.call(Fake.prototype); | ||
(Fake = fn()) && | ||
"function" === typeof Fake.catch && | ||
Fake.catch(function () {}); | ||
} | ||
} else { | ||
try { | ||
throw Error(); | ||
} catch (x$1) { | ||
control = x$1; | ||
} | ||
(Fake = fn()) && | ||
"function" === typeof Fake.catch && | ||
Fake.catch(function () {}); | ||
} catch (sample) { | ||
if (sample && control && "string" === typeof sample.stack) | ||
return [sample.stack, control.stack]; | ||
} | ||
} catch (sample) { | ||
if (sample && control && "string" === typeof sample.stack) | ||
return [sample.stack, control.stack]; | ||
return [null, null]; | ||
} | ||
return [null, null]; | ||
} | ||
}; | ||
RunInRootFrame.DetermineComponentFrameRoot.displayName = | ||
"DetermineComponentFrameRoot"; | ||
var namePropDescriptor = Object.getOwnPropertyDescriptor( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name" | ||
); | ||
namePropDescriptor && | ||
namePropDescriptor.configurable && | ||
Object.defineProperty( | ||
}; | ||
RunInRootFrame.DetermineComponentFrameRoot.displayName = | ||
"DetermineComponentFrameRoot"; | ||
var namePropDescriptor = Object.getOwnPropertyDescriptor( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name", | ||
{ value: "DetermineComponentFrameRoot" } | ||
"name" | ||
); | ||
try { | ||
namePropDescriptor && | ||
namePropDescriptor.configurable && | ||
Object.defineProperty( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name", | ||
{ value: "DetermineComponentFrameRoot" } | ||
); | ||
var _RunInRootFrame$Deter = | ||
@@ -238,5 +238,5 @@ RunInRootFrame.DetermineComponentFrameRoot(), | ||
for ( | ||
sampleStack = _RunInRootFrame$Deter = 0; | ||
_RunInRootFrame$Deter < sampleLines.length && | ||
!sampleLines[_RunInRootFrame$Deter].includes( | ||
_RunInRootFrame$Deter = namePropDescriptor = 0; | ||
namePropDescriptor < sampleLines.length && | ||
!sampleLines[namePropDescriptor].includes( | ||
"DetermineComponentFrameRoot" | ||
@@ -246,43 +246,47 @@ ); | ||
) | ||
_RunInRootFrame$Deter++; | ||
namePropDescriptor++; | ||
for ( | ||
; | ||
sampleStack < controlLines.length && | ||
!controlLines[sampleStack].includes("DetermineComponentFrameRoot"); | ||
_RunInRootFrame$Deter < controlLines.length && | ||
!controlLines[_RunInRootFrame$Deter].includes( | ||
"DetermineComponentFrameRoot" | ||
); | ||
) | ||
sampleStack++; | ||
_RunInRootFrame$Deter++; | ||
if ( | ||
_RunInRootFrame$Deter === sampleLines.length || | ||
sampleStack === controlLines.length | ||
namePropDescriptor === sampleLines.length || | ||
_RunInRootFrame$Deter === controlLines.length | ||
) | ||
for ( | ||
_RunInRootFrame$Deter = sampleLines.length - 1, | ||
sampleStack = controlLines.length - 1; | ||
1 <= _RunInRootFrame$Deter && | ||
0 <= sampleStack && | ||
sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack]; | ||
namePropDescriptor = sampleLines.length - 1, | ||
_RunInRootFrame$Deter = controlLines.length - 1; | ||
1 <= namePropDescriptor && | ||
0 <= _RunInRootFrame$Deter && | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter]; | ||
) | ||
sampleStack--; | ||
_RunInRootFrame$Deter--; | ||
for ( | ||
; | ||
1 <= _RunInRootFrame$Deter && 0 <= sampleStack; | ||
_RunInRootFrame$Deter--, sampleStack-- | ||
1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter; | ||
namePropDescriptor--, _RunInRootFrame$Deter-- | ||
) | ||
if ( | ||
sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack] | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter] | ||
) { | ||
if (1 !== _RunInRootFrame$Deter || 1 !== sampleStack) { | ||
if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) { | ||
do | ||
if ( | ||
(_RunInRootFrame$Deter--, | ||
sampleStack--, | ||
0 > sampleStack || | ||
sampleLines[_RunInRootFrame$Deter] !== | ||
controlLines[sampleStack]) | ||
(namePropDescriptor--, | ||
_RunInRootFrame$Deter--, | ||
0 > _RunInRootFrame$Deter || | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter]) | ||
) { | ||
var _frame = | ||
"\n" + | ||
sampleLines[_RunInRootFrame$Deter].replace( | ||
sampleLines[namePropDescriptor].replace( | ||
" at new ", | ||
@@ -298,3 +302,3 @@ " at " | ||
} | ||
while (1 <= _RunInRootFrame$Deter && 0 <= sampleStack); | ||
while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter); | ||
} | ||
@@ -301,0 +305,0 @@ break; |
@@ -171,60 +171,60 @@ /** | ||
disableLogs(); | ||
var RunInRootFrame = { | ||
DetermineComponentFrameRoot: function () { | ||
try { | ||
if (construct) { | ||
var Fake = function () { | ||
throw Error(); | ||
}; | ||
Object.defineProperty(Fake.prototype, "props", { | ||
set: function () { | ||
try { | ||
var RunInRootFrame = { | ||
DetermineComponentFrameRoot: function () { | ||
try { | ||
if (construct) { | ||
var Fake = function () { | ||
throw Error(); | ||
}; | ||
Object.defineProperty(Fake.prototype, "props", { | ||
set: function () { | ||
throw Error(); | ||
} | ||
}); | ||
if ("object" === typeof Reflect && Reflect.construct) { | ||
try { | ||
Reflect.construct(Fake, []); | ||
} catch (x) { | ||
var control = x; | ||
} | ||
Reflect.construct(fn, [], Fake); | ||
} else { | ||
try { | ||
Fake.call(); | ||
} catch (x$0) { | ||
control = x$0; | ||
} | ||
fn.call(Fake.prototype); | ||
} | ||
}); | ||
if ("object" === typeof Reflect && Reflect.construct) { | ||
try { | ||
Reflect.construct(Fake, []); | ||
} catch (x) { | ||
var control = x; | ||
} | ||
Reflect.construct(fn, [], Fake); | ||
} else { | ||
try { | ||
Fake.call(); | ||
} catch (x$0) { | ||
control = x$0; | ||
throw Error(); | ||
} catch (x$1) { | ||
control = x$1; | ||
} | ||
fn.call(Fake.prototype); | ||
(Fake = fn()) && | ||
"function" === typeof Fake.catch && | ||
Fake.catch(function () {}); | ||
} | ||
} else { | ||
try { | ||
throw Error(); | ||
} catch (x$1) { | ||
control = x$1; | ||
} | ||
(Fake = fn()) && | ||
"function" === typeof Fake.catch && | ||
Fake.catch(function () {}); | ||
} catch (sample) { | ||
if (sample && control && "string" === typeof sample.stack) | ||
return [sample.stack, control.stack]; | ||
} | ||
} catch (sample) { | ||
if (sample && control && "string" === typeof sample.stack) | ||
return [sample.stack, control.stack]; | ||
return [null, null]; | ||
} | ||
return [null, null]; | ||
} | ||
}; | ||
RunInRootFrame.DetermineComponentFrameRoot.displayName = | ||
"DetermineComponentFrameRoot"; | ||
var namePropDescriptor = Object.getOwnPropertyDescriptor( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name" | ||
); | ||
namePropDescriptor && | ||
namePropDescriptor.configurable && | ||
Object.defineProperty( | ||
}; | ||
RunInRootFrame.DetermineComponentFrameRoot.displayName = | ||
"DetermineComponentFrameRoot"; | ||
var namePropDescriptor = Object.getOwnPropertyDescriptor( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name", | ||
{ value: "DetermineComponentFrameRoot" } | ||
"name" | ||
); | ||
try { | ||
namePropDescriptor && | ||
namePropDescriptor.configurable && | ||
Object.defineProperty( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name", | ||
{ value: "DetermineComponentFrameRoot" } | ||
); | ||
var _RunInRootFrame$Deter = | ||
@@ -238,5 +238,5 @@ RunInRootFrame.DetermineComponentFrameRoot(), | ||
for ( | ||
sampleStack = _RunInRootFrame$Deter = 0; | ||
_RunInRootFrame$Deter < sampleLines.length && | ||
!sampleLines[_RunInRootFrame$Deter].includes( | ||
_RunInRootFrame$Deter = namePropDescriptor = 0; | ||
namePropDescriptor < sampleLines.length && | ||
!sampleLines[namePropDescriptor].includes( | ||
"DetermineComponentFrameRoot" | ||
@@ -246,43 +246,47 @@ ); | ||
) | ||
_RunInRootFrame$Deter++; | ||
namePropDescriptor++; | ||
for ( | ||
; | ||
sampleStack < controlLines.length && | ||
!controlLines[sampleStack].includes("DetermineComponentFrameRoot"); | ||
_RunInRootFrame$Deter < controlLines.length && | ||
!controlLines[_RunInRootFrame$Deter].includes( | ||
"DetermineComponentFrameRoot" | ||
); | ||
) | ||
sampleStack++; | ||
_RunInRootFrame$Deter++; | ||
if ( | ||
_RunInRootFrame$Deter === sampleLines.length || | ||
sampleStack === controlLines.length | ||
namePropDescriptor === sampleLines.length || | ||
_RunInRootFrame$Deter === controlLines.length | ||
) | ||
for ( | ||
_RunInRootFrame$Deter = sampleLines.length - 1, | ||
sampleStack = controlLines.length - 1; | ||
1 <= _RunInRootFrame$Deter && | ||
0 <= sampleStack && | ||
sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack]; | ||
namePropDescriptor = sampleLines.length - 1, | ||
_RunInRootFrame$Deter = controlLines.length - 1; | ||
1 <= namePropDescriptor && | ||
0 <= _RunInRootFrame$Deter && | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter]; | ||
) | ||
sampleStack--; | ||
_RunInRootFrame$Deter--; | ||
for ( | ||
; | ||
1 <= _RunInRootFrame$Deter && 0 <= sampleStack; | ||
_RunInRootFrame$Deter--, sampleStack-- | ||
1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter; | ||
namePropDescriptor--, _RunInRootFrame$Deter-- | ||
) | ||
if ( | ||
sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack] | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter] | ||
) { | ||
if (1 !== _RunInRootFrame$Deter || 1 !== sampleStack) { | ||
if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) { | ||
do | ||
if ( | ||
(_RunInRootFrame$Deter--, | ||
sampleStack--, | ||
0 > sampleStack || | ||
sampleLines[_RunInRootFrame$Deter] !== | ||
controlLines[sampleStack]) | ||
(namePropDescriptor--, | ||
_RunInRootFrame$Deter--, | ||
0 > _RunInRootFrame$Deter || | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter]) | ||
) { | ||
var _frame = | ||
"\n" + | ||
sampleLines[_RunInRootFrame$Deter].replace( | ||
sampleLines[namePropDescriptor].replace( | ||
" at new ", | ||
@@ -298,3 +302,3 @@ " at " | ||
} | ||
while (1 <= _RunInRootFrame$Deter && 0 <= sampleStack); | ||
while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter); | ||
} | ||
@@ -301,0 +305,0 @@ break; |
@@ -171,60 +171,60 @@ /** | ||
disableLogs(); | ||
var RunInRootFrame = { | ||
DetermineComponentFrameRoot: function () { | ||
try { | ||
if (construct) { | ||
var Fake = function () { | ||
throw Error(); | ||
}; | ||
Object.defineProperty(Fake.prototype, "props", { | ||
set: function () { | ||
try { | ||
var RunInRootFrame = { | ||
DetermineComponentFrameRoot: function () { | ||
try { | ||
if (construct) { | ||
var Fake = function () { | ||
throw Error(); | ||
}; | ||
Object.defineProperty(Fake.prototype, "props", { | ||
set: function () { | ||
throw Error(); | ||
} | ||
}); | ||
if ("object" === typeof Reflect && Reflect.construct) { | ||
try { | ||
Reflect.construct(Fake, []); | ||
} catch (x) { | ||
var control = x; | ||
} | ||
Reflect.construct(fn, [], Fake); | ||
} else { | ||
try { | ||
Fake.call(); | ||
} catch (x$0) { | ||
control = x$0; | ||
} | ||
fn.call(Fake.prototype); | ||
} | ||
}); | ||
if ("object" === typeof Reflect && Reflect.construct) { | ||
try { | ||
Reflect.construct(Fake, []); | ||
} catch (x) { | ||
var control = x; | ||
} | ||
Reflect.construct(fn, [], Fake); | ||
} else { | ||
try { | ||
Fake.call(); | ||
} catch (x$0) { | ||
control = x$0; | ||
throw Error(); | ||
} catch (x$1) { | ||
control = x$1; | ||
} | ||
fn.call(Fake.prototype); | ||
(Fake = fn()) && | ||
"function" === typeof Fake.catch && | ||
Fake.catch(function () {}); | ||
} | ||
} else { | ||
try { | ||
throw Error(); | ||
} catch (x$1) { | ||
control = x$1; | ||
} | ||
(Fake = fn()) && | ||
"function" === typeof Fake.catch && | ||
Fake.catch(function () {}); | ||
} catch (sample) { | ||
if (sample && control && "string" === typeof sample.stack) | ||
return [sample.stack, control.stack]; | ||
} | ||
} catch (sample) { | ||
if (sample && control && "string" === typeof sample.stack) | ||
return [sample.stack, control.stack]; | ||
return [null, null]; | ||
} | ||
return [null, null]; | ||
} | ||
}; | ||
RunInRootFrame.DetermineComponentFrameRoot.displayName = | ||
"DetermineComponentFrameRoot"; | ||
var namePropDescriptor = Object.getOwnPropertyDescriptor( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name" | ||
); | ||
namePropDescriptor && | ||
namePropDescriptor.configurable && | ||
Object.defineProperty( | ||
}; | ||
RunInRootFrame.DetermineComponentFrameRoot.displayName = | ||
"DetermineComponentFrameRoot"; | ||
var namePropDescriptor = Object.getOwnPropertyDescriptor( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name", | ||
{ value: "DetermineComponentFrameRoot" } | ||
"name" | ||
); | ||
try { | ||
namePropDescriptor && | ||
namePropDescriptor.configurable && | ||
Object.defineProperty( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name", | ||
{ value: "DetermineComponentFrameRoot" } | ||
); | ||
var _RunInRootFrame$Deter = | ||
@@ -238,5 +238,5 @@ RunInRootFrame.DetermineComponentFrameRoot(), | ||
for ( | ||
sampleStack = _RunInRootFrame$Deter = 0; | ||
_RunInRootFrame$Deter < sampleLines.length && | ||
!sampleLines[_RunInRootFrame$Deter].includes( | ||
_RunInRootFrame$Deter = namePropDescriptor = 0; | ||
namePropDescriptor < sampleLines.length && | ||
!sampleLines[namePropDescriptor].includes( | ||
"DetermineComponentFrameRoot" | ||
@@ -246,43 +246,47 @@ ); | ||
) | ||
_RunInRootFrame$Deter++; | ||
namePropDescriptor++; | ||
for ( | ||
; | ||
sampleStack < controlLines.length && | ||
!controlLines[sampleStack].includes("DetermineComponentFrameRoot"); | ||
_RunInRootFrame$Deter < controlLines.length && | ||
!controlLines[_RunInRootFrame$Deter].includes( | ||
"DetermineComponentFrameRoot" | ||
); | ||
) | ||
sampleStack++; | ||
_RunInRootFrame$Deter++; | ||
if ( | ||
_RunInRootFrame$Deter === sampleLines.length || | ||
sampleStack === controlLines.length | ||
namePropDescriptor === sampleLines.length || | ||
_RunInRootFrame$Deter === controlLines.length | ||
) | ||
for ( | ||
_RunInRootFrame$Deter = sampleLines.length - 1, | ||
sampleStack = controlLines.length - 1; | ||
1 <= _RunInRootFrame$Deter && | ||
0 <= sampleStack && | ||
sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack]; | ||
namePropDescriptor = sampleLines.length - 1, | ||
_RunInRootFrame$Deter = controlLines.length - 1; | ||
1 <= namePropDescriptor && | ||
0 <= _RunInRootFrame$Deter && | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter]; | ||
) | ||
sampleStack--; | ||
_RunInRootFrame$Deter--; | ||
for ( | ||
; | ||
1 <= _RunInRootFrame$Deter && 0 <= sampleStack; | ||
_RunInRootFrame$Deter--, sampleStack-- | ||
1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter; | ||
namePropDescriptor--, _RunInRootFrame$Deter-- | ||
) | ||
if ( | ||
sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack] | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter] | ||
) { | ||
if (1 !== _RunInRootFrame$Deter || 1 !== sampleStack) { | ||
if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) { | ||
do | ||
if ( | ||
(_RunInRootFrame$Deter--, | ||
sampleStack--, | ||
0 > sampleStack || | ||
sampleLines[_RunInRootFrame$Deter] !== | ||
controlLines[sampleStack]) | ||
(namePropDescriptor--, | ||
_RunInRootFrame$Deter--, | ||
0 > _RunInRootFrame$Deter || | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter]) | ||
) { | ||
var _frame = | ||
"\n" + | ||
sampleLines[_RunInRootFrame$Deter].replace( | ||
sampleLines[namePropDescriptor].replace( | ||
" at new ", | ||
@@ -298,3 +302,3 @@ " at " | ||
} | ||
while (1 <= _RunInRootFrame$Deter && 0 <= sampleStack); | ||
while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter); | ||
} | ||
@@ -301,0 +305,0 @@ break; |
@@ -238,60 +238,60 @@ /** | ||
disableLogs(); | ||
var RunInRootFrame = { | ||
DetermineComponentFrameRoot: function () { | ||
try { | ||
if (construct) { | ||
var Fake = function () { | ||
throw Error(); | ||
}; | ||
Object.defineProperty(Fake.prototype, "props", { | ||
set: function () { | ||
try { | ||
var RunInRootFrame = { | ||
DetermineComponentFrameRoot: function () { | ||
try { | ||
if (construct) { | ||
var Fake = function () { | ||
throw Error(); | ||
}; | ||
Object.defineProperty(Fake.prototype, "props", { | ||
set: function () { | ||
throw Error(); | ||
} | ||
}); | ||
if ("object" === typeof Reflect && Reflect.construct) { | ||
try { | ||
Reflect.construct(Fake, []); | ||
} catch (x) { | ||
var control = x; | ||
} | ||
Reflect.construct(fn, [], Fake); | ||
} else { | ||
try { | ||
Fake.call(); | ||
} catch (x$0) { | ||
control = x$0; | ||
} | ||
fn.call(Fake.prototype); | ||
} | ||
}); | ||
if ("object" === typeof Reflect && Reflect.construct) { | ||
try { | ||
Reflect.construct(Fake, []); | ||
} catch (x) { | ||
var control = x; | ||
} | ||
Reflect.construct(fn, [], Fake); | ||
} else { | ||
try { | ||
Fake.call(); | ||
} catch (x$0) { | ||
control = x$0; | ||
throw Error(); | ||
} catch (x$1) { | ||
control = x$1; | ||
} | ||
fn.call(Fake.prototype); | ||
(Fake = fn()) && | ||
"function" === typeof Fake.catch && | ||
Fake.catch(function () {}); | ||
} | ||
} else { | ||
try { | ||
throw Error(); | ||
} catch (x$1) { | ||
control = x$1; | ||
} | ||
(Fake = fn()) && | ||
"function" === typeof Fake.catch && | ||
Fake.catch(function () {}); | ||
} catch (sample) { | ||
if (sample && control && "string" === typeof sample.stack) | ||
return [sample.stack, control.stack]; | ||
} | ||
} catch (sample) { | ||
if (sample && control && "string" === typeof sample.stack) | ||
return [sample.stack, control.stack]; | ||
return [null, null]; | ||
} | ||
return [null, null]; | ||
} | ||
}; | ||
RunInRootFrame.DetermineComponentFrameRoot.displayName = | ||
"DetermineComponentFrameRoot"; | ||
var namePropDescriptor = Object.getOwnPropertyDescriptor( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name" | ||
); | ||
namePropDescriptor && | ||
namePropDescriptor.configurable && | ||
Object.defineProperty( | ||
}; | ||
RunInRootFrame.DetermineComponentFrameRoot.displayName = | ||
"DetermineComponentFrameRoot"; | ||
var namePropDescriptor = Object.getOwnPropertyDescriptor( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name", | ||
{ value: "DetermineComponentFrameRoot" } | ||
"name" | ||
); | ||
try { | ||
namePropDescriptor && | ||
namePropDescriptor.configurable && | ||
Object.defineProperty( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name", | ||
{ value: "DetermineComponentFrameRoot" } | ||
); | ||
var _RunInRootFrame$Deter = | ||
@@ -305,5 +305,5 @@ RunInRootFrame.DetermineComponentFrameRoot(), | ||
for ( | ||
sampleStack = _RunInRootFrame$Deter = 0; | ||
_RunInRootFrame$Deter < sampleLines.length && | ||
!sampleLines[_RunInRootFrame$Deter].includes( | ||
_RunInRootFrame$Deter = namePropDescriptor = 0; | ||
namePropDescriptor < sampleLines.length && | ||
!sampleLines[namePropDescriptor].includes( | ||
"DetermineComponentFrameRoot" | ||
@@ -313,43 +313,47 @@ ); | ||
) | ||
_RunInRootFrame$Deter++; | ||
namePropDescriptor++; | ||
for ( | ||
; | ||
sampleStack < controlLines.length && | ||
!controlLines[sampleStack].includes("DetermineComponentFrameRoot"); | ||
_RunInRootFrame$Deter < controlLines.length && | ||
!controlLines[_RunInRootFrame$Deter].includes( | ||
"DetermineComponentFrameRoot" | ||
); | ||
) | ||
sampleStack++; | ||
_RunInRootFrame$Deter++; | ||
if ( | ||
_RunInRootFrame$Deter === sampleLines.length || | ||
sampleStack === controlLines.length | ||
namePropDescriptor === sampleLines.length || | ||
_RunInRootFrame$Deter === controlLines.length | ||
) | ||
for ( | ||
_RunInRootFrame$Deter = sampleLines.length - 1, | ||
sampleStack = controlLines.length - 1; | ||
1 <= _RunInRootFrame$Deter && | ||
0 <= sampleStack && | ||
sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack]; | ||
namePropDescriptor = sampleLines.length - 1, | ||
_RunInRootFrame$Deter = controlLines.length - 1; | ||
1 <= namePropDescriptor && | ||
0 <= _RunInRootFrame$Deter && | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter]; | ||
) | ||
sampleStack--; | ||
_RunInRootFrame$Deter--; | ||
for ( | ||
; | ||
1 <= _RunInRootFrame$Deter && 0 <= sampleStack; | ||
_RunInRootFrame$Deter--, sampleStack-- | ||
1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter; | ||
namePropDescriptor--, _RunInRootFrame$Deter-- | ||
) | ||
if ( | ||
sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack] | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter] | ||
) { | ||
if (1 !== _RunInRootFrame$Deter || 1 !== sampleStack) { | ||
if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) { | ||
do | ||
if ( | ||
(_RunInRootFrame$Deter--, | ||
sampleStack--, | ||
0 > sampleStack || | ||
sampleLines[_RunInRootFrame$Deter] !== | ||
controlLines[sampleStack]) | ||
(namePropDescriptor--, | ||
_RunInRootFrame$Deter--, | ||
0 > _RunInRootFrame$Deter || | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter]) | ||
) { | ||
var _frame = | ||
"\n" + | ||
sampleLines[_RunInRootFrame$Deter].replace( | ||
sampleLines[namePropDescriptor].replace( | ||
" at new ", | ||
@@ -365,3 +369,3 @@ " at " | ||
} | ||
while (1 <= _RunInRootFrame$Deter && 0 <= sampleStack); | ||
while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter); | ||
} | ||
@@ -1423,6 +1427,5 @@ break; | ||
var prevTransition = ReactSharedInternals.T, | ||
transition = {}; | ||
ReactSharedInternals.T = transition; | ||
var currentTransition = ReactSharedInternals.T; | ||
ReactSharedInternals.T._updatedFibers = new Set(); | ||
currentTransition = {}; | ||
ReactSharedInternals.T = currentTransition; | ||
currentTransition._updatedFibers = new Set(); | ||
try { | ||
@@ -1432,3 +1435,3 @@ var returnValue = scope(), | ||
null !== onStartTransitionFinish && | ||
onStartTransitionFinish(transition, returnValue); | ||
onStartTransitionFinish(currentTransition, returnValue); | ||
"object" === typeof returnValue && | ||
@@ -1526,3 +1529,3 @@ null !== returnValue && | ||
}; | ||
exports.version = "19.0.0-rc-65903583-20240805"; | ||
exports.version = "19.0.0-rc-65a56d0e-20241020"; | ||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && | ||
@@ -1529,0 +1532,0 @@ "function" === |
@@ -459,4 +459,4 @@ /** | ||
var prevTransition = ReactSharedInternals.T, | ||
transition = {}; | ||
ReactSharedInternals.T = transition; | ||
currentTransition = {}; | ||
ReactSharedInternals.T = currentTransition; | ||
try { | ||
@@ -466,3 +466,3 @@ var returnValue = scope(), | ||
null !== onStartTransitionFinish && | ||
onStartTransitionFinish(transition, returnValue); | ||
onStartTransitionFinish(currentTransition, returnValue); | ||
"object" === typeof returnValue && | ||
@@ -541,2 +541,2 @@ null !== returnValue && | ||
}; | ||
exports.version = "19.0.0-rc-65903583-20240805"; | ||
exports.version = "19.0.0-rc-65a56d0e-20241020"; |
@@ -200,60 +200,60 @@ /** | ||
disableLogs(); | ||
var RunInRootFrame = { | ||
DetermineComponentFrameRoot: function () { | ||
try { | ||
if (construct) { | ||
var Fake = function () { | ||
throw Error(); | ||
}; | ||
Object.defineProperty(Fake.prototype, "props", { | ||
set: function () { | ||
try { | ||
var RunInRootFrame = { | ||
DetermineComponentFrameRoot: function () { | ||
try { | ||
if (construct) { | ||
var Fake = function () { | ||
throw Error(); | ||
}; | ||
Object.defineProperty(Fake.prototype, "props", { | ||
set: function () { | ||
throw Error(); | ||
} | ||
}); | ||
if ("object" === typeof Reflect && Reflect.construct) { | ||
try { | ||
Reflect.construct(Fake, []); | ||
} catch (x) { | ||
var control = x; | ||
} | ||
Reflect.construct(fn, [], Fake); | ||
} else { | ||
try { | ||
Fake.call(); | ||
} catch (x$0) { | ||
control = x$0; | ||
} | ||
fn.call(Fake.prototype); | ||
} | ||
}); | ||
if ("object" === typeof Reflect && Reflect.construct) { | ||
try { | ||
Reflect.construct(Fake, []); | ||
} catch (x) { | ||
var control = x; | ||
} | ||
Reflect.construct(fn, [], Fake); | ||
} else { | ||
try { | ||
Fake.call(); | ||
} catch (x$0) { | ||
control = x$0; | ||
throw Error(); | ||
} catch (x$1) { | ||
control = x$1; | ||
} | ||
fn.call(Fake.prototype); | ||
(Fake = fn()) && | ||
"function" === typeof Fake.catch && | ||
Fake.catch(function () {}); | ||
} | ||
} else { | ||
try { | ||
throw Error(); | ||
} catch (x$1) { | ||
control = x$1; | ||
} | ||
(Fake = fn()) && | ||
"function" === typeof Fake.catch && | ||
Fake.catch(function () {}); | ||
} catch (sample) { | ||
if (sample && control && "string" === typeof sample.stack) | ||
return [sample.stack, control.stack]; | ||
} | ||
} catch (sample) { | ||
if (sample && control && "string" === typeof sample.stack) | ||
return [sample.stack, control.stack]; | ||
return [null, null]; | ||
} | ||
return [null, null]; | ||
} | ||
}; | ||
RunInRootFrame.DetermineComponentFrameRoot.displayName = | ||
"DetermineComponentFrameRoot"; | ||
var namePropDescriptor = Object.getOwnPropertyDescriptor( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name" | ||
); | ||
namePropDescriptor && | ||
namePropDescriptor.configurable && | ||
Object.defineProperty( | ||
}; | ||
RunInRootFrame.DetermineComponentFrameRoot.displayName = | ||
"DetermineComponentFrameRoot"; | ||
var namePropDescriptor = Object.getOwnPropertyDescriptor( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name", | ||
{ value: "DetermineComponentFrameRoot" } | ||
"name" | ||
); | ||
try { | ||
namePropDescriptor && | ||
namePropDescriptor.configurable && | ||
Object.defineProperty( | ||
RunInRootFrame.DetermineComponentFrameRoot, | ||
"name", | ||
{ value: "DetermineComponentFrameRoot" } | ||
); | ||
var _RunInRootFrame$Deter = | ||
@@ -267,5 +267,5 @@ RunInRootFrame.DetermineComponentFrameRoot(), | ||
for ( | ||
sampleStack = _RunInRootFrame$Deter = 0; | ||
_RunInRootFrame$Deter < sampleLines.length && | ||
!sampleLines[_RunInRootFrame$Deter].includes( | ||
_RunInRootFrame$Deter = namePropDescriptor = 0; | ||
namePropDescriptor < sampleLines.length && | ||
!sampleLines[namePropDescriptor].includes( | ||
"DetermineComponentFrameRoot" | ||
@@ -275,43 +275,47 @@ ); | ||
) | ||
_RunInRootFrame$Deter++; | ||
namePropDescriptor++; | ||
for ( | ||
; | ||
sampleStack < controlLines.length && | ||
!controlLines[sampleStack].includes("DetermineComponentFrameRoot"); | ||
_RunInRootFrame$Deter < controlLines.length && | ||
!controlLines[_RunInRootFrame$Deter].includes( | ||
"DetermineComponentFrameRoot" | ||
); | ||
) | ||
sampleStack++; | ||
_RunInRootFrame$Deter++; | ||
if ( | ||
_RunInRootFrame$Deter === sampleLines.length || | ||
sampleStack === controlLines.length | ||
namePropDescriptor === sampleLines.length || | ||
_RunInRootFrame$Deter === controlLines.length | ||
) | ||
for ( | ||
_RunInRootFrame$Deter = sampleLines.length - 1, | ||
sampleStack = controlLines.length - 1; | ||
1 <= _RunInRootFrame$Deter && | ||
0 <= sampleStack && | ||
sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack]; | ||
namePropDescriptor = sampleLines.length - 1, | ||
_RunInRootFrame$Deter = controlLines.length - 1; | ||
1 <= namePropDescriptor && | ||
0 <= _RunInRootFrame$Deter && | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter]; | ||
) | ||
sampleStack--; | ||
_RunInRootFrame$Deter--; | ||
for ( | ||
; | ||
1 <= _RunInRootFrame$Deter && 0 <= sampleStack; | ||
_RunInRootFrame$Deter--, sampleStack-- | ||
1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter; | ||
namePropDescriptor--, _RunInRootFrame$Deter-- | ||
) | ||
if ( | ||
sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack] | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter] | ||
) { | ||
if (1 !== _RunInRootFrame$Deter || 1 !== sampleStack) { | ||
if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) { | ||
do | ||
if ( | ||
(_RunInRootFrame$Deter--, | ||
sampleStack--, | ||
0 > sampleStack || | ||
sampleLines[_RunInRootFrame$Deter] !== | ||
controlLines[sampleStack]) | ||
(namePropDescriptor--, | ||
_RunInRootFrame$Deter--, | ||
0 > _RunInRootFrame$Deter || | ||
sampleLines[namePropDescriptor] !== | ||
controlLines[_RunInRootFrame$Deter]) | ||
) { | ||
var _frame = | ||
"\n" + | ||
sampleLines[_RunInRootFrame$Deter].replace( | ||
sampleLines[namePropDescriptor].replace( | ||
" at new ", | ||
@@ -327,3 +331,3 @@ " at " | ||
} | ||
while (1 <= _RunInRootFrame$Deter && 0 <= sampleStack); | ||
while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter); | ||
} | ||
@@ -1120,3 +1124,3 @@ break; | ||
}; | ||
exports.version = "19.0.0-rc-65903583-20240805"; | ||
exports.version = "19.0.0-rc-65a56d0e-20241020"; | ||
})(); |
@@ -427,2 +427,2 @@ /** | ||
}; | ||
exports.version = "19.0.0-rc-65903583-20240805"; | ||
exports.version = "19.0.0-rc-65a56d0e-20241020"; |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "19.0.0-rc-65903583-20240805", | ||
"version": "19.0.0-rc-65a56d0e-20241020", | ||
"homepage": "https://react.dev/", | ||
@@ -10,0 +10,0 @@ "bugs": "https://github.com/facebook/react/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
239066
6575