File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23366,10 +23366,10 @@ var esDecorateHelper = {
2336623366 if (result === null || typeof result !== "object") throw new TypeError("Object expected");
2336723367 if (_ = accept(result.get)) descriptor.get = _;
2336823368 if (_ = accept(result.set)) descriptor.set = _;
23369- if (_ = accept(result.init)) initializers.push (_);
23369+ if (_ = accept(result.init)) initializers.unshift (_);
2337023370 }
2337123371 else if (_ = accept(result)) {
23372- if (kind === "field") initializers.push (_);
23372+ if (kind === "field") initializers.unshift (_);
2337323373 else descriptor[key] = _;
2337423374 }
2337523375 }
Original file line number Diff line number Diff line change @@ -27617,10 +27617,10 @@ var esDecorateHelper = {
2761727617 if (result === null || typeof result !== "object") throw new TypeError("Object expected");
2761827618 if (_ = accept(result.get)) descriptor.get = _;
2761927619 if (_ = accept(result.set)) descriptor.set = _;
27620- if (_ = accept(result.init)) initializers.push (_);
27620+ if (_ = accept(result.init)) initializers.unshift (_);
2762127621 }
2762227622 else if (_ = accept(result)) {
27623- if (kind === "field") initializers.push (_);
27623+ if (kind === "field") initializers.unshift (_);
2762427624 else descriptor[key] = _;
2762527625 }
2762627626 }
Original file line number Diff line number Diff line change @@ -25516,10 +25516,10 @@ ${lanes.join("\n")}
2551625516 if (result === null || typeof result !== "object") throw new TypeError("Object expected");
2551725517 if (_ = accept(result.get)) descriptor.get = _;
2551825518 if (_ = accept(result.set)) descriptor.set = _;
25519- if (_ = accept(result.init)) initializers.push (_);
25519+ if (_ = accept(result.init)) initializers.unshift (_);
2552025520 }
2552125521 else if (_ = accept(result)) {
25522- if (kind === "field") initializers.push (_);
25522+ if (kind === "field") initializers.unshift (_);
2552325523 else descriptor[key] = _;
2552425524 }
2552525525 }
Original file line number Diff line number Diff line change @@ -25516,10 +25516,10 @@ ${lanes.join("\n")}
2551625516 if (result === null || typeof result !== "object") throw new TypeError("Object expected");
2551725517 if (_ = accept(result.get)) descriptor.get = _;
2551825518 if (_ = accept(result.set)) descriptor.set = _;
25519- if (_ = accept(result.init)) initializers.push (_);
25519+ if (_ = accept(result.init)) initializers.unshift (_);
2552025520 }
2552125521 else if (_ = accept(result)) {
25522- if (kind === "field") initializers.push (_);
25522+ if (kind === "field") initializers.unshift (_);
2552325523 else descriptor[key] = _;
2552425524 }
2552525525 }
You can’t perform that action at this time.
0 commit comments