@effect-app/vue-components 4.0.0-beta.8 → 4.0.0-beta.9

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.
Files changed (44) hide show
  1. package/dist/vue-components.es25.js +1 -1
  2. package/dist/vue-components.es28.js +1 -1
  3. package/dist/vue-components.es29.js +1 -1
  4. package/dist/vue-components.es36.js +2 -2
  5. package/dist/vue-components.es38.js +1 -1
  6. package/dist/vue-components.es40.js +9 -9
  7. package/dist/vue-components.es43.js +1 -1
  8. package/dist/vue-components.es45.js +1 -1
  9. package/dist/vue-components.es49.js +1 -1
  10. package/dist/vue-components.es50.js +1 -1
  11. package/dist/vue-components.es52.js +4 -4
  12. package/dist/vue-components.es53.js +3 -3
  13. package/dist/vue-components.es64.js +100 -22
  14. package/dist/vue-components.es65.js +2 -5
  15. package/dist/vue-components.es66.js +21 -21
  16. package/dist/vue-components.es67.js +80 -28
  17. package/dist/vue-components.es68.js +12 -22
  18. package/dist/vue-components.es69.js +112 -11
  19. package/dist/vue-components.es70.js +3 -5
  20. package/dist/vue-components.es71.js +31 -18
  21. package/dist/vue-components.es72.js +2 -9
  22. package/dist/vue-components.es73.js +2 -31
  23. package/dist/vue-components.es74.js +15 -48
  24. package/dist/vue-components.es75.js +70 -26
  25. package/dist/vue-components.es76.js +15 -101
  26. package/dist/vue-components.es77.js +15 -81
  27. package/dist/vue-components.es78.js +8 -15
  28. package/dist/vue-components.es79.js +22 -31
  29. package/dist/vue-components.es80.js +5 -2
  30. package/dist/vue-components.es81.js +21 -21
  31. package/dist/vue-components.es82.js +30 -12
  32. package/dist/vue-components.es83.js +21 -112
  33. package/dist/vue-components.es84.js +12 -3
  34. package/dist/vue-components.es85.js +5 -2
  35. package/dist/vue-components.es86.js +19 -2
  36. package/dist/vue-components.es87.js +9 -15
  37. package/dist/vue-components.es88.js +31 -70
  38. package/dist/vue-components.es89.js +47 -15
  39. package/dist/vue-components.es90.js +26 -8
  40. package/dist/vue-components.es92.js +1 -1
  41. package/dist/vue-components.es94.js +1 -1
  42. package/dist/vue-components.es96.js +3 -3
  43. package/dist/vue-components.es97.js +1 -1
  44. package/package.json +3 -3
