File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23366,10 +23366,10 @@ var esDecorateHelper = {
23366
23366
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
23367
23367
if (_ = accept(result.get)) descriptor.get = _;
23368
23368
if (_ = accept(result.set)) descriptor.set = _;
23369
- if (_ = accept(result.init)) initializers.push (_);
23369
+ if (_ = accept(result.init)) initializers.unshift (_);
23370
23370
}
23371
23371
else if (_ = accept(result)) {
23372
- if (kind === "field") initializers.push (_);
23372
+ if (kind === "field") initializers.unshift (_);
23373
23373
else descriptor[key] = _;
23374
23374
}
23375
23375
}
Original file line number Diff line number Diff line change @@ -27617,10 +27617,10 @@ var esDecorateHelper = {
27617
27617
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
27618
27618
if (_ = accept(result.get)) descriptor.get = _;
27619
27619
if (_ = accept(result.set)) descriptor.set = _;
27620
- if (_ = accept(result.init)) initializers.push (_);
27620
+ if (_ = accept(result.init)) initializers.unshift (_);
27621
27621
}
27622
27622
else if (_ = accept(result)) {
27623
- if (kind === "field") initializers.push (_);
27623
+ if (kind === "field") initializers.unshift (_);
27624
27624
else descriptor[key] = _;
27625
27625
}
27626
27626
}
Original file line number Diff line number Diff line change @@ -25516,10 +25516,10 @@ ${lanes.join("\n")}
25516
25516
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
25517
25517
if (_ = accept(result.get)) descriptor.get = _;
25518
25518
if (_ = accept(result.set)) descriptor.set = _;
25519
- if (_ = accept(result.init)) initializers.push (_);
25519
+ if (_ = accept(result.init)) initializers.unshift (_);
25520
25520
}
25521
25521
else if (_ = accept(result)) {
25522
- if (kind === "field") initializers.push (_);
25522
+ if (kind === "field") initializers.unshift (_);
25523
25523
else descriptor[key] = _;
25524
25524
}
25525
25525
}
Original file line number Diff line number Diff line change @@ -25516,10 +25516,10 @@ ${lanes.join("\n")}
25516
25516
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
25517
25517
if (_ = accept(result.get)) descriptor.get = _;
25518
25518
if (_ = accept(result.set)) descriptor.set = _;
25519
- if (_ = accept(result.init)) initializers.push (_);
25519
+ if (_ = accept(result.init)) initializers.unshift (_);
25520
25520
}
25521
25521
else if (_ = accept(result)) {
25522
- if (kind === "field") initializers.push (_);
25522
+ if (kind === "field") initializers.unshift (_);
25523
25523
else descriptor[key] = _;
25524
25524
}
25525
25525
}
You can’t perform that action at this time.
0 commit comments