Skip to content

Commit fc6e61e

Browse files
github-actionsClaytonTDM
andcommitted
Format "fixing your peas"
Original commit: a06c4e6 Co-authored-by: ClaytonTDM <[email protected]>
1 parent a06c4e6 commit fc6e61e

File tree

2 files changed

+34
-56
lines changed

2 files changed

+34
-56
lines changed

game/images/Zombies/CX/v.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1667c1754934d1ad24f15fb79985c5e24afa3c3f
1+
a06c4e6fb12e93e66f1fb1d72a10371fd8f269c3

game/js/tweakpane.min.js

Lines changed: 33 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ function i(t, e) {
1414
return !0;
1515
}
1616
function s(t, e) {
17-
return Array.from(new Set([...Object.keys(t), ...Object.keys(e)])).reduce(
18-
(i, r) => {
19-
const o = t[r],
20-
a = e[r];
21-
return n(o) && n(a) ? Object.assign(Object.assign({}, i), { [r]: s(o, a) }) : Object.assign(Object.assign({}, i), { [r]: r in e ? a : o });
22-
},
23-
{}
24-
);
17+
return Array.from(new Set([...Object.keys(t), ...Object.keys(e)])).reduce((i, r) => {
18+
const o = t[r],
19+
a = e[r];
20+
return n(o) && n(a) ? Object.assign(Object.assign({}, i), { [r]: s(o, a) }) : Object.assign(Object.assign({}, i), { [r]: r in e ? a : o });
21+
}, {});
2522
}
2623
function r(t) {
2724
return !!e(t) && "target" in t;
@@ -657,14 +654,11 @@ function ot(t) {
657654
var n;
658655
if (null !== (n = t) && "object" == typeof n)
659656
return (function (t, e) {
660-
return Object.keys(e).reduce(
661-
(n, i) => {
662-
if (void 0 === n) return;
663-
const s = (0, e[i])(t[i]);
664-
return s.succeeded ? Object.assign(Object.assign({}, n), { [i]: s.value }) : void 0;
665-
},
666-
{}
667-
);
657+
return Object.keys(e).reduce((n, i) => {
658+
if (void 0 === n) return;
659+
const s = (0, e[i])(t[i]);
660+
return s.succeeded ? Object.assign(Object.assign({}, n), { [i]: s.value }) : void 0;
661+
}, {});
668662
})(t, e);
669663
})(t),
670664
array: (e) =>
@@ -673,14 +667,11 @@ function ot(t) {
673667
if (Array.isArray(t))
674668
return (
675669
(n = e),
676-
t.reduce(
677-
(t, e) => {
678-
if (void 0 === t) return;
679-
const i = n(e);
680-
return i.succeeded && void 0 !== i.value ? [...t, i.value] : void 0;
681-
},
682-
[]
683-
)
670+
t.reduce((t, e) => {
671+
if (void 0 === t) return;
672+
const i = n(e);
673+
return i.succeeded && void 0 !== i.value ? [...t, i.value] : void 0;
674+
}, [])
684675
);
685676
})(t),
686677
};
@@ -3106,16 +3097,12 @@ const ji = [
31063097
),
31073098
];
31083099
function Di(t) {
3109-
return ji.reduce(
3110-
(e, n) => {
3111-
return (
3112-
e ||
3113-
((i = n.format), (s = t), i.alpha === s.alpha && i.mode === s.mode && i.notation === s.notation && i.type === s.type ? n.stringifier : null)
3114-
);
3115-
var i, s;
3116-
},
3117-
null
3118-
);
3100+
return ji.reduce((e, n) => {
3101+
return (
3102+
e || ((i = n.format), (s = t), i.alpha === s.alpha && i.mode === s.mode && i.notation === s.notation && i.type === s.type ? n.stringifier : null)
3103+
);
3104+
var i, s;
3105+
}, null);
31193106
}
31203107
const Ai = Et("apl");
31213108
class Oi {
@@ -3209,13 +3196,10 @@ class Ki {
32093196
{ text: "HSL", value: "hsl" },
32103197
{ text: "HSV", value: "hsv" },
32113198
{ text: "HEX", value: "hex" },
3212-
].reduce(
3213-
(e, n) => {
3214-
const i = t.createElement("option");
3215-
return ((i.textContent = n.text), (i.value = n.value), e.appendChild(i), e);
3216-
},
3217-
t.createDocumentFragment()
3218-
)
3199+
].reduce((e, n) => {
3200+
const i = t.createElement("option");
3201+
return ((i.textContent = n.text), (i.value = n.value), e.appendChild(i), e);
3202+
}, t.createDocumentFragment())
32193203
),
32203204
e
32213205
);
@@ -4861,23 +4845,17 @@ class cr {
48614845
return n;
48624846
}
48634847
createInputBindingApi_(t) {
4864-
const e = this.pluginsMap_.inputs.reduce(
4865-
(e, n) => {
4866-
var i, s;
4867-
return e || (null !== (s = null === (i = n.api) || void 0 === i ? void 0 : i.call(n, { controller: t })) && void 0 !== s ? s : null);
4868-
},
4869-
null
4870-
);
4848+
const e = this.pluginsMap_.inputs.reduce((e, n) => {
4849+
var i, s;
4850+
return e || (null !== (s = null === (i = n.api) || void 0 === i ? void 0 : i.call(n, { controller: t })) && void 0 !== s ? s : null);
4851+
}, null);
48714852
return this.apiCache_.add(t, null != e ? e : new it(t));
48724853
}
48734854
createMonitorBindingApi_(t) {
4874-
const e = this.pluginsMap_.monitors.reduce(
4875-
(e, n) => {
4876-
var i, s;
4877-
return e || (null !== (s = null === (i = n.api) || void 0 === i ? void 0 : i.call(n, { controller: t })) && void 0 !== s ? s : null);
4878-
},
4879-
null
4880-
);
4855+
const e = this.pluginsMap_.monitors.reduce((e, n) => {
4856+
var i, s;
4857+
return e || (null !== (s = null === (i = n.api) || void 0 === i ? void 0 : i.call(n, { controller: t })) && void 0 !== s ? s : null);
4858+
}, null);
48814859
return this.apiCache_.add(t, null != e ? e : new it(t));
48824860
}
48834861
createBindingApi(t) {

0 commit comments

Comments
 (0)