@powerlines/deepkit 0.6.166 → 0.7.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.
Files changed (137) hide show
  1. package/bin/deepkit-install.cjs +55 -90
  2. package/dist/capnp-BLx1WTBU.cjs +5175 -0
  3. package/dist/capnp-BiGNkOmV.mjs +4905 -0
  4. package/dist/capnp.cjs +47 -186
  5. package/dist/capnp.d.cts +78 -77
  6. package/dist/{capnp.d.ts → capnp.d.mts} +78 -77
  7. package/dist/capnp.mjs +3 -0
  8. package/dist/chunk-C0xms8kb.cjs +34 -0
  9. package/dist/esbuild-plugin.cjs +47 -11
  10. package/dist/esbuild-plugin.d.cts +20 -18
  11. package/dist/esbuild-plugin.d.mts +35 -0
  12. package/dist/esbuild-plugin.mjs +48 -0
  13. package/dist/index.cjs +69 -250
  14. package/dist/index.d.cts +10 -19
  15. package/dist/index.d.mts +10 -0
  16. package/dist/index.mjs +11 -0
  17. package/dist/reflect-type.cjs +24 -12
  18. package/dist/reflect-type.d.cts +7 -5
  19. package/dist/{reflect-type.d.ts → reflect-type.d.mts} +7 -5
  20. package/dist/reflect-type.mjs +24 -0
  21. package/dist/{reflection-9KUpjPqV.d.cts → reflection-BwdnCwaK.d.cts} +11 -17
  22. package/dist/{reflection-9KUpjPqV.d.ts → reflection-D9R8cdSo.d.mts} +26 -32
  23. package/dist/resolve-reflections.cjs +15 -9
  24. package/dist/resolve-reflections.d.cts +4 -2
  25. package/dist/{resolve-reflections.d.ts → resolve-reflections.d.mts} +4 -2
  26. package/dist/resolve-reflections.mjs +16 -0
  27. package/dist/rolldown-plugin.cjs +44 -11
  28. package/dist/rolldown-plugin.d.cts +5 -3
  29. package/dist/{rolldown-plugin.d.ts → rolldown-plugin.d.mts} +5 -3
  30. package/dist/rolldown-plugin.mjs +45 -0
  31. package/dist/transformer.cjs +52 -13
  32. package/dist/transformer.d.cts +6 -4
  33. package/dist/{transformer.d.ts → transformer.d.mts} +6 -4
  34. package/dist/transformer.mjs +51 -0
  35. package/dist/transpile.cjs +29 -10
  36. package/dist/transpile.d.cts +6 -4
  37. package/dist/{transpile.d.ts → transpile.d.mts} +6 -4
  38. package/dist/transpile.mjs +29 -0
  39. package/dist/types.cjs +0 -4
  40. package/dist/types.d.cts +9 -9
  41. package/dist/{types.d.ts → types.d.mts} +9 -9
  42. package/dist/types.mjs +1 -0
  43. package/dist/utilities.cjs +116 -33
  44. package/dist/utilities.d.cts +4 -2
  45. package/dist/{utilities.d.ts → utilities.d.mts} +4 -2
  46. package/dist/utilities.mjs +111 -0
  47. package/dist/vendor/core.cjs +1240 -513
  48. package/dist/vendor/core.mjs +1116 -0
  49. package/dist/vendor/string-BoXo0wS7.cjs +2983 -0
  50. package/dist/vendor/string-BuMgdahD.mjs +2467 -0
  51. package/dist/vendor/type-BMLjRtLY.cjs +202 -0
  52. package/dist/vendor/type-Dgeqs-rL.mjs +190 -0
  53. package/dist/vendor/type-compiler/compiler-BUrWMhGi.cjs +6792 -0
  54. package/dist/vendor/type-compiler/compiler-Bg8jX6qU.mjs +6739 -0
  55. package/dist/vendor/type-compiler/compiler-D1z5h1MK.d.cts +578 -0
  56. package/dist/vendor/type-compiler/compiler-Nkxc4PLJ.d.mts +578 -0
  57. package/dist/vendor/type-compiler/compiler.cjs +11 -43
  58. package/dist/vendor/type-compiler/compiler.d.cts +2 -3
  59. package/dist/vendor/type-compiler/compiler.d.mts +2 -0
  60. package/dist/vendor/type-compiler/compiler.mjs +3 -0
  61. package/dist/vendor/type-compiler/config-BEX924PC.cjs +3709 -0
  62. package/dist/vendor/type-compiler/config-B_cKkYZm.d.cts +116 -0
  63. package/dist/vendor/type-compiler/config-D9DM7Du_.d.mts +116 -0
  64. package/dist/vendor/type-compiler/config-y0HNkbCH.mjs +3640 -0
  65. package/dist/vendor/type-compiler/config.cjs +9 -34
  66. package/dist/vendor/type-compiler/config.d.cts +2 -1
  67. package/dist/vendor/type-compiler/config.d.mts +2 -0
  68. package/dist/vendor/type-compiler/config.mjs +3 -0
  69. package/dist/vendor/type-compiler/index.cjs +56 -129
  70. package/dist/vendor/type-compiler/index.d.cts +22 -3
  71. package/dist/vendor/type-compiler/index.d.mts +22 -0
  72. package/dist/vendor/type-compiler/index.mjs +50 -0
  73. package/dist/vendor/type-spec.cjs +11 -12
  74. package/dist/vendor/type-spec.mjs +3 -0
  75. package/dist/vendor/type.cjs +8407 -17892
  76. package/dist/vendor/type.d.cts +10 -196
  77. package/dist/vendor/{type.d.ts → type.d.mts} +10 -196
  78. package/dist/vendor/type.mjs +9109 -0
  79. package/package.json +43 -31
  80. package/schemas/reflection.cjs +4018 -4129
  81. package/schemas/reflection.d.cts +30 -38
  82. package/schemas/{reflection.d.ts → reflection.d.mts} +30 -38
  83. package/schemas/reflection.mjs +4036 -0
  84. package/dist/capnp.js +0 -2
  85. package/dist/chunk-23YNDVRG.js +0 -34
  86. package/dist/chunk-27RKMKSF.cjs +0 -50
  87. package/dist/chunk-2XDQUCXZ.js +0 -2392
  88. package/dist/chunk-34OFD7LS.cjs +0 -68
  89. package/dist/chunk-7FXYDYVQ.cjs +0 -5246
  90. package/dist/chunk-7QZGCBH7.cjs +0 -11
  91. package/dist/chunk-ALM6UMVU.js +0 -9
  92. package/dist/chunk-BLLXF42T.cjs +0 -41
  93. package/dist/chunk-H3Q3XL3D.js +0 -19
  94. package/dist/chunk-HPVJ6OV3.cjs +0 -31
  95. package/dist/chunk-JQUKKAFM.js +0 -48
  96. package/dist/chunk-KK7TQA7L.cjs +0 -25
  97. package/dist/chunk-NPV2346T.js +0 -25
  98. package/dist/chunk-ORA4UQMU.cjs +0 -2
  99. package/dist/chunk-OUGDFUKJ.cjs +0 -2400
  100. package/dist/chunk-OULCUN6I.js +0 -1
  101. package/dist/chunk-SHUYVCID.js +0 -4
  102. package/dist/chunk-TDYIUJGY.js +0 -5180
  103. package/dist/chunk-USNT2KNT.cjs +0 -6
  104. package/dist/chunk-WYEFKIRL.js +0 -66
  105. package/dist/esbuild-plugin.d.ts +0 -33
  106. package/dist/esbuild-plugin.js +0 -4
  107. package/dist/index.d.ts +0 -19
  108. package/dist/index.js +0 -10
  109. package/dist/reflect-type.js +0 -5
  110. package/dist/resolve-reflections.js +0 -2
  111. package/dist/rolldown-plugin.js +0 -4
  112. package/dist/transformer.js +0 -2
  113. package/dist/transpile.js +0 -3
  114. package/dist/types.js +0 -1
  115. package/dist/utilities.js +0 -2
  116. package/dist/vendor/chunk-5BKT4CS5.js +0 -28
  117. package/dist/vendor/chunk-BLN7QVCP.js +0 -3704
  118. package/dist/vendor/chunk-BR2FK5K7.js +0 -109
  119. package/dist/vendor/chunk-EPQZMVJO.cjs +0 -3859
  120. package/dist/vendor/chunk-IFK6AU6M.cjs +0 -42
  121. package/dist/vendor/chunk-SHDAXCXF.cjs +0 -115
  122. package/dist/vendor/core.js +0 -2
  123. package/dist/vendor/type-compiler/chunk-3LL3TSRJ.js +0 -3762
  124. package/dist/vendor/type-compiler/chunk-CUTGHVNY.js +0 -7100
  125. package/dist/vendor/type-compiler/chunk-IAWCLVUK.cjs +0 -3780
  126. package/dist/vendor/type-compiler/chunk-UIWPG352.cjs +0 -7114
  127. package/dist/vendor/type-compiler/compiler.d.ts +0 -3
  128. package/dist/vendor/type-compiler/compiler.js +0 -5
  129. package/dist/vendor/type-compiler/config.d.ts +0 -1
  130. package/dist/vendor/type-compiler/config.js +0 -5
  131. package/dist/vendor/type-compiler/index.d.ts +0 -3
  132. package/dist/vendor/type-compiler/index.js +0 -66
  133. package/dist/vendor/type-spec.js +0 -2
  134. package/dist/vendor/type.js +0 -18359
  135. package/schemas/reflection.js +0 -4153
  136. /package/dist/vendor/{core.d.ts → core.d.mts} +0 -0
  137. /package/dist/vendor/{type-spec.d.ts → type-spec.d.mts} +0 -0
