reactive-vscode 0.0.1-beta.6 → 0.1.0

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { workspace as k, commands as ve, window as d, debug as qe, extensions as Re, comments as Lt, env as G, EventEmitter as Ve, tasks as J, Uri as xt, languages as Pt, ColorThemeKind as Qe, l10n as Xe } from "vscode";
1
+ import { workspace as P, commands as _e, window as l, debug as Qe, extensions as De, comments as Wt, env as B, EventEmitter as Le, tasks as J, Uri as kt, languages as jt, ColorThemeKind as Xe, l10n as Ze } from "vscode";
2
2
  /**
3
3
  * @vue/shared v3.4.27
4
4
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
@@ -6,20 +6,20 @@ import { workspace as k, commands as ve, window as d, debug as qe, extensions as
6
6
  **/
7
7
  /*! #__NO_SIDE_EFFECTS__ */
8
8
  // @__NO_SIDE_EFFECTS__
9
- function Mt(e, t) {
9
+ function Ft(e, t) {
10
10
  const n = new Set(e.split(","));
11
11
  return (s) => n.has(s);
12
12
  }
13
- const Ht = process.env.NODE_ENV !== "production" ? Object.freeze({}) : {};
13
+ const Kt = process.env.NODE_ENV !== "production" ? Object.freeze({}) : {};
14
14
  process.env.NODE_ENV !== "production" && Object.freeze([]);
15
15
  const X = () => {
16
- }, _e = Object.assign, Wt = (e, t) => {
16
+ }, ge = Object.assign, Ut = (e, t) => {
17
17
  const n = e.indexOf(t);
18
18
  n > -1 && e.splice(n, 1);
19
- }, kt = Object.prototype.hasOwnProperty, ue = (e, t) => kt.call(e, t), S = Array.isArray, $ = (e) => ge(e) === "[object Map]", jt = (e) => ge(e) === "[object Set]", y = (e) => typeof e == "function", Kt = (e) => typeof e == "string", te = (e) => typeof e == "symbol", F = (e) => e !== null && typeof e == "object", Ft = (e) => (F(e) || y(e)) && y(e.then) && y(e.catch), Ut = Object.prototype.toString, ge = (e) => Ut.call(e), rt = (e) => ge(e).slice(8, -1), $t = (e) => ge(e) === "[object Object]", Le = (e) => Kt(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, zt = (e) => {
19
+ }, $t = Object.prototype.hasOwnProperty, le = (e, t) => $t.call(e, t), D = Array.isArray, G = (e) => Ee(e) === "[object Map]", Gt = (e) => Ee(e) === "[object Set]", y = (e) => typeof e == "function", zt = (e) => typeof e == "string", te = (e) => typeof e == "symbol", K = (e) => e !== null && typeof e == "object", Bt = (e) => (K(e) || y(e)) && y(e.then) && y(e.catch), Yt = Object.prototype.toString, Ee = (e) => Yt.call(e), ct = (e) => Ee(e).slice(8, -1), Jt = (e) => Ee(e) === "[object Object]", Pe = (e) => zt(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, qt = (e) => {
20
20
  const t = /* @__PURE__ */ Object.create(null);
21
21
  return (n) => t[n] || (t[n] = e(n));
22
- }, Gt = zt((e) => e.charAt(0).toUpperCase() + e.slice(1)), M = (e, t) => !Object.is(e, t), Bt = (e, t, n, s = !1) => {
22
+ }, Qt = qt((e) => e.charAt(0).toUpperCase() + e.slice(1)), H = (e, t) => !Object.is(e, t), Xt = (e, t, n, s = !1) => {
23
23
  Object.defineProperty(e, t, {
24
24
  configurable: !0,
25
25
  enumerable: !1,
@@ -36,7 +36,7 @@ function C(e, ...t) {
36
36
  console.warn(`[Vue warn] ${e}`, ...t);
37
37
  }
38
38
  let m;
39
- class Yt {
39
+ class Zt {
40
40
  constructor(t = !1) {
41
41
  this.detached = t, this._active = !0, this.effects = [], this.cleanups = [], this.parent = m, !t && m && (this.index = (m.scopes || (m.scopes = [])).push(
42
42
  this
@@ -88,34 +88,34 @@ class Yt {
88
88
  }
89
89
  }
90
90
  }
91
- function Jt(e) {
92
- return new Yt(e);
91
+ function en(e) {
92
+ return new Zt(e);
93
93
  }
94
- function ct(e, t = m) {
94
+ function at(e, t = m) {
95
95
  t && t.active && t.effects.push(e);
96
96
  }
97
- function xe() {
97
+ function Me() {
98
98
  return m;
99
99
  }
100
- function qt(e) {
100
+ function ut(e) {
101
101
  m ? m.cleanups.push(e) : process.env.NODE_ENV !== "production" && C(
102
102
  "onScopeDispose() is called when there is no active effect scope to be associated with."
103
103
  );
104
104
  }
105
105
  let j;
106
- class le {
106
+ class fe {
107
107
  constructor(t, n, s, i) {
108
- this.fn = t, this.trigger = n, this.scheduler = s, this.active = !0, this.deps = [], this._dirtyLevel = 4, this._trackId = 0, this._runnings = 0, this._shouldSchedule = !1, this._depsLength = 0, ct(this, i);
108
+ this.fn = t, this.trigger = n, this.scheduler = s, this.active = !0, this.deps = [], this._dirtyLevel = 4, this._trackId = 0, this._runnings = 0, this._shouldSchedule = !1, this._depsLength = 0, at(this, i);
109
109
  }
110
110
  get dirty() {
111
111
  if (this._dirtyLevel === 2 || this._dirtyLevel === 3) {
112
- this._dirtyLevel = 1, Me();
112
+ this._dirtyLevel = 1, We();
113
113
  for (let t = 0; t < this._depsLength; t++) {
114
114
  const n = this.deps[t];
115
- if (n.computed && (Qt(n.computed), this._dirtyLevel >= 4))
115
+ if (n.computed && (tn(n.computed), this._dirtyLevel >= 4))
116
116
  break;
117
117
  }
118
- this._dirtyLevel === 1 && (this._dirtyLevel = 0), He();
118
+ this._dirtyLevel === 1 && (this._dirtyLevel = 0), ke();
119
119
  }
120
120
  return this._dirtyLevel >= 4;
121
121
  }
@@ -127,91 +127,91 @@ class le {
127
127
  return this.fn();
128
128
  let t = O, n = j;
129
129
  try {
130
- return O = !0, j = this, this._runnings++, Ze(this), this.fn();
130
+ return O = !0, j = this, this._runnings++, et(this), this.fn();
131
131
  } finally {
132
- et(this), this._runnings--, j = n, O = t;
132
+ tt(this), this._runnings--, j = n, O = t;
133
133
  }
134
134
  }
135
135
  stop() {
136
- this.active && (Ze(this), et(this), this.onStop && this.onStop(), this.active = !1);
136
+ this.active && (et(this), tt(this), this.onStop && this.onStop(), this.active = !1);
137
137
  }
138
138
  }
139
- function Qt(e) {
139
+ function tn(e) {
140
140
  return e.value;
141
141
  }
142
- function Ze(e) {
142
+ function et(e) {
143
143
  e._trackId++, e._depsLength = 0;
144
144
  }
145
- function et(e) {
145
+ function tt(e) {
146
146
  if (e.deps.length > e._depsLength) {
147
147
  for (let t = e._depsLength; t < e.deps.length; t++)
148
- at(e.deps[t], e);
148
+ lt(e.deps[t], e);
149
149
  e.deps.length = e._depsLength;
150
150
  }
151
151
  }
152
- function at(e, t) {
152
+ function lt(e, t) {
153
153
  const n = e.get(t);
154
154
  n !== void 0 && t._trackId !== n && (e.delete(t), e.size === 0 && e.cleanup());
155
155
  }
156
- function Jn(e, t) {
157
- e.effect instanceof le && (e = e.effect.fn);
158
- const n = new le(e, X, () => {
156
+ function Zn(e, t) {
157
+ e.effect instanceof fe && (e = e.effect.fn);
158
+ const n = new fe(e, X, () => {
159
159
  n.dirty && n.run();
160
160
  });
161
- t && (_e(n, t), t.scope && ct(n, t.scope)), (!t || !t.lazy) && n.run();
161
+ t && (ge(n, t), t.scope && at(n, t.scope)), (!t || !t.lazy) && n.run();
162
162
  const s = n.run.bind(n);
163
163
  return s.effect = n, s;
164
164
  }
165
- function qn(e) {
165
+ function es(e) {
166
166
  e.effect.stop();
167
167
  }
168
- let O = !0, be = 0;
169
- const Pe = [];
170
- function Me() {
171
- Pe.push(O), O = !1;
168
+ let O = !0, Se = 0;
169
+ const He = [];
170
+ function We() {
171
+ He.push(O), O = !1;
172
172
  }
173
- function Qn() {
174
- Pe.push(O), O = !0;
173
+ function ts() {
174
+ He.push(O), O = !0;
175
175
  }
176
- function He() {
177
- const e = Pe.pop();
176
+ function ke() {
177
+ const e = He.pop();
178
178
  O = e === void 0 ? !0 : e;
179
179
  }
180
- function We() {
181
- be++;
180
+ function je() {
181
+ Se++;
182
182
  }
183
- function ke() {
184
- for (be--; !be && Se.length; )
185
- Se.shift()();
183
+ function Fe() {
184
+ for (Se--; !Se && ye.length; )
185
+ ye.shift()();
186
186
  }
187
- function ut(e, t, n) {
187
+ function ft(e, t, n) {
188
188
  var s;
189
189
  if (t.get(e) !== e._trackId) {
190
190
  t.set(e, e._trackId);
191
191
  const i = e.deps[e._depsLength];
192
- i !== t ? (i && at(i, e), e.deps[e._depsLength++] = t) : e._depsLength++, process.env.NODE_ENV !== "production" && ((s = e.onTrack) == null || s.call(e, _e({ effect: e }, n)));
192
+ i !== t ? (i && lt(i, e), e.deps[e._depsLength++] = t) : e._depsLength++, process.env.NODE_ENV !== "production" && ((s = e.onTrack) == null || s.call(e, ge({ effect: e }, n)));
193
193
  }
194
194
  }
195
- const Se = [];
196
- function lt(e, t, n) {
195
+ const ye = [];
196
+ function dt(e, t, n) {
197
197
  var s;
198
- We();
198
+ je();
199
199
  for (const i of e.keys()) {
200
- let o;
201
- i._dirtyLevel < t && (o ?? (o = e.get(i) === i._trackId)) && (i._shouldSchedule || (i._shouldSchedule = i._dirtyLevel === 0), i._dirtyLevel = t), i._shouldSchedule && (o ?? (o = e.get(i) === i._trackId)) && (process.env.NODE_ENV !== "production" && ((s = i.onTrigger) == null || s.call(i, _e({ effect: i }, n))), i.trigger(), (!i._runnings || i.allowRecurse) && i._dirtyLevel !== 2 && (i._shouldSchedule = !1, i.scheduler && Se.push(i.scheduler)));
200
+ let r;
201
+ i._dirtyLevel < t && (r ?? (r = e.get(i) === i._trackId)) && (i._shouldSchedule || (i._shouldSchedule = i._dirtyLevel === 0), i._dirtyLevel = t), i._shouldSchedule && (r ?? (r = e.get(i) === i._trackId)) && (process.env.NODE_ENV !== "production" && ((s = i.onTrigger) == null || s.call(i, ge({ effect: i }, n))), i.trigger(), (!i._runnings || i.allowRecurse) && i._dirtyLevel !== 2 && (i._shouldSchedule = !1, i.scheduler && ye.push(i.scheduler)));
202
202
  }
203
- ke();
203
+ Fe();
204
204
  }
205
- const ft = (e, t) => {
205
+ const ht = (e, t) => {
206
206
  const n = /* @__PURE__ */ new Map();
207
207
  return n.cleanup = e, n.computed = t, n;
208
- }, fe = /* @__PURE__ */ new WeakMap(), K = Symbol(process.env.NODE_ENV !== "production" ? "iterate" : ""), De = Symbol(process.env.NODE_ENV !== "production" ? "Map key iterate" : "");
208
+ }, de = /* @__PURE__ */ new WeakMap(), F = Symbol(process.env.NODE_ENV !== "production" ? "iterate" : ""), Oe = Symbol(process.env.NODE_ENV !== "production" ? "Map key iterate" : "");
209
209
  function N(e, t, n) {
210
210
  if (O && j) {
211
- let s = fe.get(e);
212
- s || fe.set(e, s = /* @__PURE__ */ new Map());
211
+ let s = de.get(e);
212
+ s || de.set(e, s = /* @__PURE__ */ new Map());
213
213
  let i = s.get(n);
214
- i || s.set(n, i = ft(() => s.delete(n))), ut(
214
+ i || s.set(n, i = ht(() => s.delete(n))), ft(
215
215
  j,
216
216
  i,
217
217
  process.env.NODE_ENV !== "production" ? {
@@ -222,34 +222,34 @@ function N(e, t, n) {
222
222
  );
223
223
  }
224
224
  }
225
- function P(e, t, n, s, i, o) {
226
- const r = fe.get(e);
227
- if (!r)
225
+ function M(e, t, n, s, i, r) {
226
+ const o = de.get(e);
227
+ if (!o)
228
228
  return;
229
229
  let c = [];
230
230
  if (t === "clear")
231
- c = [...r.values()];
232
- else if (n === "length" && S(e)) {
233
- const f = Number(s);
234
- r.forEach((E, w) => {
235
- (w === "length" || !te(w) && w >= f) && c.push(E);
231
+ c = [...o.values()];
232
+ else if (n === "length" && D(e)) {
233
+ const d = Number(s);
234
+ o.forEach((_, w) => {
235
+ (w === "length" || !te(w) && w >= d) && c.push(_);
236
236
  });
237
237
  } else
238
- switch (n !== void 0 && c.push(r.get(n)), t) {
238
+ switch (n !== void 0 && c.push(o.get(n)), t) {
239
239
  case "add":
240
- S(e) ? Le(n) && c.push(r.get("length")) : (c.push(r.get(K)), $(e) && c.push(r.get(De)));
240
+ D(e) ? Pe(n) && c.push(o.get("length")) : (c.push(o.get(F)), G(e) && c.push(o.get(Oe)));
241
241
  break;
242
242
  case "delete":
243
- S(e) || (c.push(r.get(K)), $(e) && c.push(r.get(De)));
243
+ D(e) || (c.push(o.get(F)), G(e) && c.push(o.get(Oe)));
244
244
  break;
245
245
  case "set":
246
- $(e) && c.push(r.get(K));
246
+ G(e) && c.push(o.get(F));
247
247
  break;
248
248
  }
249
- We();
250
- for (const f of c)
251
- f && lt(
252
- f,
249
+ je();
250
+ for (const d of c)
251
+ d && dt(
252
+ d,
253
253
  4,
254
254
  process.env.NODE_ENV !== "production" ? {
255
255
  target: e,
@@ -257,99 +257,99 @@ function P(e, t, n, s, i, o) {
257
257
  key: n,
258
258
  newValue: s,
259
259
  oldValue: i,
260
- oldTarget: o
260
+ oldTarget: r
261
261
  } : void 0
262
262
  );
263
- ke();
263
+ Fe();
264
264
  }
265
- function Xt(e, t) {
266
- const n = fe.get(e);
265
+ function nn(e, t) {
266
+ const n = de.get(e);
267
267
  return n && n.get(t);
268
268
  }
269
- const Zt = /* @__PURE__ */ Mt("__proto__,__v_isRef,__isVue"), dt = new Set(
269
+ const sn = /* @__PURE__ */ Ft("__proto__,__v_isRef,__isVue"), pt = new Set(
270
270
  /* @__PURE__ */ Object.getOwnPropertyNames(Symbol).filter((e) => e !== "arguments" && e !== "caller").map((e) => Symbol[e]).filter(te)
271
- ), tt = /* @__PURE__ */ en();
272
- function en() {
271
+ ), nt = /* @__PURE__ */ rn();
272
+ function rn() {
273
273
  const e = {};
274
274
  return ["includes", "indexOf", "lastIndexOf"].forEach((t) => {
275
275
  e[t] = function(...n) {
276
- const s = l(this);
277
- for (let o = 0, r = this.length; o < r; o++)
278
- N(s, "get", o + "");
276
+ const s = f(this);
277
+ for (let r = 0, o = this.length; r < o; r++)
278
+ N(s, "get", r + "");
279
279
  const i = s[t](...n);
280
- return i === -1 || i === !1 ? s[t](...n.map(l)) : i;
280
+ return i === -1 || i === !1 ? s[t](...n.map(f)) : i;
281
281
  };
282
282
  }), ["push", "pop", "shift", "unshift", "splice"].forEach((t) => {
283
283
  e[t] = function(...n) {
284
- Me(), We();
285
- const s = l(this)[t].apply(this, n);
286
- return ke(), He(), s;
284
+ We(), je();
285
+ const s = f(this)[t].apply(this, n);
286
+ return Fe(), ke(), s;
287
287
  };
288
288
  }), e;
289
289
  }
290
- function tn(e) {
290
+ function on(e) {
291
291
  te(e) || (e = String(e));
292
- const t = l(this);
292
+ const t = f(this);
293
293
  return N(t, "has", e), t.hasOwnProperty(e);
294
294
  }
295
- class ht {
295
+ class vt {
296
296
  constructor(t = !1, n = !1) {
297
297
  this._isReadonly = t, this._isShallow = n;
298
298
  }
299
299
  get(t, n, s) {
300
- const i = this._isReadonly, o = this._isShallow;
300
+ const i = this._isReadonly, r = this._isShallow;
301
301
  if (n === "__v_isReactive")
302
302
  return !i;
303
303
  if (n === "__v_isReadonly")
304
304
  return i;
305
305
  if (n === "__v_isShallow")
306
- return o;
306
+ return r;
307
307
  if (n === "__v_raw")
308
- return s === (i ? o ? mt : wt : o ? Et : gt).get(t) || // receiver is not the reactive proxy, but has the same prototype
308
+ return s === (i ? r ? bt : Tt : r ? mt : wt).get(t) || // receiver is not the reactive proxy, but has the same prototype
309
309
  // this means the reciever is a user proxy of the reactive proxy
310
310
  Object.getPrototypeOf(t) === Object.getPrototypeOf(s) ? t : void 0;
311
- const r = S(t);
311
+ const o = D(t);
312
312
  if (!i) {
313
- if (r && ue(tt, n))
314
- return Reflect.get(tt, n, s);
313
+ if (o && le(nt, n))
314
+ return Reflect.get(nt, n, s);
315
315
  if (n === "hasOwnProperty")
316
- return tn;
316
+ return on;
317
317
  }
318
318
  const c = Reflect.get(t, n, s);
319
- return (te(n) ? dt.has(n) : Zt(n)) || (i || N(t, "get", n), o) ? c : R(c) ? r && Le(n) ? c : c.value : F(c) ? i ? Nt(c) : Tt(c) : c;
319
+ return (te(n) ? pt.has(n) : sn(n)) || (i || N(t, "get", n), r) ? c : T(c) ? o && Pe(n) ? c : c.value : K(c) ? i ? Rt(c) : Nt(c) : c;
320
320
  }
321
321
  }
322
- class pt extends ht {
322
+ class _t extends vt {
323
323
  constructor(t = !1) {
324
324
  super(!1, t);
325
325
  }
326
326
  set(t, n, s, i) {
327
- let o = t[n];
327
+ let r = t[n];
328
328
  if (!this._isShallow) {
329
- const f = Z(o);
330
- if (!de(s) && !Z(s) && (o = l(o), s = l(s)), !S(t) && R(o) && !R(s))
331
- return f ? !1 : (o.value = s, !0);
329
+ const d = Z(r);
330
+ if (!he(s) && !Z(s) && (r = f(r), s = f(s)), !D(t) && T(r) && !T(s))
331
+ return d ? !1 : (r.value = s, !0);
332
332
  }
333
- const r = S(t) && Le(n) ? Number(n) < t.length : ue(t, n), c = Reflect.set(t, n, s, i);
334
- return t === l(i) && (r ? M(s, o) && P(t, "set", n, s, o) : P(t, "add", n, s)), c;
333
+ const o = D(t) && Pe(n) ? Number(n) < t.length : le(t, n), c = Reflect.set(t, n, s, i);
334
+ return t === f(i) && (o ? H(s, r) && M(t, "set", n, s, r) : M(t, "add", n, s)), c;
335
335
  }
336
336
  deleteProperty(t, n) {
337
- const s = ue(t, n), i = t[n], o = Reflect.deleteProperty(t, n);
338
- return o && s && P(t, "delete", n, void 0, i), o;
337
+ const s = le(t, n), i = t[n], r = Reflect.deleteProperty(t, n);
338
+ return r && s && M(t, "delete", n, void 0, i), r;
339
339
  }
340
340
  has(t, n) {
341
341
  const s = Reflect.has(t, n);
342
- return (!te(n) || !dt.has(n)) && N(t, "has", n), s;
342
+ return (!te(n) || !pt.has(n)) && N(t, "has", n), s;
343
343
  }
344
344
  ownKeys(t) {
345
345
  return N(
346
346
  t,
347
347
  "iterate",
348
- S(t) ? "length" : K
348
+ D(t) ? "length" : F
349
349
  ), Reflect.ownKeys(t);
350
350
  }
351
351
  }
352
- class vt extends ht {
352
+ class gt extends vt {
353
353
  constructor(t = !1) {
354
354
  super(!0, t);
355
355
  }
@@ -366,70 +366,70 @@ class vt extends ht {
366
366
  ), !0;
367
367
  }
368
368
  }
369
- const nn = /* @__PURE__ */ new pt(), sn = /* @__PURE__ */ new vt(), on = /* @__PURE__ */ new pt(
369
+ const cn = /* @__PURE__ */ new _t(), an = /* @__PURE__ */ new gt(), un = /* @__PURE__ */ new _t(
370
370
  !0
371
- ), rn = /* @__PURE__ */ new vt(!0), je = (e) => e, Ee = (e) => Reflect.getPrototypeOf(e);
371
+ ), ln = /* @__PURE__ */ new gt(!0), Ke = (e) => e, we = (e) => Reflect.getPrototypeOf(e);
372
372
  function se(e, t, n = !1, s = !1) {
373
373
  e = e.__v_raw;
374
- const i = l(e), o = l(t);
375
- n || (M(t, o) && N(i, "get", t), N(i, "get", o));
376
- const { has: r } = Ee(i), c = s ? je : n ? Ke : ee;
377
- if (r.call(i, t))
374
+ const i = f(e), r = f(t);
375
+ n || (H(t, r) && N(i, "get", t), N(i, "get", r));
376
+ const { has: o } = we(i), c = s ? Ke : n ? Ue : ee;
377
+ if (o.call(i, t))
378
378
  return c(e.get(t));
379
- if (r.call(i, o))
380
- return c(e.get(o));
379
+ if (o.call(i, r))
380
+ return c(e.get(r));
381
381
  e !== i && e.get(t);
382
382
  }
383
383
  function ie(e, t = !1) {
384
- const n = this.__v_raw, s = l(n), i = l(e);
385
- return t || (M(e, i) && N(s, "has", e), N(s, "has", i)), e === i ? n.has(e) : n.has(e) || n.has(i);
386
- }
387
- function oe(e, t = !1) {
388
- return e = e.__v_raw, !t && N(l(e), "iterate", K), Reflect.get(e, "size", e);
389
- }
390
- function nt(e) {
391
- e = l(e);
392
- const t = l(this);
393
- return Ee(t).has.call(t, e) || (t.add(e), P(t, "add", e, e)), this;
394
- }
395
- function st(e, t) {
396
- t = l(t);
397
- const n = l(this), { has: s, get: i } = Ee(n);
398
- let o = s.call(n, e);
399
- o ? process.env.NODE_ENV !== "production" && _t(n, s, e) : (e = l(e), o = s.call(n, e));
400
- const r = i.call(n, e);
401
- return n.set(e, t), o ? M(t, r) && P(n, "set", e, t, r) : P(n, "add", e, t), this;
402
- }
403
- function it(e) {
404
- const t = l(this), { has: n, get: s } = Ee(t);
384
+ const n = this.__v_raw, s = f(n), i = f(e);
385
+ return t || (H(e, i) && N(s, "has", e), N(s, "has", i)), e === i ? n.has(e) : n.has(e) || n.has(i);
386
+ }
387
+ function re(e, t = !1) {
388
+ return e = e.__v_raw, !t && N(f(e), "iterate", F), Reflect.get(e, "size", e);
389
+ }
390
+ function st(e) {
391
+ e = f(e);
392
+ const t = f(this);
393
+ return we(t).has.call(t, e) || (t.add(e), M(t, "add", e, e)), this;
394
+ }
395
+ function it(e, t) {
396
+ t = f(t);
397
+ const n = f(this), { has: s, get: i } = we(n);
398
+ let r = s.call(n, e);
399
+ r ? process.env.NODE_ENV !== "production" && Et(n, s, e) : (e = f(e), r = s.call(n, e));
400
+ const o = i.call(n, e);
401
+ return n.set(e, t), r ? H(t, o) && M(n, "set", e, t, o) : M(n, "add", e, t), this;
402
+ }
403
+ function rt(e) {
404
+ const t = f(this), { has: n, get: s } = we(t);
405
405
  let i = n.call(t, e);
406
- i ? process.env.NODE_ENV !== "production" && _t(t, n, e) : (e = l(e), i = n.call(t, e));
407
- const o = s ? s.call(t, e) : void 0, r = t.delete(e);
408
- return i && P(t, "delete", e, void 0, o), r;
406
+ i ? process.env.NODE_ENV !== "production" && Et(t, n, e) : (e = f(e), i = n.call(t, e));
407
+ const r = s ? s.call(t, e) : void 0, o = t.delete(e);
408
+ return i && M(t, "delete", e, void 0, r), o;
409
409
  }
410
410
  function ot() {
411
- const e = l(this), t = e.size !== 0, n = process.env.NODE_ENV !== "production" ? $(e) ? new Map(e) : new Set(e) : void 0, s = e.clear();
412
- return t && P(e, "clear", void 0, void 0, n), s;
411
+ const e = f(this), t = e.size !== 0, n = process.env.NODE_ENV !== "production" ? G(e) ? new Map(e) : new Set(e) : void 0, s = e.clear();
412
+ return t && M(e, "clear", void 0, void 0, n), s;
413
413
  }
414
- function re(e, t) {
414
+ function oe(e, t) {
415
415
  return function(s, i) {
416
- const o = this, r = o.__v_raw, c = l(r), f = t ? je : e ? Ke : ee;
417
- return !e && N(c, "iterate", K), r.forEach((E, w) => s.call(i, f(E), f(w), o));
416
+ const r = this, o = r.__v_raw, c = f(o), d = t ? Ke : e ? Ue : ee;
417
+ return !e && N(c, "iterate", F), o.forEach((_, w) => s.call(i, d(_), d(w), r));
418
418
  };
419
419
  }
420
420
  function ce(e, t, n) {
421
421
  return function(...s) {
422
- const i = this.__v_raw, o = l(i), r = $(o), c = e === "entries" || e === Symbol.iterator && r, f = e === "keys" && r, E = i[e](...s), w = n ? je : t ? Ke : ee;
422
+ const i = this.__v_raw, r = f(i), o = G(r), c = e === "entries" || e === Symbol.iterator && o, d = e === "keys" && o, _ = i[e](...s), w = n ? Ke : t ? Ue : ee;
423
423
  return !t && N(
424
- o,
424
+ r,
425
425
  "iterate",
426
- f ? De : K
426
+ d ? Oe : F
427
427
  ), {
428
428
  // iterator protocol
429
429
  next() {
430
- const { value: _, done: A } = E.next();
431
- return A ? { value: _, done: A } : {
432
- value: c ? [w(_[0]), w(_[1])] : w(_),
430
+ const { value: g, done: A } = _.next();
431
+ return A ? { value: g, done: A } : {
432
+ value: c ? [w(g[0]), w(g[1])] : w(g),
433
433
  done: A
434
434
  };
435
435
  },
@@ -445,79 +445,79 @@ function I(e) {
445
445
  if (process.env.NODE_ENV !== "production") {
446
446
  const n = t[0] ? `on key "${t[0]}" ` : "";
447
447
  C(
448
- `${Gt(e)} operation ${n}failed: target is readonly.`,
449
- l(this)
448
+ `${Qt(e)} operation ${n}failed: target is readonly.`,
449
+ f(this)
450
450
  );
451
451
  }
452
452
  return e === "delete" ? !1 : e === "clear" ? void 0 : this;
453
453
  };
454
454
  }
455
- function cn() {
455
+ function fn() {
456
456
  const e = {
457
- get(o) {
458
- return se(this, o);
457
+ get(r) {
458
+ return se(this, r);
459
459
  },
460
460
  get size() {
461
- return oe(this);
461
+ return re(this);
462
462
  },
463
463
  has: ie,
464
- add: nt,
465
- set: st,
466
- delete: it,
464
+ add: st,
465
+ set: it,
466
+ delete: rt,
467
467
  clear: ot,
468
- forEach: re(!1, !1)
468
+ forEach: oe(!1, !1)
469
469
  }, t = {
470
- get(o) {
471
- return se(this, o, !1, !0);
470
+ get(r) {
471
+ return se(this, r, !1, !0);
472
472
  },
473
473
  get size() {
474
- return oe(this);
474
+ return re(this);
475
475
  },
476
476
  has: ie,
477
- add: nt,
478
- set: st,
479
- delete: it,
477
+ add: st,
478
+ set: it,
479
+ delete: rt,
480
480
  clear: ot,
481
- forEach: re(!1, !0)
481
+ forEach: oe(!1, !0)
482
482
  }, n = {
483
- get(o) {
484
- return se(this, o, !0);
483
+ get(r) {
484
+ return se(this, r, !0);
485
485
  },
486
486
  get size() {
487
- return oe(this, !0);
487
+ return re(this, !0);
488
488
  },
489
- has(o) {
490
- return ie.call(this, o, !0);
489
+ has(r) {
490
+ return ie.call(this, r, !0);
491
491
  },
492
492
  add: I("add"),
493
493
  set: I("set"),
494
494
  delete: I("delete"),
495
495
  clear: I("clear"),
496
- forEach: re(!0, !1)
496
+ forEach: oe(!0, !1)
497
497
  }, s = {
498
- get(o) {
499
- return se(this, o, !0, !0);
498
+ get(r) {
499
+ return se(this, r, !0, !0);
500
500
  },
501
501
  get size() {
502
- return oe(this, !0);
502
+ return re(this, !0);
503
503
  },
504
- has(o) {
505
- return ie.call(this, o, !0);
504
+ has(r) {
505
+ return ie.call(this, r, !0);
506
506
  },
507
507
  add: I("add"),
508
508
  set: I("set"),
509
509
  delete: I("delete"),
510
510
  clear: I("clear"),
511
- forEach: re(!0, !0)
511
+ forEach: oe(!0, !0)
512
512
  };
513
513
  return [
514
514
  "keys",
515
515
  "values",
516
516
  "entries",
517
517
  Symbol.iterator
518
- ].forEach((o) => {
519
- e[o] = ce(o, !1, !1), n[o] = ce(o, !0, !1), t[o] = ce(o, !1, !0), s[o] = ce(
520
- o,
518
+ ].forEach((r) => {
519
+ e[r] = ce(r, !1, !1), n[r] = ce(r, !0, !1), t[r] = ce(r, !1, !0), s[r] = ce(
520
+ r,
521
521
  !0,
522
522
  !0
523
523
  );
@@ -529,39 +529,39 @@ function cn() {
529
529
  ];
530
530
  }
531
531
  const [
532
- an,
533
- un,
534
- ln,
535
- fn
536
- ] = /* @__PURE__ */ cn();
537
- function we(e, t) {
538
- const n = t ? e ? fn : ln : e ? un : an;
539
- return (s, i, o) => i === "__v_isReactive" ? !e : i === "__v_isReadonly" ? e : i === "__v_raw" ? s : Reflect.get(
540
- ue(n, i) && i in s ? n : s,
532
+ dn,
533
+ hn,
534
+ pn,
535
+ vn
536
+ ] = /* @__PURE__ */ fn();
537
+ function me(e, t) {
538
+ const n = t ? e ? vn : pn : e ? hn : dn;
539
+ return (s, i, r) => i === "__v_isReactive" ? !e : i === "__v_isReadonly" ? e : i === "__v_raw" ? s : Reflect.get(
540
+ le(n, i) && i in s ? n : s,
541
541
  i,
542
- o
542
+ r
543
543
  );
544
544
  }
545
- const dn = {
546
- get: /* @__PURE__ */ we(!1, !1)
547
- }, hn = {
548
- get: /* @__PURE__ */ we(!1, !0)
549
- }, pn = {
550
- get: /* @__PURE__ */ we(!0, !1)
551
- }, vn = {
552
- get: /* @__PURE__ */ we(!0, !0)
545
+ const _n = {
546
+ get: /* @__PURE__ */ me(!1, !1)
547
+ }, gn = {
548
+ get: /* @__PURE__ */ me(!1, !0)
549
+ }, En = {
550
+ get: /* @__PURE__ */ me(!0, !1)
551
+ }, wn = {
552
+ get: /* @__PURE__ */ me(!0, !0)
553
553
  };
554
- function _t(e, t, n) {
555
- const s = l(n);
554
+ function Et(e, t, n) {
555
+ const s = f(n);
556
556
  if (s !== n && t.call(e, s)) {
557
- const i = rt(e);
557
+ const i = ct(e);
558
558
  C(
559
559
  `Reactive ${i} contains both the raw and reactive versions of the same object${i === "Map" ? " as keys" : ""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`
560
560
  );
561
561
  }
562
562
  }
563
- const gt = /* @__PURE__ */ new WeakMap(), Et = /* @__PURE__ */ new WeakMap(), wt = /* @__PURE__ */ new WeakMap(), mt = /* @__PURE__ */ new WeakMap();
564
- function _n(e) {
563
+ const wt = /* @__PURE__ */ new WeakMap(), mt = /* @__PURE__ */ new WeakMap(), Tt = /* @__PURE__ */ new WeakMap(), bt = /* @__PURE__ */ new WeakMap();
564
+ function mn(e) {
565
565
  switch (e) {
566
566
  case "Object":
567
567
  case "Array":
@@ -575,59 +575,59 @@ function _n(e) {
575
575
  return 0;
576
576
  }
577
577
  }
578
- function gn(e) {
579
- return e.__v_skip || !Object.isExtensible(e) ? 0 : _n(rt(e));
578
+ function Tn(e) {
579
+ return e.__v_skip || !Object.isExtensible(e) ? 0 : mn(ct(e));
580
580
  }
581
- function Tt(e) {
582
- return Z(e) ? e : me(
581
+ function Nt(e) {
582
+ return Z(e) ? e : Te(
583
583
  e,
584
584
  !1,
585
- nn,
586
- dn,
587
- gt
585
+ cn,
586
+ _n,
587
+ wt
588
588
  );
589
589
  }
590
- function En(e) {
591
- return me(
590
+ function bn(e) {
591
+ return Te(
592
592
  e,
593
593
  !1,
594
- on,
595
- hn,
596
- Et
594
+ un,
595
+ gn,
596
+ mt
597
597
  );
598
598
  }
599
- function Nt(e) {
600
- return me(
599
+ function Rt(e) {
600
+ return Te(
601
601
  e,
602
602
  !0,
603
- sn,
604
- pn,
605
- wt
603
+ an,
604
+ En,
605
+ Tt
606
606
  );
607
607
  }
608
- function Xn(e) {
609
- return me(
608
+ function ns(e) {
609
+ return Te(
610
610
  e,
611
611
  !0,
612
- rn,
613
- vn,
614
- mt
612
+ ln,
613
+ wn,
614
+ bt
615
615
  );
616
616
  }
617
- function me(e, t, n, s, i) {
618
- if (!F(e))
617
+ function Te(e, t, n, s, i) {
618
+ if (!K(e))
619
619
  return process.env.NODE_ENV !== "production" && C(`value cannot be made reactive: ${String(e)}`), e;
620
620
  if (e.__v_raw && !(t && e.__v_isReactive))
621
621
  return e;
622
- const o = i.get(e);
623
- if (o)
624
- return o;
625
- const r = gn(e);
626
- if (r === 0)
622
+ const r = i.get(e);
623
+ if (r)
624
+ return r;
625
+ const o = Tn(e);
626
+ if (o === 0)
627
627
  return e;
628
628
  const c = new Proxy(
629
629
  e,
630
- r === 2 ? s : n
630
+ o === 2 ? s : n
631
631
  );
632
632
  return i.set(e, c), c;
633
633
  }
@@ -637,23 +637,23 @@ function q(e) {
637
637
  function Z(e) {
638
638
  return !!(e && e.__v_isReadonly);
639
639
  }
640
- function de(e) {
640
+ function he(e) {
641
641
  return !!(e && e.__v_isShallow);
642
642
  }
643
- function wn(e) {
643
+ function Nn(e) {
644
644
  return e ? !!e.__v_raw : !1;
645
645
  }
646
- function l(e) {
646
+ function f(e) {
647
647
  const t = e && e.__v_raw;
648
- return t ? l(t) : e;
648
+ return t ? f(t) : e;
649
649
  }
650
- function Zn(e) {
651
- return Object.isExtensible(e) && Bt(e, "__v_skip", !0), e;
650
+ function ss(e) {
651
+ return Object.isExtensible(e) && Xt(e, "__v_skip", !0), e;
652
652
  }
653
- const ee = (e) => F(e) ? Tt(e) : e, Ke = (e) => F(e) ? Nt(e) : e, mn = "Computed is still dirty after getter evaluation, likely because a computed is mutating its own dependency in its getter. State mutations in computed getters should be avoided. Check the docs for more details: https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free";
654
- class Rt {
653
+ const ee = (e) => K(e) ? Nt(e) : e, Ue = (e) => K(e) ? Rt(e) : e, Rn = "Computed is still dirty after getter evaluation, likely because a computed is mutating its own dependency in its getter. State mutations in computed getters should be avoided. Check the docs for more details: https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free";
654
+ class Dt {
655
655
  constructor(t, n, s, i) {
656
- this.getter = t, this._setter = n, this.dep = void 0, this.__v_isRef = !0, this.__v_isReadonly = !1, this.effect = new le(
656
+ this.getter = t, this._setter = n, this.dep = void 0, this.__v_isRef = !0, this.__v_isReadonly = !1, this.effect = new fe(
657
657
  () => t(this._value),
658
658
  () => z(
659
659
  this,
@@ -662,8 +662,8 @@ class Rt {
662
662
  ), this.effect.computed = this, this.effect.active = this._cacheable = !i, this.__v_isReadonly = s;
663
663
  }
664
664
  get value() {
665
- const t = l(this);
666
- return (!t._cacheable || t.effect.dirty) && M(t._value, t._value = t.effect.run()) && z(t, 4), Fe(t), t.effect._dirtyLevel >= 2 && (process.env.NODE_ENV !== "production" && this._warnRecursive && C(mn, `
665
+ const t = f(this);
666
+ return (!t._cacheable || t.effect.dirty) && H(t._value, t._value = t.effect.run()) && z(t, 4), $e(t), t.effect._dirtyLevel >= 2 && (process.env.NODE_ENV !== "production" && this._warnRecursive && C(Rn, `
667
667
 
668
668
  getter: `, this.getter), z(t, 2)), t._value;
669
669
  }
@@ -681,20 +681,20 @@ getter: `, this.getter), z(t, 2)), t._value;
681
681
  }
682
682
  function v(e, t, n = !1) {
683
683
  let s, i;
684
- const o = y(e);
685
- o ? (s = e, i = process.env.NODE_ENV !== "production" ? () => {
684
+ const r = y(e);
685
+ r ? (s = e, i = process.env.NODE_ENV !== "production" ? () => {
686
686
  C("Write operation failed: computed value is readonly");
687
687
  } : X) : (s = e.get, i = e.set);
688
- const r = new Rt(s, i, o || !i, n);
689
- return process.env.NODE_ENV !== "production" && t && !n && (r.effect.onTrack = t.onTrack, r.effect.onTrigger = t.onTrigger), r;
688
+ const o = new Dt(s, i, r || !i, n);
689
+ return process.env.NODE_ENV !== "production" && t && !n && (o.effect.onTrack = t.onTrack, o.effect.onTrigger = t.onTrigger), o;
690
690
  }
691
- function Fe(e) {
691
+ function $e(e) {
692
692
  var t;
693
- O && j && (e = l(e), ut(
693
+ O && j && (e = f(e), ft(
694
694
  j,
695
- (t = e.dep) != null ? t : e.dep = ft(
695
+ (t = e.dep) != null ? t : e.dep = ht(
696
696
  () => e.dep = void 0,
697
- e instanceof Rt ? e : void 0
697
+ e instanceof Dt ? e : void 0
698
698
  ),
699
699
  process.env.NODE_ENV !== "production" ? {
700
700
  target: e,
@@ -704,9 +704,9 @@ function Fe(e) {
704
704
  ));
705
705
  }
706
706
  function z(e, t = 4, n) {
707
- e = l(e);
707
+ e = f(e);
708
708
  const s = e.dep;
709
- s && lt(
709
+ s && dt(
710
710
  s,
711
711
  t,
712
712
  process.env.NODE_ENV !== "production" ? {
@@ -717,54 +717,54 @@ function z(e, t = 4, n) {
717
717
  } : void 0
718
718
  );
719
719
  }
720
- function R(e) {
720
+ function T(e) {
721
721
  return !!(e && e.__v_isRef === !0);
722
722
  }
723
- function bt(e) {
723
+ function be(e) {
724
724
  return St(e, !1);
725
725
  }
726
726
  function h(e) {
727
727
  return St(e, !0);
728
728
  }
729
729
  function St(e, t) {
730
- return R(e) ? e : new Tn(e, t);
730
+ return T(e) ? e : new Dn(e, t);
731
731
  }
732
- class Tn {
732
+ class Dn {
733
733
  constructor(t, n) {
734
- this.__v_isShallow = n, this.dep = void 0, this.__v_isRef = !0, this._rawValue = n ? t : l(t), this._value = n ? t : ee(t);
734
+ this.__v_isShallow = n, this.dep = void 0, this.__v_isRef = !0, this._rawValue = n ? t : f(t), this._value = n ? t : ee(t);
735
735
  }
736
736
  get value() {
737
- return Fe(this), this._value;
737
+ return $e(this), this._value;
738
738
  }
739
739
  set value(t) {
740
- const n = this.__v_isShallow || de(t) || Z(t);
741
- t = n ? t : l(t), M(t, this._rawValue) && (this._rawValue = t, this._value = n ? t : ee(t), z(this, 4, t));
740
+ const n = this.__v_isShallow || he(t) || Z(t);
741
+ t = n ? t : f(t), H(t, this._rawValue) && (this._rawValue = t, this._value = n ? t : ee(t), z(this, 4, t));
742
742
  }
743
743
  }
744
- function es(e) {
744
+ function is(e) {
745
745
  z(e, 4, process.env.NODE_ENV !== "production" ? e.value : void 0);
746
746
  }
747
- function Dt(e) {
748
- return R(e) ? e.value : e;
747
+ function yt(e) {
748
+ return T(e) ? e.value : e;
749
749
  }
750
750
  function a(e) {
751
- return y(e) ? e() : Dt(e);
751
+ return y(e) ? e() : yt(e);
752
752
  }
753
- const Nn = {
754
- get: (e, t, n) => Dt(Reflect.get(e, t, n)),
753
+ const Sn = {
754
+ get: (e, t, n) => yt(Reflect.get(e, t, n)),
755
755
  set: (e, t, n, s) => {
756
756
  const i = e[t];
757
- return R(i) && !R(n) ? (i.value = n, !0) : Reflect.set(e, t, n, s);
757
+ return T(i) && !T(n) ? (i.value = n, !0) : Reflect.set(e, t, n, s);
758
758
  }
759
759
  };
760
- function ts(e) {
761
- return q(e) ? e : new Proxy(e, Nn);
760
+ function rs(e) {
761
+ return q(e) ? e : new Proxy(e, Sn);
762
762
  }
763
- class Rn {
763
+ class yn {
764
764
  constructor(t) {
765
765
  this.dep = void 0, this.__v_isRef = !0;
766
766
  const { get: n, set: s } = t(
767
- () => Fe(this),
767
+ () => $e(this),
768
768
  () => z(this)
769
769
  );
770
770
  this._get = n, this._set = s;
@@ -776,17 +776,17 @@ class Rn {
776
776
  this._set(t);
777
777
  }
778
778
  }
779
- function ns(e) {
780
- return new Rn(e);
779
+ function os(e) {
780
+ return new yn(e);
781
781
  }
782
- function ss(e) {
783
- process.env.NODE_ENV !== "production" && !wn(e) && C("toRefs() expects a reactive object but received a plain one.");
784
- const t = S(e) ? new Array(e.length) : {};
782
+ function cs(e) {
783
+ process.env.NODE_ENV !== "production" && !Nn(e) && C("toRefs() expects a reactive object but received a plain one.");
784
+ const t = D(e) ? new Array(e.length) : {};
785
785
  for (const n in e)
786
- t[n] = yt(e, n);
786
+ t[n] = Ot(e, n);
787
787
  return t;
788
788
  }
789
- class bn {
789
+ class On {
790
790
  constructor(t, n, s) {
791
791
  this._object = t, this._key = n, this._defaultValue = s, this.__v_isRef = !0;
792
792
  }
@@ -798,10 +798,10 @@ class bn {
798
798
  this._object[this._key] = t;
799
799
  }
800
800
  get dep() {
801
- return Xt(l(this._object), this._key);
801
+ return nn(f(this._object), this._key);
802
802
  }
803
803
  }
804
- class Sn {
804
+ class Cn {
805
805
  constructor(t) {
806
806
  this._getter = t, this.__v_isRef = !0, this.__v_isReadonly = !0;
807
807
  }
@@ -809,23 +809,23 @@ class Sn {
809
809
  return this._getter();
810
810
  }
811
811
  }
812
- function is(e, t, n) {
813
- return R(e) ? e : y(e) ? new Sn(e) : F(e) && arguments.length > 1 ? yt(e, t, n) : bt(e);
812
+ function as(e, t, n) {
813
+ return T(e) ? e : y(e) ? new Cn(e) : K(e) && arguments.length > 1 ? Ot(e, t, n) : be(e);
814
814
  }
815
- function yt(e, t, n) {
815
+ function Ot(e, t, n) {
816
816
  const s = e[t];
817
- return R(s) ? s : new bn(e, t, n);
817
+ return T(s) ? s : new On(e, t, n);
818
818
  }
819
- const os = v, rs = {
819
+ const us = v, ls = {
820
820
  GET: "get",
821
821
  HAS: "has",
822
822
  ITERATE: "iterate"
823
- }, cs = {
823
+ }, fs = {
824
824
  SET: "set",
825
825
  ADD: "add",
826
826
  DELETE: "delete",
827
827
  CLEAR: "clear"
828
- }, Dn = {
828
+ }, An = {
829
829
  SKIP: "__v_skip",
830
830
  IS_REACTIVE: "__v_isReactive",
831
831
  IS_READONLY: "__v_isReadonly",
@@ -833,14 +833,14 @@ const os = v, rs = {
833
833
  RAW: "__v_raw"
834
834
  };
835
835
  function V(e, ...t) {
836
- Me();
836
+ We();
837
837
  const n = [`[Vue warn]: ${e}`, ...t];
838
- console.warn(...n), He();
838
+ console.warn(...n), ke();
839
839
  }
840
- var ye = /* @__PURE__ */ ((e) => (e.ACTIVATED = "a", e.DEACTIVATED = "da", e))(ye || {}), L = /* @__PURE__ */ ((e) => (e[e.SETUP_FUNCTION = 0] = "SETUP_FUNCTION", e[e.RENDER_FUNCTION = 1] = "RENDER_FUNCTION", e[e.WATCH_GETTER = 2] = "WATCH_GETTER", e[e.WATCH_CALLBACK = 3] = "WATCH_CALLBACK", e[e.WATCH_CLEANUP = 4] = "WATCH_CLEANUP", e[e.NATIVE_EVENT_HANDLER = 5] = "NATIVE_EVENT_HANDLER", e[e.COMPONENT_EVENT_HANDLER = 6] = "COMPONENT_EVENT_HANDLER", e[e.VNODE_HOOK = 7] = "VNODE_HOOK", e[e.DIRECTIVE_HOOK = 8] = "DIRECTIVE_HOOK", e[e.TRANSITION_HOOK = 9] = "TRANSITION_HOOK", e[e.APP_ERROR_HANDLER = 10] = "APP_ERROR_HANDLER", e[e.APP_WARN_HANDLER = 11] = "APP_WARN_HANDLER", e[e.FUNCTION_REF = 12] = "FUNCTION_REF", e[e.ASYNC_COMPONENT_LOADER = 13] = "ASYNC_COMPONENT_LOADER", e[e.SCHEDULER = 14] = "SCHEDULER", e))(L || {});
841
- const yn = {
842
- [ye.ACTIVATED]: "activated hook",
843
- [ye.DEACTIVATED]: "deactivated hook",
840
+ var Ce = /* @__PURE__ */ ((e) => (e.ACTIVATED = "a", e.DEACTIVATED = "da", e))(Ce || {}), x = /* @__PURE__ */ ((e) => (e[e.SETUP_FUNCTION = 0] = "SETUP_FUNCTION", e[e.RENDER_FUNCTION = 1] = "RENDER_FUNCTION", e[e.WATCH_GETTER = 2] = "WATCH_GETTER", e[e.WATCH_CALLBACK = 3] = "WATCH_CALLBACK", e[e.WATCH_CLEANUP = 4] = "WATCH_CLEANUP", e[e.NATIVE_EVENT_HANDLER = 5] = "NATIVE_EVENT_HANDLER", e[e.COMPONENT_EVENT_HANDLER = 6] = "COMPONENT_EVENT_HANDLER", e[e.VNODE_HOOK = 7] = "VNODE_HOOK", e[e.DIRECTIVE_HOOK = 8] = "DIRECTIVE_HOOK", e[e.TRANSITION_HOOK = 9] = "TRANSITION_HOOK", e[e.APP_ERROR_HANDLER = 10] = "APP_ERROR_HANDLER", e[e.APP_WARN_HANDLER = 11] = "APP_WARN_HANDLER", e[e.FUNCTION_REF = 12] = "FUNCTION_REF", e[e.ASYNC_COMPONENT_LOADER = 13] = "ASYNC_COMPONENT_LOADER", e[e.SCHEDULER = 14] = "SCHEDULER", e))(x || {});
841
+ const In = {
842
+ [Ce.ACTIVATED]: "activated hook",
843
+ [Ce.DEACTIVATED]: "deactivated hook",
844
844
  0: "setup function",
845
845
  1: "render function",
846
846
  2: "watcher getter",
@@ -861,67 +861,67 @@ function Q(e, t, n, s) {
861
861
  try {
862
862
  return s ? e(...s) : e();
863
863
  } catch (i) {
864
- Ue(i, t, n);
864
+ Ge(i, t, n);
865
865
  }
866
866
  }
867
- function Oe(e, t, n, s) {
867
+ function Ae(e, t, n, s) {
868
868
  if (y(e)) {
869
869
  const i = Q(e, t, n, s);
870
- return i && Ft(i) && i.catch((o) => {
871
- Ue(o, t, n);
870
+ return i && Bt(i) && i.catch((r) => {
871
+ Ge(r, t, n);
872
872
  }), i;
873
873
  }
874
- if (S(e)) {
874
+ if (D(e)) {
875
875
  const i = [];
876
- for (let o = 0; o < e.length; o++)
877
- i.push(Oe(e[o], t, n, s));
876
+ for (let r = 0; r < e.length; r++)
877
+ i.push(Ae(e[r], t, n, s));
878
878
  return i;
879
879
  } else
880
880
  process.env.NODE_ENV !== "production" && V(
881
881
  `Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`
882
882
  );
883
883
  }
884
- function Ue(e, t, n, s = !0) {
885
- On(e, n, null, s);
884
+ function Ge(e, t, n, s = !0) {
885
+ Vn(e, n, null, s);
886
886
  }
887
- function On(e, t, n, s = !0) {
887
+ function Vn(e, t, n, s = !0) {
888
888
  if (process.env.NODE_ENV !== "production") {
889
- const i = yn[t];
889
+ const i = In[t];
890
890
  if (V(`Unhandled error${i ? ` during execution of ${i}` : ""}`), s)
891
891
  throw e;
892
892
  console.error(e);
893
893
  } else
894
894
  console.error(e);
895
895
  }
896
- let he = !1, Ce = !1;
897
- const b = [];
898
- let x = 0;
899
- const Ot = /* @__PURE__ */ Promise.resolve();
900
- let $e = null;
901
- const Cn = 100;
902
- function as(e) {
903
- const t = $e || Ot;
896
+ let pe = !1, Ie = !1;
897
+ const R = [];
898
+ let L = 0;
899
+ const Ct = /* @__PURE__ */ Promise.resolve();
900
+ let ze = null;
901
+ const xn = 100;
902
+ function ds(e) {
903
+ const t = ze || Ct;
904
904
  return e ? t.then(this ? e.bind(this) : e) : t;
905
905
  }
906
- function An(e) {
907
- let t = x + 1, n = b.length;
906
+ function Ln(e) {
907
+ let t = L + 1, n = R.length;
908
908
  for (; t < n; ) {
909
- const s = t + n >>> 1, i = b[s], o = Ae(i);
910
- o < e || o === e && i.pre ? t = s + 1 : n = s;
909
+ const s = t + n >>> 1, i = R[s], r = Ve(i);
910
+ r < e || r === e && i.pre ? t = s + 1 : n = s;
911
911
  }
912
912
  return t;
913
913
  }
914
- function In(e) {
915
- (!b.length || !b.includes(
914
+ function Pn(e) {
915
+ (!R.length || !R.includes(
916
916
  e,
917
- he && e.allowRecurse ? x + 1 : x
918
- )) && (e.id == null ? b.push(e) : b.splice(An(e.id), 0, e), Vn());
917
+ pe && e.allowRecurse ? L + 1 : L
918
+ )) && (e.id == null ? R.push(e) : R.splice(Ln(e.id), 0, e), Mn());
919
919
  }
920
- function Vn() {
921
- !he && !Ce && (Ce = !0, $e = Ot.then(Ct));
920
+ function Mn() {
921
+ !pe && !Ie && (Ie = !0, ze = Ct.then(At));
922
922
  }
923
- const Ae = (e) => e.id == null ? 1 / 0 : e.id, Ln = (e, t) => {
924
- const n = Ae(e) - Ae(t);
923
+ const Ve = (e) => e.id == null ? 1 / 0 : e.id, Hn = (e, t) => {
924
+ const n = Ve(e) - Ve(t);
925
925
  if (n === 0) {
926
926
  if (e.pre && !t.pre)
927
927
  return -1;
@@ -930,64 +930,64 @@ const Ae = (e) => e.id == null ? 1 / 0 : e.id, Ln = (e, t) => {
930
930
  }
931
931
  return n;
932
932
  };
933
- function Ct(e) {
934
- Ce = !1, he = !0, process.env.NODE_ENV !== "production" && (e = e || /* @__PURE__ */ new Map()), b.sort(Ln);
935
- const t = process.env.NODE_ENV !== "production" ? (n) => xn(e, n) : X;
933
+ function At(e) {
934
+ Ie = !1, pe = !0, process.env.NODE_ENV !== "production" && (e = e || /* @__PURE__ */ new Map()), R.sort(Hn);
935
+ const t = process.env.NODE_ENV !== "production" ? (n) => Wn(e, n) : X;
936
936
  try {
937
- for (x = 0; x < b.length; x++) {
938
- const n = b[x];
937
+ for (L = 0; L < R.length; L++) {
938
+ const n = R[L];
939
939
  if (n && n.active !== !1) {
940
940
  if (process.env.NODE_ENV !== "production" && t(n))
941
941
  continue;
942
- Q(n, null, L.SCHEDULER);
942
+ Q(n, null, x.SCHEDULER);
943
943
  }
944
944
  }
945
945
  } finally {
946
- x = 0, b.length = 0, he = !1, $e = null, b.length && Ct(e);
946
+ L = 0, R.length = 0, pe = !1, ze = null, R.length && At(e);
947
947
  }
948
948
  }
949
- function xn(e, t) {
949
+ function Wn(e, t) {
950
950
  if (!e.has(t))
951
951
  e.set(t, 1);
952
952
  else {
953
953
  const n = e.get(t);
954
- if (n > Cn)
955
- return Ue(
954
+ if (n > xn)
955
+ return Ge(
956
956
  "Maximum recursive updates exceeded. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.",
957
957
  null,
958
- L.APP_ERROR_HANDLER
958
+ x.APP_ERROR_HANDLER
959
959
  ), !0;
960
960
  e.set(t, n + 1);
961
961
  }
962
962
  }
963
- function D(e, t) {
964
- return ze(e, null, t);
963
+ function S(e, t) {
964
+ return Be(e, null, t);
965
965
  }
966
- function us(e, t) {
967
- return ze(
966
+ function hs(e, t) {
967
+ return Be(
968
968
  e,
969
969
  null,
970
- process.env.NODE_ENV !== "production" ? _e({}, t, { flush: "sync" }) : { flush: "sync" }
970
+ process.env.NODE_ENV !== "production" ? ge({}, t, { flush: "sync" }) : { flush: "sync" }
971
971
  );
972
972
  }
973
973
  const ae = {};
974
- function B(e, t, n) {
974
+ function U(e, t, n) {
975
975
  return process.env.NODE_ENV !== "production" && !y(t) && V(
976
976
  "`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."
977
- ), ze(e, t, n);
977
+ ), Be(e, t, n);
978
978
  }
979
- function ze(e, t, {
979
+ function Be(e, t, {
980
980
  immediate: n,
981
981
  deep: s,
982
982
  flush: i,
983
- once: o,
984
- onTrack: r,
983
+ once: r,
984
+ onTrack: o,
985
985
  onTrigger: c
986
- } = Ht) {
987
- if (t && o) {
986
+ } = Kt) {
987
+ if (t && r) {
988
988
  const p = t;
989
- t = (...Ne) => {
990
- p(...Ne), Je();
989
+ t = (...Re) => {
990
+ p(...Re), qe();
991
991
  };
992
992
  }
993
993
  process.env.NODE_ENV !== "production" && s !== void 0 && typeof s == "number" && V(
@@ -996,236 +996,273 @@ function ze(e, t, {
996
996
  'watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'
997
997
  ), s !== void 0 && V(
998
998
  'watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'
999
- ), o !== void 0 && V(
999
+ ), r !== void 0 && V(
1000
1000
  'watch() "once" option is only respected when using the watch(source, callback, options?) signature.'
1001
1001
  ));
1002
- const f = (p) => {
1002
+ const d = (p) => {
1003
1003
  V(
1004
1004
  "Invalid watch source: ",
1005
1005
  p,
1006
1006
  "A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types."
1007
1007
  );
1008
- }, E = null, w = (p) => s === !0 ? p : (
1008
+ }, _ = null, w = (p) => s === !0 ? p : (
1009
1009
  // for deep: false, only traverse root-level properties
1010
- W(p, s === !1 ? 1 : void 0)
1010
+ k(p, s === !1 ? 1 : void 0)
1011
1011
  );
1012
- let _, A = !1, ne = !1;
1013
- if (R(e) ? (_ = () => e.value, A = de(e)) : q(e) ? (_ = () => w(e), A = !0) : S(e) ? (ne = !0, A = e.some((p) => q(p) || de(p)), _ = () => e.map((p) => {
1014
- if (R(p))
1012
+ let g, A = !1, ne = !1;
1013
+ if (T(e) ? (g = () => e.value, A = he(e)) : q(e) ? (g = () => w(e), A = !0) : D(e) ? (ne = !0, A = e.some((p) => q(p) || he(p)), g = () => e.map((p) => {
1014
+ if (T(p))
1015
1015
  return p.value;
1016
1016
  if (q(p))
1017
1017
  return w(p);
1018
1018
  if (y(p))
1019
- return Q(p, E, L.WATCH_GETTER);
1020
- process.env.NODE_ENV !== "production" && f(p);
1021
- })) : y(e) ? t ? _ = () => Q(e, E, L.WATCH_GETTER) : _ = () => (U && U(), Oe(
1019
+ return Q(p, _, x.WATCH_GETTER);
1020
+ process.env.NODE_ENV !== "production" && d(p);
1021
+ })) : y(e) ? t ? g = () => Q(e, _, x.WATCH_GETTER) : g = () => ($ && $(), Ae(
1022
1022
  e,
1023
- E,
1024
- L.WATCH_CALLBACK,
1025
- [Be]
1026
- )) : (_ = X, process.env.NODE_ENV !== "production" && f(e)), t && s) {
1027
- const p = _;
1028
- _ = () => W(p());
1029
- }
1030
- let U, Be = (p) => {
1031
- U = T.onStop = () => {
1032
- Q(p, E, L.WATCH_CLEANUP), U = T.onStop = void 0;
1023
+ _,
1024
+ x.WATCH_CALLBACK,
1025
+ [Ye]
1026
+ )) : (g = X, process.env.NODE_ENV !== "production" && d(e)), t && s) {
1027
+ const p = g;
1028
+ g = () => k(p());
1029
+ }
1030
+ let $, Ye = (p) => {
1031
+ $ = b.onStop = () => {
1032
+ Q(p, _, x.WATCH_CLEANUP), $ = b.onStop = void 0;
1033
1033
  };
1034
- }, H = ne ? new Array(e.length).fill(ae) : ae;
1034
+ }, W = ne ? new Array(e.length).fill(ae) : ae;
1035
1035
  const Y = () => {
1036
- if (!(!T.active || !T.dirty))
1036
+ if (!(!b.active || !b.dirty))
1037
1037
  if (t) {
1038
- const p = T.run();
1039
- (s || A || (ne ? p.some((Ne, Vt) => M(Ne, H[Vt])) : M(p, H))) && (U && U(), Oe(t, E, L.WATCH_CALLBACK, [
1038
+ const p = b.run();
1039
+ (s || A || (ne ? p.some((Re, Ht) => H(Re, W[Ht])) : H(p, W))) && ($ && $(), Ae(t, _, x.WATCH_CALLBACK, [
1040
1040
  p,
1041
1041
  // pass undefined as the old value when it's changed for the first time
1042
- H === ae ? void 0 : ne && H[0] === ae ? [] : H,
1043
- Be
1044
- ]), H = p);
1042
+ W === ae ? void 0 : ne && W[0] === ae ? [] : W,
1043
+ Ye
1044
+ ]), W = p);
1045
1045
  } else
1046
- T.run();
1046
+ b.run();
1047
1047
  };
1048
1048
  Y.allowRecurse = !!t;
1049
- let Te;
1050
- i === "sync" ? Te = Y : (Y.pre = !0, Te = () => In(Y));
1051
- const T = new le(_, X, Te), Ye = xe(), Je = () => {
1052
- T.stop(), Ye && Wt(Ye.effects, T);
1049
+ let Ne;
1050
+ i === "sync" ? Ne = Y : (Y.pre = !0, Ne = () => Pn(Y));
1051
+ const b = new fe(g, X, Ne), Je = Me(), qe = () => {
1052
+ b.stop(), Je && Ut(Je.effects, b);
1053
1053
  };
1054
- return process.env.NODE_ENV !== "production" && (T.onTrack = r, T.onTrigger = c), t ? n ? Y() : H = T.run() : T.run(), Je;
1054
+ return process.env.NODE_ENV !== "production" && (b.onTrack = o, b.onTrigger = c), t ? n ? Y() : W = b.run() : b.run(), qe;
1055
1055
  }
1056
- function W(e, t = 1 / 0, n) {
1057
- if (t <= 0 || !F(e) || e[Dn.SKIP] || (n = n || /* @__PURE__ */ new Set(), n.has(e)))
1056
+ function k(e, t = 1 / 0, n) {
1057
+ if (t <= 0 || !K(e) || e[An.SKIP] || (n = n || /* @__PURE__ */ new Set(), n.has(e)))
1058
1058
  return e;
1059
- if (n.add(e), t--, R(e))
1060
- W(e.value, t, n);
1061
- else if (S(e))
1059
+ if (n.add(e), t--, T(e))
1060
+ k(e.value, t, n);
1061
+ else if (D(e))
1062
1062
  for (let s = 0; s < e.length; s++)
1063
- W(e[s], t, n);
1064
- else if (jt(e) || $(e))
1063
+ k(e[s], t, n);
1064
+ else if (Gt(e) || G(e))
1065
1065
  e.forEach((s) => {
1066
- W(s, t, n);
1066
+ k(s, t, n);
1067
1067
  });
1068
- else if ($t(e)) {
1068
+ else if (Jt(e)) {
1069
1069
  for (const s in e)
1070
- W(e[s], t, n);
1070
+ k(e[s], t, n);
1071
1071
  for (const s of Object.getOwnPropertySymbols(e))
1072
- Object.prototype.propertyIsEnumerable.call(e, s) && W(e[s], t, n);
1072
+ Object.prototype.propertyIsEnumerable.call(e, s) && k(e[s], t, n);
1073
1073
  }
1074
1074
  return e;
1075
1075
  }
1076
- function Pn(e) {
1077
- return xe() ? (qt(e), !0) : !1;
1076
+ function kn(e) {
1077
+ return Me() ? (ut(e), !0) : !1;
1078
1078
  }
1079
- function Ge(e, t) {
1079
+ function It(e, t) {
1080
1080
  const n = /* @__PURE__ */ new Map();
1081
1081
  return (...s) => {
1082
1082
  const i = t(...s);
1083
- let o = n.get(i);
1084
- return o ? o.refCount++ : (o = {
1083
+ let r = n.get(i);
1084
+ return r ? r.refCount++ : (r = {
1085
1085
  data: e(...s),
1086
1086
  refCount: 1
1087
- }, n.set(i, o)), Pn(() => {
1088
- --o.refCount === 0 && n.delete(i);
1089
- }), o.data;
1087
+ }, n.set(i, r)), kn(() => {
1088
+ --r.refCount === 0 && n.delete(i);
1089
+ }), r.data;
1090
1090
  };
1091
1091
  }
1092
- function g(e) {
1092
+ function E(e) {
1093
1093
  let t;
1094
1094
  return () => t ?? (t = e());
1095
1095
  }
1096
- const At = [];
1097
- function ls(e) {
1098
- At.push(e);
1096
+ const Vt = [];
1097
+ function ps(e) {
1098
+ Vt.push(e);
1099
1099
  }
1100
- const pe = h(null), Ie = Jt();
1101
- function fs(e) {
1100
+ const ve = h(null), xe = en();
1101
+ function vs(e) {
1102
1102
  return {
1103
1103
  activate: (t) => {
1104
- pe.value = t, Ie.run(() => {
1105
- It.map((n) => n(t)), e();
1104
+ ve.value = t, xe.run(() => {
1105
+ xt.map((n) => n(t)), e();
1106
1106
  });
1107
1107
  },
1108
1108
  deactivate: () => {
1109
- At.map((t) => t()), Ie.stop();
1109
+ Vt.map((t) => t()), xe.stop();
1110
1110
  }
1111
1111
  };
1112
1112
  }
1113
- const It = [];
1114
- function Mn(e) {
1115
- pe.value ? e(pe.value) : It.push(e);
1116
- }
1117
- function ds(e, t, n) {
1118
- const s = k.getConfiguration(e, n);
1119
- function i(r, c) {
1120
- const f = h(c);
1121
- return f.update = async (E, w, _) => {
1122
- await s.update(r, E, w, _), f.value = E;
1123
- }, f;
1113
+ const xt = [];
1114
+ function jn(e) {
1115
+ ve.value ? e(ve.value) : xt.push(e);
1116
+ }
1117
+ function _s(e, t, n) {
1118
+ const s = P.getConfiguration(e, n);
1119
+ function i(o, c) {
1120
+ const d = h(c);
1121
+ return d.update = async (_, w, g) => {
1122
+ await s.update(o, _, w, g), d.value = _;
1123
+ }, d;
1124
1124
  }
1125
- const o = Object.fromEntries(
1126
- Object.keys(t).map((r) => [r, i(r, s.get(r))])
1125
+ const r = Object.fromEntries(
1126
+ Object.keys(t).map((o) => [o, i(o, s.get(o))])
1127
1127
  );
1128
- return Mn(() => {
1129
- u(k.onDidChangeConfiguration((r) => {
1130
- if (!r.affectsConfiguration(e))
1128
+ return jn(() => {
1129
+ u(P.onDidChangeConfiguration((o) => {
1130
+ if (!o.affectsConfiguration(e))
1131
1131
  return;
1132
- const c = k.getConfiguration(e);
1133
- for (const f in t)
1134
- r.affectsConfiguration(`${e}.${f}`) && (o[f].value = c.get(f));
1132
+ const c = P.getConfiguration(e);
1133
+ for (const d in t)
1134
+ o.affectsConfiguration(`${e}.${d}`) && (r[d].value = c.get(d));
1135
1135
  }));
1136
- }), o;
1136
+ }), r;
1137
1137
  }
1138
- function hs(e, ...t) {
1139
- return ve.executeCommand(e, ...t);
1138
+ function gs(e, ...t) {
1139
+ return _e.executeCommand(e, ...t);
1140
1140
  }
1141
- function ps(e, t = !1) {
1142
- return v(() => {
1143
- const n = pe.value;
1144
- if (!n && !t)
1145
- throw new Error("Cannot get absolute path because the extension is not activated yet");
1146
- return n == null ? void 0 : n.asAbsolutePath(a(e));
1147
- });
1141
+ function Fn(e, t = !1) {
1142
+ const n = ve.value;
1143
+ if (!n && !t)
1144
+ throw new Error("Cannot get absolute path because the extension is not activated yet");
1145
+ return n == null ? void 0 : n.asAbsolutePath(e);
1146
+ }
1147
+ function Es(e, t = !1) {
1148
+ return v(() => Fn(a(e), t));
1148
1149
  }
1149
1150
  function u(e) {
1150
- return (xe() ?? Ie).cleanups.push(e.dispose.bind(e)), e;
1151
+ return (Me() ?? xe).cleanups.push(e.dispose.bind(e)), e;
1151
1152
  }
1152
- const Hn = g(() => {
1153
- const e = h(d.activeColorTheme);
1154
- return u(d.onDidChangeActiveColorTheme((t) => {
1153
+ const Kn = E(() => {
1154
+ const e = h(l.activeColorTheme);
1155
+ return u(l.onDidChangeActiveColorTheme((t) => {
1155
1156
  e.value = t;
1156
1157
  })), e;
1157
- }), vs = g(() => {
1158
- const e = h(qe.activeDebugSession);
1159
- return u(qe.onDidChangeActiveDebugSession((t) => {
1158
+ }), ws = E(() => {
1159
+ const e = h(Qe.activeDebugSession);
1160
+ return u(Qe.onDidChangeActiveDebugSession((t) => {
1160
1161
  e.value = t;
1161
1162
  })), v(() => e.value);
1162
- }), Wn = g(() => {
1163
- const e = h(d.activeTextEditor);
1164
- return u(d.onDidChangeActiveTextEditor((t) => {
1163
+ }), Un = E(() => {
1164
+ const e = h(l.activeTextEditor);
1165
+ return u(l.onDidChangeActiveTextEditor((t) => {
1165
1166
  e.value = t;
1166
1167
  })), e;
1167
1168
  });
1168
- function kn(e, t, n) {
1169
- const s = "key" in t ? t : d.createTextEditorDecorationType(t);
1170
- D(() => {
1169
+ function $n(e, t, n) {
1170
+ const s = "key" in t ? t : l.createTextEditorDecorationType(t);
1171
+ S(() => {
1171
1172
  var i;
1172
1173
  (i = a(e)) == null || i.setDecorations(s, a(n));
1173
1174
  });
1174
1175
  }
1175
- function _s(e, t) {
1176
- const n = Wn();
1177
- kn(n, e, t);
1176
+ function ms(e, t) {
1177
+ const n = Un();
1178
+ $n(n, e, t);
1178
1179
  }
1179
- const gs = g(() => {
1180
- const e = h(d.activeNotebookEditor);
1181
- return u(d.onDidChangeActiveNotebookEditor((t) => {
1180
+ const Ts = E(() => {
1181
+ const e = h(l.activeNotebookEditor);
1182
+ return u(l.onDidChangeActiveNotebookEditor((t) => {
1182
1183
  e.value = t;
1183
1184
  })), e;
1184
- }), Es = g(() => {
1185
- const e = h(d.activeTerminal);
1186
- return u(d.onDidChangeActiveTerminal((t) => {
1185
+ }), bs = E(() => {
1186
+ const e = h(l.activeTerminal);
1187
+ return u(l.onDidChangeActiveTerminal((t) => {
1187
1188
  e.value = t;
1188
1189
  })), e;
1189
- }), ws = g(() => {
1190
- const e = h(Re.all);
1191
- return u(Re.onDidChange(() => {
1192
- e.value = Re.all;
1190
+ }), Ns = E(() => {
1191
+ const e = h(De.all);
1192
+ return u(De.onDidChange(() => {
1193
+ e.value = De.all;
1193
1194
  })), v(() => e.value);
1194
1195
  });
1195
- function jn(e, t) {
1196
- u(ve.registerCommand(e, t));
1196
+ function Gn(e, t) {
1197
+ u(_e.registerCommand(e, t));
1197
1198
  }
1198
- function ms(e) {
1199
+ function Rs(e) {
1199
1200
  for (const [t, n] of Object.entries(e))
1200
- n && jn(t, n);
1201
+ n && Gn(t, n);
1202
+ }
1203
+ function Ds(e, t) {
1204
+ return u(Wt.createCommentController(e, t));
1205
+ }
1206
+ function Lt(e) {
1207
+ var n;
1208
+ const t = h((n = a(e)) == null ? void 0 : n.state);
1209
+ return U(e, () => {
1210
+ var s;
1211
+ t.value = (s = a(e)) == null ? void 0 : s.state;
1212
+ }), u(l.onDidChangeTerminalState((s) => {
1213
+ s === a(e) && (t.value = s.state);
1214
+ })), v(() => t.value);
1201
1215
  }
1202
- function Ts(e, t) {
1203
- return u(Lt.createCommentController(e, t));
1216
+ function Ss(...e) {
1217
+ const t = be(null);
1218
+ function n() {
1219
+ return !!t.value && t.value.exitStatus == null;
1220
+ }
1221
+ function s() {
1222
+ return n() ? t.value : t.value = l.createTerminal(...e);
1223
+ }
1224
+ async function i(c) {
1225
+ s().sendText(c);
1226
+ }
1227
+ async function r() {
1228
+ s().show();
1229
+ }
1230
+ function o() {
1231
+ n() && (t.value.sendText(""), t.value.dispose(), t.value = null);
1232
+ }
1233
+ return ut(o), {
1234
+ terminal: t,
1235
+ getIsActive: n,
1236
+ show: r,
1237
+ sendText: i,
1238
+ close: o,
1239
+ state: Lt(t)
1240
+ };
1204
1241
  }
1205
- const Ns = g(() => {
1206
- const e = h(G.shell);
1207
- return u(G.onDidChangeShell((t) => {
1242
+ const ys = E(() => {
1243
+ const e = h(B.shell);
1244
+ return u(B.onDidChangeShell((t) => {
1208
1245
  e.value = t;
1209
1246
  })), v(() => e.value);
1210
1247
  });
1211
- function Rs(e) {
1248
+ function Os(e) {
1212
1249
  var n;
1213
1250
  const t = h((n = a(e)) == null ? void 0 : n.getText());
1214
- return D(() => {
1251
+ return S(() => {
1215
1252
  var s;
1216
1253
  t.value = (s = a(e)) == null ? void 0 : s.getText();
1217
- }), u(k.onDidChangeTextDocument((s) => {
1254
+ }), u(P.onDidChangeTextDocument((s) => {
1218
1255
  s.document === a(e) && (t.value = s.document.getText());
1219
1256
  })), t;
1220
1257
  }
1221
- function Kn(e, t = []) {
1222
- const n = (s, i, o) => e(s, i, o);
1258
+ function ue(e, t = []) {
1259
+ const n = (s, i, r) => u(e(s, i, r));
1223
1260
  for (const s of t)
1224
1261
  n(s);
1225
1262
  return n;
1226
1263
  }
1227
- function bs(e = []) {
1228
- const t = u(new Ve()), n = Kn(t.event, e);
1264
+ function Cs(e = []) {
1265
+ const t = u(new Le()), n = ue(t.event, e);
1229
1266
  for (const s of e)
1230
1267
  n(s);
1231
1268
  return {
@@ -1234,11 +1271,11 @@ function bs(e = []) {
1234
1271
  addListener: n
1235
1272
  };
1236
1273
  }
1237
- function Ss(e) {
1274
+ function As(e) {
1238
1275
  return v(() => J.fetchTasks(a(e)));
1239
1276
  }
1240
- function Fn(e) {
1241
- return En({
1277
+ function zn(e) {
1278
+ return bn({
1242
1279
  get scheme() {
1243
1280
  return a(e).scheme;
1244
1281
  },
@@ -1268,52 +1305,61 @@ function Fn(e) {
1268
1305
  }
1269
1306
  });
1270
1307
  }
1271
- function Ds(e) {
1272
- return Fn(() => xt.file(a(e)));
1308
+ function Is(e) {
1309
+ return zn(() => kt.file(a(e)));
1273
1310
  }
1274
- function ys(e, t) {
1275
- const n = new Ve(), s = h();
1276
- D(() => {
1311
+ function Vs(e, t) {
1312
+ const n = new Le(), s = h();
1313
+ S(() => {
1277
1314
  s.value && n.fire(), s.value = a(t);
1278
- }), u(Pt.registerFoldingRangeProvider(
1315
+ }), u(jt.registerFoldingRangeProvider(
1279
1316
  e,
1280
1317
  {
1281
1318
  onDidChangeFoldingRanges: n.event,
1282
- provideFoldingRanges(i, o, r) {
1319
+ provideFoldingRanges(i, r, o) {
1283
1320
  var c;
1284
- return (c = s.value) == null ? void 0 : c.call(s, i, o, r);
1321
+ return (c = s.value) == null ? void 0 : c.call(s, i, r, o);
1285
1322
  }
1286
1323
  }
1287
1324
  ));
1288
1325
  }
1289
- const Os = g(() => {
1290
- const e = Hn();
1291
- return v(() => e.value.kind === Qe.Dark || e.value.kind === Qe.HighContrast);
1292
- }), Cs = g(() => {
1293
- const e = h(G.isTelemetryEnabled);
1294
- return u(G.onDidChangeTelemetryEnabled((t) => {
1326
+ function xs(e, t, n, s) {
1327
+ const i = u(P.createFileSystemWatcher(e, t, n, s));
1328
+ return {
1329
+ ...i,
1330
+ onDidCreate: ue(i.onDidCreate),
1331
+ onDidChange: ue(i.onDidChange),
1332
+ onDidDelete: ue(i.onDidDelete)
1333
+ };
1334
+ }
1335
+ const Ls = E(() => {
1336
+ const e = Kn();
1337
+ return v(() => e.value.kind === Xe.Dark || e.value.kind === Xe.HighContrast);
1338
+ }), Ps = E(() => {
1339
+ const e = h(B.isTelemetryEnabled);
1340
+ return u(B.onDidChangeTelemetryEnabled((t) => {
1295
1341
  e.value = t;
1296
1342
  })), v(() => e.value);
1297
1343
  });
1298
- function As(e, ...t) {
1299
- return v(() => typeof t[0] == "object" ? Xe.t(a(e), l(t[0])) : Xe.t(a(e), ...t.map(a)));
1344
+ function Ms(e, ...t) {
1345
+ return v(() => typeof t[0] == "object" ? Ze.t(a(e), f(t[0])) : Ze.t(a(e), ...t.map(a)));
1300
1346
  }
1301
- const Is = g(() => {
1302
- const e = h(G.logLevel);
1303
- return u(G.onDidChangeLogLevel((t) => {
1347
+ const Hs = E(() => {
1348
+ const e = h(B.logLevel);
1349
+ return u(B.onDidChangeLogLevel((t) => {
1304
1350
  e.value = t;
1305
1351
  })), v(() => e.value);
1306
1352
  });
1307
- function Un(e, t) {
1308
- return u(d.createOutputChannel(e, t));
1353
+ function Bn(e, t) {
1354
+ return u(l.createOutputChannel(e, t));
1309
1355
  }
1310
- function $n(e) {
1311
- const t = /* @__PURE__ */ new Date(), n = String(t.getFullYear()).padStart(4, "0"), s = String(t.getMonth() + 1).padStart(2, "0"), i = String(t.getDate()).padStart(2, "0"), o = String(t.getHours()).padStart(2, "0"), r = String(t.getMinutes()).padStart(2, "0"), c = String(t.getSeconds()).padStart(2, "0"), f = String(t.getMilliseconds()).padStart(3, "0");
1312
- return `${n}-${s}-${i} ${o}:${r}:${c}.${f} [${e}] `;
1356
+ function Yn(e) {
1357
+ const t = /* @__PURE__ */ new Date(), n = String(t.getFullYear()).padStart(4, "0"), s = String(t.getMonth() + 1).padStart(2, "0"), i = String(t.getDate()).padStart(2, "0"), r = String(t.getHours()).padStart(2, "0"), o = String(t.getMinutes()).padStart(2, "0"), c = String(t.getSeconds()).padStart(2, "0"), d = String(t.getMilliseconds()).padStart(3, "0");
1358
+ return `${n}-${s}-${i} ${r}:${o}:${c}.${d} [${e}] `;
1313
1359
  }
1314
- function Vs(e, t = $n) {
1315
- const n = Un(e), s = (i) => (...o) => {
1316
- n.appendLine(t(i) + o.join(" "));
1360
+ function Ws(e, t = Yn) {
1361
+ const n = Bn(e), s = (i) => (...r) => {
1362
+ n.appendLine(t(i) + r.join(" "));
1317
1363
  };
1318
1364
  return {
1319
1365
  outputChannel: n,
@@ -1329,13 +1375,13 @@ function Vs(e, t = $n) {
1329
1375
  hide: n.hide.bind(n)
1330
1376
  };
1331
1377
  }
1332
- function zn(e) {
1378
+ function Jn(e) {
1333
1379
  var n;
1334
1380
  const t = h(((n = a(e)) == null ? void 0 : n.selections) ?? []);
1335
- return B(e, () => {
1381
+ return U(e, () => {
1336
1382
  var s;
1337
1383
  t.value = ((s = a(e)) == null ? void 0 : s.selections) ?? [];
1338
- }), u(d.onDidChangeNotebookEditorSelection((s) => {
1384
+ }), u(l.onDidChangeNotebookEditorSelection((s) => {
1339
1385
  s.notebookEditor === a(e) && (t.value = s.selections);
1340
1386
  })), v({
1341
1387
  get() {
@@ -1348,8 +1394,8 @@ function zn(e) {
1348
1394
  }
1349
1395
  });
1350
1396
  }
1351
- function Ls(e) {
1352
- const t = zn(e);
1397
+ function ks(e) {
1398
+ const t = Jn(e);
1353
1399
  return v({
1354
1400
  get() {
1355
1401
  return t.value[0];
@@ -1359,28 +1405,28 @@ function Ls(e) {
1359
1405
  }
1360
1406
  });
1361
1407
  }
1362
- function xs(e) {
1408
+ function js(e) {
1363
1409
  var n;
1364
1410
  const t = h(((n = a(e)) == null ? void 0 : n.visibleRanges) ?? []);
1365
- return B(e, () => {
1411
+ return U(e, () => {
1366
1412
  var s;
1367
1413
  t.value = ((s = a(e)) == null ? void 0 : s.visibleRanges) ?? [];
1368
- }), u(d.onDidChangeNotebookEditorVisibleRanges((s) => {
1414
+ }), u(l.onDidChangeNotebookEditorVisibleRanges((s) => {
1369
1415
  s.notebookEditor === a(e) && (t.value = s.visibleRanges);
1370
1416
  })), v(() => t.value);
1371
1417
  }
1372
- const Ps = g(() => {
1373
- const e = h(d.terminals);
1418
+ const Fs = E(() => {
1419
+ const e = h(l.terminals);
1374
1420
  function t() {
1375
- e.value = d.terminals;
1421
+ e.value = l.terminals;
1376
1422
  }
1377
- return u(d.onDidOpenTerminal(t)), u(d.onDidCloseTerminal(t)), e;
1423
+ return u(l.onDidOpenTerminal(t)), u(l.onDidCloseTerminal(t)), e;
1378
1424
  });
1379
- function Ms(e) {
1380
- const t = u(e.id ? d.createStatusBarItem(e.id, e.alignment, e.priority) : d.createStatusBarItem(e.alignment, e.priority));
1425
+ function Ks(e) {
1426
+ const t = u(e.id ? l.createStatusBarItem(e.id, e.alignment, e.priority) : l.createStatusBarItem(e.alignment, e.priority));
1381
1427
  function n(s) {
1382
1428
  const i = e[s];
1383
- i != null && D(() => t[s] = a(i));
1429
+ i != null && S(() => t[s] = a(i));
1384
1430
  }
1385
1431
  return [
1386
1432
  "name",
@@ -1392,50 +1438,64 @@ function Ms(e) {
1392
1438
  "accessibilityInformation"
1393
1439
  ].forEach(n), t;
1394
1440
  }
1395
- const Hs = g(() => {
1441
+ const Us = E(() => {
1396
1442
  const e = h(J.taskExecutions);
1397
1443
  function t() {
1398
1444
  e.value = J.taskExecutions;
1399
1445
  }
1400
1446
  return u(J.onDidStartTask(t)), u(J.onDidEndTask(t)), v(() => e.value);
1401
- }), Ws = Ge(
1402
- (e) => {
1403
- const t = h(e.state);
1404
- return u(d.onDidChangeTerminalState((n) => {
1405
- n === e && (t.value = e.state);
1406
- })), v(() => t.value);
1407
- },
1408
- (e) => e
1409
- );
1410
- function Gn(e, t) {
1411
- u(ve.registerTextEditorCommand(e, t));
1447
+ });
1448
+ function $s(...e) {
1449
+ const t = u(l.createTerminal(...e));
1450
+ return {
1451
+ terminal: t,
1452
+ get name() {
1453
+ return t.name;
1454
+ },
1455
+ get processId() {
1456
+ return t.processId;
1457
+ },
1458
+ get creationOptions() {
1459
+ return t.creationOptions;
1460
+ },
1461
+ get exitStatus() {
1462
+ return t.exitStatus;
1463
+ },
1464
+ sendText: t.sendText.bind(t),
1465
+ show: t.show.bind(t),
1466
+ hide: t.hide.bind(t),
1467
+ state: Lt(t)
1468
+ };
1412
1469
  }
1413
- function ks(e) {
1470
+ function qn(e, t) {
1471
+ u(_e.registerTextEditorCommand(e, t));
1472
+ }
1473
+ function Gs(e) {
1414
1474
  for (const [t, n] of Object.entries(e))
1415
- Gn(t, n);
1475
+ qn(t, n);
1416
1476
  }
1417
- function Bn(e, t) {
1477
+ function Qn(e, t) {
1418
1478
  var s;
1419
1479
  const n = h(((s = a(e)) == null ? void 0 : s.selections) ?? []);
1420
- return B(e, () => {
1480
+ return U(e, () => {
1421
1481
  var i;
1422
1482
  n.value = ((i = a(e)) == null ? void 0 : i.selections) ?? [];
1423
- }), u(d.onDidChangeTextEditorSelection((i) => {
1424
- const o = a(e), r = a(t);
1425
- i.textEditor === o && (!r || r.includes(i.kind)) && (n.value = i.selections);
1483
+ }), u(l.onDidChangeTextEditorSelection((i) => {
1484
+ const r = a(e), o = a(t);
1485
+ i.textEditor === r && (!o || o.includes(i.kind)) && (n.value = i.selections);
1426
1486
  })), v({
1427
1487
  get() {
1428
1488
  return n.value;
1429
1489
  },
1430
1490
  set(i) {
1431
1491
  n.value = i;
1432
- const o = a(e);
1433
- o && (o.selections = i);
1492
+ const r = a(e);
1493
+ r && (r.selections = i);
1434
1494
  }
1435
1495
  });
1436
1496
  }
1437
- function js(e, t) {
1438
- const n = Bn(e, t);
1497
+ function zs(e, t) {
1498
+ const n = Qn(e, t);
1439
1499
  return v({
1440
1500
  get() {
1441
1501
  return n.value[0];
@@ -1445,233 +1505,240 @@ function js(e, t) {
1445
1505
  }
1446
1506
  });
1447
1507
  }
1448
- function Ks(e) {
1508
+ function Bs(e) {
1449
1509
  var n;
1450
1510
  const t = h((n = a(e)) == null ? void 0 : n.viewColumn);
1451
- return B(e, () => {
1511
+ return U(e, () => {
1452
1512
  var s;
1453
1513
  t.value = (s = a(e)) == null ? void 0 : s.viewColumn;
1454
- }), u(d.onDidChangeTextEditorViewColumn((s) => {
1514
+ }), u(l.onDidChangeTextEditorViewColumn((s) => {
1455
1515
  s.textEditor === a(e) && (t.value = s.viewColumn);
1456
1516
  })), v(() => t.value);
1457
1517
  }
1458
- function Fs(e) {
1518
+ function Ys(e) {
1459
1519
  var n;
1460
1520
  const t = h(((n = a(e)) == null ? void 0 : n.visibleRanges) ?? []);
1461
- return B(e, () => {
1521
+ return U(e, () => {
1462
1522
  var s;
1463
1523
  t.value = ((s = a(e)) == null ? void 0 : s.visibleRanges) ?? [];
1464
- }), u(d.onDidChangeTextEditorVisibleRanges((s) => {
1524
+ }), u(l.onDidChangeTextEditorVisibleRanges((s) => {
1465
1525
  s.textEditor === a(e) && (t.value = s.visibleRanges);
1466
1526
  })), v(() => t.value);
1467
1527
  }
1468
- const Us = Ge(
1528
+ function Pt(e, t) {
1529
+ S(() => {
1530
+ const n = a(e);
1531
+ n && (n.badge = a(t));
1532
+ });
1533
+ }
1534
+ function Mt(e, t) {
1535
+ S(() => {
1536
+ const n = a(e);
1537
+ n && (n.title = a(t));
1538
+ });
1539
+ }
1540
+ const Js = It(
1469
1541
  (e, t, n) => {
1470
- const s = typeof n == "function" ? { getTreeItem: n } : n, i = new Ve();
1471
- B(t, () => i.fire());
1472
- const o = /* @__PURE__ */ new WeakMap();
1473
- return u(d.createTreeView(e, {
1542
+ const s = typeof n == "function" ? { getTreeItem: n } : n, i = new Le();
1543
+ U(t, () => i.fire());
1544
+ const r = /* @__PURE__ */ new WeakMap(), o = u(l.createTreeView(e, {
1474
1545
  ...s,
1475
1546
  treeDataProvider: {
1476
1547
  ...s,
1477
1548
  onDidChangeTreeData: i.event,
1478
- getTreeItem(r) {
1479
- return s.getTreeItem(r);
1549
+ getTreeItem(c) {
1550
+ return s.getTreeItem(c);
1480
1551
  },
1481
- getChildren(r) {
1482
- var c;
1483
- return r ? ((c = r.children) == null || c.forEach((f) => o.set(f, r)), r.children) : a(t);
1552
+ getChildren(c) {
1553
+ var d;
1554
+ return c ? ((d = c.children) == null || d.forEach((_) => r.set(_, c)), c.children) : a(t);
1484
1555
  },
1485
- getParent(r) {
1486
- return o.get(r);
1556
+ getParent(c) {
1557
+ return r.get(c);
1487
1558
  }
1488
1559
  }
1489
1560
  }));
1561
+ return s != null && s.title && Mt(o, s.title), s != null && s.badge && Pt(o, s.badge), o;
1490
1562
  },
1491
1563
  (e) => e
1492
1564
  );
1493
- function $s(e, t) {
1494
- D(() => {
1495
- const n = a(e);
1496
- n && (n.badge = a(t));
1497
- });
1498
- }
1499
- function zs(e, t) {
1500
- D(() => {
1501
- const n = a(e);
1502
- n && (n.title = a(t));
1503
- });
1504
- }
1505
- function Gs(e) {
1565
+ function qs(e) {
1506
1566
  var s;
1507
- const t = bt((s = a(e)) == null ? void 0 : s.visible);
1567
+ const t = be((s = a(e)) == null ? void 0 : s.visible);
1508
1568
  function n() {
1509
1569
  var i;
1510
1570
  t.value = (i = a(e)) == null ? void 0 : i.visible;
1511
1571
  }
1512
- return D((i) => {
1513
- const o = a(e);
1514
- if (o) {
1515
- const r = o.onDidChangeVisibility(n);
1516
- i(() => r.dispose());
1572
+ return S((i) => {
1573
+ const r = a(e);
1574
+ if (r) {
1575
+ const o = r.onDidChangeVisibility(n);
1576
+ i(() => o.dispose());
1517
1577
  }
1518
- }), D(n), v(() => !!t.value);
1578
+ }), S(n), v(() => !!t.value);
1519
1579
  }
1520
- const Bs = g(() => {
1521
- const e = h(d.visibleNotebookEditors);
1522
- return u(d.onDidChangeVisibleNotebookEditors((t) => {
1580
+ const Qs = E(() => {
1581
+ const e = h(l.visibleNotebookEditors);
1582
+ return u(l.onDidChangeVisibleNotebookEditors((t) => {
1523
1583
  e.value = t;
1524
1584
  })), e;
1525
- }), Ys = g(() => {
1526
- const e = h(d.visibleTextEditors);
1527
- return u(d.onDidChangeVisibleTextEditors((t) => {
1585
+ }), Xs = E(() => {
1586
+ const e = h(l.visibleTextEditors);
1587
+ return u(l.onDidChangeVisibleTextEditors((t) => {
1528
1588
  e.value = t;
1529
1589
  })), e;
1530
1590
  });
1531
- function Js(e, t, n = !0) {
1532
- const s = typeof t == "function" ? v(t) : t;
1533
- return D(() => {
1534
- a(n) && ve.executeCommand("setContext", e, s.value);
1591
+ function Zs(e, t, n = !0) {
1592
+ const s = T(t) ? t : typeof t == "function" ? v(t) : be(t);
1593
+ return S(() => {
1594
+ a(n) && _e.executeCommand("setContext", e, s.value);
1535
1595
  }), s;
1536
1596
  }
1537
- const qs = Ge(
1538
- (e, t, n, s) => {
1539
- const i = h(), o = h();
1540
- u(d.registerWebviewViewProvider(e, {
1541
- resolveWebviewView(c, f) {
1542
- i.value = c, o.value = f, s != null && s.onDidReceiveMessage && c.webview.onDidReceiveMessage(s.onDidReceiveMessage);
1597
+ const ei = It(
1598
+ (e, t, n) => {
1599
+ const s = h(), i = h();
1600
+ if (u(l.registerWebviewViewProvider(e, {
1601
+ resolveWebviewView(o, c) {
1602
+ s.value = o, i.value = c, n != null && n.onDidReceiveMessage && o.webview.onDidReceiveMessage(n.onDidReceiveMessage);
1543
1603
  }
1544
- }, s)), D(() => {
1545
- i.value && (i.value.webview.html = a(t));
1546
- }), n && D(() => {
1547
- i.value && (i.value.webview.options = a(n));
1548
- });
1549
- function r(c) {
1550
- var f;
1551
- return (f = i.value) == null ? void 0 : f.webview.postMessage(c);
1604
+ }, n)), S(() => {
1605
+ s.value && (s.value.webview.html = a(t));
1606
+ }), n != null && n.webviewOptions) {
1607
+ const o = n.webviewOptions;
1608
+ S(() => {
1609
+ s.value && (s.value.webview.options = a(o));
1610
+ });
1611
+ }
1612
+ n != null && n.title && Mt(s, n.title), n != null && n.badge && Pt(s, n.badge);
1613
+ function r(o) {
1614
+ var c;
1615
+ return (c = s.value) == null ? void 0 : c.webview.postMessage(o);
1552
1616
  }
1553
- return { view: i, context: o, postMessage: r };
1617
+ return { view: s, context: i, postMessage: r };
1554
1618
  },
1555
1619
  (e) => e
1556
- ), Qs = g(() => {
1557
- const e = h(d.state);
1558
- return u(d.onDidChangeWindowState((t) => {
1620
+ ), ti = E(() => {
1621
+ const e = h(l.state);
1622
+ return u(l.onDidChangeWindowState((t) => {
1559
1623
  e.value = t;
1560
1624
  })), {
1561
1625
  focused: v(() => e.value.focused),
1562
1626
  active: v(() => e.value.active)
1563
1627
  };
1564
- }), Xs = g(() => {
1565
- const e = h(k.workspaceFolders);
1566
- return u(k.onDidChangeWorkspaceFolders(() => {
1567
- e.value = k.workspaceFolders;
1628
+ }), ni = E(() => {
1629
+ const e = h(P.workspaceFolders);
1630
+ return u(P.onDidChangeWorkspaceFolders(() => {
1631
+ e.value = P.workspaceFolders;
1568
1632
  })), v(() => e.value);
1569
1633
  });
1570
1634
  export {
1571
- Yt as EffectScope,
1572
- K as ITERATE_KEY,
1573
- le as ReactiveEffect,
1574
- Dn as ReactiveFlags,
1575
- rs as TrackOpTypes,
1576
- cs as TriggerOpTypes,
1577
- It as activateCbs,
1635
+ Zt as EffectScope,
1636
+ F as ITERATE_KEY,
1637
+ fe as ReactiveEffect,
1638
+ An as ReactiveFlags,
1639
+ ls as TrackOpTypes,
1640
+ fs as TriggerOpTypes,
1641
+ xt as activateCbs,
1578
1642
  v as computed,
1579
- Ge as createKeyedComposable,
1580
- g as createSingletonComposable,
1581
- ns as customRef,
1582
- At as deactivateCbs,
1583
- os as deferredComputed,
1584
- ds as defineConfigs,
1585
- fs as defineExtension,
1586
- Jn as effect,
1587
- Jt as effectScope,
1588
- Qn as enableTracking,
1589
- hs as executeCommand,
1590
- pe as extensionContext,
1591
- Ie as extensionScope,
1592
- xe as getCurrentScope,
1593
- wn as isProxy,
1643
+ It as createKeyedComposable,
1644
+ E as createSingletonComposable,
1645
+ os as customRef,
1646
+ Vt as deactivateCbs,
1647
+ us as deferredComputed,
1648
+ _s as defineConfigs,
1649
+ vs as defineExtension,
1650
+ Zn as effect,
1651
+ en as effectScope,
1652
+ ts as enableTracking,
1653
+ gs as executeCommand,
1654
+ ve as extensionContext,
1655
+ xe as extensionScope,
1656
+ Me as getCurrentScope,
1657
+ Nn as isProxy,
1594
1658
  q as isReactive,
1595
1659
  Z as isReadonly,
1596
- R as isRef,
1597
- de as isShallow,
1598
- Zn as markRaw,
1599
- as as nextTick,
1600
- Mn as onActivate,
1601
- ls as onDeactivate,
1602
- qt as onScopeDispose,
1603
- We as pauseScheduling,
1604
- Me as pauseTracking,
1605
- ts as proxyRefs,
1606
- Tt as reactive,
1607
- Nt as readonly,
1608
- bt as ref,
1609
- ke as resetScheduling,
1610
- He as resetTracking,
1611
- En as shallowReactive,
1612
- Xn as shallowReadonly,
1660
+ T as isRef,
1661
+ he as isShallow,
1662
+ ss as markRaw,
1663
+ ds as nextTick,
1664
+ jn as onActivate,
1665
+ ps as onDeactivate,
1666
+ ut as onScopeDispose,
1667
+ je as pauseScheduling,
1668
+ We as pauseTracking,
1669
+ rs as proxyRefs,
1670
+ Nt as reactive,
1671
+ Rt as readonly,
1672
+ be as ref,
1673
+ Fe as resetScheduling,
1674
+ ke as resetTracking,
1675
+ bn as shallowReactive,
1676
+ ns as shallowReadonly,
1613
1677
  h as shallowRef,
1614
- qn as stop,
1615
- l as toRaw,
1616
- is as toRef,
1617
- ss as toRefs,
1678
+ es as stop,
1679
+ f as toRaw,
1680
+ as as toRef,
1681
+ cs as toRefs,
1618
1682
  a as toValue,
1619
1683
  N as track,
1620
- P as trigger,
1621
- es as triggerRef,
1622
- Pn as tryOnScopeDispose,
1623
- Dt as unref,
1624
- ps as useAbsolutePath,
1625
- Hn as useActiveColorTheme,
1626
- vs as useActiveDebugSession,
1627
- _s as useActiveEditorDecorations,
1628
- gs as useActiveNotebookEditor,
1629
- Es as useActiveTerminal,
1630
- Wn as useActiveTextEditor,
1631
- ws as useAllExtensions,
1632
- jn as useCommand,
1633
- ms as useCommands,
1634
- Ts as useCommentController,
1635
- Ns as useDefaultShell,
1684
+ M as trigger,
1685
+ is as triggerRef,
1686
+ kn as tryOnScopeDispose,
1687
+ yt as unref,
1688
+ Es as useAbsolutePath,
1689
+ Kn as useActiveColorTheme,
1690
+ ws as useActiveDebugSession,
1691
+ ms as useActiveEditorDecorations,
1692
+ Ts as useActiveNotebookEditor,
1693
+ bs as useActiveTerminal,
1694
+ Un as useActiveTextEditor,
1695
+ Ns as useAllExtensions,
1696
+ Gn as useCommand,
1697
+ Rs as useCommands,
1698
+ Ds as useCommentController,
1699
+ Ss as useControlledTerminal,
1700
+ ys as useDefaultShell,
1636
1701
  u as useDisposable,
1637
- Rs as useDocumentText,
1638
- kn as useEditorDecorations,
1639
- Kn as useEvent,
1640
- bs as useEventEmitter,
1641
- Ss as useFetchTasks,
1642
- Ds as useFileUri,
1643
- ys as useFoldingRangeProvider,
1644
- Os as useIsDarkTheme,
1645
- Cs as useIsTelemetryEnabled,
1646
- As as useL10nText,
1647
- Is as useLogLevel,
1648
- Vs as useLogger,
1649
- Ls as useNotebookEditorSelection,
1650
- zn as useNotebookEditorSelections,
1651
- xs as useNotebookEditorVisibleRanges,
1652
- Ps as useOpenedTerminals,
1653
- Un as useOutputChannel,
1654
- Ms as useStatusBarItem,
1655
- Hs as useTaskExecutions,
1656
- Ws as useTerminalState,
1657
- Gn as useTextEditorCommand,
1658
- ks as useTextEditorCommands,
1659
- js as useTextEditorSelection,
1660
- Bn as useTextEditorSelections,
1661
- Ks as useTextEditorViewColumn,
1662
- Fs as useTextEditorVisibleRanges,
1663
- Us as useTreeView,
1664
- Fn as useUri,
1665
- $s as useViewBadge,
1666
- zs as useViewTitle,
1667
- Gs as useViewVisibility,
1668
- Bs as useVisibleNotebookEditors,
1669
- Ys as useVisibleTextEditors,
1670
- Js as useVscodeContext,
1671
- qs as useWebviewView,
1672
- Qs as useWindowState,
1673
- Xs as useWorkspaceFolders,
1674
- B as watch,
1675
- D as watchEffect,
1676
- us as watchSyncEffect
1702
+ Os as useDocumentText,
1703
+ $n as useEditorDecorations,
1704
+ ue as useEvent,
1705
+ Cs as useEventEmitter,
1706
+ As as useFetchTasks,
1707
+ Is as useFileUri,
1708
+ Vs as useFoldingRangeProvider,
1709
+ xs as useFsWatcher,
1710
+ Ls as useIsDarkTheme,
1711
+ Ps as useIsTelemetryEnabled,
1712
+ Ms as useL10nText,
1713
+ Hs as useLogLevel,
1714
+ Ws as useLogger,
1715
+ ks as useNotebookEditorSelection,
1716
+ Jn as useNotebookEditorSelections,
1717
+ js as useNotebookEditorVisibleRanges,
1718
+ Fs as useOpenedTerminals,
1719
+ Bn as useOutputChannel,
1720
+ Ks as useStatusBarItem,
1721
+ Us as useTaskExecutions,
1722
+ $s as useTerminal,
1723
+ Lt as useTerminalState,
1724
+ qn as useTextEditorCommand,
1725
+ Gs as useTextEditorCommands,
1726
+ zs as useTextEditorSelection,
1727
+ Qn as useTextEditorSelections,
1728
+ Bs as useTextEditorViewColumn,
1729
+ Ys as useTextEditorVisibleRanges,
1730
+ Js as useTreeView,
1731
+ zn as useUri,
1732
+ Pt as useViewBadge,
1733
+ Mt as useViewTitle,
1734
+ qs as useViewVisibility,
1735
+ Qs as useVisibleNotebookEditors,
1736
+ Xs as useVisibleTextEditors,
1737
+ Zs as useVscodeContext,
1738
+ ei as useWebviewView,
1739
+ ti as useWindowState,
1740
+ ni as useWorkspaceFolders,
1741
+ U as watch,
1742
+ S as watchEffect,
1743
+ hs as watchSyncEffect
1677
1744
  };