Skip to content

Commit

Permalink
test: update unpacker snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Aug 10, 2024
1 parent e853d04 commit 9d96c8f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7392,7 +7392,7 @@ function Lt(e) {
require < Tt.length;
require++
)
(r = Tt[n]).blockedOn === e && (r.blockedOn = null);
(r = Tt[require]).blockedOn === e && (r.blockedOn = null);
for (; 0 < Tt.length && null === (require = Tt[0]).blockedOn; )
jt(require), null === require.blockedOn && Tt.shift();
}
Expand Down Expand Up @@ -7908,9 +7908,9 @@ function Ln(e) {
if (e && e.dispatchConfig.phasedRegistrationNames) {
for (var t = e._targetInst, n = []; t; ) n.push(t), (t = Nn(t));
for (exports = require.length; 0 < exports--; )
An(require[t], "captured", e);
An(require[exports], "captured", e);
for (exports = 0; exports < require.length; exports++)
An(require[t], "bubbled", e);
An(require[exports], "bubbled", e);
}
}
function In(e, t, n) {
Expand Down

0 comments on commit 9d96c8f

Please sign in to comment.