@@ -1,42 +0,0 @@
1
- 'use strict';
2
-
3
- var __create = Object.create;
4
- var __defProp = Object.defineProperty;
5
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
- var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf;
8
- var __hasOwnProp = Object.prototype.hasOwnProperty;
9
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
10
- var __esm = (fn, res) => function __init() {
11
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
12
- };
13
- var __commonJS = (cb, mod) => function __require() {
14
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
15
- };
16
- var __copyProps = (to, from, except, desc) => {
17
- if (from && typeof from === "object" || typeof from === "function") {
18
- for (let key of __getOwnPropNames(from))
19
- if (!__hasOwnProp.call(to, key) && key !== except)
20
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
21
- }
22
- return to;
23
- };
24
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
25
- // If the importer is in node compatibility mode or this is not an ESM
26
- // file that has been converted to a CommonJS file using a Babel-
27
- // compatible transform (i.e. "__esModule" has not been set), then set
28
- // "default" to the CommonJS "module.exports" for node compatibility.
29
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
30
- mod
31
- ));
32
-
33
- // ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.58.0_@types+node@25.5.2__@swc+core@1.15.21_@swc+h_c09319a3bebe4f25cd18a446b5df50ba/node_modules/tsup/assets/cjs_shims.js
34
- var init_cjs_shims = __esm({
35
- "../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.58.0_@types+node@25.5.2__@swc+core@1.15.21_@swc+h_c09319a3bebe4f25cd18a446b5df50ba/node_modules/tsup/assets/cjs_shims.js"() {
36
- }
37
- });
38
-
39
- exports.__commonJS = __commonJS;
40
- exports.__name = __name;
41
- exports.__toESM = __toESM;
42
- exports.init_cjs_shims = init_cjs_shims;
@@ -1,115 +0,0 @@
1
- 'use strict';
2
-
3
- var chunkIFK6AU6M_cjs = require('./chunk-IFK6AU6M.cjs');
4
-
5
- // ../../node_modules/.pnpm/@deepkit+type-spec@1.0.1_patch_hash=f3c3a4fd486751022d78f17d39a5a79f493bca20b185964ca1aba41fbfc93244/node_modules/@deepkit/type-spec/dist/esm/src/type.js
6
- chunkIFK6AU6M_cjs.init_cjs_shims();
7
- exports.TypeNumberBrand = void 0;
8
- (function(TypeNumberBrand2) {
9
- TypeNumberBrand2[TypeNumberBrand2["integer"] = 0] = "integer";
10
- TypeNumberBrand2[TypeNumberBrand2["int8"] = 1] = "int8";
11
- TypeNumberBrand2[TypeNumberBrand2["int16"] = 2] = "int16";
12
- TypeNumberBrand2[TypeNumberBrand2["int32"] = 3] = "int32";
13
- TypeNumberBrand2[TypeNumberBrand2["uint8"] = 4] = "uint8";
14
- TypeNumberBrand2[TypeNumberBrand2["uint16"] = 5] = "uint16";
15
- TypeNumberBrand2[TypeNumberBrand2["uint32"] = 6] = "uint32";
16
- TypeNumberBrand2[TypeNumberBrand2["float"] = 7] = "float";
17
- TypeNumberBrand2[TypeNumberBrand2["float32"] = 8] = "float32";
18
- TypeNumberBrand2[TypeNumberBrand2["float64"] = 9] = "float64";
19
- })(exports.TypeNumberBrand || (exports.TypeNumberBrand = {}));
20
- exports.ReflectionOp = void 0;
21
- (function(ReflectionOp2) {
22
- ReflectionOp2[ReflectionOp2["never"] = 0] = "never";
23
- ReflectionOp2[ReflectionOp2["any"] = 1] = "any";
24
- ReflectionOp2[ReflectionOp2["unknown"] = 2] = "unknown";
25
- ReflectionOp2[ReflectionOp2["void"] = 3] = "void";
26
- ReflectionOp2[ReflectionOp2["object"] = 4] = "object";
27
- ReflectionOp2[ReflectionOp2["string"] = 5] = "string";
28
- ReflectionOp2[ReflectionOp2["number"] = 6] = "number";
29
- ReflectionOp2[ReflectionOp2["numberBrand"] = 7] = "numberBrand";
30
- ReflectionOp2[ReflectionOp2["boolean"] = 8] = "boolean";
31
- ReflectionOp2[ReflectionOp2["bigint"] = 9] = "bigint";
32
- ReflectionOp2[ReflectionOp2["symbol"] = 10] = "symbol";
33
- ReflectionOp2[ReflectionOp2["null"] = 11] = "null";
34
- ReflectionOp2[ReflectionOp2["undefined"] = 12] = "undefined";
35
- ReflectionOp2[ReflectionOp2["literal"] = 13] = "literal";
36
- ReflectionOp2[ReflectionOp2["function"] = 14] = "function";
37
- ReflectionOp2[ReflectionOp2["method"] = 15] = "method";
38
- ReflectionOp2[ReflectionOp2["methodSignature"] = 16] = "methodSignature";
39
- ReflectionOp2[ReflectionOp2["parameter"] = 17] = "parameter";
40
- ReflectionOp2[ReflectionOp2["property"] = 18] = "property";
41
- ReflectionOp2[ReflectionOp2["propertySignature"] = 19] = "propertySignature";
42
- ReflectionOp2[ReflectionOp2["class"] = 20] = "class";
43
- ReflectionOp2[ReflectionOp2["classExtends"] = 21] = "classExtends";
44
- ReflectionOp2[ReflectionOp2["classReference"] = 22] = "classReference";
45
- ReflectionOp2[ReflectionOp2["optional"] = 23] = "optional";
46
- ReflectionOp2[ReflectionOp2["readonly"] = 24] = "readonly";
47
- ReflectionOp2[ReflectionOp2["public"] = 25] = "public";
48
- ReflectionOp2[ReflectionOp2["private"] = 26] = "private";
49
- ReflectionOp2[ReflectionOp2["protected"] = 27] = "protected";
50
- ReflectionOp2[ReflectionOp2["abstract"] = 28] = "abstract";
51
- ReflectionOp2[ReflectionOp2["defaultValue"] = 29] = "defaultValue";
52
- ReflectionOp2[ReflectionOp2["description"] = 30] = "description";
53
- ReflectionOp2[ReflectionOp2["rest"] = 31] = "rest";
54
- ReflectionOp2[ReflectionOp2["regexp"] = 32] = "regexp";
55
- ReflectionOp2[ReflectionOp2["enum"] = 33] = "enum";
56
- ReflectionOp2[ReflectionOp2["enumMember"] = 34] = "enumMember";
57
- ReflectionOp2[ReflectionOp2["set"] = 35] = "set";
58
- ReflectionOp2[ReflectionOp2["map"] = 36] = "map";
59
- ReflectionOp2[ReflectionOp2["array"] = 37] = "array";
60
- ReflectionOp2[ReflectionOp2["tuple"] = 38] = "tuple";
61
- ReflectionOp2[ReflectionOp2["tupleMember"] = 39] = "tupleMember";
62
- ReflectionOp2[ReflectionOp2["namedTupleMember"] = 40] = "namedTupleMember";
63
- ReflectionOp2[ReflectionOp2["union"] = 41] = "union";
64
- ReflectionOp2[ReflectionOp2["intersection"] = 42] = "intersection";
65
- ReflectionOp2[ReflectionOp2["indexSignature"] = 43] = "indexSignature";
66
- ReflectionOp2[ReflectionOp2["objectLiteral"] = 44] = "objectLiteral";
67
- ReflectionOp2[ReflectionOp2["mappedType"] = 45] = "mappedType";
68
- ReflectionOp2[ReflectionOp2["in"] = 46] = "in";
69
- ReflectionOp2[ReflectionOp2["frame"] = 47] = "frame";
70
- ReflectionOp2[ReflectionOp2["moveFrame"] = 48] = "moveFrame";
71
- ReflectionOp2[ReflectionOp2["return"] = 49] = "return";
72
- ReflectionOp2[ReflectionOp2["templateLiteral"] = 50] = "templateLiteral";
73
- ReflectionOp2[ReflectionOp2["date"] = 51] = "date";
74
- ReflectionOp2[ReflectionOp2["int8Array"] = 52] = "int8Array";
75
- ReflectionOp2[ReflectionOp2["uint8ClampedArray"] = 53] = "uint8ClampedArray";
76
- ReflectionOp2[ReflectionOp2["uint8Array"] = 54] = "uint8Array";
77
- ReflectionOp2[ReflectionOp2["int16Array"] = 55] = "int16Array";
78
- ReflectionOp2[ReflectionOp2["uint16Array"] = 56] = "uint16Array";
79
- ReflectionOp2[ReflectionOp2["int32Array"] = 57] = "int32Array";
80
- ReflectionOp2[ReflectionOp2["uint32Array"] = 58] = "uint32Array";
81
- ReflectionOp2[ReflectionOp2["float32Array"] = 59] = "float32Array";
82
- ReflectionOp2[ReflectionOp2["float64Array"] = 60] = "float64Array";
83
- ReflectionOp2[ReflectionOp2["bigInt64Array"] = 61] = "bigInt64Array";
84
- ReflectionOp2[ReflectionOp2["arrayBuffer"] = 62] = "arrayBuffer";
85
- ReflectionOp2[ReflectionOp2["promise"] = 63] = "promise";
86
- ReflectionOp2[ReflectionOp2["arg"] = 64] = "arg";
87
- ReflectionOp2[ReflectionOp2["typeParameter"] = 65] = "typeParameter";
88
- ReflectionOp2[ReflectionOp2["typeParameterDefault"] = 66] = "typeParameterDefault";
89
- ReflectionOp2[ReflectionOp2["var"] = 67] = "var";
90
- ReflectionOp2[ReflectionOp2["loads"] = 68] = "loads";
91
- ReflectionOp2[ReflectionOp2["indexAccess"] = 69] = "indexAccess";
92
- ReflectionOp2[ReflectionOp2["keyof"] = 70] = "keyof";
93
- ReflectionOp2[ReflectionOp2["infer"] = 71] = "infer";
94
- ReflectionOp2[ReflectionOp2["typeof"] = 72] = "typeof";
95
- ReflectionOp2[ReflectionOp2["condition"] = 73] = "condition";
96
- ReflectionOp2[ReflectionOp2["jumpCondition"] = 74] = "jumpCondition";
97
- ReflectionOp2[ReflectionOp2["jump"] = 75] = "jump";
98
- ReflectionOp2[ReflectionOp2["call"] = 76] = "call";
99
- ReflectionOp2[ReflectionOp2["inline"] = 77] = "inline";
100
- ReflectionOp2[ReflectionOp2["inlineCall"] = 78] = "inlineCall";
101
- ReflectionOp2[ReflectionOp2["distribute"] = 79] = "distribute";
102
- ReflectionOp2[ReflectionOp2["extends"] = 80] = "extends";
103
- ReflectionOp2[ReflectionOp2["widen"] = 81] = "widen";
104
- ReflectionOp2[ReflectionOp2["static"] = 82] = "static";
105
- ReflectionOp2[ReflectionOp2["mappedType2"] = 83] = "mappedType2";
106
- ReflectionOp2[ReflectionOp2["functionReference"] = 84] = "functionReference";
107
- ReflectionOp2[ReflectionOp2["callSignature"] = 85] = "callSignature";
108
- ReflectionOp2[ReflectionOp2["typeName"] = 86] = "typeName";
109
- ReflectionOp2[ReflectionOp2["implements"] = 87] = "implements";
110
- ReflectionOp2[ReflectionOp2["nominal"] = 88] = "nominal";
111
- ReflectionOp2[ReflectionOp2["tags"] = 89] = "tags";
112
- })(exports.ReflectionOp || (exports.ReflectionOp = {}));
113
-
114
- // ../../node_modules/.pnpm/@deepkit+type-spec@1.0.1_patch_hash=f3c3a4fd486751022d78f17d39a5a79f493bca20b185964ca1aba41fbfc93244/node_modules/@deepkit/type-spec/dist/esm/index.js
115
- chunkIFK6AU6M_cjs.init_cjs_shims();
@@ -1,2 +0,0 @@
1
- export { AsyncEventEmitter, AsyncFunction, CompilerContext, CustomError, EmitterEvent, EventEmitter, Mutex, ParsedHost, ProcessLock, ProcessLocker, Timer, __ΩAbstractClassType, __ΩAsyncEventSubscription, __ΩClassType, __ΩCustomError, __ΩEventSubscription, __ΩExtractClassType, __ΩInject, __ΩInjectMeta, __ΩTypeAnnotation, appendObject, applyDefaults, arrayClear, arrayHasItem, arrayMoveItem, arrayRemoveItem, assertDefined, assertInstanceOf, asyncOperation, average, base64ToUint8Array, bufferConcat, bufferToString, bufferedGate, capitalize, changeClass, clearTick, collectForMicrotask, copy, createBuffer, createDynamicClass, createStack, deletePathValue, each, eachKey, eachPair, empty, ensureError, escapeRegExp, extractMethodBody, extractParameters, first, firstKey, fixAsyncOperation, formatError, forwardTypeArguments, getClassName, getClassPropertyName, getClassTypeFromInstance, getCurrentFileName, getEnumKeyLabelMap, getEnumLabel, getEnumLabels, getEnumValues, getInheritanceChain, getObjectKeysSize, getParentClass, getPathValue, getValidEnumValue, hasProperty, humanBytes, identifyType, inDebugMode, indent, indexOf, isArray, isAsyncFunction, isClass, isClassInstance, isConstructable, isFunction, isGlobalClass, isInteger, isIterable, isNull, isNumber, isNumeric, isObject, isObjectLiteral, isPlainObject, isPromise, isPrototypeOfBase, isSet, isString, isUndefined, isValidEnumValue, iterableSize, last, lastKey, log, mergePromiseStack, mergeStack, nativeBase64ToUint8Array, nextTick, parseHost, pathBasename, pathDirectory, pathExtension, pathJoin, pathNormalize, prependObjectKeys, prettyPrintObject, range, rangeArray, removeStrings, setPathValue, singleStack, size, sleep, stack, stringifyValueWithType, throttleTime, time, toFastProperties, uint8ArrayToUtf8, urlJoin, zip } from './chunk-BLN7QVCP.js';
2
- import './chunk-5BKT4CS5.js';