@@ -1,21 +1,34 @@
1
- import { INVALID_TRACEID as r, INVALID_SPANID as t } from "./vue-components.es72.js";
2
- import { NonRecordingSpan as i } from "./vue-components.es73.js";
3
- var a = /^([0-9a-f]{32})$/i, o = /^[0-9a-f]{16}$/i;
4
- function I(n) {
5
- return a.test(n) && n !== r;
6
- }
7
- function e(n) {
8
- return o.test(n) && n !== t;
9
- }
10
- function A(n) {
11
- return I(n.traceId) && e(n.spanId);
12
- }
13
- function D(n) {
14
- return new i(n);
1
+ class l {
2
+ called = !1;
3
+ self;
4
+ constructor(r) {
5
+ this.self = r;
6
+ }
7
+ /**
8
+ * @since 2.0.0
9
+ */
10
+ next(r) {
11
+ return this.called ? {
12
+ value: r,
13
+ done: !0
14
+ } : (this.called = !0, {
15
+ value: this.self,
16
+ done: !1
17
+ });
18
+ }
19
+ /**
20
+ * @since 2.0.0
21
+ */
22
+ [Symbol.iterator]() {
23
+ return new l(this.self);
24
+ }
15
25
  }
26
+ const e = "~effect/Effect/internal", n = {
27
+ [e]: (t) => t()
28
+ }, s = {
29
+ [e]: (t) => t()
30
+ }, a = /* @__PURE__ */ n[e](() => new Error().stack)?.includes(e) === !0, c = a ? n[e] : s[e];
16
31
  export {
17
- A as isSpanContextValid,
18
- e as isValidSpanId,
19
- I as isValidTraceId,
20
- D as wrapSpanContext
32
+ l as SingleShotGen,
33
+ c as internalCall
21
34
  };
@@ -1,11 +1,4 @@
1
- import { TraceFlags as I } from "./vue-components.es70.js";
2
- var a = "0000000000000000", r = "00000000000000000000000000000000", A = {
3
- traceId: r,
4
- spanId: a,
5
- traceFlags: I.NONE
6
- };
1
+ const e = "effect/observability/Metric/FiberRuntimeMetricsKey";
7
2
  export {
8
- a as INVALID_SPANID,
9
- A as INVALID_SPAN_CONTEXT,
10
- r as INVALID_TRACEID
3
+ e as FiberRuntimeMetricsKey
11
4
  };
@@ -1,33 +1,4 @@
1
- import { INVALID_SPAN_CONTEXT as o } from "./vue-components.es72.js";
2
- var i = (
3
- /** @class */
4
- (function() {
5
- function t(n) {
6
- n === void 0 && (n = o), this._spanContext = n;
7
- }
8
- return t.prototype.spanContext = function() {
9
- return this._spanContext;
10
- }, t.prototype.setAttribute = function(n, e) {
11
- return this;
12
- }, t.prototype.setAttributes = function(n) {
13
- return this;
14
- }, t.prototype.addEvent = function(n, e) {
15
- return this;
16
- }, t.prototype.addLink = function(n) {
17
- return this;
18
- }, t.prototype.addLinks = function(n) {
19
- return this;
20
- }, t.prototype.setStatus = function(n) {
21
- return this;
22
- }, t.prototype.updateName = function(n) {
23
- return this;
24
- }, t.prototype.end = function(n) {
25
- }, t.prototype.isRecording = function() {
26
- return !1;
27
- }, t.prototype.recordException = function(n, e) {
28
- }, t;
29
- })()
30
- );
1
+ const e = "dev";
31
2
  export {
32
- i as NonRecordingSpan
3
+ e as version
33
4
  };
@@ -1,50 +1,17 @@
1
- import { NoopContextManager as f } from "./vue-components.es97.js";
2
- import { registerGlobal as s, getGlobal as p, unregisterGlobal as g } from "./vue-components.es95.js";
3
- import { DiagAPI as u } from "./vue-components.es92.js";
4
- var y = function(t, e) {
5
- var a = typeof Symbol == "function" && t[Symbol.iterator];
6
- if (!a) return t;
7
- var n = a.call(t), o, r = [], i;
8
- try {
9
- for (; (e === void 0 || e-- > 0) && !(o = n.next()).done; ) r.push(o.value);
10
- } catch (c) {
11
- i = { error: c };
12
- } finally {
13
- try {
14
- o && !o.done && (a = n.return) && a.call(n);
15
- } finally {
16
- if (i) throw i.error;
17
- }
18
- }
19
- return r;
20
- }, d = function(t, e, a) {
21
- if (a || arguments.length === 2) for (var n = 0, o = e.length, r; n < o; n++)
22
- (r || !(n in e)) && (r || (r = Array.prototype.slice.call(e, 0, n)), r[n] = e[n]);
23
- return t.concat(r || Array.prototype.slice.call(e));
24
- }, l = "context", _ = new f(), A = (
25
- /** @class */
26
- (function() {
27
- function t() {
28
- }
29
- return t.getInstance = function() {
30
- return this._instance || (this._instance = new t()), this._instance;
31
- }, t.prototype.setGlobalContextManager = function(e) {
32
- return s(l, e, u.instance());
33
- }, t.prototype.active = function() {
34
- return this._getContextManager().active();
35
- }, t.prototype.with = function(e, a, n) {
36
- for (var o, r = [], i = 3; i < arguments.length; i++)
37
- r[i - 3] = arguments[i];
38
- return (o = this._getContextManager()).with.apply(o, d([e, a, n], y(r), !1));
39
- }, t.prototype.bind = function(e, a) {
40
- return this._getContextManager().bind(e, a);
41
- }, t.prototype._getContextManager = function() {
42
- return p(l) || _;
43
- }, t.prototype.disable = function() {
44
- this._getContextManager().disable(), g(l, u.instance());
45
- }, t;
46
- })()
47
- );
1
+ import { memoize as t } from "./vue-components.es39.js";
2
+ function r(e) {
3
+ return e.checks ? e.checks[e.checks.length - 1].annotations : e.annotations;
4
+ }
5
+ function o(e) {
6
+ return (n) => r(n)?.[e];
7
+ }
8
+ const i = /* @__PURE__ */ o("identifier"), c = /* @__PURE__ */ t((e) => {
9
+ const n = i(e);
10
+ return typeof n == "string" ? n : e.getExpected(c);
11
+ });
48
12
  export {
49
- A as ContextAPI
13
+ c as getExpected,
14
+ r as resolve,
15
+ o as resolveAt,
16
+ i as resolveIdentifier
50
17
  };
@@ -1,28 +1,72 @@
1
- import { registerGlobal as a, getGlobal as p, unregisterGlobal as s } from "./vue-components.es95.js";
2
- import { ProxyTracerProvider as i } from "./vue-components.es68.js";
3
- import { wrapSpanContext as c, isSpanContextValid as h } from "./vue-components.es71.js";
4
- import { deleteSpan as g, getSpan as S, getActiveSpan as x, getSpanContext as d, setSpan as f, setSpanContext as l } from "./vue-components.es96.js";
5
- import { DiagAPI as o } from "./vue-components.es92.js";
6
- var n = "trace", y = (
7
- /** @class */
8
- (function() {
9
- function t() {
10
- this._proxyTracerProvider = new i(), this.wrapSpanContext = c, this.isSpanContextValid = h, this.deleteSpan = g, this.getSpan = S, this.getActiveSpan = x, this.getSpanContext = d, this.setSpan = f, this.setSpanContext = l;
11
- }
12
- return t.getInstance = function() {
13
- return this._instance || (this._instance = new t()), this._instance;
14
- }, t.prototype.setGlobalTracerProvider = function(r) {
15
- var e = a(n, this._proxyTracerProvider, o.instance());
16
- return e && this._proxyTracerProvider.setDelegate(r), e;
17
- }, t.prototype.getTracerProvider = function() {
18
- return p(n) || this._proxyTracerProvider;
19
- }, t.prototype.getTracer = function(r, e) {
20
- return this.getTracerProvider().getTracer(r, e);
21
- }, t.prototype.disable = function() {
22
- s(n, o.instance()), this._proxyTracerProvider = new i();
23
- }, t;
24
- })()
25
- );
1
+ import { symbol as r, equals as c } from "./vue-components.es64.js";
2
+ import { format as i } from "./vue-components.es38.js";
3
+ import { symbol as o, combine as u, hash as e } from "./vue-components.es67.js";
4
+ import { toJson as a } from "./vue-components.es76.js";
5
+ import { hasProperty as m } from "./vue-components.es42.js";
6
+ import { YieldableProto as _, PipeInspectableProto as g, exitSucceed as h, exitFail as p } from "./vue-components.es52.js";
7
+ const n = "~effect/data/Result", l = {
8
+ [n]: {
9
+ /* v8 ignore next 2 */
10
+ _A: (s) => s,
11
+ _E: (s) => s
12
+ },
13
+ ...g,
14
+ ..._
15
+ }, b = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(l), {
16
+ _tag: "Success",
17
+ _op: "Success",
18
+ [r](s) {
19
+ return f(s) && d(s) && c(this.success, s.success);
20
+ },
21
+ [o]() {
22
+ return u(e(this._tag))(e(this.success));
23
+ },
24
+ toString() {
25
+ return `success(${i(this.success)})`;
26
+ },
27
+ toJSON() {
28
+ return {
29
+ _id: "Result",
30
+ _tag: this._tag,
31
+ value: a(this.success)
32
+ };
33
+ },
34
+ asEffect() {
35
+ return h(this.success);
36
+ }
37
+ }), S = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(l), {
38
+ _tag: "Failure",
39
+ _op: "Failure",
40
+ [r](s) {
41
+ return f(s) && O(s) && c(this.failure, s.failure);
42
+ },
43
+ [o]() {
44
+ return u(e(this._tag))(e(this.failure));
45
+ },
46
+ toString() {
47
+ return `failure(${i(this.failure)})`;
48
+ },
49
+ toJSON() {
50
+ return {
51
+ _id: "Result",
52
+ _tag: this._tag,
53
+ failure: a(this.failure)
54
+ };
55
+ },
56
+ asEffect() {
57
+ return p(this.failure);
58
+ }
59
+ }), f = (s) => m(s, n), O = (s) => s._tag === "Failure", d = (s) => s._tag === "Success", E = (s) => {
60
+ const t = Object.create(S);
61
+ return t.failure = s, t;
62
+ }, J = (s) => {
63
+ const t = Object.create(b);
64
+ return t.success = s, t;
65
+ };
26
66
  export {
27
- y as TraceAPI
67
+ E as fail,
68
+ O as isFailure,
69
+ f as isResult,
70
+ d as isSuccess,
71
+ J as succeed
28
72
  };
