saykit 0.2.0 → 0.5.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/runtime.mjs +8 -7
- package/package.json +1 -1
package/dist/runtime.mjs
CHANGED
|
@@ -1,37 +1,38 @@
|
|
|
1
1
|
import { mf1ToMessage } from "@messageformat/icu-messageformat-1";
|
|
2
|
-
//#region \0@oxc-project+runtime@0.
|
|
2
|
+
//#region \0@oxc-project+runtime@0.140.0/helpers/esm/checkPrivateRedeclaration.js
|
|
3
3
|
function _checkPrivateRedeclaration(e, t) {
|
|
4
4
|
if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object");
|
|
5
5
|
}
|
|
6
6
|
//#endregion
|
|
7
|
-
//#region \0@oxc-project+runtime@0.
|
|
7
|
+
//#region \0@oxc-project+runtime@0.140.0/helpers/esm/classPrivateMethodInitSpec.js
|
|
8
8
|
function _classPrivateMethodInitSpec(e, a) {
|
|
9
9
|
_checkPrivateRedeclaration(e, a), a.add(e);
|
|
10
10
|
}
|
|
11
11
|
//#endregion
|
|
12
|
-
//#region \0@oxc-project+runtime@0.
|
|
12
|
+
//#region \0@oxc-project+runtime@0.140.0/helpers/esm/classPrivateFieldInitSpec.js
|
|
13
13
|
function _classPrivateFieldInitSpec(e, t, a) {
|
|
14
14
|
_checkPrivateRedeclaration(e, t), t.set(e, a);
|
|
15
15
|
}
|
|
16
16
|
//#endregion
|
|
17
|
-
//#region \0@oxc-project+runtime@0.
|
|
17
|
+
//#region \0@oxc-project+runtime@0.140.0/helpers/esm/assertClassBrand.js
|
|
18
18
|
function _assertClassBrand(e, t, n) {
|
|
19
19
|
if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n;
|
|
20
20
|
throw new TypeError("Private element is not present on this object");
|
|
21
21
|
}
|
|
22
22
|
//#endregion
|
|
23
|
-
//#region \0@oxc-project+runtime@0.
|
|
23
|
+
//#region \0@oxc-project+runtime@0.140.0/helpers/esm/classPrivateFieldSet2.js
|
|
24
24
|
function _classPrivateFieldSet2(s, a, r) {
|
|
25
25
|
return s.set(_assertClassBrand(s, a), r), r;
|
|
26
26
|
}
|
|
27
27
|
//#endregion
|
|
28
|
-
//#region \0@oxc-project+runtime@0.
|
|
28
|
+
//#region \0@oxc-project+runtime@0.140.0/helpers/esm/classPrivateFieldGet2.js
|
|
29
29
|
function _classPrivateFieldGet2(s, a) {
|
|
30
30
|
return s.get(_assertClassBrand(s, a));
|
|
31
31
|
}
|
|
32
32
|
//#endregion
|
|
33
33
|
//#region src/runtime.ts
|
|
34
|
-
let _Symbol$iterator
|
|
34
|
+
let _Symbol$iterator;
|
|
35
|
+
let _Symbol$for;
|
|
35
36
|
var _locales = /* @__PURE__ */ new WeakMap();
|
|
36
37
|
var _loader = /* @__PURE__ */ new WeakMap();
|
|
37
38
|
var _messages = /* @__PURE__ */ new WeakMap();
|