@famibee/skynovel 1.44.0 → 1.44.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.js +83 -75
- package/dist/app.js.map +1 -1
- package/dist/sn/EventMng.d.ts.map +1 -1
- package/dist/sn/SysApp.d.ts +1 -0
- package/dist/sn/SysApp.d.ts.map +1 -1
- package/dist/web.js +67 -59
- package/dist/web.js.map +1 -1
- package/package.json +3 -3
package/dist/app.js
CHANGED
|
@@ -3311,7 +3311,7 @@ var ig = function(r) {
|
|
|
3311
3311
|
* @pixi/runner is licensed under the MIT License.
|
|
3312
3312
|
* http://www.opensource.org/licenses/mit-license
|
|
3313
3313
|
*/
|
|
3314
|
-
var
|
|
3314
|
+
var Xe = (
|
|
3315
3315
|
/** @class */
|
|
3316
3316
|
function() {
|
|
3317
3317
|
function r(t) {
|
|
@@ -3361,21 +3361,21 @@ var Ve = (
|
|
|
3361
3361
|
}), r;
|
|
3362
3362
|
}()
|
|
3363
3363
|
);
|
|
3364
|
-
Object.defineProperties(
|
|
3364
|
+
Object.defineProperties(Xe.prototype, {
|
|
3365
3365
|
/**
|
|
3366
3366
|
* Alias for `emit`
|
|
3367
3367
|
* @memberof PIXI.Runner#
|
|
3368
3368
|
* @method dispatch
|
|
3369
3369
|
* @see PIXI.Runner#emit
|
|
3370
3370
|
*/
|
|
3371
|
-
dispatch: { value:
|
|
3371
|
+
dispatch: { value: Xe.prototype.emit },
|
|
3372
3372
|
/**
|
|
3373
3373
|
* Alias for `emit`
|
|
3374
3374
|
* @memberof PIXI.Runner#
|
|
3375
3375
|
* @method run
|
|
3376
3376
|
* @see PIXI.Runner#emit
|
|
3377
3377
|
*/
|
|
3378
|
-
run: { value:
|
|
3378
|
+
run: { value: Xe.prototype.emit }
|
|
3379
3379
|
});
|
|
3380
3380
|
/*!
|
|
3381
3381
|
* @pixi/ticker - v6.5.9
|
|
@@ -3725,7 +3725,7 @@ var Xo = (
|
|
|
3725
3725
|
/** @class */
|
|
3726
3726
|
function() {
|
|
3727
3727
|
function r(t, e) {
|
|
3728
|
-
t === void 0 && (t = 0), e === void 0 && (e = 0), this._width = t, this._height = e, this.destroyed = !1, this.internal = !1, this.onResize = new
|
|
3728
|
+
t === void 0 && (t = 0), e === void 0 && (e = 0), this._width = t, this._height = e, this.destroyed = !1, this.internal = !1, this.onResize = new Xe("setRealSize"), this.onUpdate = new Xe("update"), this.onError = new Xe("onError");
|
|
3729
3729
|
}
|
|
3730
3730
|
return r.prototype.bind = function(t) {
|
|
3731
3731
|
this.onResize.add(t), this.onUpdate.add(t), this.onError.add(t), (this._width || this._height) && this.onResize.emit(this._width, this._height);
|
|
@@ -4344,7 +4344,7 @@ var F0 = {
|
|
|
4344
4344
|
/** @class */
|
|
4345
4345
|
function() {
|
|
4346
4346
|
function r(t, e) {
|
|
4347
|
-
this.width = Math.round(t || 100), this.height = Math.round(e || 100), this.stencil = !1, this.depth = !1, this.dirtyId = 0, this.dirtyFormat = 0, this.dirtySize = 0, this.depthTexture = null, this.colorTextures = [], this.glFramebuffers = {}, this.disposeRunner = new
|
|
4347
|
+
this.width = Math.round(t || 100), this.height = Math.round(e || 100), this.stencil = !1, this.depth = !1, this.dirtyId = 0, this.dirtyFormat = 0, this.dirtySize = 0, this.depthTexture = null, this.colorTextures = [], this.glFramebuffers = {}, this.disposeRunner = new Xe("disposeFramebuffer"), this.multisample = le.NONE;
|
|
4348
4348
|
}
|
|
4349
4349
|
return Object.defineProperty(r.prototype, "colorTexture", {
|
|
4350
4350
|
/**
|
|
@@ -4734,7 +4734,7 @@ var lt = (
|
|
|
4734
4734
|
/** @class */
|
|
4735
4735
|
function() {
|
|
4736
4736
|
function r(t, e, i) {
|
|
4737
|
-
e === void 0 && (e = !0), i === void 0 && (i = !1), this.data = t || new Float32Array(1), this._glBuffers = {}, this._updateID = 0, this.index = i, this.static = e, this.id = rP++, this.disposeRunner = new
|
|
4737
|
+
e === void 0 && (e = !0), i === void 0 && (i = !1), this.data = t || new Float32Array(1), this._glBuffers = {}, this._updateID = 0, this.index = i, this.static = e, this.id = rP++, this.disposeRunner = new Xe("disposeBuffer");
|
|
4738
4738
|
}
|
|
4739
4739
|
return r.prototype.update = function(t) {
|
|
4740
4740
|
t instanceof Array && (t = new Float32Array(t)), this.data = t || this.data, this._updateID++;
|
|
@@ -4793,7 +4793,7 @@ var ng = { 5126: 4, 5123: 2, 5121: 1 }, oP = 0, aP = {
|
|
|
4793
4793
|
/** @class */
|
|
4794
4794
|
function() {
|
|
4795
4795
|
function r(t, e) {
|
|
4796
|
-
t === void 0 && (t = []), e === void 0 && (e = {}), this.buffers = t, this.indexBuffer = null, this.attributes = e, this.glVertexArrayObjects = {}, this.id = oP++, this.instanced = !1, this.instanceCount = 1, this.disposeRunner = new
|
|
4796
|
+
t === void 0 && (t = []), e === void 0 && (e = {}), this.buffers = t, this.indexBuffer = null, this.attributes = e, this.glVertexArrayObjects = {}, this.id = oP++, this.instanced = !1, this.instanceCount = 1, this.disposeRunner = new Xe("disposeGeometry"), this.refCount = 0;
|
|
4797
4797
|
}
|
|
4798
4798
|
return r.prototype.addAttribute = function(t, e, i, n, s, o, a, l) {
|
|
4799
4799
|
if (i === void 0 && (i = 0), n === void 0 && (n = !1), l === void 0 && (l = !1), !e)
|
|
@@ -6166,7 +6166,7 @@ void main(void){
|
|
|
6166
6166
|
/** @class */
|
|
6167
6167
|
function() {
|
|
6168
6168
|
function r(t, e) {
|
|
6169
|
-
this.uniformBindCount = 0, this.program = t, e ? e instanceof ms ? this.uniformGroup = e : this.uniformGroup = new ms(e) : this.uniformGroup = new ms({}), this.disposeRunner = new
|
|
6169
|
+
this.uniformBindCount = 0, this.program = t, e ? e instanceof ms ? this.uniformGroup = e : this.uniformGroup = new ms(e) : this.uniformGroup = new ms({}), this.disposeRunner = new Xe("disposeShader");
|
|
6170
6170
|
}
|
|
6171
6171
|
return r.prototype.checkUniformExists = function(t, e) {
|
|
6172
6172
|
if (e.uniforms[t])
|
|
@@ -7373,13 +7373,13 @@ var ef = (
|
|
|
7373
7373
|
function t(e) {
|
|
7374
7374
|
var i = r.call(this, fl.WEBGL, e) || this;
|
|
7375
7375
|
return e = i.options, i.gl = null, i.CONTEXT_UID = 0, i.runners = {
|
|
7376
|
-
destroy: new
|
|
7377
|
-
contextChange: new
|
|
7378
|
-
reset: new
|
|
7379
|
-
update: new
|
|
7380
|
-
postrender: new
|
|
7381
|
-
prerender: new
|
|
7382
|
-
resize: new
|
|
7376
|
+
destroy: new Xe("destroy"),
|
|
7377
|
+
contextChange: new Xe("contextChange"),
|
|
7378
|
+
reset: new Xe("reset"),
|
|
7379
|
+
update: new Xe("update"),
|
|
7380
|
+
postrender: new Xe("postrender"),
|
|
7381
|
+
prerender: new Xe("prerender"),
|
|
7382
|
+
resize: new Xe("resize")
|
|
7383
7383
|
}, i.runners.contextChange.add(i), i.globalUniforms = new ms({
|
|
7384
7384
|
projectionMatrix: new Be()
|
|
7385
7385
|
}, !0), i.addSystem(t_, "mask").addSystem(Ky, "context").addSystem(o_, "state").addSystem(s_, "shader").addSystem(h_, "texture").addSystem(jP, "buffer").addSystem(Qy, "geometry").addSystem(Jy, "framebuffer").addSystem(e_, "scissor").addSystem(i_, "stencil").addSystem(r_, "projection").addSystem(a_, "textureGC").addSystem(qy, "filter").addSystem(n_, "renderTexture").addSystem(Zy, "batch"), i.initPlugins(t.__plugins), i.multisample = void 0, e.context ? i.context.initFromContext(e.context) : i.context.initFromOptions({
|
|
@@ -19097,7 +19097,7 @@ var im = g_.filter(function(r) {
|
|
|
19097
19097
|
}(new FC());
|
|
19098
19098
|
"extensions" in YP ? Or.add(Vm) : Ii.registerPlugin(Vm);
|
|
19099
19099
|
let zg, jt, ir, Vg;
|
|
19100
|
-
var
|
|
19100
|
+
var We, ye, Oa, zl, Vl, Wm;
|
|
19101
19101
|
const Se = class {
|
|
19102
19102
|
constructor() {
|
|
19103
19103
|
_(this, Vl);
|
|
@@ -19111,12 +19111,12 @@ const Se = class {
|
|
|
19111
19111
|
B(this, "stopfadese", (t) => h(this, ye).stt.stopfadese(h(this, ye), t));
|
|
19112
19112
|
}
|
|
19113
19113
|
static init(t, e, i, n) {
|
|
19114
|
-
b(Se,
|
|
19114
|
+
b(Se, We, {}), zg = t, jt = e, ir = i, Vg = n;
|
|
19115
19115
|
}
|
|
19116
19116
|
static delLoopPlay(t) {
|
|
19117
|
-
delete h(Se,
|
|
19117
|
+
delete h(Se, We)[t];
|
|
19118
19118
|
const e = "const.sn.sound." + t + ".";
|
|
19119
|
-
jt.setVal_Nochk("save", e + "fn", ""), jt.setVal_Nochk("save", "const.sn.loopPlaying", JSON.stringify(h(Se,
|
|
19119
|
+
jt.setVal_Nochk("save", e + "fn", ""), jt.setVal_Nochk("save", "const.sn.loopPlaying", JSON.stringify(h(Se, We))), jt.flush();
|
|
19120
19120
|
}
|
|
19121
19121
|
static getVol(t, e) {
|
|
19122
19122
|
const i = j(t, "volume", e);
|
|
@@ -19127,7 +19127,7 @@ const Se = class {
|
|
|
19127
19127
|
if (e === i)
|
|
19128
19128
|
return;
|
|
19129
19129
|
const n = "const.sn.sound." + e + ".", s = Number(jt.getVal("save:" + n + "volume")), o = String(jt.getVal("save:" + n + "fn")), a = "const.sn.sound." + i + ".", l = Number(jt.getVal("save:" + a + "volume")), u = String(jt.getVal("save:" + a + "fn"));
|
|
19130
|
-
jt.setVal_Nochk("save", n + "volume", l), jt.setVal_Nochk("save", a + "volume", s), jt.setVal_Nochk("save", n + "fn", u), jt.setVal_Nochk("save", a + "fn", o), e in h(Se,
|
|
19130
|
+
jt.setVal_Nochk("save", n + "volume", l), jt.setVal_Nochk("save", a + "volume", s), jt.setVal_Nochk("save", n + "fn", u), jt.setVal_Nochk("save", a + "fn", o), e in h(Se, We) != i in h(Se, We) && (e in h(Se, We) ? (delete h(Se, We)[e], h(Se, We)[i] = 0) : (delete h(Se, We)[i], h(Se, We)[e] = 0), jt.setVal_Nochk("save", "const.sn.loopPlaying", JSON.stringify(h(Se, We)))), jt.flush();
|
|
19131
19131
|
}
|
|
19132
19132
|
init(t) {
|
|
19133
19133
|
const { buf: e = "SE", fn: i = "" } = t, n = j(t, "start_ms", 0), s = j(t, "end_ms", h(Se, Oa)), o = j(t, "ret_ms", 0), a = j(t, "pan", 0), l = j(t, "speed", 1);
|
|
@@ -19146,7 +19146,7 @@ const Se = class {
|
|
|
19146
19146
|
const c = Se.getVol(t, 1);
|
|
19147
19147
|
jt.setVal_Nochk("save", u + "volume", c);
|
|
19148
19148
|
const f = c * Number(jt.getVal("sys:" + u + "volume", 1)), d = K(t, "loop", !1);
|
|
19149
|
-
d ? (h(Se,
|
|
19149
|
+
d ? (h(Se, We)[e] = 0, jt.setVal_Nochk("save", "const.sn.loopPlaying", JSON.stringify(h(Se, We)))) : Se.delLoopPlay(e), jt.setVal_Nochk("save", u + "start_ms", n), jt.setVal_Nochk("save", u + "end_ms", s), jt.setVal_Nochk("save", u + "ret_ms", o), jt.setVal_Nochk("tmp", u + "playing", !0), jt.flush();
|
|
19150
19150
|
const p = sl.find(i);
|
|
19151
19151
|
b(this, ye, {
|
|
19152
19152
|
fn: i,
|
|
@@ -19239,7 +19239,7 @@ const Se = class {
|
|
|
19239
19239
|
}
|
|
19240
19240
|
};
|
|
19241
19241
|
let qr = Se;
|
|
19242
|
-
|
|
19242
|
+
We = new WeakMap(), ye = new WeakMap(), Oa = new WeakMap(), zl = new WeakMap(), Vl = new WeakSet(), Wm = function(t, e) {
|
|
19243
19243
|
const i = zg.searchPath(t, ii.SOUND);
|
|
19244
19244
|
if (i.slice(-4) !== ".bin") {
|
|
19245
19245
|
e.url = i, _a.from(e);
|
|
@@ -19253,7 +19253,7 @@ Xe = new WeakMap(), ye = new WeakMap(), Oa = new WeakMap(), zl = new WeakMap(),
|
|
|
19253
19253
|
var o;
|
|
19254
19254
|
e.source = (o = s[t]) == null ? void 0 : o.data, _a.from(e);
|
|
19255
19255
|
});
|
|
19256
|
-
}, _(qr,
|
|
19256
|
+
}, _(qr, We, {}), _(qr, Oa, 999e3);
|
|
19257
19257
|
function Ym(r, t) {
|
|
19258
19258
|
if (r.loop)
|
|
19259
19259
|
qr.delLoopPlay(t);
|
|
@@ -23814,7 +23814,7 @@ var sR = [TM, HM, wM, cM, GM, AM, VM, _M, BM], oR = /* @__PURE__ */ nR({
|
|
|
23814
23814
|
defaultModifiers: sR
|
|
23815
23815
|
});
|
|
23816
23816
|
const { GamepadListener: aR } = require("gamepad.js");
|
|
23817
|
-
var ti, os, Fe, Bu, Fu, my, Uu, yy, Gu, _y, rh, nh, ju, gy, ae, zi, Sn, Pn, Hu, as, oa, $u, zu,
|
|
23817
|
+
var ti, os, Fe, Bu, Fu, my, Uu, yy, Gu, _y, rh, nh, ju, gy, ae, zi, Sn, Pn, Hu, as, oa, $u, zu, He, sh, oh, Vu, Tp, ow, Xu, go, Sp, aw, Wu, by, Pp, hw, Yu, xy, bo, Kh, xo, Op, lw, Ip, uw, Vi, Cp, cw, Mp, fw, ah, gf, On, wo, Eo, Rp, dw, ei;
|
|
23818
23818
|
class hR {
|
|
23819
23819
|
constructor(t, e, i, n, s, o, a, l, u) {
|
|
23820
23820
|
_(this, Fu);
|
|
@@ -23864,12 +23864,20 @@ class hR {
|
|
|
23864
23864
|
_(this, zu, {
|
|
23865
23865
|
getBoundingClientRect: (t = 0, e = 0) => DOMRect.fromRect({ x: t, y: e, width: 0, height: 0 })
|
|
23866
23866
|
});
|
|
23867
|
-
_(this,
|
|
23867
|
+
_(this, He, void 0);
|
|
23868
23868
|
_(this, sh, void 0);
|
|
23869
23869
|
_(this, oh, void 0);
|
|
23870
23870
|
_(this, Vu, {
|
|
23871
23871
|
placement: "bottom",
|
|
23872
|
-
|
|
23872
|
+
modifiers: [
|
|
23873
|
+
{
|
|
23874
|
+
// Flip | Popper https://popper.js.org/docs/v2/modifiers/flip/
|
|
23875
|
+
name: "flip",
|
|
23876
|
+
options: {
|
|
23877
|
+
fallbackPlacements: ["top", "bottom"]
|
|
23878
|
+
}
|
|
23879
|
+
}
|
|
23880
|
+
]
|
|
23873
23881
|
});
|
|
23874
23882
|
_(this, Xu, (t, e) => {
|
|
23875
23883
|
});
|
|
@@ -23954,7 +23962,7 @@ class hR {
|
|
|
23954
23962
|
<div class="sn_hint" role="tooltip">
|
|
23955
23963
|
<span>Dummy</span>
|
|
23956
23964
|
<div class="sn_hint_ar" data-popper-arrow></div>
|
|
23957
|
-
</div>`), b(this,
|
|
23965
|
+
</div>`), b(this, He, document.querySelector(".sn_hint")), b(this, sh, h(this, He).querySelector("span")), b(this, oh, oR(h(this, zu), h(this, He))), h(this, He).hidden = !0, i.stage.interactive = !0, A.isMobile ? i.stage.on("pointerdown", (g) => this.fire("click", g)) : h(this, ti).add(i.stage, "pointerdown", (g) => {
|
|
23958
23966
|
switch (g.data.button) {
|
|
23959
23967
|
case 0:
|
|
23960
23968
|
this.fire("click", g);
|
|
@@ -24065,12 +24073,12 @@ class hR {
|
|
|
24065
24073
|
a ? h(this, zi)[o] = () => this.main.resumeByJumpOrCall(t) : h(this, ae)[o] = () => this.main.resumeByJumpOrCall(t), e.on("pointerdown", (d) => this.fire(o, d));
|
|
24066
24074
|
const l = t.hint ? () => x(this, Tp, ow).call(this, t, e) : () => {
|
|
24067
24075
|
}, u = () => {
|
|
24068
|
-
i(), h(this,
|
|
24076
|
+
i(), h(this, He).hidden = !0;
|
|
24069
24077
|
}, c = () => (l(), n());
|
|
24070
24078
|
if (e.on("pointerover", c), e.on("pointerout", () => {
|
|
24071
24079
|
h(this, Fe).isFocus(e) ? c() : u();
|
|
24072
24080
|
}), e.on("pointerdown", () => {
|
|
24073
|
-
h(this,
|
|
24081
|
+
h(this, He).hidden = !0;
|
|
24074
24082
|
const d = h(this, Fe).getFocus();
|
|
24075
24083
|
s(), d instanceof gr && d.normal();
|
|
24076
24084
|
}), e.on(
|
|
@@ -24094,10 +24102,10 @@ class hR {
|
|
|
24094
24102
|
}
|
|
24095
24103
|
}
|
|
24096
24104
|
hideHint() {
|
|
24097
|
-
h(this,
|
|
24105
|
+
h(this, He).hidden = !0;
|
|
24098
24106
|
}
|
|
24099
24107
|
cvsResize() {
|
|
24100
|
-
h(this,
|
|
24108
|
+
h(this, He).hidden = !0;
|
|
24101
24109
|
}
|
|
24102
24110
|
// 予約イベントの発生待ちしない waitEvent()
|
|
24103
24111
|
waitLimitedEvent(t, e) {
|
|
@@ -24163,17 +24171,17 @@ ti = new WeakMap(), os = new WeakMap(), Fe = new WeakMap(), Bu = new WeakMap(),
|
|
|
24163
24171
|
n.local = Object.keys(h(this, ae)), n.global = Object.keys(h(this, zi)), console.log("🎍 wait event... %o", n);
|
|
24164
24172
|
}
|
|
24165
24173
|
return !0;
|
|
24166
|
-
}, $u = new WeakMap(), zu = new WeakMap(),
|
|
24174
|
+
}, $u = new WeakMap(), zu = new WeakMap(), He = new WeakMap(), sh = new WeakMap(), oh = new WeakMap(), Vu = new WeakMap(), Tp = new WeakSet(), ow = function(t, e) {
|
|
24167
24175
|
const i = e instanceof gr ? e.getBtnBounds() : e.getBounds();
|
|
24168
24176
|
if (!(t[":タグ名"] === "link")) {
|
|
24169
24177
|
const s = e.parent.parent;
|
|
24170
24178
|
i.x += s.x, i.y += s.y;
|
|
24171
24179
|
}
|
|
24172
24180
|
if (!t.hint) {
|
|
24173
|
-
h(this,
|
|
24181
|
+
h(this, He).hidden = !0;
|
|
24174
24182
|
return;
|
|
24175
24183
|
}
|
|
24176
|
-
h(this,
|
|
24184
|
+
h(this, He).style.cssText = `position:${h(this, He).style.position}; transform:${h(this, He).style.transform};` + (t.hint_style ?? ""), h(this, sh).style.cssText = "", h(this, sh).textContent = t.hint ?? "";
|
|
24177
24185
|
try {
|
|
24178
24186
|
const s = t.hint_opt ? { ...h(this, Vu), ...JSON.parse(t.hint_opt) } : h(this, Vu);
|
|
24179
24187
|
h(this, oh).setOptions(s);
|
|
@@ -24185,7 +24193,7 @@ ti = new WeakMap(), os = new WeakMap(), Fe = new WeakMap(), Bu = new WeakMap(),
|
|
|
24185
24193
|
y: this.sys.ofsTop4elm + i.y * this.sys.cvsScale,
|
|
24186
24194
|
width: i.width,
|
|
24187
24195
|
height: i.height
|
|
24188
|
-
}), h(this, oh).update(), h(this,
|
|
24196
|
+
}), h(this, oh).update(), h(this, He).hidden = !1;
|
|
24189
24197
|
}, Xu = new WeakMap(), go = new WeakMap(), Sp = new WeakSet(), aw = function(t) {
|
|
24190
24198
|
const e = K(t, "global", !1), i = e ? h(this, zi) : h(this, ae);
|
|
24191
24199
|
for (const [n, s] of Object.entries(i))
|
|
@@ -24292,7 +24300,7 @@ ti = new WeakMap(), os = new WeakMap(), Fe = new WeakMap(), Bu = new WeakMap(),
|
|
|
24292
24300
|
});
|
|
24293
24301
|
K(t, "visible", !0) && this.layMng.breakPage();
|
|
24294
24302
|
const e = () => {
|
|
24295
|
-
this.sndMng.clearCache(), this.main.resume();
|
|
24303
|
+
this.sndMng.clearCache(), h(this, He).hidden = !0, this.main.resume();
|
|
24296
24304
|
};
|
|
24297
24305
|
return x(this, as, oa).call(this, K(t, "er", !1) && this.layMng.currentTxtlayFore ? () => {
|
|
24298
24306
|
this.hTag.er(t), e();
|
|
@@ -24360,7 +24368,7 @@ class r0 {
|
|
|
24360
24368
|
this.fn = t, this.idx = e, this.csArg = i;
|
|
24361
24369
|
}
|
|
24362
24370
|
}
|
|
24363
|
-
var Pt, At, et, Kt, Vt, In, qu, wy, To, hs, kp, ls, Zu, Ey, Ku, Ty, Ju, us, ha, So, Jh, Po, Cn, ce, Np, pw, Oo, Qh, Lp, vw, Qu, hh, Si, Ap, mw, Dp, yw, Mn, Rs, Bp, _w, Io, Co, tc, ec, ic, Pi, Fp, gw, Up, bw, Gp, xw, rc, Sy, jp, ww, Hp, Ew, $p, Tw, nc, Py, sc, Mo, tl, Ro, $r, zn, oc, Oy, ac, hc, Iy, zp, Vp, lc, Xp, Sw,
|
|
24371
|
+
var Pt, At, et, Kt, Vt, In, qu, wy, To, hs, kp, ls, Zu, Ey, Ku, Ty, Ju, us, ha, So, Jh, Po, Cn, ce, Np, pw, Oo, Qh, Lp, vw, Qu, hh, Si, Ap, mw, Dp, yw, Mn, Rs, Bp, _w, Io, Co, tc, ec, ic, Pi, Fp, gw, Up, bw, Gp, xw, rc, Sy, jp, ww, Hp, Ew, $p, Tw, nc, Py, sc, Mo, tl, Ro, $r, zn, oc, Oy, ac, hc, Iy, zp, Vp, lc, Xp, Sw, $e, Wp, Pw, uc, Cy, Yp, qp, Zp, Ow, Kp, Iw, Rn, cc, My, Jp, Cw, Qp, Mw, tv, ev, Rw, fc, lh, iv, kw, uh, bf, ch, rv, Nw, pr, nv, Lw, fh, xf, sv, Aw, vr, ze;
|
|
24364
24372
|
const gi = class {
|
|
24365
24373
|
constructor(t, e, i, n, s, o, a, l, u) {
|
|
24366
24374
|
_(this, qu);
|
|
@@ -24512,7 +24520,7 @@ const gi = class {
|
|
|
24512
24520
|
_(this, zp, /(\*{2,})([^\|]*)/);
|
|
24513
24521
|
_(this, Vp, /\[macro\s/);
|
|
24514
24522
|
_(this, lc, /\[endmacro[\s\]]/);
|
|
24515
|
-
_(this,
|
|
24523
|
+
_(this, $e, /* @__PURE__ */ Object.create(null));
|
|
24516
24524
|
_(this, Yp, /^\[(call|loadplugin)\s/);
|
|
24517
24525
|
_(this, qp, /\bfn\s*=\s*[^\s\]]+/);
|
|
24518
24526
|
_(this, Rn, !1);
|
|
@@ -24528,7 +24536,7 @@ const gi = class {
|
|
|
24528
24536
|
aIfStk: [-1]
|
|
24529
24537
|
});
|
|
24530
24538
|
_(this, vr, []);
|
|
24531
|
-
_(this,
|
|
24539
|
+
_(this, ze, -1);
|
|
24532
24540
|
this.cfg = t, this.hTag = e, this.main = i, this.val = n, this.alzTagArg = s, this.runAnalyze = o, this.prpPrs = a, this.sndMng = l, this.sys = u, e.let_ml = (f) => x(this, Ap, mw).call(this, f), e.endlet_ml = () => !1, e.dump_stack = () => x(this, Dp, yw).call(this), e.dump_script = (f) => x(this, Bp, _w).call(this, f), e.else = // その他ifブロック開始
|
|
24533
24541
|
e.elsif = // 別条件のifブロック開始
|
|
24534
24542
|
e.endif = () => x(this, Fp, gw).call(this), e.if = (f) => x(this, Up, bw).call(this, f), e.call = (f) => x(this, Gp, xw).call(this, f), e.jump = (f) => x(this, jp, ww).call(this, f), e.page = (f) => x(this, Hp, Ew).call(this, f), e.pop_stack = (f) => x(this, $p, Tw).call(this, f), e.return = (f) => x(this, nc, Py).call(this, f), e.bracket2macro = (f) => x(this, Jp, Cw).call(this, f), e.char2macro = (f) => x(this, Qp, Mw).call(this, f), e.endmacro = (f) => x(this, nc, Py).call(this, f), e.macro = (f) => x(this, ev, Rw).call(this, f), e.load = (f) => x(this, iv, kw).call(this, f), e.reload_script = (f) => x(this, rv, Nw).call(this, f), e.record_place = () => x(this, nv, Lw).call(this), e.save = (f) => x(this, sv, Aw).call(this, f), t.oCfg.debug.token && b(this, ac, (f) => console.log(`🌱 トークン fn:${h(this, At)} idx:${h(this, et)} ln:${h(this, Kt)} token【${f}】`)), n.defTmp("const.sn.vctCallStk.length", () => h(this, Vt).length);
|
|
@@ -24666,7 +24674,7 @@ const gi = class {
|
|
|
24666
24674
|
if (h(this, Vt).length > 0) {
|
|
24667
24675
|
const s = h(this, Vt)[0];
|
|
24668
24676
|
t = s.fn, e = s.idx;
|
|
24669
|
-
const o = h(this,
|
|
24677
|
+
const o = h(this, $e)[t];
|
|
24670
24678
|
o && (i = o.len);
|
|
24671
24679
|
}
|
|
24672
24680
|
const n = this.val.getAreaKidoku(t);
|
|
@@ -24683,7 +24691,7 @@ const gi = class {
|
|
|
24683
24691
|
return;
|
|
24684
24692
|
const { fn: t, idx: e } = x(this, fh, xf).call(this), i = e - 1, n = i + ":" + t, s = h(this, vr).findIndex((a) => a.key === n);
|
|
24685
24693
|
if (s > -1) {
|
|
24686
|
-
b(this,
|
|
24694
|
+
b(this, ze, s);
|
|
24687
24695
|
return;
|
|
24688
24696
|
}
|
|
24689
24697
|
const o = {
|
|
@@ -24694,11 +24702,11 @@ const gi = class {
|
|
|
24694
24702
|
retIdx: 0,
|
|
24695
24703
|
retMark: { ...h(this, pr) }
|
|
24696
24704
|
};
|
|
24697
|
-
if (h(this,
|
|
24698
|
-
const a = h(this, vr)[h(this,
|
|
24705
|
+
if (h(this, ze) >= 0) {
|
|
24706
|
+
const a = h(this, vr)[h(this, ze)];
|
|
24699
24707
|
o.retFn = a.fn, o.retIdx = a.idx + 1;
|
|
24700
24708
|
}
|
|
24701
|
-
++Te(this,
|
|
24709
|
+
++Te(this, ze)._ === h(this, vr).length ? h(this, vr).push(o) : h(this, vr)[h(this, ze)] = o;
|
|
24702
24710
|
}
|
|
24703
24711
|
recodeDesign(t) {
|
|
24704
24712
|
let e = "", i = 0;
|
|
@@ -24709,10 +24717,10 @@ const gi = class {
|
|
|
24709
24717
|
} else
|
|
24710
24718
|
e = h(this, At), i = h(this, et);
|
|
24711
24719
|
t[":path"] = h(this, ls).call(this, e);
|
|
24712
|
-
const s = x(this, Mn, Rs).call(this, h(this,
|
|
24720
|
+
const s = x(this, Mn, Rs).call(this, h(this, $e)[e], i);
|
|
24713
24721
|
t[":ln"] = s.ln, t[":col_s"] = s.col_s, t[":col_e"] = s.col_e;
|
|
24714
24722
|
const o = i - 1;
|
|
24715
|
-
t[":idx_tkn"] = o, t[":token"] = h(this,
|
|
24723
|
+
t[":idx_tkn"] = o, t[":token"] = h(this, $e)[e].aToken[o], this.sys.send2Dbg("_recodeDesign", t);
|
|
24716
24724
|
}
|
|
24717
24725
|
replace(t, e) {
|
|
24718
24726
|
h(this, Pt).aToken[t] = e;
|
|
@@ -24784,7 +24792,7 @@ Pt = new WeakMap(), At = new WeakMap(), et = new WeakMap(), Kt = new WeakMap(),
|
|
|
24784
24792
|
if (u === 0)
|
|
24785
24793
|
return l;
|
|
24786
24794
|
for (let c = u - 1; c >= 0; --c) {
|
|
24787
|
-
const f = h(this, Vt)[c], d = h(this,
|
|
24795
|
+
const f = h(this, Vt)[c], d = h(this, $e)[f.fn], p = d.aToken[f.idx - 1], m = x(this, Mn, Rs).call(this, d, f.idx), v = nf(p);
|
|
24788
24796
|
l.push({
|
|
24789
24797
|
fn: h(this, ls).call(this, f.fn),
|
|
24790
24798
|
ln: m.ln,
|
|
@@ -24812,7 +24820,7 @@ Pt = new WeakMap(), At = new WeakMap(), et = new WeakMap(), Kt = new WeakMap(),
|
|
|
24812
24820
|
if (i > 0) {
|
|
24813
24821
|
console.info(e);
|
|
24814
24822
|
for (let n = i - 1; n >= 0; --n) {
|
|
24815
|
-
const s = h(this, Vt)[n], o = s.csArg[":hMp"], a = o ? o[":タグ名"] : void 0, l = s.csArg[":タグ名"] ?? "", u = x(this, Mn, Rs).call(this, h(this,
|
|
24823
|
+
const s = h(this, Vt)[n], o = s.csArg[":hMp"], a = o ? o[":タグ名"] : void 0, l = s.csArg[":タグ名"] ?? "", u = x(this, Mn, Rs).call(this, h(this, $e)[s.fn], s.idx);
|
|
24816
24824
|
console.info(
|
|
24817
24825
|
`${i - n}つ前のコール元 fn:${s.fn} line:${u.ln} col:${u.col_s + 1}` + (a ? "([" + a + "]マクロ内)" : " ") + `で [${l} ...]をコール`
|
|
24818
24826
|
);
|
|
@@ -24921,28 +24929,28 @@ Pt = new WeakMap(), At = new WeakMap(), et = new WeakMap(), Kt = new WeakMap(),
|
|
|
24921
24929
|
}, jp = new WeakSet(), ww = function(t) {
|
|
24922
24930
|
return K(t, "count", !0) || x(this, cc, My).call(this), h(this, Pi)[0] = -1, x(this, $r, zn).call(this, t.fn, t.label), !0;
|
|
24923
24931
|
}, Hp = new WeakSet(), Ew = function(t) {
|
|
24924
|
-
if (h(this,
|
|
24932
|
+
if (h(this, ze) === -1)
|
|
24925
24933
|
return !1;
|
|
24926
24934
|
if (K(t, "clear", !1))
|
|
24927
|
-
return b(this, vr, []), b(this,
|
|
24935
|
+
return b(this, vr, []), b(this, ze, -1), !1;
|
|
24928
24936
|
const { to: e } = t;
|
|
24929
24937
|
if (!e)
|
|
24930
24938
|
throw "clearかtoは必須です";
|
|
24931
|
-
const i = h(this,
|
|
24939
|
+
const i = h(this, ze);
|
|
24932
24940
|
switch (e) {
|
|
24933
24941
|
case "prev":
|
|
24934
|
-
h(this,
|
|
24942
|
+
h(this, ze) > 0 && --Te(this, ze)._;
|
|
24935
24943
|
break;
|
|
24936
24944
|
case "next":
|
|
24937
24945
|
const a = h(this, vr).length;
|
|
24938
|
-
h(this,
|
|
24946
|
+
h(this, ze) < a - 1 && ++Te(this, ze)._;
|
|
24939
24947
|
break;
|
|
24940
24948
|
default:
|
|
24941
24949
|
throw `属性to「${e}」は異常です`;
|
|
24942
24950
|
}
|
|
24943
|
-
if (i === h(this,
|
|
24951
|
+
if (i === h(this, ze))
|
|
24944
24952
|
return !1;
|
|
24945
|
-
const n = h(this, vr)[h(this,
|
|
24953
|
+
const n = h(this, vr)[h(this, ze)], { fn: s, idx: o } = x(this, fh, xf).call(this);
|
|
24946
24954
|
return n.key === o + ":" + s ? !1 : x(this, uh, bf).call(this, { fn: n.retFn, index: n.retIdx }, n.retMark);
|
|
24947
24955
|
}, $p = new WeakSet(), Tw = function(t) {
|
|
24948
24956
|
if (K(t, "clear", !1))
|
|
@@ -24961,7 +24969,7 @@ Pt = new WeakMap(), At = new WeakMap(), et = new WeakMap(), Kt = new WeakMap(),
|
|
|
24961
24969
|
const s = i[":resvToken"];
|
|
24962
24970
|
s ? this.nextToken = () => (x(this, Mo, tl).call(this), s) : x(this, Mo, tl).call(this), i[":hEvt1Time"] && h(this, hh).pushLocalEvts(i[":hEvt1Time"]);
|
|
24963
24971
|
const { fn: o, label: a } = t;
|
|
24964
|
-
return o || a ? (x(this, $r, zn).call(this, o, a), !0) : e.fn in h(this,
|
|
24972
|
+
return o || a ? (x(this, $r, zn).call(this, o, a), !0) : e.fn in h(this, $e) ? (x(this, uc, Cy).call(this, e), !1) : (x(this, $r, zn).call(this, e.fn, "", e.idx), !0);
|
|
24965
24973
|
}, sc = new WeakMap(), Mo = new WeakSet(), tl = function() {
|
|
24966
24974
|
b(this, sc, ""), this.nextToken = x(this, oc, Oy);
|
|
24967
24975
|
}, Ro = new WeakMap(), $r = new WeakSet(), zn = function(t = "", e = "", i = 0) {
|
|
@@ -24977,7 +24985,7 @@ Pt = new WeakMap(), At = new WeakMap(), et = new WeakMap(), Kt = new WeakMap(),
|
|
|
24977
24985
|
return;
|
|
24978
24986
|
}
|
|
24979
24987
|
b(this, At, t);
|
|
24980
|
-
const s = h(this,
|
|
24988
|
+
const s = h(this, $e)[t];
|
|
24981
24989
|
if (s) {
|
|
24982
24990
|
b(this, Pt, s), this.analyzeInit();
|
|
24983
24991
|
return;
|
|
@@ -25079,19 +25087,19 @@ Pt = new WeakMap(), At = new WeakMap(), et = new WeakMap(), Kt = new WeakMap(),
|
|
|
25079
25087
|
m === 91 && (i += (p.match(/\n/g) ?? []).length, h(this, In).testTagLetml(p) && (u = !0));
|
|
25080
25088
|
}
|
|
25081
25089
|
throw u ? "[let_ml]の終端・[endlet_ml]がありません" : (kt.myTrace(`[jump系] ラベル【${n}】がありません`, "ET"), "Dummy");
|
|
25082
|
-
},
|
|
25090
|
+
}, $e = new WeakMap(), Wp = new WeakSet(), Pw = function(t) {
|
|
25083
25091
|
let e = "";
|
|
25084
25092
|
try {
|
|
25085
25093
|
e = "ScriptIterator.resolveScript";
|
|
25086
25094
|
const i = h(this, In).resolveScript(t);
|
|
25087
|
-
e = "ScriptIterator.replaceScript_Wildcard", x(this, Zp, Ow).call(this, i), h(this,
|
|
25095
|
+
e = "ScriptIterator.replaceScript_Wildcard", x(this, Zp, Ow).call(this, i), h(this, $e)[h(this, At)] = b(this, Pt, i);
|
|
25088
25096
|
} catch (i) {
|
|
25089
25097
|
i instanceof Error ? e += `例外 mes=${i.message}(${i.name})` : e = i, this.main.errScript(e, !1);
|
|
25090
25098
|
}
|
|
25091
25099
|
this.val.loadScrWork(h(this, At));
|
|
25092
25100
|
}, uc = new WeakSet(), Cy = function(t) {
|
|
25093
25101
|
b(this, At, t.fn), b(this, et, t.idx);
|
|
25094
|
-
const e = h(this,
|
|
25102
|
+
const e = h(this, $e)[h(this, At)];
|
|
25095
25103
|
e && b(this, Pt, e), b(this, Kt, h(this, Pt).aLNum[t.idx]);
|
|
25096
25104
|
}, Yp = new WeakMap(), qp = new WeakMap(), Zp = new WeakSet(), Ow = function(t) {
|
|
25097
25105
|
for (let e = t.len - 1; e >= 0; --e) {
|
|
@@ -25177,7 +25185,7 @@ Pt = new WeakMap(), At = new WeakMap(), et = new WeakMap(), Kt = new WeakMap(),
|
|
|
25177
25185
|
const s = String(this.val.getVal("save:const.sn.scriptFn")), o = Number(this.val.getVal("save:const.sn.scriptIdx"));
|
|
25178
25186
|
return b(this, Pi, [...h(this, pr).aIfStk]), b(this, Vt, []), h(this, Si).cover(!0), h(this, Si).stopAllTw(), "index" in t ? (h(this, Si).playback(h(this, pr).hPages, () => {
|
|
25179
25187
|
h(this, Si).cover(!1), b(this, ch, !0), x(this, $r, zn).call(this, t.fn ?? s, "", t.index ?? o);
|
|
25180
|
-
}), !0) : (delete h(this,
|
|
25188
|
+
}), !0) : (delete h(this, $e)[s], h(this, Si).playback(
|
|
25181
25189
|
h(this, pr).hPages,
|
|
25182
25190
|
"label" in t ? () => {
|
|
25183
25191
|
h(this, Si).cover(!1), b(this, At, s), b(this, et, o), this.hTag.call({ fn: t.fn, label: t.label });
|
|
@@ -25187,15 +25195,15 @@ Pt = new WeakMap(), At = new WeakMap(), et = new WeakMap(), Kt = new WeakMap(),
|
|
|
25187
25195
|
), !0);
|
|
25188
25196
|
}, ch = new WeakMap(), rv = new WeakSet(), Nw = function(t) {
|
|
25189
25197
|
const e = this.val.getMark(0);
|
|
25190
|
-
delete h(this,
|
|
25198
|
+
delete h(this, $e)[Qc(e.hSave["const.sn.scriptFn"])];
|
|
25191
25199
|
const i = {};
|
|
25192
|
-
for (const n in h(this,
|
|
25200
|
+
for (const n in h(this, $e))
|
|
25193
25201
|
try {
|
|
25194
25202
|
h(this, hs).call(this, n + "@");
|
|
25195
25203
|
} catch {
|
|
25196
|
-
i[n] = h(this,
|
|
25204
|
+
i[n] = h(this, $e)[n];
|
|
25197
25205
|
}
|
|
25198
|
-
return b(this,
|
|
25206
|
+
return b(this, $e, i), t.do_rec = !1, x(this, uh, bf).call(this, t, e, !1);
|
|
25199
25207
|
}, pr = new WeakMap(), nv = new WeakSet(), Lw = function() {
|
|
25200
25208
|
if (this.main.isDestroyed())
|
|
25201
25209
|
return !1;
|
|
@@ -25223,16 +25231,16 @@ Pt = new WeakMap(), At = new WeakMap(), et = new WeakMap(), Kt = new WeakMap(),
|
|
|
25223
25231
|
delete t[":タグ名"], delete t.place, t.text = t.text ?? "", h(this, pr).json = t, this.val.setMark(e, h(this, pr));
|
|
25224
25232
|
const i = Number(this.val.getVal("sys:const.sn.save.place"));
|
|
25225
25233
|
return e === i && this.val.setVal_Nochk("sys", "const.sn.save.place", i + 1), !1;
|
|
25226
|
-
}, vr = new WeakMap(),
|
|
25234
|
+
}, vr = new WeakMap(), ze = new WeakMap(), _(aa, kp, /(.+)\/crypto_prj\/([^\/]+)\/[^\.]+(\.\w+)/), // reload 再生成 Main に受け渡すため static
|
|
25227
25235
|
_(aa, Po, {}), _(aa, Cn, {});
|
|
25228
|
-
var hi, Xi,
|
|
25236
|
+
var hi, Xi, Ve, Wi, kn, ko, Ue, dc, Nn, dh, No, pc, vc, ph, ov, Dw, mc, yc, vh, mh, wf, Lo, Ao;
|
|
25229
25237
|
const ma = class {
|
|
25230
25238
|
constructor(t) {
|
|
25231
25239
|
_(this, ov);
|
|
25232
25240
|
_(this, mh);
|
|
25233
25241
|
_(this, hi, void 0);
|
|
25234
25242
|
_(this, Xi, void 0);
|
|
25235
|
-
_(this,
|
|
25243
|
+
_(this, Ve, /* @__PURE__ */ Object.create(null));
|
|
25236
25244
|
// タグ処理辞書
|
|
25237
25245
|
_(this, Wi, void 0);
|
|
25238
25246
|
_(this, kn, void 0);
|
|
@@ -25271,10 +25279,10 @@ const ma = class {
|
|
|
25271
25279
|
}
|
|
25272
25280
|
resumeByJumpOrCall(t) {
|
|
25273
25281
|
if (t.url) {
|
|
25274
|
-
h(this,
|
|
25282
|
+
h(this, Ve).navigate_to(t), h(this, Ue).jumpJustBefore();
|
|
25275
25283
|
return;
|
|
25276
25284
|
}
|
|
25277
|
-
h(this, Wi).setVal_Nochk("tmp", "sn.eventArg", t.arg ?? ""), h(this, Wi).setVal_Nochk("tmp", "sn.eventLabel", t.label ?? ""), K(t, "call", !1) ? (h(this, Ue).subIdxToken(), this.resume(() => h(this,
|
|
25285
|
+
h(this, Wi).setVal_Nochk("tmp", "sn.eventArg", t.arg ?? ""), h(this, Wi).setVal_Nochk("tmp", "sn.eventLabel", t.label ?? ""), K(t, "call", !1) ? (h(this, Ue).subIdxToken(), this.resume(() => h(this, Ve).call(t))) : (h(this, Ve).clear_event({}), this.resume(() => h(this, Ve).jump(t)));
|
|
25278
25286
|
}
|
|
25279
25287
|
setLoop(t, e = "") {
|
|
25280
25288
|
b(this, vh, t) ? this.resume() : this.stop(), this.sys.setTitleInfo(e ? ` -- ${e}中` : "");
|
|
@@ -25283,11 +25291,11 @@ const ma = class {
|
|
|
25283
25291
|
h(this, dh).fire(t, e);
|
|
25284
25292
|
}
|
|
25285
25293
|
async destroy(t = 0) {
|
|
25286
|
-
h(this, Lo) || (b(this, Lo, !0), h(this, vc) && (this.stop(), b(this, vh, !1), h(this, Nn).before_destroy(), t > 0 && await new Promise((e) => setTimeout(e, t)), b(this,
|
|
25294
|
+
h(this, Lo) || (b(this, Lo, !0), h(this, vc) && (this.stop(), b(this, vh, !1), h(this, Nn).before_destroy(), t > 0 && await new Promise((e) => setTimeout(e, t)), b(this, Ve, {}), h(this, dh).destroy(), h(this, Ue).destroy(), h(this, Nn).destroy(), h(this, dc).destroy(), h(this, Xi).ticker.remove(h(this, mc)), h(this, Ao) && h(this, Xi) && ma.cvs.parentNode.appendChild(h(this, Ao)), L0(), h(this, Xi).destroy(!0), this.sys.destroy()));
|
|
25287
25295
|
}
|
|
25288
25296
|
};
|
|
25289
25297
|
let Ci = ma;
|
|
25290
|
-
hi = new WeakMap(), Xi = new WeakMap(),
|
|
25298
|
+
hi = new WeakMap(), Xi = new WeakMap(), Ve = new WeakMap(), Wi = new WeakMap(), kn = new WeakMap(), ko = new WeakMap(), Ue = new WeakMap(), dc = new WeakMap(), Nn = new WeakMap(), dh = new WeakMap(), No = new WeakMap(), pc = new WeakMap(), vc = new WeakMap(), ph = new WeakMap(), ov = new WeakSet(), Dw = async function() {
|
|
25291
25299
|
var n;
|
|
25292
25300
|
const t = (n = document.createElement("canvas")) == null ? void 0 : n.getContext("2d");
|
|
25293
25301
|
if (!t)
|
|
@@ -25302,7 +25310,7 @@ hi = new WeakMap(), Xi = new WeakMap(), ze = new WeakMap(), Wi = new WeakMap(),
|
|
|
25302
25310
|
resolution: globalThis.devicePixelRatio ?? 1
|
|
25303
25311
|
// 理想
|
|
25304
25312
|
}, i = document.getElementById(h(this, ph));
|
|
25305
|
-
i && (b(this, Ao, i.cloneNode(!0)), h(this, Ao).id = h(this, ph), e.view = i), b(this, Xi, new Tb(e)), ma.cvs = h(this, Xi).view, i || (document.body.appendChild(ma.cvs), ma.cvs.id = h(this, ph)), b(this, Wi, new af(h(this, hi), h(this,
|
|
25313
|
+
i && (b(this, Ao, i.cloneNode(!0)), h(this, Ao).id = h(this, ph), e.view = i), b(this, Xi, new Tb(e)), ma.cvs = h(this, Xi).view, i || (document.body.appendChild(ma.cvs), ma.cvs.id = h(this, ph)), b(this, Wi, new af(h(this, hi), h(this, Ve))), b(this, kn, new Ns(h(this, Wi), h(this, hi).oCfg.init.escape ?? "\\")), await Promise.allSettled(this.sys.init(h(this, Ve), h(this, Xi), h(this, Wi), this)), h(this, Ve).title({ text: h(this, hi).oCfg.book.title || "SKYNovel" }), b(this, ko, new zC(h(this, hi), h(this, Ve), h(this, Wi), this, this.sys)), b(this, Ue, new aa(h(this, hi), h(this, Ve), this, h(this, Wi), h(this, pc), () => x(this, mh, wf).call(this), h(this, kn), h(this, ko), this.sys)), b(this, dc, new kt(this.sys, h(this, Ve), h(this, Ue))), b(this, Nn, new Ls(h(this, hi), h(this, Ve), h(this, Xi), h(this, Wi), this, h(this, Ue), this.sys, h(this, ko), h(this, pc), h(this, kn))), b(this, dh, new hR(h(this, hi), h(this, Ve), h(this, Xi), this, h(this, Nn), h(this, Wi), h(this, ko), h(this, Ue), this.sys)), h(this, Xi).ticker.add(h(this, mc)), this.resumeByJumpOrCall({ fn: "main" }), b(this, vc, !0);
|
|
25306
25314
|
}, mc = new WeakMap(), yc = new WeakMap(), vh = new WeakMap(), mh = new WeakSet(), wf = function() {
|
|
25307
25315
|
for (; h(this, vh); ) {
|
|
25308
25316
|
let t = h(this, Ue).nextToken();
|
|
@@ -25335,7 +25343,7 @@ hi = new WeakMap(), Xi = new WeakMap(), ze = new WeakMap(), Wi = new WeakMap(),
|
|
|
25335
25343
|
if (h(this, Ue).isBreak(t))
|
|
25336
25344
|
return;
|
|
25337
25345
|
const i = xC(t.slice(1));
|
|
25338
|
-
i.name = h(this, kn).getValAmpersand(i.name), i.text = String(h(this, kn).parse(i.text)), h(this,
|
|
25346
|
+
i.name = h(this, kn).getValAmpersand(i.name), i.text = String(h(this, kn).parse(i.text)), h(this, Ve).let(i);
|
|
25339
25347
|
continue;
|
|
25340
25348
|
}
|
|
25341
25349
|
if (t.charAt(1) === "&")
|