@@ -1,103 +1,17 @@
1
- import { hash as p } from "./vue-components.es77.js";
2
- import { byReferenceInstances as m, getAllObjectKeys as g } from "./vue-components.es89.js";
3
- import { hasProperty as M } from "./vue-components.es42.js";
4
- const S = "~effect/interfaces/Equal";
5
- function b() {
6
- return arguments.length === 1 ? (e) => i(e, arguments[0]) : i(arguments[0], arguments[1]);
7
- }
8
- function i(e, r) {
9
- if (e === r) return !0;
10
- if (e == null || r == null) return !1;
11
- const n = typeof e;
12
- return n !== typeof r ? !1 : n === "number" && e !== e && r !== r ? !0 : n !== "object" && n !== "function" || m.has(e) || m.has(r) ? !1 : w(e, r, E);
13
- }
14
- function q(e, r, n) {
15
- const t = a.has(e), o = c.has(r);
16
- if (t && o)
17
- return !0;
18
- if (t || o)
19
- return !1;
20
- a.add(e), c.add(r);
21
- const u = n();
22
- return a.delete(e), c.delete(r), u;
23
- }
24
- const a = /* @__PURE__ */ new WeakSet(), c = /* @__PURE__ */ new WeakSet();
25
- function E(e, r) {
26
- if (p(e) !== p(r))
27
- return !1;
28
- if (e instanceof Date)
29
- return r instanceof Date ? e.toISOString() === r.toISOString() : !1;
30
- if (e instanceof RegExp)
31
- return r instanceof RegExp ? e.toString() === r.toString() : !1;
32
- const n = y(e), t = y(r);
33
- if (n !== t) return !1;
34
- const o = n && t;
35
- return typeof e == "function" && !o ? !1 : q(e, r, () => o ? e[S](r) : Array.isArray(e) ? !Array.isArray(r) || e.length !== r.length ? !1 : z(e, r) : e instanceof Map ? !(r instanceof Map) || e.size !== r.size ? !1 : I(e, r) : e instanceof Set ? !(r instanceof Set) || e.size !== r.size ? !1 : V(e, r) : A(e, r));
36
- }
37
- function w(e, r, n) {
38
- let t = s.get(e);
39
- if (!t)
40
- t = /* @__PURE__ */ new WeakMap(), s.set(e, t);
41
- else if (t.has(r))
42
- return t.get(r);
43
- const o = n(e, r);
44
- t.set(r, o);
45
- let u = s.get(r);
46
- return u || (u = /* @__PURE__ */ new WeakMap(), s.set(r, u)), u.set(e, o), o;
47
- }
48
- const s = /* @__PURE__ */ new WeakMap();
49
- function z(e, r) {
50
- for (let n = 0; n < e.length; n++)
51
- if (!i(e[n], r[n]))
52
- return !1;
53
- return !0;
54
- }
55
- function A(e, r) {
56
- const n = g(e), t = g(r);
57
- if (n.size !== t.size)
58
- return !1;
59
- for (const o of n)
60
- if (!t.has(o) || !i(e[o], r[o]))
61
- return !1;
62
- return !0;
63
- }
64
- function R(e, r) {
65
- return function(t, o) {
66
- for (const [u, f] of t) {
67
- let l = !1;
68
- for (const [d, k] of o)
69
- if (e(u, d) && r(f, k)) {
70
- l = !0;
71
- break;
72
- }
73
- if (!l)
74
- return !1;
75
- }
76
- return !0;
77
- };
78
- }
79
- const I = /* @__PURE__ */ R(i, i);
80
- function K(e) {
81
- return function(n, t) {
82
- for (const o of n) {
83
- let u = !1;
84
- for (const f of t)
85
- if (e(o, f)) {
86
- u = !0;
87
- break;
88
- }
89
- if (!u)
90
- return !1;
91
- }
92
- return !0;
93
- };
94
- }
95
- const V = /* @__PURE__ */ K(i), y = (e) => M(e, S), j = () => b;
1
+ import { hasProperty as o, isFunction as t } from "./vue-components.es42.js";
2
+ import { redact as e } from "./vue-components.es66.js";
3
+ const n = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom"), s = (r) => {
4
+ try {
5
+ if (o(r, "toJSON") && t(r.toJSON) && r.toJSON.length === 0)
6
+ return r.toJSON();
7
+ if (Array.isArray(r))
8
+ return r.map(s);
9
+ } catch {
10
+ return "[toJSON threw]";
11
+ }
12
+ return e(r);
13
+ };
96
14
  export {
97
- j as asEquivalence,
98
- b as equals,
99
- y as isEqual,
100
- R as makeCompareMap,
101
- K as makeCompareSet,
102
- S as symbol
15
+ n as NodeInspectSymbol,
16
+ s as toJson
103
17
  };
