@vindral/web-sdk 4.2.0 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/B7hT-BKr.js ADDED
@@ -0,0 +1,32 @@
1
+ //#region \0@oxc-project+runtime@0.115.0/helpers/checkPrivateRedeclaration.js
2
+ function e(e, t) {
3
+ if (t.has(e)) throw TypeError("Cannot initialize the same private elements twice on an object");
4
+ }
5
+ //#endregion
6
+ //#region \0@oxc-project+runtime@0.115.0/helpers/classPrivateFieldInitSpec.js
7
+ function t(t, n, r) {
8
+ e(t, n), n.set(t, r);
9
+ }
10
+ //#endregion
11
+ //#region \0@oxc-project+runtime@0.115.0/helpers/assertClassBrand.js
12
+ function n(e, t, n) {
13
+ if (typeof e == "function" ? e === t : e.has(t)) return arguments.length < 3 ? t : n;
14
+ throw TypeError("Private element is not present on this object");
15
+ }
16
+ //#endregion
17
+ //#region \0@oxc-project+runtime@0.115.0/helpers/classPrivateFieldSet2.js
18
+ function r(e, t, r) {
19
+ return e.set(n(e, t), r), r;
20
+ }
21
+ //#endregion
22
+ //#region \0@oxc-project+runtime@0.115.0/helpers/classPrivateFieldGet2.js
23
+ function i(e, t) {
24
+ return e.get(n(e, t));
25
+ }
26
+ //#endregion
27
+ //#region \0@oxc-project+runtime@0.115.0/helpers/classPrivateMethodInitSpec.js
28
+ function a(t, n) {
29
+ e(t, n), n.add(t);
30
+ }
31
+ //#endregion
32
+ export { t as a, n as i, i as n, r, a as t };