@@ -1,84 +1,18 @@
1
- import { dual as g } from "./vue-components.es39.js";
2
- import { byReferenceInstances as b, getAllObjectKeys as S } from "./vue-components.es89.js";
3
- import { hasProperty as w } from "./vue-components.es42.js";
4
- const p = "~effect/interfaces/Hash", i = (t) => {
5
- switch (typeof t) {
6
- case "number":
7
- return y(t);
8
- case "bigint":
9
- return r(t.toString(10));
10
- case "boolean":
11
- return r(String(t));
12
- case "symbol":
13
- return r(String(t));
14
- case "string":
15
- return r(t);
16
- case "undefined":
17
- return r("undefined");
18
- case "function":
19
- case "object": {
20
- if (t === null)
21
- return r("null");
22
- if (t instanceof Date)
23
- return r(t.toISOString());
24
- if (t instanceof RegExp)
25
- return r(t.toString());
26
- {
27
- if (b.has(t))
28
- return h(t);
29
- if (f.has(t))
30
- return f.get(t);
31
- const e = C(t, () => M(t) ? t[p]() : typeof t == "function" ? h(t) : Array.isArray(t) ? A(t) : t instanceof Map ? E(t) : t instanceof Set ? k(t) : I(t));
32
- return f.set(t, e), e;
33
- }
34
- }
35
- default:
36
- throw new Error(`BUG: unhandled typeof ${typeof t} - please report an issue at https://github.com/Effect-TS/effect/issues`);
1
+ const s = (t) => {
2
+ const e = new Set(Reflect.ownKeys(t));
3
+ if (t.constructor === Object) return e;
4
+ t instanceof Error && e.delete("stack");
5
+ const n = Object.getPrototypeOf(t);
6
+ let o = n;
7
+ for (; o !== null && o !== Object.prototype; ) {
8
+ const r = Reflect.ownKeys(o);
9
+ for (let c = 0; c < r.length; c++)
10
+ e.add(r[c]);
11
+ o = Object.getPrototypeOf(o);
37
12
  }
38
- }, h = (t) => (c.has(t) || c.set(t, y(Math.floor(Math.random() * Number.MAX_SAFE_INTEGER))), c.get(t)), m = /* @__PURE__ */ g(2, (t, e) => t * 53 ^ e), a = (t) => t & 3221225471 | t >>> 1 & 1073741824, M = (t) => w(t, p), y = (t) => {
39
- if (t !== t)
40
- return r("NaN");
41
- if (t === 1 / 0)
42
- return r("Infinity");
43
- if (t === -1 / 0)
44
- return r("-Infinity");
45
- let e = t | 0;
46
- for (e !== t && (e ^= t * 4294967295); t > 4294967295; )
47
- e ^= t /= 4294967295;
48
- return a(e);
49
- }, r = (t) => {
50
- let e = 5381, n = t.length;
51
- for (; n; )
52
- e = e * 33 ^ t.charCodeAt(--n);
53
- return a(e);
54
- }, x = (t, e) => {
55
- let n = 12289;
56
- for (const o of e)
57
- n ^= m(i(o), i(t[o]));
58
- return a(n);
59
- }, I = (t) => x(t, S(t)), s = (t, e) => (n) => {
60
- let o = t;
61
- for (const d of n)
62
- o ^= e(d);
63
- return a(o);
64
- }, A = /* @__PURE__ */ s(6151, i), E = /* @__PURE__ */ s(/* @__PURE__ */ r("Map"), ([t, e]) => m(i(t), i(e))), k = /* @__PURE__ */ s(/* @__PURE__ */ r("Set"), i), c = /* @__PURE__ */ new WeakMap(), f = /* @__PURE__ */ new WeakMap(), u = /* @__PURE__ */ new WeakSet();
65
- function C(t, e) {
66
- if (u.has(t))
67
- return r("[Circular]");
68
- u.add(t);
69
- const n = e();
70
- return u.delete(t), n;
71
- }
13
+ return e.has("constructor") && typeof t.constructor == "function" && n === t.constructor.prototype && e.delete("constructor"), e;
14
+ }, f = /* @__PURE__ */ new WeakSet();
72
15
  export {
73
- A as array,
74
- m as combine,
75
- i as hash,
76
- M as isHash,
77
- y as number,
78
- a as optimize,
79
- h as random,
80
- r as string,
81
- I as structure,
82
- x as structureKeys,
83
- p as symbol
16
+ f as byReferenceInstances,
17
+ s as getAllObjectKeys
84
18
  };
@@ -1,17 +1,10 @@
1
- import { hasProperty as o, isFunction as t } from "./vue-components.es42.js";
2
- import { redact as e } from "./vue-components.es81.js";
3
- const n = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom"), s = (r) => {
4
- try {
5
- if (o(r, "toJSON") && t(r.toJSON) && r.toJSON.length === 0)
6
- return r.toJSON();
7
- if (Array.isArray(r))
8
- return r.map(s);
9
- } catch {
10
- return "[toJSON threw]";
11
- }
12
- return e(r);
13
- };
1
+ import { dual as o } from "./vue-components.es39.js";
2
+ function N(i) {
3
+ return (r, u) => r === u ? 0 : i(r, u);
4
+ }
5
+ const e = /* @__PURE__ */ N((i, r) => globalThis.Number.isNaN(i) && globalThis.Number.isNaN(r) ? 0 : globalThis.Number.isNaN(i) ? -1 : globalThis.Number.isNaN(r) ? 1 : i < r ? -1 : 1), m = /* @__PURE__ */ o(2, (i, r) => N((u, n) => i(r(u), r(n))));
14
6
  export {
15
- n as NodeInspectSymbol,
16
- s as toJson
7
+ e as Number,
8
+ N as make,
9
+ m as mapInput
17
10
  };
@@ -1,34 +1,25 @@
1
- class l {
2
- called = !1;
3
- self;
4
- constructor(r) {
5
- this.self = r;
6
- }
7
- /**
8
- * @since 2.0.0
9
- */
10
- next(r) {
11
- return this.called ? {
12
- value: r,
13
- done: !0
14
- } : (this.called = !0, {
15
- value: this.self,
16
- done: !1
17
- });
18
- }
19
- /**
20
- * @since 2.0.0
21
- */
22
- [Symbol.iterator]() {
23
- return new l(this.self);
24
- }
1
+ function a(t) {
2
+ return Symbol.for(t);
25
3
  }
26
- const e = "~effect/Effect/internal", n = {
27
- [e]: (t) => t()
28
- }, s = {
29
- [e]: (t) => t()
30
- }, a = /* @__PURE__ */ n[e](() => new Error().stack)?.includes(e) === !0, c = a ? n[e] : s[e];
4
+ var c = (
5
+ /** @class */
6
+ /* @__PURE__ */ (function() {
7
+ function t(u) {
8
+ var e = this;
9
+ e._currentContext = u ? new Map(u) : /* @__PURE__ */ new Map(), e.getValue = function(n) {
10
+ return e._currentContext.get(n);
11
+ }, e.setValue = function(n, r) {
12
+ var o = new t(e._currentContext);
13
+ return o._currentContext.set(n, r), o;
14
+ }, e.deleteValue = function(n) {
15
+ var r = new t(e._currentContext);
16
+ return r._currentContext.delete(n), r;
17
+ };
18
+ }
19
+ return t;
20
+ })()
21
+ ), x = new c();
31
22
  export {
32
- l as SingleShotGen,
33
- c as internalCall
23
+ x as ROOT_CONTEXT,
24
+ a as createContextKey
34
25
  };
@@ -1,4 +1,7 @@
1
- const n = (t) => t.length > 0;
1
+ var R;
2
+ (function(E) {
3
+ E[E.NONE = 0] = "NONE", E[E.ERROR = 30] = "ERROR", E[E.WARN = 50] = "WARN", E[E.INFO = 60] = "INFO", E[E.DEBUG = 70] = "DEBUG", E[E.VERBOSE = 80] = "VERBOSE", E[E.ALL = 9999] = "ALL";
4
+ })(R || (R = {}));
2
5
  export {
3
- n as isArrayNonEmpty
6
+ R as DiagLogLevel
4
7
  };
@@ -1,23 +1,23 @@
1
- import { pipeArguments as t } from "./vue-components.es41.js";
2
- import { hasProperty as c } from "./vue-components.es42.js";
3
- const r = /* @__PURE__ */ Symbol.for("~effect/Inspectable/redactable"), n = (e) => c(e, r);
4
- function f(e) {
5
- return n(e) ? a(e) : e;
6
- }
7
- function a(e) {
8
- return e[r](globalThis[i]?.services ?? o);
9
- }
10
- const i = "~effect/Fiber/currentFiber", o = {
11
- "~effect/ServiceMap": {},
12
- mapUnsafe: /* @__PURE__ */ new Map(),
13
- pipe() {
14
- return t(this, arguments);
15
- }
16
- };
1
+ import { NoopTracer as o } from "./vue-components.es82.js";
2
+ var s = new o(), c = (
3
+ /** @class */
4
+ (function() {
5
+ function r(t, e, n, a) {
6
+ this._provider = t, this.name = e, this.version = n, this.options = a;
7
+ }
8
+ return r.prototype.startSpan = function(t, e, n) {
9
+ return this._getTracer().startSpan(t, e, n);
10
+ }, r.prototype.startActiveSpan = function(t, e, n, a) {
11
+ var i = this._getTracer();
12
+ return Reflect.apply(i.startActiveSpan, i, arguments);
13
+ }, r.prototype._getTracer = function() {
14
+ if (this._delegate)
15
+ return this._delegate;
16
+ var t = this._provider.getDelegateTracer(this.name, this.version, this.options);
17
+ return t ? (this._delegate = t, this._delegate) : s;
18
+ }, r;
19
+ })()
20
+ );
17
21
  export {
18
- i as currentFiberTypeId,
19
- a as getRedacted,
20
- n as isRedactable,
21
- f as redact,
22
- r as symbolRedactable
22
+ c as ProxyTracer
23
23
  };