@evolu/common 8.6.2 → 8.8.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 (303) hide show
  1. package/dist/src/Array.d.ts +21 -21
  2. package/dist/src/Array.js +5 -5
  3. package/dist/src/Assert.d.ts +478 -141
  4. package/dist/src/Assert.d.ts.map +1 -1
  5. package/dist/src/Assert.js +644 -99
  6. package/dist/src/Binary.d.ts +254 -0
  7. package/dist/src/Binary.d.ts.map +1 -0
  8. package/dist/src/Binary.js +958 -0
  9. package/dist/src/Console.d.ts +2 -10
  10. package/dist/src/Console.d.ts.map +1 -1
  11. package/dist/src/Console.js +6 -12
  12. package/dist/src/Crypto.d.ts +5 -5
  13. package/dist/src/Crypto.js +1 -1
  14. package/dist/src/Eq.d.ts +35 -40
  15. package/dist/src/Eq.d.ts.map +1 -1
  16. package/dist/src/Eq.js +51 -87
  17. package/dist/src/Function.d.ts +9 -14
  18. package/dist/src/Function.d.ts.map +1 -1
  19. package/dist/src/Function.js +7 -9
  20. package/dist/src/Http.d.ts +6 -7
  21. package/dist/src/Http.d.ts.map +1 -1
  22. package/dist/src/LeakDetector.d.ts.map +1 -1
  23. package/dist/src/LeakDetector.js +1 -0
  24. package/dist/src/LockManager.d.ts +1 -1
  25. package/dist/src/LockManager.js +1 -1
  26. package/dist/src/Lookup.d.ts +3 -2
  27. package/dist/src/Lookup.d.ts.map +1 -1
  28. package/dist/src/Lookup.js +4 -3
  29. package/dist/src/Number.d.ts +1 -1
  30. package/dist/src/Number.d.ts.map +1 -1
  31. package/dist/src/Number.js +1 -1
  32. package/dist/src/Object.d.ts +4 -4
  33. package/dist/src/Object.d.ts.map +1 -1
  34. package/dist/src/Object.js +5 -4
  35. package/dist/src/Option.d.ts +1 -2
  36. package/dist/src/Option.d.ts.map +1 -1
  37. package/dist/src/Option.js +1 -2
  38. package/dist/src/Platform.js +2 -0
  39. package/dist/src/Polyfills.js +4 -1
  40. package/dist/src/Random.d.ts +1 -1
  41. package/dist/src/Result.d.ts +49 -54
  42. package/dist/src/Result.d.ts.map +1 -1
  43. package/dist/src/Result.js +17 -22
  44. package/dist/src/Set.d.ts +6 -6
  45. package/dist/src/Set.js +2 -2
  46. package/dist/src/Sqlite.js +1 -1
  47. package/dist/src/String.js +3 -2
  48. package/dist/src/Task.d.ts +32 -32
  49. package/dist/src/Task.d.ts.map +1 -1
  50. package/dist/src/Task.js +20 -22
  51. package/dist/src/Test.d.ts +31 -3
  52. package/dist/src/Test.d.ts.map +1 -1
  53. package/dist/src/Test.js +46 -3
  54. package/dist/src/Time.d.ts +3 -11
  55. package/dist/src/Time.d.ts.map +1 -1
  56. package/dist/src/Time.js +10 -18
  57. package/dist/src/Type.d.ts +87 -85
  58. package/dist/src/Type.d.ts.map +1 -1
  59. package/dist/src/Type.js +70 -63
  60. package/dist/src/Types.d.ts +12 -12
  61. package/dist/src/Types.js +1 -1
  62. package/dist/src/WebSocket.d.ts +4 -7
  63. package/dist/src/WebSocket.d.ts.map +1 -1
  64. package/dist/src/Worker.d.ts +1 -1
  65. package/dist/src/Worker.js +7 -7
  66. package/dist/src/index.d.ts +1 -1
  67. package/dist/src/index.js +1 -1
  68. package/dist/src/intl/_en.d.ts.map +1 -1
  69. package/dist/src/intl/_en.js +1 -1
  70. package/dist/src/intl/ar.d.ts.map +1 -1
  71. package/dist/src/intl/ar.js +1 -1
  72. package/dist/src/intl/bn.d.ts.map +1 -1
  73. package/dist/src/intl/bn.js +1 -1
  74. package/dist/src/intl/ca.d.ts.map +1 -1
  75. package/dist/src/intl/ca.js +1 -1
  76. package/dist/src/intl/cs.d.ts.map +1 -1
  77. package/dist/src/intl/cs.js +1 -1
  78. package/dist/src/intl/da.d.ts.map +1 -1
  79. package/dist/src/intl/da.js +1 -1
  80. package/dist/src/intl/de.d.ts.map +1 -1
  81. package/dist/src/intl/de.js +1 -1
  82. package/dist/src/intl/el.d.ts.map +1 -1
  83. package/dist/src/intl/el.js +1 -1
  84. package/dist/src/intl/es.d.ts.map +1 -1
  85. package/dist/src/intl/es.js +1 -1
  86. package/dist/src/intl/fa.d.ts.map +1 -1
  87. package/dist/src/intl/fa.js +1 -1
  88. package/dist/src/intl/fi.d.ts.map +1 -1
  89. package/dist/src/intl/fi.js +1 -1
  90. package/dist/src/intl/fil.d.ts.map +1 -1
  91. package/dist/src/intl/fil.js +1 -1
  92. package/dist/src/intl/fr.d.ts.map +1 -1
  93. package/dist/src/intl/fr.js +1 -1
  94. package/dist/src/intl/he.d.ts.map +1 -1
  95. package/dist/src/intl/he.js +1 -1
  96. package/dist/src/intl/hi.d.ts.map +1 -1
  97. package/dist/src/intl/hi.js +1 -1
  98. package/dist/src/intl/hr.d.ts.map +1 -1
  99. package/dist/src/intl/hr.js +1 -1
  100. package/dist/src/intl/hu.d.ts.map +1 -1
  101. package/dist/src/intl/hu.js +1 -1
  102. package/dist/src/intl/id.d.ts.map +1 -1
  103. package/dist/src/intl/id.js +1 -1
  104. package/dist/src/intl/it.d.ts.map +1 -1
  105. package/dist/src/intl/it.js +1 -1
  106. package/dist/src/intl/ja.d.ts.map +1 -1
  107. package/dist/src/intl/ja.js +1 -1
  108. package/dist/src/intl/ko.d.ts.map +1 -1
  109. package/dist/src/intl/ko.js +1 -1
  110. package/dist/src/intl/ml.d.ts.map +1 -1
  111. package/dist/src/intl/ml.js +1 -1
  112. package/dist/src/intl/mr.d.ts.map +1 -1
  113. package/dist/src/intl/mr.js +1 -1
  114. package/dist/src/intl/ms.d.ts.map +1 -1
  115. package/dist/src/intl/ms.js +1 -1
  116. package/dist/src/intl/nb.d.ts.map +1 -1
  117. package/dist/src/intl/nb.js +1 -1
  118. package/dist/src/intl/nl.d.ts.map +1 -1
  119. package/dist/src/intl/nl.js +1 -1
  120. package/dist/src/intl/pa.d.ts.map +1 -1
  121. package/dist/src/intl/pa.js +1 -1
  122. package/dist/src/intl/pl.d.ts.map +1 -1
  123. package/dist/src/intl/pl.js +1 -1
  124. package/dist/src/intl/pt-BR.d.ts.map +1 -1
  125. package/dist/src/intl/pt-BR.js +1 -1
  126. package/dist/src/intl/pt.d.ts.map +1 -1
  127. package/dist/src/intl/pt.js +1 -1
  128. package/dist/src/intl/ro.d.ts.map +1 -1
  129. package/dist/src/intl/ro.js +1 -1
  130. package/dist/src/intl/sk.d.ts.map +1 -1
  131. package/dist/src/intl/sk.js +1 -1
  132. package/dist/src/intl/sl.d.ts.map +1 -1
  133. package/dist/src/intl/sl.js +1 -1
  134. package/dist/src/intl/sv.d.ts.map +1 -1
  135. package/dist/src/intl/sv.js +1 -1
  136. package/dist/src/intl/sw.d.ts.map +1 -1
  137. package/dist/src/intl/sw.js +1 -1
  138. package/dist/src/intl/ta.d.ts.map +1 -1
  139. package/dist/src/intl/ta.js +1 -1
  140. package/dist/src/intl/te.d.ts.map +1 -1
  141. package/dist/src/intl/te.js +1 -1
  142. package/dist/src/intl/th.d.ts.map +1 -1
  143. package/dist/src/intl/th.js +1 -1
  144. package/dist/src/intl/tr.d.ts.map +1 -1
  145. package/dist/src/intl/tr.js +1 -1
  146. package/dist/src/intl/uk.d.ts.map +1 -1
  147. package/dist/src/intl/uk.js +1 -1
  148. package/dist/src/intl/ur.d.ts.map +1 -1
  149. package/dist/src/intl/ur.js +1 -1
  150. package/dist/src/intl/vi.d.ts.map +1 -1
  151. package/dist/src/intl/vi.js +1 -1
  152. package/dist/src/intl/zh-CN.d.ts.map +1 -1
  153. package/dist/src/intl/zh-CN.js +1 -1
  154. package/dist/src/intl/zh-TW.d.ts.map +1 -1
  155. package/dist/src/intl/zh-TW.js +1 -1
  156. package/dist/src/local-first/Evolu.d.ts +12 -12
  157. package/dist/src/local-first/Evolu.d.ts.map +1 -1
  158. package/dist/src/local-first/Evolu.js +2 -2
  159. package/dist/src/local-first/Protocol.d.ts +28 -76
  160. package/dist/src/local-first/Protocol.d.ts.map +1 -1
  161. package/dist/src/local-first/Protocol.js +45 -229
  162. package/dist/src/local-first/Query.d.ts +11 -11
  163. package/dist/src/local-first/Query.js +6 -6
  164. package/dist/src/local-first/Relay.d.ts +2 -2
  165. package/dist/src/local-first/Schema.d.ts +3 -5
  166. package/dist/src/local-first/Schema.d.ts.map +1 -1
  167. package/dist/src/local-first/Schema.js +2 -4
  168. package/dist/src/local-first/Shared.d.ts.map +1 -1
  169. package/dist/src/local-first/Shared.js +5 -5
  170. package/dist/src/local-first/Storage.js +4 -4
  171. package/dist/src/local-first/Timestamp.d.ts +9 -0
  172. package/dist/src/local-first/Timestamp.d.ts.map +1 -1
  173. package/dist/src/local-first/Timestamp.js +13 -10
  174. package/package.json +7 -5
  175. package/src/Array.test.ts +809 -0
  176. package/src/Array.ts +21 -21
  177. package/src/Assert.test.ts +1181 -0
  178. package/src/Assert.ts +971 -227
  179. package/src/BigInt.test.ts +28 -0
  180. package/src/Binary.test.ts +1128 -0
  181. package/src/Binary.ts +1377 -0
  182. package/src/Brand.test.ts +90 -0
  183. package/src/Cache.test.ts +183 -0
  184. package/src/Callbacks.test.ts +66 -0
  185. package/src/Console.test.ts +809 -0
  186. package/src/Console.ts +9 -17
  187. package/src/Crypto.test.ts +138 -0
  188. package/src/Crypto.ts +5 -5
  189. package/src/Eq.test.ts +333 -0
  190. package/src/Eq.ts +110 -176
  191. package/src/Error.test.ts +118 -0
  192. package/src/Function.test.ts +204 -0
  193. package/src/Function.ts +10 -15
  194. package/src/Http.test.ts +816 -0
  195. package/src/Http.ts +6 -7
  196. package/src/LeakDetector.test.ts +210 -0
  197. package/src/LeakDetector.ts +1 -0
  198. package/src/LockManager.ts +2 -2
  199. package/src/Lookup.test.ts +418 -0
  200. package/src/Lookup.ts +4 -3
  201. package/src/Microtask.test.ts +140 -0
  202. package/src/Number.test.ts +218 -0
  203. package/src/Number.ts +2 -2
  204. package/src/Object.test.ts +293 -0
  205. package/src/Object.ts +5 -4
  206. package/src/Option.test.ts +104 -0
  207. package/src/Option.ts +1 -2
  208. package/src/Order.test.ts +56 -0
  209. package/src/Platform.ts +2 -0
  210. package/src/Polyfills.ts +3 -4
  211. package/src/Random.test.ts +89 -0
  212. package/src/Random.ts +1 -1
  213. package/src/Ref.test.ts +139 -0
  214. package/src/RefCount.test.ts +184 -0
  215. package/src/Relation.test.ts +505 -0
  216. package/src/Resource.test.ts +4623 -0
  217. package/src/Result.test.ts +1829 -0
  218. package/src/Result.ts +49 -54
  219. package/src/Schedule.test.ts +1554 -0
  220. package/src/Set.test.ts +279 -0
  221. package/src/Set.ts +6 -6
  222. package/src/Sqlite.ts +1 -1
  223. package/src/Store.test.ts +288 -0
  224. package/src/String.test.ts +54 -0
  225. package/src/String.ts +3 -3
  226. package/src/Task.test.ts +10820 -0
  227. package/src/Task.ts +38 -43
  228. package/src/Test.test.ts +88 -0
  229. package/src/Test.ts +49 -3
  230. package/src/Time.test.ts +926 -0
  231. package/src/Time.ts +13 -21
  232. package/src/Type.base64.test.ts +88 -0
  233. package/src/Type.test.ts +20465 -0
  234. package/src/Type.ts +114 -111
  235. package/src/Types.test.ts +324 -0
  236. package/src/Types.ts +13 -13
  237. package/src/WebSocket.ts +4 -7
  238. package/src/Worker.test.ts +755 -0
  239. package/src/Worker.ts +13 -18
  240. package/src/index.ts +1 -1
  241. package/src/intl/_en.ts +1 -1
  242. package/src/intl/ar.ts +1 -1
  243. package/src/intl/bn.ts +1 -1
  244. package/src/intl/ca.ts +1 -1
  245. package/src/intl/cs.ts +1 -1
  246. package/src/intl/da.ts +1 -1
  247. package/src/intl/de.ts +1 -1
  248. package/src/intl/el.ts +1 -1
  249. package/src/intl/es.ts +1 -1
  250. package/src/intl/fa.ts +1 -1
  251. package/src/intl/fi.ts +1 -1
  252. package/src/intl/fil.ts +1 -1
  253. package/src/intl/fr.ts +1 -1
  254. package/src/intl/he.ts +1 -1
  255. package/src/intl/hi.ts +1 -1
  256. package/src/intl/hr.ts +1 -1
  257. package/src/intl/hu.ts +1 -1
  258. package/src/intl/id.ts +1 -1
  259. package/src/intl/intl.test.ts +3106 -0
  260. package/src/intl/it.ts +1 -1
  261. package/src/intl/ja.ts +1 -1
  262. package/src/intl/ko.ts +1 -1
  263. package/src/intl/ml.ts +1 -1
  264. package/src/intl/mr.ts +1 -1
  265. package/src/intl/ms.ts +1 -1
  266. package/src/intl/nb.ts +1 -1
  267. package/src/intl/nl.ts +1 -1
  268. package/src/intl/pa.ts +1 -1
  269. package/src/intl/pl.ts +1 -1
  270. package/src/intl/pt-BR.ts +1 -1
  271. package/src/intl/pt.ts +1 -1
  272. package/src/intl/ro.ts +1 -1
  273. package/src/intl/sk.ts +1 -1
  274. package/src/intl/sl.ts +1 -1
  275. package/src/intl/sv.ts +1 -1
  276. package/src/intl/sw.ts +1 -1
  277. package/src/intl/ta.ts +1 -1
  278. package/src/intl/te.ts +1 -1
  279. package/src/intl/th.ts +1 -1
  280. package/src/intl/tr.ts +1 -1
  281. package/src/intl/uk.ts +1 -1
  282. package/src/intl/ur.ts +1 -1
  283. package/src/intl/vi.ts +1 -1
  284. package/src/intl/zh-CN.ts +1 -1
  285. package/src/intl/zh-TW.ts +1 -1
  286. package/src/local-first/Evolu.test.ts +1921 -0
  287. package/src/local-first/Evolu.ts +18 -14
  288. package/src/local-first/Owner.test.ts +83 -0
  289. package/src/local-first/Protocol.test.ts +1037 -0
  290. package/src/local-first/Protocol.ts +75 -290
  291. package/src/local-first/Query.test.ts +349 -0
  292. package/src/local-first/Query.ts +11 -11
  293. package/src/local-first/Relay.ts +2 -2
  294. package/src/local-first/Schema.ts +3 -5
  295. package/src/local-first/Shared.test.ts +1828 -0
  296. package/src/local-first/Shared.ts +9 -8
  297. package/src/local-first/Storage.ts +4 -4
  298. package/src/local-first/Timestamp.test.ts +374 -0
  299. package/src/local-first/Timestamp.ts +22 -10
  300. package/dist/src/Buffer.d.ts +0 -122
  301. package/dist/src/Buffer.d.ts.map +0 -1
  302. package/dist/src/Buffer.js +0 -69
  303. package/src/Buffer.ts +0 -206
@@ -0,0 +1,3106 @@
1
+ import { describe, test } from "node:test";
2
+ import { assertEqual, assertLength, assertNotUndefined } from "../Assert.ts";
3
+ import {
4
+ ar,
5
+ bn,
6
+ ca,
7
+ cs,
8
+ da,
9
+ de,
10
+ el,
11
+ es,
12
+ fa,
13
+ fi,
14
+ fil,
15
+ fr,
16
+ he,
17
+ hi,
18
+ hr,
19
+ hu,
20
+ id,
21
+ it,
22
+ ja,
23
+ ko,
24
+ ml,
25
+ mr,
26
+ ms,
27
+ nb,
28
+ nl,
29
+ pa,
30
+ pl,
31
+ pt,
32
+ ptBR,
33
+ ro,
34
+ sk,
35
+ sl,
36
+ sv,
37
+ sw,
38
+ ta,
39
+ te,
40
+ th,
41
+ tr,
42
+ uk,
43
+ ur,
44
+ vi,
45
+ zhCN,
46
+ zhTW,
47
+ } from "@evolu/common/intl";
48
+
49
+ import * as Type from "../Type.ts";
50
+ import { ok } from "../Result.ts";
51
+
52
+ const Created = Type.typed("Created", { value: Type.String });
53
+ const Deleted = Type.typed("Deleted", { value: Type.String });
54
+ const Between1And2 = Type.between(1, 2)(Type.Number);
55
+ const LowercaseString = Type.transform(
56
+ "LowercaseString",
57
+ Type.String,
58
+ Type.String,
59
+ {
60
+ from: (value) => ok(value.toLowerCase()),
61
+ to: (value) => value,
62
+ },
63
+ );
64
+
65
+ const typesByLocale = Type.localizeTypes(
66
+ {
67
+ Age: Type.Age,
68
+ ArrayBuffer: Type.ArrayBuffer,
69
+ Base64Url: Type.Base64Url,
70
+ BigInt: Type.BigInt,
71
+ Boolean: Type.Boolean,
72
+ CapitalizedString: Type.CapitalizedString,
73
+ Date: Type.Date,
74
+ DateIso: Type.DateIso,
75
+ DateIsoFromDate: Type.DateIsoFromDate,
76
+ DecimalString: Type.DecimalString,
77
+ Digit: Type.Digit,
78
+ Digit1To6: Type.Digit1To6,
79
+ Digit1To9: Type.Digit1To9,
80
+ Digit1To23: Type.Digit1To23,
81
+ Digit1To51: Type.Digit1To51,
82
+ Digit1To59: Type.Digit1To59,
83
+ Digit1To99: Type.Digit1To99,
84
+ EvoluType: Type.EvoluType,
85
+ FiniteNumber: Type.FiniteNumber,
86
+ Function: Type.Function,
87
+ Id: Type.Id,
88
+ IdBytes: Type.IdBytes,
89
+ Int: Type.Int,
90
+ Int64: Type.Int64,
91
+ Int64FromInt64String: Type.Int64FromInt64String,
92
+ Int64String: Type.Int64String,
93
+ Json: Type.Json,
94
+ JsonArray: Type.JsonArray,
95
+ JsonObject: Type.JsonObject,
96
+ JsonValue: Type.JsonValue,
97
+ JsonValueFromJson: Type.JsonValueFromJson,
98
+ Literal: Type.literal("yes"),
99
+ Mnemonic: Type.Mnemonic,
100
+ Name: Type.Name,
101
+ NegativeDecimalString: Type.NegativeDecimalString,
102
+ NegativeInt: Type.NegativeInt,
103
+ NegativeNumber: Type.NegativeNumber,
104
+ Never: Type.Never,
105
+ NonEmptyTrimmedString: Type.NonEmptyTrimmedString,
106
+ NonEmptyTrimmedString100: Type.NonEmptyTrimmedString100,
107
+ NonEmptyTrimmedString1000: Type.NonEmptyTrimmedString1000,
108
+ NonNaNNumber: Type.NonNaNNumber,
109
+ NonNegativeDecimalString: Type.NonNegativeDecimalString,
110
+ NonNegativeFiniteNumber: Type.NonNegativeFiniteNumber,
111
+ NonNegativeInt: Type.NonNegativeInt,
112
+ NonNegativeNumber: Type.NonNegativeNumber,
113
+ NonPositiveDecimalString: Type.NonPositiveDecimalString,
114
+ NonPositiveInt: Type.NonPositiveInt,
115
+ NonPositiveNumber: Type.NonPositiveNumber,
116
+ Null: Type.Null,
117
+ Number: Type.Number,
118
+ Object: Type.Object,
119
+ PositiveDecimalString: Type.PositiveDecimalString,
120
+ PositiveFiniteNumber: Type.PositiveFiniteNumber,
121
+ PositiveInt: Type.PositiveInt,
122
+ PositiveNumber: Type.PositiveNumber,
123
+ Ratio: Type.Ratio,
124
+ SimplePassword: Type.SimplePassword,
125
+ String: Type.String,
126
+ Symbol: Type.Symbol,
127
+ TrimmedString: Type.TrimmedString,
128
+ UInt64: Type.UInt64,
129
+ Uint8Array: Type.Uint8Array,
130
+ Undefined: Type.Undefined,
131
+ Unknown: Type.Unknown,
132
+ UnknownNextResult: Type.UnknownNextResult,
133
+ UnknownResult: Type.UnknownResult,
134
+ UrlSafeString: Type.UrlSafeString,
135
+ Array: Type.array(Type.String),
136
+ Between: Between1And2,
137
+ DiscriminatedUnion: Type.discriminatedUnion(Created, Deleted),
138
+ GreaterThan: Type.greaterThan(1)(Type.Number),
139
+ GreaterThanOrEqualTo: Type.greaterThanOrEqualTo(1)(Type.Number),
140
+ InstanceOf: Type.instanceOf(Date),
141
+ Length: Type.length(2)(Type.String),
142
+ LessThan: Type.lessThan(1)(Type.Number),
143
+ LessThanOrEqualTo: Type.lessThanOrEqualTo(1)(Type.Number),
144
+ Map: Type.map(Type.String, Type.String),
145
+ MaxLength: Type.maxLength(2)(Type.String),
146
+ MinLength: Type.minLength(2)(Type.String),
147
+ MultipleOf: Type.multipleOf("2")(Type.Number),
148
+ ObjectFactory: Type.object({ value: Type.String }),
149
+ Record: Type.record(Type.String, Type.String),
150
+ RecordWithCollision: Type.record(LowercaseString, Type.String),
151
+ RecordWithKey: Type.record(
152
+ Type.regex("RecordKey", /^valid$/u)(Type.String),
153
+ Type.String,
154
+ ),
155
+ Regex: Type.regex("Regex", /^x$/u)(Type.String),
156
+ Set: Type.set(Type.String),
157
+ TableId: Type.id("Todo"),
158
+ TemplateLiteral: Type.templateLiteral("prefix:", Type.String),
159
+ Tuple: Type.tuple(Type.String, Type.Number),
160
+ Union: Type.union(Type.String, Type.Number),
161
+ },
162
+ {
163
+ ar: {
164
+ Array: ar.formatArrayError,
165
+ Base64Url: ar.formatBase64UrlError,
166
+ [Between1And2.name]: ar.formatBetweenError,
167
+ BigInt: ar.formatBigIntError,
168
+ Boolean: ar.formatBooleanError,
169
+ Capitalized: ar.formatCapitalizedError,
170
+ DateIso: ar.formatDateIsoError,
171
+ DateIsoFromDate: ar.formatDateIsoFromDateError,
172
+ DecimalString: ar.formatDecimalStringError,
173
+ DiscriminatedUnion: ar.formatDiscriminatedUnionError,
174
+ EvoluType: ar.formatEvoluTypeError,
175
+ Finite: ar.formatFiniteError,
176
+ Function: ar.formatFunctionError,
177
+ GreaterThan1: ar.formatGreaterThanError,
178
+ GreaterThanOrEqualTo1: ar.formatGreaterThanOrEqualToError,
179
+ Id: ar.formatIdError,
180
+ InstanceOf: ar.formatInstanceOfError,
181
+ Int: ar.formatIntError,
182
+ Int64: ar.formatInt64Error,
183
+ Int64String: ar.formatInt64StringError,
184
+ Json: ar.formatJsonError,
185
+ JsonValue: ar.formatJsonValueError,
186
+ Length2: ar.formatLengthError,
187
+ Length16: ar.formatLengthError,
188
+ LessThan1: ar.formatLessThanError,
189
+ LessThan200: ar.formatLessThanError,
190
+ LessThanOrEqualTo1: ar.formatLessThanOrEqualToError,
191
+ Literal: ar.formatLiteralError,
192
+ Map: ar.formatMapError,
193
+ MaxLength2: ar.formatMaxLengthError,
194
+ MaxLength64: ar.formatMaxLengthError,
195
+ MaxLength100: ar.formatMaxLengthError,
196
+ MaxLength1000: ar.formatMaxLengthError,
197
+ MinLength1: ar.formatMinLengthError,
198
+ MinLength2: ar.formatMinLengthError,
199
+ MinLength8: ar.formatMinLengthError,
200
+ Mnemonic: ar.formatMnemonicError,
201
+ MultipleOf2: ar.formatMultipleOfError,
202
+ Name: ar.formatNameError,
203
+ Negative: ar.formatNegativeError,
204
+ NegativeDecimalString: ar.formatNegativeDecimalStringError,
205
+ Never: ar.formatNeverError,
206
+ NonNaN: ar.formatNonNaNError,
207
+ NonNegative: ar.formatNonNegativeError,
208
+ NonNegativeDecimalString: ar.formatNonNegativeDecimalStringError,
209
+ NonPositive: ar.formatNonPositiveError,
210
+ NonPositiveDecimalString: ar.formatNonPositiveDecimalStringError,
211
+ Number: ar.formatNumberError,
212
+ Object: ar.formatObjectError,
213
+ ObjectTag: ar.formatObjectTagError,
214
+ Positive: ar.formatPositiveError,
215
+ PositiveDecimalString: ar.formatPositiveDecimalStringError,
216
+ Record: ar.formatRecordError,
217
+ RecordKey: ar.formatRegexError,
218
+ Regex: ar.formatRegexError,
219
+ Set: ar.formatSetError,
220
+ String: ar.formatStringError,
221
+ Symbol: ar.formatSymbolError,
222
+ TableId: ar.formatTableIdError,
223
+ TemplateLiteral: ar.formatTemplateLiteralError,
224
+ Trimmed: ar.formatTrimmedError,
225
+ Tuple: ar.formatTupleError,
226
+ UInt64: ar.formatUInt64Error,
227
+ Union: ar.formatUnionError,
228
+ UrlSafeString: ar.formatRegexError,
229
+ },
230
+ bn: {
231
+ Array: bn.formatArrayError,
232
+ Base64Url: bn.formatBase64UrlError,
233
+ [Between1And2.name]: bn.formatBetweenError,
234
+ BigInt: bn.formatBigIntError,
235
+ Boolean: bn.formatBooleanError,
236
+ Capitalized: bn.formatCapitalizedError,
237
+ DateIso: bn.formatDateIsoError,
238
+ DateIsoFromDate: bn.formatDateIsoFromDateError,
239
+ DecimalString: bn.formatDecimalStringError,
240
+ DiscriminatedUnion: bn.formatDiscriminatedUnionError,
241
+ EvoluType: bn.formatEvoluTypeError,
242
+ Finite: bn.formatFiniteError,
243
+ Function: bn.formatFunctionError,
244
+ GreaterThan1: bn.formatGreaterThanError,
245
+ GreaterThanOrEqualTo1: bn.formatGreaterThanOrEqualToError,
246
+ Id: bn.formatIdError,
247
+ InstanceOf: bn.formatInstanceOfError,
248
+ Int: bn.formatIntError,
249
+ Int64: bn.formatInt64Error,
250
+ Int64String: bn.formatInt64StringError,
251
+ Json: bn.formatJsonError,
252
+ JsonValue: bn.formatJsonValueError,
253
+ Length2: bn.formatLengthError,
254
+ Length16: bn.formatLengthError,
255
+ LessThan1: bn.formatLessThanError,
256
+ LessThan200: bn.formatLessThanError,
257
+ LessThanOrEqualTo1: bn.formatLessThanOrEqualToError,
258
+ Literal: bn.formatLiteralError,
259
+ Map: bn.formatMapError,
260
+ MaxLength2: bn.formatMaxLengthError,
261
+ MaxLength64: bn.formatMaxLengthError,
262
+ MaxLength100: bn.formatMaxLengthError,
263
+ MaxLength1000: bn.formatMaxLengthError,
264
+ MinLength1: bn.formatMinLengthError,
265
+ MinLength2: bn.formatMinLengthError,
266
+ MinLength8: bn.formatMinLengthError,
267
+ Mnemonic: bn.formatMnemonicError,
268
+ MultipleOf2: bn.formatMultipleOfError,
269
+ Name: bn.formatNameError,
270
+ Negative: bn.formatNegativeError,
271
+ NegativeDecimalString: bn.formatNegativeDecimalStringError,
272
+ Never: bn.formatNeverError,
273
+ NonNaN: bn.formatNonNaNError,
274
+ NonNegative: bn.formatNonNegativeError,
275
+ NonNegativeDecimalString: bn.formatNonNegativeDecimalStringError,
276
+ NonPositive: bn.formatNonPositiveError,
277
+ NonPositiveDecimalString: bn.formatNonPositiveDecimalStringError,
278
+ Number: bn.formatNumberError,
279
+ Object: bn.formatObjectError,
280
+ ObjectTag: bn.formatObjectTagError,
281
+ Positive: bn.formatPositiveError,
282
+ PositiveDecimalString: bn.formatPositiveDecimalStringError,
283
+ Record: bn.formatRecordError,
284
+ RecordKey: bn.formatRegexError,
285
+ Regex: bn.formatRegexError,
286
+ Set: bn.formatSetError,
287
+ String: bn.formatStringError,
288
+ Symbol: bn.formatSymbolError,
289
+ TableId: bn.formatTableIdError,
290
+ TemplateLiteral: bn.formatTemplateLiteralError,
291
+ Trimmed: bn.formatTrimmedError,
292
+ Tuple: bn.formatTupleError,
293
+ UInt64: bn.formatUInt64Error,
294
+ Union: bn.formatUnionError,
295
+ UrlSafeString: bn.formatRegexError,
296
+ },
297
+ ca: {
298
+ Array: ca.formatArrayError,
299
+ Base64Url: ca.formatBase64UrlError,
300
+ [Between1And2.name]: ca.formatBetweenError,
301
+ BigInt: ca.formatBigIntError,
302
+ Boolean: ca.formatBooleanError,
303
+ Capitalized: ca.formatCapitalizedError,
304
+ DateIso: ca.formatDateIsoError,
305
+ DateIsoFromDate: ca.formatDateIsoFromDateError,
306
+ DecimalString: ca.formatDecimalStringError,
307
+ DiscriminatedUnion: ca.formatDiscriminatedUnionError,
308
+ EvoluType: ca.formatEvoluTypeError,
309
+ Finite: ca.formatFiniteError,
310
+ Function: ca.formatFunctionError,
311
+ GreaterThan1: ca.formatGreaterThanError,
312
+ GreaterThanOrEqualTo1: ca.formatGreaterThanOrEqualToError,
313
+ Id: ca.formatIdError,
314
+ InstanceOf: ca.formatInstanceOfError,
315
+ Int: ca.formatIntError,
316
+ Int64: ca.formatInt64Error,
317
+ Int64String: ca.formatInt64StringError,
318
+ Json: ca.formatJsonError,
319
+ JsonValue: ca.formatJsonValueError,
320
+ Length2: ca.formatLengthError,
321
+ Length16: ca.formatLengthError,
322
+ LessThan1: ca.formatLessThanError,
323
+ LessThan200: ca.formatLessThanError,
324
+ LessThanOrEqualTo1: ca.formatLessThanOrEqualToError,
325
+ Literal: ca.formatLiteralError,
326
+ Map: ca.formatMapError,
327
+ MaxLength2: ca.formatMaxLengthError,
328
+ MaxLength64: ca.formatMaxLengthError,
329
+ MaxLength100: ca.formatMaxLengthError,
330
+ MaxLength1000: ca.formatMaxLengthError,
331
+ MinLength1: ca.formatMinLengthError,
332
+ MinLength2: ca.formatMinLengthError,
333
+ MinLength8: ca.formatMinLengthError,
334
+ Mnemonic: ca.formatMnemonicError,
335
+ MultipleOf2: ca.formatMultipleOfError,
336
+ Name: ca.formatNameError,
337
+ Negative: ca.formatNegativeError,
338
+ NegativeDecimalString: ca.formatNegativeDecimalStringError,
339
+ Never: ca.formatNeverError,
340
+ NonNaN: ca.formatNonNaNError,
341
+ NonNegative: ca.formatNonNegativeError,
342
+ NonNegativeDecimalString: ca.formatNonNegativeDecimalStringError,
343
+ NonPositive: ca.formatNonPositiveError,
344
+ NonPositiveDecimalString: ca.formatNonPositiveDecimalStringError,
345
+ Number: ca.formatNumberError,
346
+ Object: ca.formatObjectError,
347
+ ObjectTag: ca.formatObjectTagError,
348
+ Positive: ca.formatPositiveError,
349
+ PositiveDecimalString: ca.formatPositiveDecimalStringError,
350
+ Record: ca.formatRecordError,
351
+ RecordKey: ca.formatRegexError,
352
+ Regex: ca.formatRegexError,
353
+ Set: ca.formatSetError,
354
+ String: ca.formatStringError,
355
+ Symbol: ca.formatSymbolError,
356
+ TableId: ca.formatTableIdError,
357
+ TemplateLiteral: ca.formatTemplateLiteralError,
358
+ Trimmed: ca.formatTrimmedError,
359
+ Tuple: ca.formatTupleError,
360
+ UInt64: ca.formatUInt64Error,
361
+ Union: ca.formatUnionError,
362
+ UrlSafeString: ca.formatRegexError,
363
+ },
364
+ cs: {
365
+ Array: cs.formatArrayError,
366
+ Base64Url: cs.formatBase64UrlError,
367
+ [Between1And2.name]: cs.formatBetweenError,
368
+ BigInt: cs.formatBigIntError,
369
+ Boolean: cs.formatBooleanError,
370
+ Capitalized: cs.formatCapitalizedError,
371
+ DateIso: cs.formatDateIsoError,
372
+ DateIsoFromDate: cs.formatDateIsoFromDateError,
373
+ DecimalString: cs.formatDecimalStringError,
374
+ DiscriminatedUnion: cs.formatDiscriminatedUnionError,
375
+ EvoluType: cs.formatEvoluTypeError,
376
+ Finite: cs.formatFiniteError,
377
+ Function: cs.formatFunctionError,
378
+ GreaterThan1: cs.formatGreaterThanError,
379
+ GreaterThanOrEqualTo1: cs.formatGreaterThanOrEqualToError,
380
+ Id: cs.formatIdError,
381
+ InstanceOf: cs.formatInstanceOfError,
382
+ Int: cs.formatIntError,
383
+ Int64: cs.formatInt64Error,
384
+ Int64String: cs.formatInt64StringError,
385
+ Json: cs.formatJsonError,
386
+ JsonValue: cs.formatJsonValueError,
387
+ Length2: cs.formatLengthError,
388
+ Length16: cs.formatLengthError,
389
+ LessThan1: cs.formatLessThanError,
390
+ LessThan200: cs.formatLessThanError,
391
+ LessThanOrEqualTo1: cs.formatLessThanOrEqualToError,
392
+ Literal: cs.formatLiteralError,
393
+ Map: cs.formatMapError,
394
+ MaxLength2: cs.formatMaxLengthError,
395
+ MaxLength64: cs.formatMaxLengthError,
396
+ MaxLength100: cs.formatMaxLengthError,
397
+ MaxLength1000: cs.formatMaxLengthError,
398
+ MinLength1: cs.formatMinLengthError,
399
+ MinLength2: cs.formatMinLengthError,
400
+ MinLength8: cs.formatMinLengthError,
401
+ Mnemonic: cs.formatMnemonicError,
402
+ MultipleOf2: cs.formatMultipleOfError,
403
+ Name: cs.formatNameError,
404
+ Negative: cs.formatNegativeError,
405
+ NegativeDecimalString: cs.formatNegativeDecimalStringError,
406
+ Never: cs.formatNeverError,
407
+ NonNaN: cs.formatNonNaNError,
408
+ NonNegative: cs.formatNonNegativeError,
409
+ NonNegativeDecimalString: cs.formatNonNegativeDecimalStringError,
410
+ NonPositive: cs.formatNonPositiveError,
411
+ NonPositiveDecimalString: cs.formatNonPositiveDecimalStringError,
412
+ Number: cs.formatNumberError,
413
+ Object: cs.formatObjectError,
414
+ ObjectTag: cs.formatObjectTagError,
415
+ Positive: cs.formatPositiveError,
416
+ PositiveDecimalString: cs.formatPositiveDecimalStringError,
417
+ Record: cs.formatRecordError,
418
+ RecordKey: cs.formatRegexError,
419
+ Regex: cs.formatRegexError,
420
+ Set: cs.formatSetError,
421
+ String: cs.formatStringError,
422
+ Symbol: cs.formatSymbolError,
423
+ TableId: cs.formatTableIdError,
424
+ TemplateLiteral: cs.formatTemplateLiteralError,
425
+ Trimmed: cs.formatTrimmedError,
426
+ Tuple: cs.formatTupleError,
427
+ UInt64: cs.formatUInt64Error,
428
+ Union: cs.formatUnionError,
429
+ UrlSafeString: cs.formatRegexError,
430
+ },
431
+ da: {
432
+ Array: da.formatArrayError,
433
+ Base64Url: da.formatBase64UrlError,
434
+ [Between1And2.name]: da.formatBetweenError,
435
+ BigInt: da.formatBigIntError,
436
+ Boolean: da.formatBooleanError,
437
+ Capitalized: da.formatCapitalizedError,
438
+ DateIso: da.formatDateIsoError,
439
+ DateIsoFromDate: da.formatDateIsoFromDateError,
440
+ DecimalString: da.formatDecimalStringError,
441
+ DiscriminatedUnion: da.formatDiscriminatedUnionError,
442
+ EvoluType: da.formatEvoluTypeError,
443
+ Finite: da.formatFiniteError,
444
+ Function: da.formatFunctionError,
445
+ GreaterThan1: da.formatGreaterThanError,
446
+ GreaterThanOrEqualTo1: da.formatGreaterThanOrEqualToError,
447
+ Id: da.formatIdError,
448
+ InstanceOf: da.formatInstanceOfError,
449
+ Int: da.formatIntError,
450
+ Int64: da.formatInt64Error,
451
+ Int64String: da.formatInt64StringError,
452
+ Json: da.formatJsonError,
453
+ JsonValue: da.formatJsonValueError,
454
+ Length2: da.formatLengthError,
455
+ Length16: da.formatLengthError,
456
+ LessThan1: da.formatLessThanError,
457
+ LessThan200: da.formatLessThanError,
458
+ LessThanOrEqualTo1: da.formatLessThanOrEqualToError,
459
+ Literal: da.formatLiteralError,
460
+ Map: da.formatMapError,
461
+ MaxLength2: da.formatMaxLengthError,
462
+ MaxLength64: da.formatMaxLengthError,
463
+ MaxLength100: da.formatMaxLengthError,
464
+ MaxLength1000: da.formatMaxLengthError,
465
+ MinLength1: da.formatMinLengthError,
466
+ MinLength2: da.formatMinLengthError,
467
+ MinLength8: da.formatMinLengthError,
468
+ Mnemonic: da.formatMnemonicError,
469
+ MultipleOf2: da.formatMultipleOfError,
470
+ Name: da.formatNameError,
471
+ Negative: da.formatNegativeError,
472
+ NegativeDecimalString: da.formatNegativeDecimalStringError,
473
+ Never: da.formatNeverError,
474
+ NonNaN: da.formatNonNaNError,
475
+ NonNegative: da.formatNonNegativeError,
476
+ NonNegativeDecimalString: da.formatNonNegativeDecimalStringError,
477
+ NonPositive: da.formatNonPositiveError,
478
+ NonPositiveDecimalString: da.formatNonPositiveDecimalStringError,
479
+ Number: da.formatNumberError,
480
+ Object: da.formatObjectError,
481
+ ObjectTag: da.formatObjectTagError,
482
+ Positive: da.formatPositiveError,
483
+ PositiveDecimalString: da.formatPositiveDecimalStringError,
484
+ Record: da.formatRecordError,
485
+ RecordKey: da.formatRegexError,
486
+ Regex: da.formatRegexError,
487
+ Set: da.formatSetError,
488
+ String: da.formatStringError,
489
+ Symbol: da.formatSymbolError,
490
+ TableId: da.formatTableIdError,
491
+ TemplateLiteral: da.formatTemplateLiteralError,
492
+ Trimmed: da.formatTrimmedError,
493
+ Tuple: da.formatTupleError,
494
+ UInt64: da.formatUInt64Error,
495
+ Union: da.formatUnionError,
496
+ UrlSafeString: da.formatRegexError,
497
+ },
498
+ de: {
499
+ Array: de.formatArrayError,
500
+ Base64Url: de.formatBase64UrlError,
501
+ [Between1And2.name]: de.formatBetweenError,
502
+ BigInt: de.formatBigIntError,
503
+ Boolean: de.formatBooleanError,
504
+ Capitalized: de.formatCapitalizedError,
505
+ DateIso: de.formatDateIsoError,
506
+ DateIsoFromDate: de.formatDateIsoFromDateError,
507
+ DecimalString: de.formatDecimalStringError,
508
+ DiscriminatedUnion: de.formatDiscriminatedUnionError,
509
+ EvoluType: de.formatEvoluTypeError,
510
+ Finite: de.formatFiniteError,
511
+ Function: de.formatFunctionError,
512
+ GreaterThan1: de.formatGreaterThanError,
513
+ GreaterThanOrEqualTo1: de.formatGreaterThanOrEqualToError,
514
+ Id: de.formatIdError,
515
+ InstanceOf: de.formatInstanceOfError,
516
+ Int: de.formatIntError,
517
+ Int64: de.formatInt64Error,
518
+ Int64String: de.formatInt64StringError,
519
+ Json: de.formatJsonError,
520
+ JsonValue: de.formatJsonValueError,
521
+ Length2: de.formatLengthError,
522
+ Length16: de.formatLengthError,
523
+ LessThan1: de.formatLessThanError,
524
+ LessThan200: de.formatLessThanError,
525
+ LessThanOrEqualTo1: de.formatLessThanOrEqualToError,
526
+ Literal: de.formatLiteralError,
527
+ Map: de.formatMapError,
528
+ MaxLength2: de.formatMaxLengthError,
529
+ MaxLength64: de.formatMaxLengthError,
530
+ MaxLength100: de.formatMaxLengthError,
531
+ MaxLength1000: de.formatMaxLengthError,
532
+ MinLength1: de.formatMinLengthError,
533
+ MinLength2: de.formatMinLengthError,
534
+ MinLength8: de.formatMinLengthError,
535
+ Mnemonic: de.formatMnemonicError,
536
+ MultipleOf2: de.formatMultipleOfError,
537
+ Name: de.formatNameError,
538
+ Negative: de.formatNegativeError,
539
+ NegativeDecimalString: de.formatNegativeDecimalStringError,
540
+ Never: de.formatNeverError,
541
+ NonNaN: de.formatNonNaNError,
542
+ NonNegative: de.formatNonNegativeError,
543
+ NonNegativeDecimalString: de.formatNonNegativeDecimalStringError,
544
+ NonPositive: de.formatNonPositiveError,
545
+ NonPositiveDecimalString: de.formatNonPositiveDecimalStringError,
546
+ Number: de.formatNumberError,
547
+ Object: de.formatObjectError,
548
+ ObjectTag: de.formatObjectTagError,
549
+ Positive: de.formatPositiveError,
550
+ PositiveDecimalString: de.formatPositiveDecimalStringError,
551
+ Record: de.formatRecordError,
552
+ RecordKey: de.formatRegexError,
553
+ Regex: de.formatRegexError,
554
+ Set: de.formatSetError,
555
+ String: de.formatStringError,
556
+ Symbol: de.formatSymbolError,
557
+ TableId: de.formatTableIdError,
558
+ TemplateLiteral: de.formatTemplateLiteralError,
559
+ Trimmed: de.formatTrimmedError,
560
+ Tuple: de.formatTupleError,
561
+ UInt64: de.formatUInt64Error,
562
+ Union: de.formatUnionError,
563
+ UrlSafeString: de.formatRegexError,
564
+ },
565
+ el: {
566
+ Array: el.formatArrayError,
567
+ Base64Url: el.formatBase64UrlError,
568
+ [Between1And2.name]: el.formatBetweenError,
569
+ BigInt: el.formatBigIntError,
570
+ Boolean: el.formatBooleanError,
571
+ Capitalized: el.formatCapitalizedError,
572
+ DateIso: el.formatDateIsoError,
573
+ DateIsoFromDate: el.formatDateIsoFromDateError,
574
+ DecimalString: el.formatDecimalStringError,
575
+ DiscriminatedUnion: el.formatDiscriminatedUnionError,
576
+ EvoluType: el.formatEvoluTypeError,
577
+ Finite: el.formatFiniteError,
578
+ Function: el.formatFunctionError,
579
+ GreaterThan1: el.formatGreaterThanError,
580
+ GreaterThanOrEqualTo1: el.formatGreaterThanOrEqualToError,
581
+ Id: el.formatIdError,
582
+ InstanceOf: el.formatInstanceOfError,
583
+ Int: el.formatIntError,
584
+ Int64: el.formatInt64Error,
585
+ Int64String: el.formatInt64StringError,
586
+ Json: el.formatJsonError,
587
+ JsonValue: el.formatJsonValueError,
588
+ Length2: el.formatLengthError,
589
+ Length16: el.formatLengthError,
590
+ LessThan1: el.formatLessThanError,
591
+ LessThan200: el.formatLessThanError,
592
+ LessThanOrEqualTo1: el.formatLessThanOrEqualToError,
593
+ Literal: el.formatLiteralError,
594
+ Map: el.formatMapError,
595
+ MaxLength2: el.formatMaxLengthError,
596
+ MaxLength64: el.formatMaxLengthError,
597
+ MaxLength100: el.formatMaxLengthError,
598
+ MaxLength1000: el.formatMaxLengthError,
599
+ MinLength1: el.formatMinLengthError,
600
+ MinLength2: el.formatMinLengthError,
601
+ MinLength8: el.formatMinLengthError,
602
+ Mnemonic: el.formatMnemonicError,
603
+ MultipleOf2: el.formatMultipleOfError,
604
+ Name: el.formatNameError,
605
+ Negative: el.formatNegativeError,
606
+ NegativeDecimalString: el.formatNegativeDecimalStringError,
607
+ Never: el.formatNeverError,
608
+ NonNaN: el.formatNonNaNError,
609
+ NonNegative: el.formatNonNegativeError,
610
+ NonNegativeDecimalString: el.formatNonNegativeDecimalStringError,
611
+ NonPositive: el.formatNonPositiveError,
612
+ NonPositiveDecimalString: el.formatNonPositiveDecimalStringError,
613
+ Number: el.formatNumberError,
614
+ Object: el.formatObjectError,
615
+ ObjectTag: el.formatObjectTagError,
616
+ Positive: el.formatPositiveError,
617
+ PositiveDecimalString: el.formatPositiveDecimalStringError,
618
+ Record: el.formatRecordError,
619
+ RecordKey: el.formatRegexError,
620
+ Regex: el.formatRegexError,
621
+ Set: el.formatSetError,
622
+ String: el.formatStringError,
623
+ Symbol: el.formatSymbolError,
624
+ TableId: el.formatTableIdError,
625
+ TemplateLiteral: el.formatTemplateLiteralError,
626
+ Trimmed: el.formatTrimmedError,
627
+ Tuple: el.formatTupleError,
628
+ UInt64: el.formatUInt64Error,
629
+ Union: el.formatUnionError,
630
+ UrlSafeString: el.formatRegexError,
631
+ },
632
+ es: {
633
+ Array: es.formatArrayError,
634
+ Base64Url: es.formatBase64UrlError,
635
+ [Between1And2.name]: es.formatBetweenError,
636
+ BigInt: es.formatBigIntError,
637
+ Boolean: es.formatBooleanError,
638
+ Capitalized: es.formatCapitalizedError,
639
+ DateIso: es.formatDateIsoError,
640
+ DateIsoFromDate: es.formatDateIsoFromDateError,
641
+ DecimalString: es.formatDecimalStringError,
642
+ DiscriminatedUnion: es.formatDiscriminatedUnionError,
643
+ EvoluType: es.formatEvoluTypeError,
644
+ Finite: es.formatFiniteError,
645
+ Function: es.formatFunctionError,
646
+ GreaterThan1: es.formatGreaterThanError,
647
+ GreaterThanOrEqualTo1: es.formatGreaterThanOrEqualToError,
648
+ Id: es.formatIdError,
649
+ InstanceOf: es.formatInstanceOfError,
650
+ Int: es.formatIntError,
651
+ Int64: es.formatInt64Error,
652
+ Int64String: es.formatInt64StringError,
653
+ Json: es.formatJsonError,
654
+ JsonValue: es.formatJsonValueError,
655
+ Length2: es.formatLengthError,
656
+ Length16: es.formatLengthError,
657
+ LessThan1: es.formatLessThanError,
658
+ LessThan200: es.formatLessThanError,
659
+ LessThanOrEqualTo1: es.formatLessThanOrEqualToError,
660
+ Literal: es.formatLiteralError,
661
+ Map: es.formatMapError,
662
+ MaxLength2: es.formatMaxLengthError,
663
+ MaxLength64: es.formatMaxLengthError,
664
+ MaxLength100: es.formatMaxLengthError,
665
+ MaxLength1000: es.formatMaxLengthError,
666
+ MinLength1: es.formatMinLengthError,
667
+ MinLength2: es.formatMinLengthError,
668
+ MinLength8: es.formatMinLengthError,
669
+ Mnemonic: es.formatMnemonicError,
670
+ MultipleOf2: es.formatMultipleOfError,
671
+ Name: es.formatNameError,
672
+ Negative: es.formatNegativeError,
673
+ NegativeDecimalString: es.formatNegativeDecimalStringError,
674
+ Never: es.formatNeverError,
675
+ NonNaN: es.formatNonNaNError,
676
+ NonNegative: es.formatNonNegativeError,
677
+ NonNegativeDecimalString: es.formatNonNegativeDecimalStringError,
678
+ NonPositive: es.formatNonPositiveError,
679
+ NonPositiveDecimalString: es.formatNonPositiveDecimalStringError,
680
+ Number: es.formatNumberError,
681
+ Object: es.formatObjectError,
682
+ ObjectTag: es.formatObjectTagError,
683
+ Positive: es.formatPositiveError,
684
+ PositiveDecimalString: es.formatPositiveDecimalStringError,
685
+ Record: es.formatRecordError,
686
+ RecordKey: es.formatRegexError,
687
+ Regex: es.formatRegexError,
688
+ Set: es.formatSetError,
689
+ String: es.formatStringError,
690
+ Symbol: es.formatSymbolError,
691
+ TableId: es.formatTableIdError,
692
+ TemplateLiteral: es.formatTemplateLiteralError,
693
+ Trimmed: es.formatTrimmedError,
694
+ Tuple: es.formatTupleError,
695
+ UInt64: es.formatUInt64Error,
696
+ Union: es.formatUnionError,
697
+ UrlSafeString: es.formatRegexError,
698
+ },
699
+ fa: {
700
+ Array: fa.formatArrayError,
701
+ Base64Url: fa.formatBase64UrlError,
702
+ [Between1And2.name]: fa.formatBetweenError,
703
+ BigInt: fa.formatBigIntError,
704
+ Boolean: fa.formatBooleanError,
705
+ Capitalized: fa.formatCapitalizedError,
706
+ DateIso: fa.formatDateIsoError,
707
+ DateIsoFromDate: fa.formatDateIsoFromDateError,
708
+ DecimalString: fa.formatDecimalStringError,
709
+ DiscriminatedUnion: fa.formatDiscriminatedUnionError,
710
+ EvoluType: fa.formatEvoluTypeError,
711
+ Finite: fa.formatFiniteError,
712
+ Function: fa.formatFunctionError,
713
+ GreaterThan1: fa.formatGreaterThanError,
714
+ GreaterThanOrEqualTo1: fa.formatGreaterThanOrEqualToError,
715
+ Id: fa.formatIdError,
716
+ InstanceOf: fa.formatInstanceOfError,
717
+ Int: fa.formatIntError,
718
+ Int64: fa.formatInt64Error,
719
+ Int64String: fa.formatInt64StringError,
720
+ Json: fa.formatJsonError,
721
+ JsonValue: fa.formatJsonValueError,
722
+ Length2: fa.formatLengthError,
723
+ Length16: fa.formatLengthError,
724
+ LessThan1: fa.formatLessThanError,
725
+ LessThan200: fa.formatLessThanError,
726
+ LessThanOrEqualTo1: fa.formatLessThanOrEqualToError,
727
+ Literal: fa.formatLiteralError,
728
+ Map: fa.formatMapError,
729
+ MaxLength2: fa.formatMaxLengthError,
730
+ MaxLength64: fa.formatMaxLengthError,
731
+ MaxLength100: fa.formatMaxLengthError,
732
+ MaxLength1000: fa.formatMaxLengthError,
733
+ MinLength1: fa.formatMinLengthError,
734
+ MinLength2: fa.formatMinLengthError,
735
+ MinLength8: fa.formatMinLengthError,
736
+ Mnemonic: fa.formatMnemonicError,
737
+ MultipleOf2: fa.formatMultipleOfError,
738
+ Name: fa.formatNameError,
739
+ Negative: fa.formatNegativeError,
740
+ NegativeDecimalString: fa.formatNegativeDecimalStringError,
741
+ Never: fa.formatNeverError,
742
+ NonNaN: fa.formatNonNaNError,
743
+ NonNegative: fa.formatNonNegativeError,
744
+ NonNegativeDecimalString: fa.formatNonNegativeDecimalStringError,
745
+ NonPositive: fa.formatNonPositiveError,
746
+ NonPositiveDecimalString: fa.formatNonPositiveDecimalStringError,
747
+ Number: fa.formatNumberError,
748
+ Object: fa.formatObjectError,
749
+ ObjectTag: fa.formatObjectTagError,
750
+ Positive: fa.formatPositiveError,
751
+ PositiveDecimalString: fa.formatPositiveDecimalStringError,
752
+ Record: fa.formatRecordError,
753
+ RecordKey: fa.formatRegexError,
754
+ Regex: fa.formatRegexError,
755
+ Set: fa.formatSetError,
756
+ String: fa.formatStringError,
757
+ Symbol: fa.formatSymbolError,
758
+ TableId: fa.formatTableIdError,
759
+ TemplateLiteral: fa.formatTemplateLiteralError,
760
+ Trimmed: fa.formatTrimmedError,
761
+ Tuple: fa.formatTupleError,
762
+ UInt64: fa.formatUInt64Error,
763
+ Union: fa.formatUnionError,
764
+ UrlSafeString: fa.formatRegexError,
765
+ },
766
+ fi: {
767
+ Array: fi.formatArrayError,
768
+ Base64Url: fi.formatBase64UrlError,
769
+ [Between1And2.name]: fi.formatBetweenError,
770
+ BigInt: fi.formatBigIntError,
771
+ Boolean: fi.formatBooleanError,
772
+ Capitalized: fi.formatCapitalizedError,
773
+ DateIso: fi.formatDateIsoError,
774
+ DateIsoFromDate: fi.formatDateIsoFromDateError,
775
+ DecimalString: fi.formatDecimalStringError,
776
+ DiscriminatedUnion: fi.formatDiscriminatedUnionError,
777
+ EvoluType: fi.formatEvoluTypeError,
778
+ Finite: fi.formatFiniteError,
779
+ Function: fi.formatFunctionError,
780
+ GreaterThan1: fi.formatGreaterThanError,
781
+ GreaterThanOrEqualTo1: fi.formatGreaterThanOrEqualToError,
782
+ Id: fi.formatIdError,
783
+ InstanceOf: fi.formatInstanceOfError,
784
+ Int: fi.formatIntError,
785
+ Int64: fi.formatInt64Error,
786
+ Int64String: fi.formatInt64StringError,
787
+ Json: fi.formatJsonError,
788
+ JsonValue: fi.formatJsonValueError,
789
+ Length2: fi.formatLengthError,
790
+ Length16: fi.formatLengthError,
791
+ LessThan1: fi.formatLessThanError,
792
+ LessThan200: fi.formatLessThanError,
793
+ LessThanOrEqualTo1: fi.formatLessThanOrEqualToError,
794
+ Literal: fi.formatLiteralError,
795
+ Map: fi.formatMapError,
796
+ MaxLength2: fi.formatMaxLengthError,
797
+ MaxLength64: fi.formatMaxLengthError,
798
+ MaxLength100: fi.formatMaxLengthError,
799
+ MaxLength1000: fi.formatMaxLengthError,
800
+ MinLength1: fi.formatMinLengthError,
801
+ MinLength2: fi.formatMinLengthError,
802
+ MinLength8: fi.formatMinLengthError,
803
+ Mnemonic: fi.formatMnemonicError,
804
+ MultipleOf2: fi.formatMultipleOfError,
805
+ Name: fi.formatNameError,
806
+ Negative: fi.formatNegativeError,
807
+ NegativeDecimalString: fi.formatNegativeDecimalStringError,
808
+ Never: fi.formatNeverError,
809
+ NonNaN: fi.formatNonNaNError,
810
+ NonNegative: fi.formatNonNegativeError,
811
+ NonNegativeDecimalString: fi.formatNonNegativeDecimalStringError,
812
+ NonPositive: fi.formatNonPositiveError,
813
+ NonPositiveDecimalString: fi.formatNonPositiveDecimalStringError,
814
+ Number: fi.formatNumberError,
815
+ Object: fi.formatObjectError,
816
+ ObjectTag: fi.formatObjectTagError,
817
+ Positive: fi.formatPositiveError,
818
+ PositiveDecimalString: fi.formatPositiveDecimalStringError,
819
+ Record: fi.formatRecordError,
820
+ RecordKey: fi.formatRegexError,
821
+ Regex: fi.formatRegexError,
822
+ Set: fi.formatSetError,
823
+ String: fi.formatStringError,
824
+ Symbol: fi.formatSymbolError,
825
+ TableId: fi.formatTableIdError,
826
+ TemplateLiteral: fi.formatTemplateLiteralError,
827
+ Trimmed: fi.formatTrimmedError,
828
+ Tuple: fi.formatTupleError,
829
+ UInt64: fi.formatUInt64Error,
830
+ Union: fi.formatUnionError,
831
+ UrlSafeString: fi.formatRegexError,
832
+ },
833
+ fil: {
834
+ Array: fil.formatArrayError,
835
+ Base64Url: fil.formatBase64UrlError,
836
+ [Between1And2.name]: fil.formatBetweenError,
837
+ BigInt: fil.formatBigIntError,
838
+ Boolean: fil.formatBooleanError,
839
+ Capitalized: fil.formatCapitalizedError,
840
+ DateIso: fil.formatDateIsoError,
841
+ DateIsoFromDate: fil.formatDateIsoFromDateError,
842
+ DecimalString: fil.formatDecimalStringError,
843
+ DiscriminatedUnion: fil.formatDiscriminatedUnionError,
844
+ EvoluType: fil.formatEvoluTypeError,
845
+ Finite: fil.formatFiniteError,
846
+ Function: fil.formatFunctionError,
847
+ GreaterThan1: fil.formatGreaterThanError,
848
+ GreaterThanOrEqualTo1: fil.formatGreaterThanOrEqualToError,
849
+ Id: fil.formatIdError,
850
+ InstanceOf: fil.formatInstanceOfError,
851
+ Int: fil.formatIntError,
852
+ Int64: fil.formatInt64Error,
853
+ Int64String: fil.formatInt64StringError,
854
+ Json: fil.formatJsonError,
855
+ JsonValue: fil.formatJsonValueError,
856
+ Length2: fil.formatLengthError,
857
+ Length16: fil.formatLengthError,
858
+ LessThan1: fil.formatLessThanError,
859
+ LessThan200: fil.formatLessThanError,
860
+ LessThanOrEqualTo1: fil.formatLessThanOrEqualToError,
861
+ Literal: fil.formatLiteralError,
862
+ Map: fil.formatMapError,
863
+ MaxLength2: fil.formatMaxLengthError,
864
+ MaxLength64: fil.formatMaxLengthError,
865
+ MaxLength100: fil.formatMaxLengthError,
866
+ MaxLength1000: fil.formatMaxLengthError,
867
+ MinLength1: fil.formatMinLengthError,
868
+ MinLength2: fil.formatMinLengthError,
869
+ MinLength8: fil.formatMinLengthError,
870
+ Mnemonic: fil.formatMnemonicError,
871
+ MultipleOf2: fil.formatMultipleOfError,
872
+ Name: fil.formatNameError,
873
+ Negative: fil.formatNegativeError,
874
+ NegativeDecimalString: fil.formatNegativeDecimalStringError,
875
+ Never: fil.formatNeverError,
876
+ NonNaN: fil.formatNonNaNError,
877
+ NonNegative: fil.formatNonNegativeError,
878
+ NonNegativeDecimalString: fil.formatNonNegativeDecimalStringError,
879
+ NonPositive: fil.formatNonPositiveError,
880
+ NonPositiveDecimalString: fil.formatNonPositiveDecimalStringError,
881
+ Number: fil.formatNumberError,
882
+ Object: fil.formatObjectError,
883
+ ObjectTag: fil.formatObjectTagError,
884
+ Positive: fil.formatPositiveError,
885
+ PositiveDecimalString: fil.formatPositiveDecimalStringError,
886
+ Record: fil.formatRecordError,
887
+ RecordKey: fil.formatRegexError,
888
+ Regex: fil.formatRegexError,
889
+ Set: fil.formatSetError,
890
+ String: fil.formatStringError,
891
+ Symbol: fil.formatSymbolError,
892
+ TableId: fil.formatTableIdError,
893
+ TemplateLiteral: fil.formatTemplateLiteralError,
894
+ Trimmed: fil.formatTrimmedError,
895
+ Tuple: fil.formatTupleError,
896
+ UInt64: fil.formatUInt64Error,
897
+ Union: fil.formatUnionError,
898
+ UrlSafeString: fil.formatRegexError,
899
+ },
900
+ fr: {
901
+ Array: fr.formatArrayError,
902
+ Base64Url: fr.formatBase64UrlError,
903
+ [Between1And2.name]: fr.formatBetweenError,
904
+ BigInt: fr.formatBigIntError,
905
+ Boolean: fr.formatBooleanError,
906
+ Capitalized: fr.formatCapitalizedError,
907
+ DateIso: fr.formatDateIsoError,
908
+ DateIsoFromDate: fr.formatDateIsoFromDateError,
909
+ DecimalString: fr.formatDecimalStringError,
910
+ DiscriminatedUnion: fr.formatDiscriminatedUnionError,
911
+ EvoluType: fr.formatEvoluTypeError,
912
+ Finite: fr.formatFiniteError,
913
+ Function: fr.formatFunctionError,
914
+ GreaterThan1: fr.formatGreaterThanError,
915
+ GreaterThanOrEqualTo1: fr.formatGreaterThanOrEqualToError,
916
+ Id: fr.formatIdError,
917
+ InstanceOf: fr.formatInstanceOfError,
918
+ Int: fr.formatIntError,
919
+ Int64: fr.formatInt64Error,
920
+ Int64String: fr.formatInt64StringError,
921
+ Json: fr.formatJsonError,
922
+ JsonValue: fr.formatJsonValueError,
923
+ Length2: fr.formatLengthError,
924
+ Length16: fr.formatLengthError,
925
+ LessThan1: fr.formatLessThanError,
926
+ LessThan200: fr.formatLessThanError,
927
+ LessThanOrEqualTo1: fr.formatLessThanOrEqualToError,
928
+ Literal: fr.formatLiteralError,
929
+ Map: fr.formatMapError,
930
+ MaxLength2: fr.formatMaxLengthError,
931
+ MaxLength64: fr.formatMaxLengthError,
932
+ MaxLength100: fr.formatMaxLengthError,
933
+ MaxLength1000: fr.formatMaxLengthError,
934
+ MinLength1: fr.formatMinLengthError,
935
+ MinLength2: fr.formatMinLengthError,
936
+ MinLength8: fr.formatMinLengthError,
937
+ Mnemonic: fr.formatMnemonicError,
938
+ MultipleOf2: fr.formatMultipleOfError,
939
+ Name: fr.formatNameError,
940
+ Negative: fr.formatNegativeError,
941
+ NegativeDecimalString: fr.formatNegativeDecimalStringError,
942
+ Never: fr.formatNeverError,
943
+ NonNaN: fr.formatNonNaNError,
944
+ NonNegative: fr.formatNonNegativeError,
945
+ NonNegativeDecimalString: fr.formatNonNegativeDecimalStringError,
946
+ NonPositive: fr.formatNonPositiveError,
947
+ NonPositiveDecimalString: fr.formatNonPositiveDecimalStringError,
948
+ Number: fr.formatNumberError,
949
+ Object: fr.formatObjectError,
950
+ ObjectTag: fr.formatObjectTagError,
951
+ Positive: fr.formatPositiveError,
952
+ PositiveDecimalString: fr.formatPositiveDecimalStringError,
953
+ Record: fr.formatRecordError,
954
+ RecordKey: fr.formatRegexError,
955
+ Regex: fr.formatRegexError,
956
+ Set: fr.formatSetError,
957
+ String: fr.formatStringError,
958
+ Symbol: fr.formatSymbolError,
959
+ TableId: fr.formatTableIdError,
960
+ TemplateLiteral: fr.formatTemplateLiteralError,
961
+ Trimmed: fr.formatTrimmedError,
962
+ Tuple: fr.formatTupleError,
963
+ UInt64: fr.formatUInt64Error,
964
+ Union: fr.formatUnionError,
965
+ UrlSafeString: fr.formatRegexError,
966
+ },
967
+ he: {
968
+ Array: he.formatArrayError,
969
+ Base64Url: he.formatBase64UrlError,
970
+ [Between1And2.name]: he.formatBetweenError,
971
+ BigInt: he.formatBigIntError,
972
+ Boolean: he.formatBooleanError,
973
+ Capitalized: he.formatCapitalizedError,
974
+ DateIso: he.formatDateIsoError,
975
+ DateIsoFromDate: he.formatDateIsoFromDateError,
976
+ DecimalString: he.formatDecimalStringError,
977
+ DiscriminatedUnion: he.formatDiscriminatedUnionError,
978
+ EvoluType: he.formatEvoluTypeError,
979
+ Finite: he.formatFiniteError,
980
+ Function: he.formatFunctionError,
981
+ GreaterThan1: he.formatGreaterThanError,
982
+ GreaterThanOrEqualTo1: he.formatGreaterThanOrEqualToError,
983
+ Id: he.formatIdError,
984
+ InstanceOf: he.formatInstanceOfError,
985
+ Int: he.formatIntError,
986
+ Int64: he.formatInt64Error,
987
+ Int64String: he.formatInt64StringError,
988
+ Json: he.formatJsonError,
989
+ JsonValue: he.formatJsonValueError,
990
+ Length2: he.formatLengthError,
991
+ Length16: he.formatLengthError,
992
+ LessThan1: he.formatLessThanError,
993
+ LessThan200: he.formatLessThanError,
994
+ LessThanOrEqualTo1: he.formatLessThanOrEqualToError,
995
+ Literal: he.formatLiteralError,
996
+ Map: he.formatMapError,
997
+ MaxLength2: he.formatMaxLengthError,
998
+ MaxLength64: he.formatMaxLengthError,
999
+ MaxLength100: he.formatMaxLengthError,
1000
+ MaxLength1000: he.formatMaxLengthError,
1001
+ MinLength1: he.formatMinLengthError,
1002
+ MinLength2: he.formatMinLengthError,
1003
+ MinLength8: he.formatMinLengthError,
1004
+ Mnemonic: he.formatMnemonicError,
1005
+ MultipleOf2: he.formatMultipleOfError,
1006
+ Name: he.formatNameError,
1007
+ Negative: he.formatNegativeError,
1008
+ NegativeDecimalString: he.formatNegativeDecimalStringError,
1009
+ Never: he.formatNeverError,
1010
+ NonNaN: he.formatNonNaNError,
1011
+ NonNegative: he.formatNonNegativeError,
1012
+ NonNegativeDecimalString: he.formatNonNegativeDecimalStringError,
1013
+ NonPositive: he.formatNonPositiveError,
1014
+ NonPositiveDecimalString: he.formatNonPositiveDecimalStringError,
1015
+ Number: he.formatNumberError,
1016
+ Object: he.formatObjectError,
1017
+ ObjectTag: he.formatObjectTagError,
1018
+ Positive: he.formatPositiveError,
1019
+ PositiveDecimalString: he.formatPositiveDecimalStringError,
1020
+ Record: he.formatRecordError,
1021
+ RecordKey: he.formatRegexError,
1022
+ Regex: he.formatRegexError,
1023
+ Set: he.formatSetError,
1024
+ String: he.formatStringError,
1025
+ Symbol: he.formatSymbolError,
1026
+ TableId: he.formatTableIdError,
1027
+ TemplateLiteral: he.formatTemplateLiteralError,
1028
+ Trimmed: he.formatTrimmedError,
1029
+ Tuple: he.formatTupleError,
1030
+ UInt64: he.formatUInt64Error,
1031
+ Union: he.formatUnionError,
1032
+ UrlSafeString: he.formatRegexError,
1033
+ },
1034
+ hi: {
1035
+ Array: hi.formatArrayError,
1036
+ Base64Url: hi.formatBase64UrlError,
1037
+ [Between1And2.name]: hi.formatBetweenError,
1038
+ BigInt: hi.formatBigIntError,
1039
+ Boolean: hi.formatBooleanError,
1040
+ Capitalized: hi.formatCapitalizedError,
1041
+ DateIso: hi.formatDateIsoError,
1042
+ DateIsoFromDate: hi.formatDateIsoFromDateError,
1043
+ DecimalString: hi.formatDecimalStringError,
1044
+ DiscriminatedUnion: hi.formatDiscriminatedUnionError,
1045
+ EvoluType: hi.formatEvoluTypeError,
1046
+ Finite: hi.formatFiniteError,
1047
+ Function: hi.formatFunctionError,
1048
+ GreaterThan1: hi.formatGreaterThanError,
1049
+ GreaterThanOrEqualTo1: hi.formatGreaterThanOrEqualToError,
1050
+ Id: hi.formatIdError,
1051
+ InstanceOf: hi.formatInstanceOfError,
1052
+ Int: hi.formatIntError,
1053
+ Int64: hi.formatInt64Error,
1054
+ Int64String: hi.formatInt64StringError,
1055
+ Json: hi.formatJsonError,
1056
+ JsonValue: hi.formatJsonValueError,
1057
+ Length2: hi.formatLengthError,
1058
+ Length16: hi.formatLengthError,
1059
+ LessThan1: hi.formatLessThanError,
1060
+ LessThan200: hi.formatLessThanError,
1061
+ LessThanOrEqualTo1: hi.formatLessThanOrEqualToError,
1062
+ Literal: hi.formatLiteralError,
1063
+ Map: hi.formatMapError,
1064
+ MaxLength2: hi.formatMaxLengthError,
1065
+ MaxLength64: hi.formatMaxLengthError,
1066
+ MaxLength100: hi.formatMaxLengthError,
1067
+ MaxLength1000: hi.formatMaxLengthError,
1068
+ MinLength1: hi.formatMinLengthError,
1069
+ MinLength2: hi.formatMinLengthError,
1070
+ MinLength8: hi.formatMinLengthError,
1071
+ Mnemonic: hi.formatMnemonicError,
1072
+ MultipleOf2: hi.formatMultipleOfError,
1073
+ Name: hi.formatNameError,
1074
+ Negative: hi.formatNegativeError,
1075
+ NegativeDecimalString: hi.formatNegativeDecimalStringError,
1076
+ Never: hi.formatNeverError,
1077
+ NonNaN: hi.formatNonNaNError,
1078
+ NonNegative: hi.formatNonNegativeError,
1079
+ NonNegativeDecimalString: hi.formatNonNegativeDecimalStringError,
1080
+ NonPositive: hi.formatNonPositiveError,
1081
+ NonPositiveDecimalString: hi.formatNonPositiveDecimalStringError,
1082
+ Number: hi.formatNumberError,
1083
+ Object: hi.formatObjectError,
1084
+ ObjectTag: hi.formatObjectTagError,
1085
+ Positive: hi.formatPositiveError,
1086
+ PositiveDecimalString: hi.formatPositiveDecimalStringError,
1087
+ Record: hi.formatRecordError,
1088
+ RecordKey: hi.formatRegexError,
1089
+ Regex: hi.formatRegexError,
1090
+ Set: hi.formatSetError,
1091
+ String: hi.formatStringError,
1092
+ Symbol: hi.formatSymbolError,
1093
+ TableId: hi.formatTableIdError,
1094
+ TemplateLiteral: hi.formatTemplateLiteralError,
1095
+ Trimmed: hi.formatTrimmedError,
1096
+ Tuple: hi.formatTupleError,
1097
+ UInt64: hi.formatUInt64Error,
1098
+ Union: hi.formatUnionError,
1099
+ UrlSafeString: hi.formatRegexError,
1100
+ },
1101
+ hr: {
1102
+ Array: hr.formatArrayError,
1103
+ Base64Url: hr.formatBase64UrlError,
1104
+ [Between1And2.name]: hr.formatBetweenError,
1105
+ BigInt: hr.formatBigIntError,
1106
+ Boolean: hr.formatBooleanError,
1107
+ Capitalized: hr.formatCapitalizedError,
1108
+ DateIso: hr.formatDateIsoError,
1109
+ DateIsoFromDate: hr.formatDateIsoFromDateError,
1110
+ DecimalString: hr.formatDecimalStringError,
1111
+ DiscriminatedUnion: hr.formatDiscriminatedUnionError,
1112
+ EvoluType: hr.formatEvoluTypeError,
1113
+ Finite: hr.formatFiniteError,
1114
+ Function: hr.formatFunctionError,
1115
+ GreaterThan1: hr.formatGreaterThanError,
1116
+ GreaterThanOrEqualTo1: hr.formatGreaterThanOrEqualToError,
1117
+ Id: hr.formatIdError,
1118
+ InstanceOf: hr.formatInstanceOfError,
1119
+ Int: hr.formatIntError,
1120
+ Int64: hr.formatInt64Error,
1121
+ Int64String: hr.formatInt64StringError,
1122
+ Json: hr.formatJsonError,
1123
+ JsonValue: hr.formatJsonValueError,
1124
+ Length2: hr.formatLengthError,
1125
+ Length16: hr.formatLengthError,
1126
+ LessThan1: hr.formatLessThanError,
1127
+ LessThan200: hr.formatLessThanError,
1128
+ LessThanOrEqualTo1: hr.formatLessThanOrEqualToError,
1129
+ Literal: hr.formatLiteralError,
1130
+ Map: hr.formatMapError,
1131
+ MaxLength2: hr.formatMaxLengthError,
1132
+ MaxLength64: hr.formatMaxLengthError,
1133
+ MaxLength100: hr.formatMaxLengthError,
1134
+ MaxLength1000: hr.formatMaxLengthError,
1135
+ MinLength1: hr.formatMinLengthError,
1136
+ MinLength2: hr.formatMinLengthError,
1137
+ MinLength8: hr.formatMinLengthError,
1138
+ Mnemonic: hr.formatMnemonicError,
1139
+ MultipleOf2: hr.formatMultipleOfError,
1140
+ Name: hr.formatNameError,
1141
+ Negative: hr.formatNegativeError,
1142
+ NegativeDecimalString: hr.formatNegativeDecimalStringError,
1143
+ Never: hr.formatNeverError,
1144
+ NonNaN: hr.formatNonNaNError,
1145
+ NonNegative: hr.formatNonNegativeError,
1146
+ NonNegativeDecimalString: hr.formatNonNegativeDecimalStringError,
1147
+ NonPositive: hr.formatNonPositiveError,
1148
+ NonPositiveDecimalString: hr.formatNonPositiveDecimalStringError,
1149
+ Number: hr.formatNumberError,
1150
+ Object: hr.formatObjectError,
1151
+ ObjectTag: hr.formatObjectTagError,
1152
+ Positive: hr.formatPositiveError,
1153
+ PositiveDecimalString: hr.formatPositiveDecimalStringError,
1154
+ Record: hr.formatRecordError,
1155
+ RecordKey: hr.formatRegexError,
1156
+ Regex: hr.formatRegexError,
1157
+ Set: hr.formatSetError,
1158
+ String: hr.formatStringError,
1159
+ Symbol: hr.formatSymbolError,
1160
+ TableId: hr.formatTableIdError,
1161
+ TemplateLiteral: hr.formatTemplateLiteralError,
1162
+ Trimmed: hr.formatTrimmedError,
1163
+ Tuple: hr.formatTupleError,
1164
+ UInt64: hr.formatUInt64Error,
1165
+ Union: hr.formatUnionError,
1166
+ UrlSafeString: hr.formatRegexError,
1167
+ },
1168
+ hu: {
1169
+ Array: hu.formatArrayError,
1170
+ Base64Url: hu.formatBase64UrlError,
1171
+ [Between1And2.name]: hu.formatBetweenError,
1172
+ BigInt: hu.formatBigIntError,
1173
+ Boolean: hu.formatBooleanError,
1174
+ Capitalized: hu.formatCapitalizedError,
1175
+ DateIso: hu.formatDateIsoError,
1176
+ DateIsoFromDate: hu.formatDateIsoFromDateError,
1177
+ DecimalString: hu.formatDecimalStringError,
1178
+ DiscriminatedUnion: hu.formatDiscriminatedUnionError,
1179
+ EvoluType: hu.formatEvoluTypeError,
1180
+ Finite: hu.formatFiniteError,
1181
+ Function: hu.formatFunctionError,
1182
+ GreaterThan1: hu.formatGreaterThanError,
1183
+ GreaterThanOrEqualTo1: hu.formatGreaterThanOrEqualToError,
1184
+ Id: hu.formatIdError,
1185
+ InstanceOf: hu.formatInstanceOfError,
1186
+ Int: hu.formatIntError,
1187
+ Int64: hu.formatInt64Error,
1188
+ Int64String: hu.formatInt64StringError,
1189
+ Json: hu.formatJsonError,
1190
+ JsonValue: hu.formatJsonValueError,
1191
+ Length2: hu.formatLengthError,
1192
+ Length16: hu.formatLengthError,
1193
+ LessThan1: hu.formatLessThanError,
1194
+ LessThan200: hu.formatLessThanError,
1195
+ LessThanOrEqualTo1: hu.formatLessThanOrEqualToError,
1196
+ Literal: hu.formatLiteralError,
1197
+ Map: hu.formatMapError,
1198
+ MaxLength2: hu.formatMaxLengthError,
1199
+ MaxLength64: hu.formatMaxLengthError,
1200
+ MaxLength100: hu.formatMaxLengthError,
1201
+ MaxLength1000: hu.formatMaxLengthError,
1202
+ MinLength1: hu.formatMinLengthError,
1203
+ MinLength2: hu.formatMinLengthError,
1204
+ MinLength8: hu.formatMinLengthError,
1205
+ Mnemonic: hu.formatMnemonicError,
1206
+ MultipleOf2: hu.formatMultipleOfError,
1207
+ Name: hu.formatNameError,
1208
+ Negative: hu.formatNegativeError,
1209
+ NegativeDecimalString: hu.formatNegativeDecimalStringError,
1210
+ Never: hu.formatNeverError,
1211
+ NonNaN: hu.formatNonNaNError,
1212
+ NonNegative: hu.formatNonNegativeError,
1213
+ NonNegativeDecimalString: hu.formatNonNegativeDecimalStringError,
1214
+ NonPositive: hu.formatNonPositiveError,
1215
+ NonPositiveDecimalString: hu.formatNonPositiveDecimalStringError,
1216
+ Number: hu.formatNumberError,
1217
+ Object: hu.formatObjectError,
1218
+ ObjectTag: hu.formatObjectTagError,
1219
+ Positive: hu.formatPositiveError,
1220
+ PositiveDecimalString: hu.formatPositiveDecimalStringError,
1221
+ Record: hu.formatRecordError,
1222
+ RecordKey: hu.formatRegexError,
1223
+ Regex: hu.formatRegexError,
1224
+ Set: hu.formatSetError,
1225
+ String: hu.formatStringError,
1226
+ Symbol: hu.formatSymbolError,
1227
+ TableId: hu.formatTableIdError,
1228
+ TemplateLiteral: hu.formatTemplateLiteralError,
1229
+ Trimmed: hu.formatTrimmedError,
1230
+ Tuple: hu.formatTupleError,
1231
+ UInt64: hu.formatUInt64Error,
1232
+ Union: hu.formatUnionError,
1233
+ UrlSafeString: hu.formatRegexError,
1234
+ },
1235
+ id: {
1236
+ Array: id.formatArrayError,
1237
+ Base64Url: id.formatBase64UrlError,
1238
+ [Between1And2.name]: id.formatBetweenError,
1239
+ BigInt: id.formatBigIntError,
1240
+ Boolean: id.formatBooleanError,
1241
+ Capitalized: id.formatCapitalizedError,
1242
+ DateIso: id.formatDateIsoError,
1243
+ DateIsoFromDate: id.formatDateIsoFromDateError,
1244
+ DecimalString: id.formatDecimalStringError,
1245
+ DiscriminatedUnion: id.formatDiscriminatedUnionError,
1246
+ EvoluType: id.formatEvoluTypeError,
1247
+ Finite: id.formatFiniteError,
1248
+ Function: id.formatFunctionError,
1249
+ GreaterThan1: id.formatGreaterThanError,
1250
+ GreaterThanOrEqualTo1: id.formatGreaterThanOrEqualToError,
1251
+ Id: id.formatIdError,
1252
+ InstanceOf: id.formatInstanceOfError,
1253
+ Int: id.formatIntError,
1254
+ Int64: id.formatInt64Error,
1255
+ Int64String: id.formatInt64StringError,
1256
+ Json: id.formatJsonError,
1257
+ JsonValue: id.formatJsonValueError,
1258
+ Length2: id.formatLengthError,
1259
+ Length16: id.formatLengthError,
1260
+ LessThan1: id.formatLessThanError,
1261
+ LessThan200: id.formatLessThanError,
1262
+ LessThanOrEqualTo1: id.formatLessThanOrEqualToError,
1263
+ Literal: id.formatLiteralError,
1264
+ Map: id.formatMapError,
1265
+ MaxLength2: id.formatMaxLengthError,
1266
+ MaxLength64: id.formatMaxLengthError,
1267
+ MaxLength100: id.formatMaxLengthError,
1268
+ MaxLength1000: id.formatMaxLengthError,
1269
+ MinLength1: id.formatMinLengthError,
1270
+ MinLength2: id.formatMinLengthError,
1271
+ MinLength8: id.formatMinLengthError,
1272
+ Mnemonic: id.formatMnemonicError,
1273
+ MultipleOf2: id.formatMultipleOfError,
1274
+ Name: id.formatNameError,
1275
+ Negative: id.formatNegativeError,
1276
+ NegativeDecimalString: id.formatNegativeDecimalStringError,
1277
+ Never: id.formatNeverError,
1278
+ NonNaN: id.formatNonNaNError,
1279
+ NonNegative: id.formatNonNegativeError,
1280
+ NonNegativeDecimalString: id.formatNonNegativeDecimalStringError,
1281
+ NonPositive: id.formatNonPositiveError,
1282
+ NonPositiveDecimalString: id.formatNonPositiveDecimalStringError,
1283
+ Number: id.formatNumberError,
1284
+ Object: id.formatObjectError,
1285
+ ObjectTag: id.formatObjectTagError,
1286
+ Positive: id.formatPositiveError,
1287
+ PositiveDecimalString: id.formatPositiveDecimalStringError,
1288
+ Record: id.formatRecordError,
1289
+ RecordKey: id.formatRegexError,
1290
+ Regex: id.formatRegexError,
1291
+ Set: id.formatSetError,
1292
+ String: id.formatStringError,
1293
+ Symbol: id.formatSymbolError,
1294
+ TableId: id.formatTableIdError,
1295
+ TemplateLiteral: id.formatTemplateLiteralError,
1296
+ Trimmed: id.formatTrimmedError,
1297
+ Tuple: id.formatTupleError,
1298
+ UInt64: id.formatUInt64Error,
1299
+ Union: id.formatUnionError,
1300
+ UrlSafeString: id.formatRegexError,
1301
+ },
1302
+ it: {
1303
+ Array: it.formatArrayError,
1304
+ Base64Url: it.formatBase64UrlError,
1305
+ [Between1And2.name]: it.formatBetweenError,
1306
+ BigInt: it.formatBigIntError,
1307
+ Boolean: it.formatBooleanError,
1308
+ Capitalized: it.formatCapitalizedError,
1309
+ DateIso: it.formatDateIsoError,
1310
+ DateIsoFromDate: it.formatDateIsoFromDateError,
1311
+ DecimalString: it.formatDecimalStringError,
1312
+ DiscriminatedUnion: it.formatDiscriminatedUnionError,
1313
+ EvoluType: it.formatEvoluTypeError,
1314
+ Finite: it.formatFiniteError,
1315
+ Function: it.formatFunctionError,
1316
+ GreaterThan1: it.formatGreaterThanError,
1317
+ GreaterThanOrEqualTo1: it.formatGreaterThanOrEqualToError,
1318
+ Id: it.formatIdError,
1319
+ InstanceOf: it.formatInstanceOfError,
1320
+ Int: it.formatIntError,
1321
+ Int64: it.formatInt64Error,
1322
+ Int64String: it.formatInt64StringError,
1323
+ Json: it.formatJsonError,
1324
+ JsonValue: it.formatJsonValueError,
1325
+ Length2: it.formatLengthError,
1326
+ Length16: it.formatLengthError,
1327
+ LessThan1: it.formatLessThanError,
1328
+ LessThan200: it.formatLessThanError,
1329
+ LessThanOrEqualTo1: it.formatLessThanOrEqualToError,
1330
+ Literal: it.formatLiteralError,
1331
+ Map: it.formatMapError,
1332
+ MaxLength2: it.formatMaxLengthError,
1333
+ MaxLength64: it.formatMaxLengthError,
1334
+ MaxLength100: it.formatMaxLengthError,
1335
+ MaxLength1000: it.formatMaxLengthError,
1336
+ MinLength1: it.formatMinLengthError,
1337
+ MinLength2: it.formatMinLengthError,
1338
+ MinLength8: it.formatMinLengthError,
1339
+ Mnemonic: it.formatMnemonicError,
1340
+ MultipleOf2: it.formatMultipleOfError,
1341
+ Name: it.formatNameError,
1342
+ Negative: it.formatNegativeError,
1343
+ NegativeDecimalString: it.formatNegativeDecimalStringError,
1344
+ Never: it.formatNeverError,
1345
+ NonNaN: it.formatNonNaNError,
1346
+ NonNegative: it.formatNonNegativeError,
1347
+ NonNegativeDecimalString: it.formatNonNegativeDecimalStringError,
1348
+ NonPositive: it.formatNonPositiveError,
1349
+ NonPositiveDecimalString: it.formatNonPositiveDecimalStringError,
1350
+ Number: it.formatNumberError,
1351
+ Object: it.formatObjectError,
1352
+ ObjectTag: it.formatObjectTagError,
1353
+ Positive: it.formatPositiveError,
1354
+ PositiveDecimalString: it.formatPositiveDecimalStringError,
1355
+ Record: it.formatRecordError,
1356
+ RecordKey: it.formatRegexError,
1357
+ Regex: it.formatRegexError,
1358
+ Set: it.formatSetError,
1359
+ String: it.formatStringError,
1360
+ Symbol: it.formatSymbolError,
1361
+ TableId: it.formatTableIdError,
1362
+ TemplateLiteral: it.formatTemplateLiteralError,
1363
+ Trimmed: it.formatTrimmedError,
1364
+ Tuple: it.formatTupleError,
1365
+ UInt64: it.formatUInt64Error,
1366
+ Union: it.formatUnionError,
1367
+ UrlSafeString: it.formatRegexError,
1368
+ },
1369
+ ja: {
1370
+ Array: ja.formatArrayError,
1371
+ Base64Url: ja.formatBase64UrlError,
1372
+ [Between1And2.name]: ja.formatBetweenError,
1373
+ BigInt: ja.formatBigIntError,
1374
+ Boolean: ja.formatBooleanError,
1375
+ Capitalized: ja.formatCapitalizedError,
1376
+ DateIso: ja.formatDateIsoError,
1377
+ DateIsoFromDate: ja.formatDateIsoFromDateError,
1378
+ DecimalString: ja.formatDecimalStringError,
1379
+ DiscriminatedUnion: ja.formatDiscriminatedUnionError,
1380
+ EvoluType: ja.formatEvoluTypeError,
1381
+ Finite: ja.formatFiniteError,
1382
+ Function: ja.formatFunctionError,
1383
+ GreaterThan1: ja.formatGreaterThanError,
1384
+ GreaterThanOrEqualTo1: ja.formatGreaterThanOrEqualToError,
1385
+ Id: ja.formatIdError,
1386
+ InstanceOf: ja.formatInstanceOfError,
1387
+ Int: ja.formatIntError,
1388
+ Int64: ja.formatInt64Error,
1389
+ Int64String: ja.formatInt64StringError,
1390
+ Json: ja.formatJsonError,
1391
+ JsonValue: ja.formatJsonValueError,
1392
+ Length2: ja.formatLengthError,
1393
+ Length16: ja.formatLengthError,
1394
+ LessThan1: ja.formatLessThanError,
1395
+ LessThan200: ja.formatLessThanError,
1396
+ LessThanOrEqualTo1: ja.formatLessThanOrEqualToError,
1397
+ Literal: ja.formatLiteralError,
1398
+ Map: ja.formatMapError,
1399
+ MaxLength2: ja.formatMaxLengthError,
1400
+ MaxLength64: ja.formatMaxLengthError,
1401
+ MaxLength100: ja.formatMaxLengthError,
1402
+ MaxLength1000: ja.formatMaxLengthError,
1403
+ MinLength1: ja.formatMinLengthError,
1404
+ MinLength2: ja.formatMinLengthError,
1405
+ MinLength8: ja.formatMinLengthError,
1406
+ Mnemonic: ja.formatMnemonicError,
1407
+ MultipleOf2: ja.formatMultipleOfError,
1408
+ Name: ja.formatNameError,
1409
+ Negative: ja.formatNegativeError,
1410
+ NegativeDecimalString: ja.formatNegativeDecimalStringError,
1411
+ Never: ja.formatNeverError,
1412
+ NonNaN: ja.formatNonNaNError,
1413
+ NonNegative: ja.formatNonNegativeError,
1414
+ NonNegativeDecimalString: ja.formatNonNegativeDecimalStringError,
1415
+ NonPositive: ja.formatNonPositiveError,
1416
+ NonPositiveDecimalString: ja.formatNonPositiveDecimalStringError,
1417
+ Number: ja.formatNumberError,
1418
+ Object: ja.formatObjectError,
1419
+ ObjectTag: ja.formatObjectTagError,
1420
+ Positive: ja.formatPositiveError,
1421
+ PositiveDecimalString: ja.formatPositiveDecimalStringError,
1422
+ Record: ja.formatRecordError,
1423
+ RecordKey: ja.formatRegexError,
1424
+ Regex: ja.formatRegexError,
1425
+ Set: ja.formatSetError,
1426
+ String: ja.formatStringError,
1427
+ Symbol: ja.formatSymbolError,
1428
+ TableId: ja.formatTableIdError,
1429
+ TemplateLiteral: ja.formatTemplateLiteralError,
1430
+ Trimmed: ja.formatTrimmedError,
1431
+ Tuple: ja.formatTupleError,
1432
+ UInt64: ja.formatUInt64Error,
1433
+ Union: ja.formatUnionError,
1434
+ UrlSafeString: ja.formatRegexError,
1435
+ },
1436
+ ko: {
1437
+ Array: ko.formatArrayError,
1438
+ Base64Url: ko.formatBase64UrlError,
1439
+ [Between1And2.name]: ko.formatBetweenError,
1440
+ BigInt: ko.formatBigIntError,
1441
+ Boolean: ko.formatBooleanError,
1442
+ Capitalized: ko.formatCapitalizedError,
1443
+ DateIso: ko.formatDateIsoError,
1444
+ DateIsoFromDate: ko.formatDateIsoFromDateError,
1445
+ DecimalString: ko.formatDecimalStringError,
1446
+ DiscriminatedUnion: ko.formatDiscriminatedUnionError,
1447
+ EvoluType: ko.formatEvoluTypeError,
1448
+ Finite: ko.formatFiniteError,
1449
+ Function: ko.formatFunctionError,
1450
+ GreaterThan1: ko.formatGreaterThanError,
1451
+ GreaterThanOrEqualTo1: ko.formatGreaterThanOrEqualToError,
1452
+ Id: ko.formatIdError,
1453
+ InstanceOf: ko.formatInstanceOfError,
1454
+ Int: ko.formatIntError,
1455
+ Int64: ko.formatInt64Error,
1456
+ Int64String: ko.formatInt64StringError,
1457
+ Json: ko.formatJsonError,
1458
+ JsonValue: ko.formatJsonValueError,
1459
+ Length2: ko.formatLengthError,
1460
+ Length16: ko.formatLengthError,
1461
+ LessThan1: ko.formatLessThanError,
1462
+ LessThan200: ko.formatLessThanError,
1463
+ LessThanOrEqualTo1: ko.formatLessThanOrEqualToError,
1464
+ Literal: ko.formatLiteralError,
1465
+ Map: ko.formatMapError,
1466
+ MaxLength2: ko.formatMaxLengthError,
1467
+ MaxLength64: ko.formatMaxLengthError,
1468
+ MaxLength100: ko.formatMaxLengthError,
1469
+ MaxLength1000: ko.formatMaxLengthError,
1470
+ MinLength1: ko.formatMinLengthError,
1471
+ MinLength2: ko.formatMinLengthError,
1472
+ MinLength8: ko.formatMinLengthError,
1473
+ Mnemonic: ko.formatMnemonicError,
1474
+ MultipleOf2: ko.formatMultipleOfError,
1475
+ Name: ko.formatNameError,
1476
+ Negative: ko.formatNegativeError,
1477
+ NegativeDecimalString: ko.formatNegativeDecimalStringError,
1478
+ Never: ko.formatNeverError,
1479
+ NonNaN: ko.formatNonNaNError,
1480
+ NonNegative: ko.formatNonNegativeError,
1481
+ NonNegativeDecimalString: ko.formatNonNegativeDecimalStringError,
1482
+ NonPositive: ko.formatNonPositiveError,
1483
+ NonPositiveDecimalString: ko.formatNonPositiveDecimalStringError,
1484
+ Number: ko.formatNumberError,
1485
+ Object: ko.formatObjectError,
1486
+ ObjectTag: ko.formatObjectTagError,
1487
+ Positive: ko.formatPositiveError,
1488
+ PositiveDecimalString: ko.formatPositiveDecimalStringError,
1489
+ Record: ko.formatRecordError,
1490
+ RecordKey: ko.formatRegexError,
1491
+ Regex: ko.formatRegexError,
1492
+ Set: ko.formatSetError,
1493
+ String: ko.formatStringError,
1494
+ Symbol: ko.formatSymbolError,
1495
+ TableId: ko.formatTableIdError,
1496
+ TemplateLiteral: ko.formatTemplateLiteralError,
1497
+ Trimmed: ko.formatTrimmedError,
1498
+ Tuple: ko.formatTupleError,
1499
+ UInt64: ko.formatUInt64Error,
1500
+ Union: ko.formatUnionError,
1501
+ UrlSafeString: ko.formatRegexError,
1502
+ },
1503
+ ml: {
1504
+ Array: ml.formatArrayError,
1505
+ Base64Url: ml.formatBase64UrlError,
1506
+ [Between1And2.name]: ml.formatBetweenError,
1507
+ BigInt: ml.formatBigIntError,
1508
+ Boolean: ml.formatBooleanError,
1509
+ Capitalized: ml.formatCapitalizedError,
1510
+ DateIso: ml.formatDateIsoError,
1511
+ DateIsoFromDate: ml.formatDateIsoFromDateError,
1512
+ DecimalString: ml.formatDecimalStringError,
1513
+ DiscriminatedUnion: ml.formatDiscriminatedUnionError,
1514
+ EvoluType: ml.formatEvoluTypeError,
1515
+ Finite: ml.formatFiniteError,
1516
+ Function: ml.formatFunctionError,
1517
+ GreaterThan1: ml.formatGreaterThanError,
1518
+ GreaterThanOrEqualTo1: ml.formatGreaterThanOrEqualToError,
1519
+ Id: ml.formatIdError,
1520
+ InstanceOf: ml.formatInstanceOfError,
1521
+ Int: ml.formatIntError,
1522
+ Int64: ml.formatInt64Error,
1523
+ Int64String: ml.formatInt64StringError,
1524
+ Json: ml.formatJsonError,
1525
+ JsonValue: ml.formatJsonValueError,
1526
+ Length2: ml.formatLengthError,
1527
+ Length16: ml.formatLengthError,
1528
+ LessThan1: ml.formatLessThanError,
1529
+ LessThan200: ml.formatLessThanError,
1530
+ LessThanOrEqualTo1: ml.formatLessThanOrEqualToError,
1531
+ Literal: ml.formatLiteralError,
1532
+ Map: ml.formatMapError,
1533
+ MaxLength2: ml.formatMaxLengthError,
1534
+ MaxLength64: ml.formatMaxLengthError,
1535
+ MaxLength100: ml.formatMaxLengthError,
1536
+ MaxLength1000: ml.formatMaxLengthError,
1537
+ MinLength1: ml.formatMinLengthError,
1538
+ MinLength2: ml.formatMinLengthError,
1539
+ MinLength8: ml.formatMinLengthError,
1540
+ Mnemonic: ml.formatMnemonicError,
1541
+ MultipleOf2: ml.formatMultipleOfError,
1542
+ Name: ml.formatNameError,
1543
+ Negative: ml.formatNegativeError,
1544
+ NegativeDecimalString: ml.formatNegativeDecimalStringError,
1545
+ Never: ml.formatNeverError,
1546
+ NonNaN: ml.formatNonNaNError,
1547
+ NonNegative: ml.formatNonNegativeError,
1548
+ NonNegativeDecimalString: ml.formatNonNegativeDecimalStringError,
1549
+ NonPositive: ml.formatNonPositiveError,
1550
+ NonPositiveDecimalString: ml.formatNonPositiveDecimalStringError,
1551
+ Number: ml.formatNumberError,
1552
+ Object: ml.formatObjectError,
1553
+ ObjectTag: ml.formatObjectTagError,
1554
+ Positive: ml.formatPositiveError,
1555
+ PositiveDecimalString: ml.formatPositiveDecimalStringError,
1556
+ Record: ml.formatRecordError,
1557
+ RecordKey: ml.formatRegexError,
1558
+ Regex: ml.formatRegexError,
1559
+ Set: ml.formatSetError,
1560
+ String: ml.formatStringError,
1561
+ Symbol: ml.formatSymbolError,
1562
+ TableId: ml.formatTableIdError,
1563
+ TemplateLiteral: ml.formatTemplateLiteralError,
1564
+ Trimmed: ml.formatTrimmedError,
1565
+ Tuple: ml.formatTupleError,
1566
+ UInt64: ml.formatUInt64Error,
1567
+ Union: ml.formatUnionError,
1568
+ UrlSafeString: ml.formatRegexError,
1569
+ },
1570
+ mr: {
1571
+ Array: mr.formatArrayError,
1572
+ Base64Url: mr.formatBase64UrlError,
1573
+ [Between1And2.name]: mr.formatBetweenError,
1574
+ BigInt: mr.formatBigIntError,
1575
+ Boolean: mr.formatBooleanError,
1576
+ Capitalized: mr.formatCapitalizedError,
1577
+ DateIso: mr.formatDateIsoError,
1578
+ DateIsoFromDate: mr.formatDateIsoFromDateError,
1579
+ DecimalString: mr.formatDecimalStringError,
1580
+ DiscriminatedUnion: mr.formatDiscriminatedUnionError,
1581
+ EvoluType: mr.formatEvoluTypeError,
1582
+ Finite: mr.formatFiniteError,
1583
+ Function: mr.formatFunctionError,
1584
+ GreaterThan1: mr.formatGreaterThanError,
1585
+ GreaterThanOrEqualTo1: mr.formatGreaterThanOrEqualToError,
1586
+ Id: mr.formatIdError,
1587
+ InstanceOf: mr.formatInstanceOfError,
1588
+ Int: mr.formatIntError,
1589
+ Int64: mr.formatInt64Error,
1590
+ Int64String: mr.formatInt64StringError,
1591
+ Json: mr.formatJsonError,
1592
+ JsonValue: mr.formatJsonValueError,
1593
+ Length2: mr.formatLengthError,
1594
+ Length16: mr.formatLengthError,
1595
+ LessThan1: mr.formatLessThanError,
1596
+ LessThan200: mr.formatLessThanError,
1597
+ LessThanOrEqualTo1: mr.formatLessThanOrEqualToError,
1598
+ Literal: mr.formatLiteralError,
1599
+ Map: mr.formatMapError,
1600
+ MaxLength2: mr.formatMaxLengthError,
1601
+ MaxLength64: mr.formatMaxLengthError,
1602
+ MaxLength100: mr.formatMaxLengthError,
1603
+ MaxLength1000: mr.formatMaxLengthError,
1604
+ MinLength1: mr.formatMinLengthError,
1605
+ MinLength2: mr.formatMinLengthError,
1606
+ MinLength8: mr.formatMinLengthError,
1607
+ Mnemonic: mr.formatMnemonicError,
1608
+ MultipleOf2: mr.formatMultipleOfError,
1609
+ Name: mr.formatNameError,
1610
+ Negative: mr.formatNegativeError,
1611
+ NegativeDecimalString: mr.formatNegativeDecimalStringError,
1612
+ Never: mr.formatNeverError,
1613
+ NonNaN: mr.formatNonNaNError,
1614
+ NonNegative: mr.formatNonNegativeError,
1615
+ NonNegativeDecimalString: mr.formatNonNegativeDecimalStringError,
1616
+ NonPositive: mr.formatNonPositiveError,
1617
+ NonPositiveDecimalString: mr.formatNonPositiveDecimalStringError,
1618
+ Number: mr.formatNumberError,
1619
+ Object: mr.formatObjectError,
1620
+ ObjectTag: mr.formatObjectTagError,
1621
+ Positive: mr.formatPositiveError,
1622
+ PositiveDecimalString: mr.formatPositiveDecimalStringError,
1623
+ Record: mr.formatRecordError,
1624
+ RecordKey: mr.formatRegexError,
1625
+ Regex: mr.formatRegexError,
1626
+ Set: mr.formatSetError,
1627
+ String: mr.formatStringError,
1628
+ Symbol: mr.formatSymbolError,
1629
+ TableId: mr.formatTableIdError,
1630
+ TemplateLiteral: mr.formatTemplateLiteralError,
1631
+ Trimmed: mr.formatTrimmedError,
1632
+ Tuple: mr.formatTupleError,
1633
+ UInt64: mr.formatUInt64Error,
1634
+ Union: mr.formatUnionError,
1635
+ UrlSafeString: mr.formatRegexError,
1636
+ },
1637
+ ms: {
1638
+ Array: ms.formatArrayError,
1639
+ Base64Url: ms.formatBase64UrlError,
1640
+ [Between1And2.name]: ms.formatBetweenError,
1641
+ BigInt: ms.formatBigIntError,
1642
+ Boolean: ms.formatBooleanError,
1643
+ Capitalized: ms.formatCapitalizedError,
1644
+ DateIso: ms.formatDateIsoError,
1645
+ DateIsoFromDate: ms.formatDateIsoFromDateError,
1646
+ DecimalString: ms.formatDecimalStringError,
1647
+ DiscriminatedUnion: ms.formatDiscriminatedUnionError,
1648
+ EvoluType: ms.formatEvoluTypeError,
1649
+ Finite: ms.formatFiniteError,
1650
+ Function: ms.formatFunctionError,
1651
+ GreaterThan1: ms.formatGreaterThanError,
1652
+ GreaterThanOrEqualTo1: ms.formatGreaterThanOrEqualToError,
1653
+ Id: ms.formatIdError,
1654
+ InstanceOf: ms.formatInstanceOfError,
1655
+ Int: ms.formatIntError,
1656
+ Int64: ms.formatInt64Error,
1657
+ Int64String: ms.formatInt64StringError,
1658
+ Json: ms.formatJsonError,
1659
+ JsonValue: ms.formatJsonValueError,
1660
+ Length2: ms.formatLengthError,
1661
+ Length16: ms.formatLengthError,
1662
+ LessThan1: ms.formatLessThanError,
1663
+ LessThan200: ms.formatLessThanError,
1664
+ LessThanOrEqualTo1: ms.formatLessThanOrEqualToError,
1665
+ Literal: ms.formatLiteralError,
1666
+ Map: ms.formatMapError,
1667
+ MaxLength2: ms.formatMaxLengthError,
1668
+ MaxLength64: ms.formatMaxLengthError,
1669
+ MaxLength100: ms.formatMaxLengthError,
1670
+ MaxLength1000: ms.formatMaxLengthError,
1671
+ MinLength1: ms.formatMinLengthError,
1672
+ MinLength2: ms.formatMinLengthError,
1673
+ MinLength8: ms.formatMinLengthError,
1674
+ Mnemonic: ms.formatMnemonicError,
1675
+ MultipleOf2: ms.formatMultipleOfError,
1676
+ Name: ms.formatNameError,
1677
+ Negative: ms.formatNegativeError,
1678
+ NegativeDecimalString: ms.formatNegativeDecimalStringError,
1679
+ Never: ms.formatNeverError,
1680
+ NonNaN: ms.formatNonNaNError,
1681
+ NonNegative: ms.formatNonNegativeError,
1682
+ NonNegativeDecimalString: ms.formatNonNegativeDecimalStringError,
1683
+ NonPositive: ms.formatNonPositiveError,
1684
+ NonPositiveDecimalString: ms.formatNonPositiveDecimalStringError,
1685
+ Number: ms.formatNumberError,
1686
+ Object: ms.formatObjectError,
1687
+ ObjectTag: ms.formatObjectTagError,
1688
+ Positive: ms.formatPositiveError,
1689
+ PositiveDecimalString: ms.formatPositiveDecimalStringError,
1690
+ Record: ms.formatRecordError,
1691
+ RecordKey: ms.formatRegexError,
1692
+ Regex: ms.formatRegexError,
1693
+ Set: ms.formatSetError,
1694
+ String: ms.formatStringError,
1695
+ Symbol: ms.formatSymbolError,
1696
+ TableId: ms.formatTableIdError,
1697
+ TemplateLiteral: ms.formatTemplateLiteralError,
1698
+ Trimmed: ms.formatTrimmedError,
1699
+ Tuple: ms.formatTupleError,
1700
+ UInt64: ms.formatUInt64Error,
1701
+ Union: ms.formatUnionError,
1702
+ UrlSafeString: ms.formatRegexError,
1703
+ },
1704
+ nb: {
1705
+ Array: nb.formatArrayError,
1706
+ Base64Url: nb.formatBase64UrlError,
1707
+ [Between1And2.name]: nb.formatBetweenError,
1708
+ BigInt: nb.formatBigIntError,
1709
+ Boolean: nb.formatBooleanError,
1710
+ Capitalized: nb.formatCapitalizedError,
1711
+ DateIso: nb.formatDateIsoError,
1712
+ DateIsoFromDate: nb.formatDateIsoFromDateError,
1713
+ DecimalString: nb.formatDecimalStringError,
1714
+ DiscriminatedUnion: nb.formatDiscriminatedUnionError,
1715
+ EvoluType: nb.formatEvoluTypeError,
1716
+ Finite: nb.formatFiniteError,
1717
+ Function: nb.formatFunctionError,
1718
+ GreaterThan1: nb.formatGreaterThanError,
1719
+ GreaterThanOrEqualTo1: nb.formatGreaterThanOrEqualToError,
1720
+ Id: nb.formatIdError,
1721
+ InstanceOf: nb.formatInstanceOfError,
1722
+ Int: nb.formatIntError,
1723
+ Int64: nb.formatInt64Error,
1724
+ Int64String: nb.formatInt64StringError,
1725
+ Json: nb.formatJsonError,
1726
+ JsonValue: nb.formatJsonValueError,
1727
+ Length2: nb.formatLengthError,
1728
+ Length16: nb.formatLengthError,
1729
+ LessThan1: nb.formatLessThanError,
1730
+ LessThan200: nb.formatLessThanError,
1731
+ LessThanOrEqualTo1: nb.formatLessThanOrEqualToError,
1732
+ Literal: nb.formatLiteralError,
1733
+ Map: nb.formatMapError,
1734
+ MaxLength2: nb.formatMaxLengthError,
1735
+ MaxLength64: nb.formatMaxLengthError,
1736
+ MaxLength100: nb.formatMaxLengthError,
1737
+ MaxLength1000: nb.formatMaxLengthError,
1738
+ MinLength1: nb.formatMinLengthError,
1739
+ MinLength2: nb.formatMinLengthError,
1740
+ MinLength8: nb.formatMinLengthError,
1741
+ Mnemonic: nb.formatMnemonicError,
1742
+ MultipleOf2: nb.formatMultipleOfError,
1743
+ Name: nb.formatNameError,
1744
+ Negative: nb.formatNegativeError,
1745
+ NegativeDecimalString: nb.formatNegativeDecimalStringError,
1746
+ Never: nb.formatNeverError,
1747
+ NonNaN: nb.formatNonNaNError,
1748
+ NonNegative: nb.formatNonNegativeError,
1749
+ NonNegativeDecimalString: nb.formatNonNegativeDecimalStringError,
1750
+ NonPositive: nb.formatNonPositiveError,
1751
+ NonPositiveDecimalString: nb.formatNonPositiveDecimalStringError,
1752
+ Number: nb.formatNumberError,
1753
+ Object: nb.formatObjectError,
1754
+ ObjectTag: nb.formatObjectTagError,
1755
+ Positive: nb.formatPositiveError,
1756
+ PositiveDecimalString: nb.formatPositiveDecimalStringError,
1757
+ Record: nb.formatRecordError,
1758
+ RecordKey: nb.formatRegexError,
1759
+ Regex: nb.formatRegexError,
1760
+ Set: nb.formatSetError,
1761
+ String: nb.formatStringError,
1762
+ Symbol: nb.formatSymbolError,
1763
+ TableId: nb.formatTableIdError,
1764
+ TemplateLiteral: nb.formatTemplateLiteralError,
1765
+ Trimmed: nb.formatTrimmedError,
1766
+ Tuple: nb.formatTupleError,
1767
+ UInt64: nb.formatUInt64Error,
1768
+ Union: nb.formatUnionError,
1769
+ UrlSafeString: nb.formatRegexError,
1770
+ },
1771
+ nl: {
1772
+ Array: nl.formatArrayError,
1773
+ Base64Url: nl.formatBase64UrlError,
1774
+ [Between1And2.name]: nl.formatBetweenError,
1775
+ BigInt: nl.formatBigIntError,
1776
+ Boolean: nl.formatBooleanError,
1777
+ Capitalized: nl.formatCapitalizedError,
1778
+ DateIso: nl.formatDateIsoError,
1779
+ DateIsoFromDate: nl.formatDateIsoFromDateError,
1780
+ DecimalString: nl.formatDecimalStringError,
1781
+ DiscriminatedUnion: nl.formatDiscriminatedUnionError,
1782
+ EvoluType: nl.formatEvoluTypeError,
1783
+ Finite: nl.formatFiniteError,
1784
+ Function: nl.formatFunctionError,
1785
+ GreaterThan1: nl.formatGreaterThanError,
1786
+ GreaterThanOrEqualTo1: nl.formatGreaterThanOrEqualToError,
1787
+ Id: nl.formatIdError,
1788
+ InstanceOf: nl.formatInstanceOfError,
1789
+ Int: nl.formatIntError,
1790
+ Int64: nl.formatInt64Error,
1791
+ Int64String: nl.formatInt64StringError,
1792
+ Json: nl.formatJsonError,
1793
+ JsonValue: nl.formatJsonValueError,
1794
+ Length2: nl.formatLengthError,
1795
+ Length16: nl.formatLengthError,
1796
+ LessThan1: nl.formatLessThanError,
1797
+ LessThan200: nl.formatLessThanError,
1798
+ LessThanOrEqualTo1: nl.formatLessThanOrEqualToError,
1799
+ Literal: nl.formatLiteralError,
1800
+ Map: nl.formatMapError,
1801
+ MaxLength2: nl.formatMaxLengthError,
1802
+ MaxLength64: nl.formatMaxLengthError,
1803
+ MaxLength100: nl.formatMaxLengthError,
1804
+ MaxLength1000: nl.formatMaxLengthError,
1805
+ MinLength1: nl.formatMinLengthError,
1806
+ MinLength2: nl.formatMinLengthError,
1807
+ MinLength8: nl.formatMinLengthError,
1808
+ Mnemonic: nl.formatMnemonicError,
1809
+ MultipleOf2: nl.formatMultipleOfError,
1810
+ Name: nl.formatNameError,
1811
+ Negative: nl.formatNegativeError,
1812
+ NegativeDecimalString: nl.formatNegativeDecimalStringError,
1813
+ Never: nl.formatNeverError,
1814
+ NonNaN: nl.formatNonNaNError,
1815
+ NonNegative: nl.formatNonNegativeError,
1816
+ NonNegativeDecimalString: nl.formatNonNegativeDecimalStringError,
1817
+ NonPositive: nl.formatNonPositiveError,
1818
+ NonPositiveDecimalString: nl.formatNonPositiveDecimalStringError,
1819
+ Number: nl.formatNumberError,
1820
+ Object: nl.formatObjectError,
1821
+ ObjectTag: nl.formatObjectTagError,
1822
+ Positive: nl.formatPositiveError,
1823
+ PositiveDecimalString: nl.formatPositiveDecimalStringError,
1824
+ Record: nl.formatRecordError,
1825
+ RecordKey: nl.formatRegexError,
1826
+ Regex: nl.formatRegexError,
1827
+ Set: nl.formatSetError,
1828
+ String: nl.formatStringError,
1829
+ Symbol: nl.formatSymbolError,
1830
+ TableId: nl.formatTableIdError,
1831
+ TemplateLiteral: nl.formatTemplateLiteralError,
1832
+ Trimmed: nl.formatTrimmedError,
1833
+ Tuple: nl.formatTupleError,
1834
+ UInt64: nl.formatUInt64Error,
1835
+ Union: nl.formatUnionError,
1836
+ UrlSafeString: nl.formatRegexError,
1837
+ },
1838
+ pa: {
1839
+ Array: pa.formatArrayError,
1840
+ Base64Url: pa.formatBase64UrlError,
1841
+ [Between1And2.name]: pa.formatBetweenError,
1842
+ BigInt: pa.formatBigIntError,
1843
+ Boolean: pa.formatBooleanError,
1844
+ Capitalized: pa.formatCapitalizedError,
1845
+ DateIso: pa.formatDateIsoError,
1846
+ DateIsoFromDate: pa.formatDateIsoFromDateError,
1847
+ DecimalString: pa.formatDecimalStringError,
1848
+ DiscriminatedUnion: pa.formatDiscriminatedUnionError,
1849
+ EvoluType: pa.formatEvoluTypeError,
1850
+ Finite: pa.formatFiniteError,
1851
+ Function: pa.formatFunctionError,
1852
+ GreaterThan1: pa.formatGreaterThanError,
1853
+ GreaterThanOrEqualTo1: pa.formatGreaterThanOrEqualToError,
1854
+ Id: pa.formatIdError,
1855
+ InstanceOf: pa.formatInstanceOfError,
1856
+ Int: pa.formatIntError,
1857
+ Int64: pa.formatInt64Error,
1858
+ Int64String: pa.formatInt64StringError,
1859
+ Json: pa.formatJsonError,
1860
+ JsonValue: pa.formatJsonValueError,
1861
+ Length2: pa.formatLengthError,
1862
+ Length16: pa.formatLengthError,
1863
+ LessThan1: pa.formatLessThanError,
1864
+ LessThan200: pa.formatLessThanError,
1865
+ LessThanOrEqualTo1: pa.formatLessThanOrEqualToError,
1866
+ Literal: pa.formatLiteralError,
1867
+ Map: pa.formatMapError,
1868
+ MaxLength2: pa.formatMaxLengthError,
1869
+ MaxLength64: pa.formatMaxLengthError,
1870
+ MaxLength100: pa.formatMaxLengthError,
1871
+ MaxLength1000: pa.formatMaxLengthError,
1872
+ MinLength1: pa.formatMinLengthError,
1873
+ MinLength2: pa.formatMinLengthError,
1874
+ MinLength8: pa.formatMinLengthError,
1875
+ Mnemonic: pa.formatMnemonicError,
1876
+ MultipleOf2: pa.formatMultipleOfError,
1877
+ Name: pa.formatNameError,
1878
+ Negative: pa.formatNegativeError,
1879
+ NegativeDecimalString: pa.formatNegativeDecimalStringError,
1880
+ Never: pa.formatNeverError,
1881
+ NonNaN: pa.formatNonNaNError,
1882
+ NonNegative: pa.formatNonNegativeError,
1883
+ NonNegativeDecimalString: pa.formatNonNegativeDecimalStringError,
1884
+ NonPositive: pa.formatNonPositiveError,
1885
+ NonPositiveDecimalString: pa.formatNonPositiveDecimalStringError,
1886
+ Number: pa.formatNumberError,
1887
+ Object: pa.formatObjectError,
1888
+ ObjectTag: pa.formatObjectTagError,
1889
+ Positive: pa.formatPositiveError,
1890
+ PositiveDecimalString: pa.formatPositiveDecimalStringError,
1891
+ Record: pa.formatRecordError,
1892
+ RecordKey: pa.formatRegexError,
1893
+ Regex: pa.formatRegexError,
1894
+ Set: pa.formatSetError,
1895
+ String: pa.formatStringError,
1896
+ Symbol: pa.formatSymbolError,
1897
+ TableId: pa.formatTableIdError,
1898
+ TemplateLiteral: pa.formatTemplateLiteralError,
1899
+ Trimmed: pa.formatTrimmedError,
1900
+ Tuple: pa.formatTupleError,
1901
+ UInt64: pa.formatUInt64Error,
1902
+ Union: pa.formatUnionError,
1903
+ UrlSafeString: pa.formatRegexError,
1904
+ },
1905
+ pl: {
1906
+ Array: pl.formatArrayError,
1907
+ Base64Url: pl.formatBase64UrlError,
1908
+ [Between1And2.name]: pl.formatBetweenError,
1909
+ BigInt: pl.formatBigIntError,
1910
+ Boolean: pl.formatBooleanError,
1911
+ Capitalized: pl.formatCapitalizedError,
1912
+ DateIso: pl.formatDateIsoError,
1913
+ DateIsoFromDate: pl.formatDateIsoFromDateError,
1914
+ DecimalString: pl.formatDecimalStringError,
1915
+ DiscriminatedUnion: pl.formatDiscriminatedUnionError,
1916
+ EvoluType: pl.formatEvoluTypeError,
1917
+ Finite: pl.formatFiniteError,
1918
+ Function: pl.formatFunctionError,
1919
+ GreaterThan1: pl.formatGreaterThanError,
1920
+ GreaterThanOrEqualTo1: pl.formatGreaterThanOrEqualToError,
1921
+ Id: pl.formatIdError,
1922
+ InstanceOf: pl.formatInstanceOfError,
1923
+ Int: pl.formatIntError,
1924
+ Int64: pl.formatInt64Error,
1925
+ Int64String: pl.formatInt64StringError,
1926
+ Json: pl.formatJsonError,
1927
+ JsonValue: pl.formatJsonValueError,
1928
+ Length2: pl.formatLengthError,
1929
+ Length16: pl.formatLengthError,
1930
+ LessThan1: pl.formatLessThanError,
1931
+ LessThan200: pl.formatLessThanError,
1932
+ LessThanOrEqualTo1: pl.formatLessThanOrEqualToError,
1933
+ Literal: pl.formatLiteralError,
1934
+ Map: pl.formatMapError,
1935
+ MaxLength2: pl.formatMaxLengthError,
1936
+ MaxLength64: pl.formatMaxLengthError,
1937
+ MaxLength100: pl.formatMaxLengthError,
1938
+ MaxLength1000: pl.formatMaxLengthError,
1939
+ MinLength1: pl.formatMinLengthError,
1940
+ MinLength2: pl.formatMinLengthError,
1941
+ MinLength8: pl.formatMinLengthError,
1942
+ Mnemonic: pl.formatMnemonicError,
1943
+ MultipleOf2: pl.formatMultipleOfError,
1944
+ Name: pl.formatNameError,
1945
+ Negative: pl.formatNegativeError,
1946
+ NegativeDecimalString: pl.formatNegativeDecimalStringError,
1947
+ Never: pl.formatNeverError,
1948
+ NonNaN: pl.formatNonNaNError,
1949
+ NonNegative: pl.formatNonNegativeError,
1950
+ NonNegativeDecimalString: pl.formatNonNegativeDecimalStringError,
1951
+ NonPositive: pl.formatNonPositiveError,
1952
+ NonPositiveDecimalString: pl.formatNonPositiveDecimalStringError,
1953
+ Number: pl.formatNumberError,
1954
+ Object: pl.formatObjectError,
1955
+ ObjectTag: pl.formatObjectTagError,
1956
+ Positive: pl.formatPositiveError,
1957
+ PositiveDecimalString: pl.formatPositiveDecimalStringError,
1958
+ Record: pl.formatRecordError,
1959
+ RecordKey: pl.formatRegexError,
1960
+ Regex: pl.formatRegexError,
1961
+ Set: pl.formatSetError,
1962
+ String: pl.formatStringError,
1963
+ Symbol: pl.formatSymbolError,
1964
+ TableId: pl.formatTableIdError,
1965
+ TemplateLiteral: pl.formatTemplateLiteralError,
1966
+ Trimmed: pl.formatTrimmedError,
1967
+ Tuple: pl.formatTupleError,
1968
+ UInt64: pl.formatUInt64Error,
1969
+ Union: pl.formatUnionError,
1970
+ UrlSafeString: pl.formatRegexError,
1971
+ },
1972
+ pt: {
1973
+ Array: pt.formatArrayError,
1974
+ Base64Url: pt.formatBase64UrlError,
1975
+ [Between1And2.name]: pt.formatBetweenError,
1976
+ BigInt: pt.formatBigIntError,
1977
+ Boolean: pt.formatBooleanError,
1978
+ Capitalized: pt.formatCapitalizedError,
1979
+ DateIso: pt.formatDateIsoError,
1980
+ DateIsoFromDate: pt.formatDateIsoFromDateError,
1981
+ DecimalString: pt.formatDecimalStringError,
1982
+ DiscriminatedUnion: pt.formatDiscriminatedUnionError,
1983
+ EvoluType: pt.formatEvoluTypeError,
1984
+ Finite: pt.formatFiniteError,
1985
+ Function: pt.formatFunctionError,
1986
+ GreaterThan1: pt.formatGreaterThanError,
1987
+ GreaterThanOrEqualTo1: pt.formatGreaterThanOrEqualToError,
1988
+ Id: pt.formatIdError,
1989
+ InstanceOf: pt.formatInstanceOfError,
1990
+ Int: pt.formatIntError,
1991
+ Int64: pt.formatInt64Error,
1992
+ Int64String: pt.formatInt64StringError,
1993
+ Json: pt.formatJsonError,
1994
+ JsonValue: pt.formatJsonValueError,
1995
+ Length2: pt.formatLengthError,
1996
+ Length16: pt.formatLengthError,
1997
+ LessThan1: pt.formatLessThanError,
1998
+ LessThan200: pt.formatLessThanError,
1999
+ LessThanOrEqualTo1: pt.formatLessThanOrEqualToError,
2000
+ Literal: pt.formatLiteralError,
2001
+ Map: pt.formatMapError,
2002
+ MaxLength2: pt.formatMaxLengthError,
2003
+ MaxLength64: pt.formatMaxLengthError,
2004
+ MaxLength100: pt.formatMaxLengthError,
2005
+ MaxLength1000: pt.formatMaxLengthError,
2006
+ MinLength1: pt.formatMinLengthError,
2007
+ MinLength2: pt.formatMinLengthError,
2008
+ MinLength8: pt.formatMinLengthError,
2009
+ Mnemonic: pt.formatMnemonicError,
2010
+ MultipleOf2: pt.formatMultipleOfError,
2011
+ Name: pt.formatNameError,
2012
+ Negative: pt.formatNegativeError,
2013
+ NegativeDecimalString: pt.formatNegativeDecimalStringError,
2014
+ Never: pt.formatNeverError,
2015
+ NonNaN: pt.formatNonNaNError,
2016
+ NonNegative: pt.formatNonNegativeError,
2017
+ NonNegativeDecimalString: pt.formatNonNegativeDecimalStringError,
2018
+ NonPositive: pt.formatNonPositiveError,
2019
+ NonPositiveDecimalString: pt.formatNonPositiveDecimalStringError,
2020
+ Number: pt.formatNumberError,
2021
+ Object: pt.formatObjectError,
2022
+ ObjectTag: pt.formatObjectTagError,
2023
+ Positive: pt.formatPositiveError,
2024
+ PositiveDecimalString: pt.formatPositiveDecimalStringError,
2025
+ Record: pt.formatRecordError,
2026
+ RecordKey: pt.formatRegexError,
2027
+ Regex: pt.formatRegexError,
2028
+ Set: pt.formatSetError,
2029
+ String: pt.formatStringError,
2030
+ Symbol: pt.formatSymbolError,
2031
+ TableId: pt.formatTableIdError,
2032
+ TemplateLiteral: pt.formatTemplateLiteralError,
2033
+ Trimmed: pt.formatTrimmedError,
2034
+ Tuple: pt.formatTupleError,
2035
+ UInt64: pt.formatUInt64Error,
2036
+ Union: pt.formatUnionError,
2037
+ UrlSafeString: pt.formatRegexError,
2038
+ },
2039
+ ptBR: {
2040
+ Array: ptBR.formatArrayError,
2041
+ Base64Url: ptBR.formatBase64UrlError,
2042
+ [Between1And2.name]: ptBR.formatBetweenError,
2043
+ BigInt: ptBR.formatBigIntError,
2044
+ Boolean: ptBR.formatBooleanError,
2045
+ Capitalized: ptBR.formatCapitalizedError,
2046
+ DateIso: ptBR.formatDateIsoError,
2047
+ DateIsoFromDate: ptBR.formatDateIsoFromDateError,
2048
+ DecimalString: ptBR.formatDecimalStringError,
2049
+ DiscriminatedUnion: ptBR.formatDiscriminatedUnionError,
2050
+ EvoluType: ptBR.formatEvoluTypeError,
2051
+ Finite: ptBR.formatFiniteError,
2052
+ Function: ptBR.formatFunctionError,
2053
+ GreaterThan1: ptBR.formatGreaterThanError,
2054
+ GreaterThanOrEqualTo1: ptBR.formatGreaterThanOrEqualToError,
2055
+ Id: ptBR.formatIdError,
2056
+ InstanceOf: ptBR.formatInstanceOfError,
2057
+ Int: ptBR.formatIntError,
2058
+ Int64: ptBR.formatInt64Error,
2059
+ Int64String: ptBR.formatInt64StringError,
2060
+ Json: ptBR.formatJsonError,
2061
+ JsonValue: ptBR.formatJsonValueError,
2062
+ Length2: ptBR.formatLengthError,
2063
+ Length16: ptBR.formatLengthError,
2064
+ LessThan1: ptBR.formatLessThanError,
2065
+ LessThan200: ptBR.formatLessThanError,
2066
+ LessThanOrEqualTo1: ptBR.formatLessThanOrEqualToError,
2067
+ Literal: ptBR.formatLiteralError,
2068
+ Map: ptBR.formatMapError,
2069
+ MaxLength2: ptBR.formatMaxLengthError,
2070
+ MaxLength64: ptBR.formatMaxLengthError,
2071
+ MaxLength100: ptBR.formatMaxLengthError,
2072
+ MaxLength1000: ptBR.formatMaxLengthError,
2073
+ MinLength1: ptBR.formatMinLengthError,
2074
+ MinLength2: ptBR.formatMinLengthError,
2075
+ MinLength8: ptBR.formatMinLengthError,
2076
+ Mnemonic: ptBR.formatMnemonicError,
2077
+ MultipleOf2: ptBR.formatMultipleOfError,
2078
+ Name: ptBR.formatNameError,
2079
+ Negative: ptBR.formatNegativeError,
2080
+ NegativeDecimalString: ptBR.formatNegativeDecimalStringError,
2081
+ Never: ptBR.formatNeverError,
2082
+ NonNaN: ptBR.formatNonNaNError,
2083
+ NonNegative: ptBR.formatNonNegativeError,
2084
+ NonNegativeDecimalString: ptBR.formatNonNegativeDecimalStringError,
2085
+ NonPositive: ptBR.formatNonPositiveError,
2086
+ NonPositiveDecimalString: ptBR.formatNonPositiveDecimalStringError,
2087
+ Number: ptBR.formatNumberError,
2088
+ Object: ptBR.formatObjectError,
2089
+ ObjectTag: ptBR.formatObjectTagError,
2090
+ Positive: ptBR.formatPositiveError,
2091
+ PositiveDecimalString: ptBR.formatPositiveDecimalStringError,
2092
+ Record: ptBR.formatRecordError,
2093
+ RecordKey: ptBR.formatRegexError,
2094
+ Regex: ptBR.formatRegexError,
2095
+ Set: ptBR.formatSetError,
2096
+ String: ptBR.formatStringError,
2097
+ Symbol: ptBR.formatSymbolError,
2098
+ TableId: ptBR.formatTableIdError,
2099
+ TemplateLiteral: ptBR.formatTemplateLiteralError,
2100
+ Trimmed: ptBR.formatTrimmedError,
2101
+ Tuple: ptBR.formatTupleError,
2102
+ UInt64: ptBR.formatUInt64Error,
2103
+ Union: ptBR.formatUnionError,
2104
+ UrlSafeString: ptBR.formatRegexError,
2105
+ },
2106
+ ro: {
2107
+ Array: ro.formatArrayError,
2108
+ Base64Url: ro.formatBase64UrlError,
2109
+ [Between1And2.name]: ro.formatBetweenError,
2110
+ BigInt: ro.formatBigIntError,
2111
+ Boolean: ro.formatBooleanError,
2112
+ Capitalized: ro.formatCapitalizedError,
2113
+ DateIso: ro.formatDateIsoError,
2114
+ DateIsoFromDate: ro.formatDateIsoFromDateError,
2115
+ DecimalString: ro.formatDecimalStringError,
2116
+ DiscriminatedUnion: ro.formatDiscriminatedUnionError,
2117
+ EvoluType: ro.formatEvoluTypeError,
2118
+ Finite: ro.formatFiniteError,
2119
+ Function: ro.formatFunctionError,
2120
+ GreaterThan1: ro.formatGreaterThanError,
2121
+ GreaterThanOrEqualTo1: ro.formatGreaterThanOrEqualToError,
2122
+ Id: ro.formatIdError,
2123
+ InstanceOf: ro.formatInstanceOfError,
2124
+ Int: ro.formatIntError,
2125
+ Int64: ro.formatInt64Error,
2126
+ Int64String: ro.formatInt64StringError,
2127
+ Json: ro.formatJsonError,
2128
+ JsonValue: ro.formatJsonValueError,
2129
+ Length2: ro.formatLengthError,
2130
+ Length16: ro.formatLengthError,
2131
+ LessThan1: ro.formatLessThanError,
2132
+ LessThan200: ro.formatLessThanError,
2133
+ LessThanOrEqualTo1: ro.formatLessThanOrEqualToError,
2134
+ Literal: ro.formatLiteralError,
2135
+ Map: ro.formatMapError,
2136
+ MaxLength2: ro.formatMaxLengthError,
2137
+ MaxLength64: ro.formatMaxLengthError,
2138
+ MaxLength100: ro.formatMaxLengthError,
2139
+ MaxLength1000: ro.formatMaxLengthError,
2140
+ MinLength1: ro.formatMinLengthError,
2141
+ MinLength2: ro.formatMinLengthError,
2142
+ MinLength8: ro.formatMinLengthError,
2143
+ Mnemonic: ro.formatMnemonicError,
2144
+ MultipleOf2: ro.formatMultipleOfError,
2145
+ Name: ro.formatNameError,
2146
+ Negative: ro.formatNegativeError,
2147
+ NegativeDecimalString: ro.formatNegativeDecimalStringError,
2148
+ Never: ro.formatNeverError,
2149
+ NonNaN: ro.formatNonNaNError,
2150
+ NonNegative: ro.formatNonNegativeError,
2151
+ NonNegativeDecimalString: ro.formatNonNegativeDecimalStringError,
2152
+ NonPositive: ro.formatNonPositiveError,
2153
+ NonPositiveDecimalString: ro.formatNonPositiveDecimalStringError,
2154
+ Number: ro.formatNumberError,
2155
+ Object: ro.formatObjectError,
2156
+ ObjectTag: ro.formatObjectTagError,
2157
+ Positive: ro.formatPositiveError,
2158
+ PositiveDecimalString: ro.formatPositiveDecimalStringError,
2159
+ Record: ro.formatRecordError,
2160
+ RecordKey: ro.formatRegexError,
2161
+ Regex: ro.formatRegexError,
2162
+ Set: ro.formatSetError,
2163
+ String: ro.formatStringError,
2164
+ Symbol: ro.formatSymbolError,
2165
+ TableId: ro.formatTableIdError,
2166
+ TemplateLiteral: ro.formatTemplateLiteralError,
2167
+ Trimmed: ro.formatTrimmedError,
2168
+ Tuple: ro.formatTupleError,
2169
+ UInt64: ro.formatUInt64Error,
2170
+ Union: ro.formatUnionError,
2171
+ UrlSafeString: ro.formatRegexError,
2172
+ },
2173
+ sk: {
2174
+ Array: sk.formatArrayError,
2175
+ Base64Url: sk.formatBase64UrlError,
2176
+ [Between1And2.name]: sk.formatBetweenError,
2177
+ BigInt: sk.formatBigIntError,
2178
+ Boolean: sk.formatBooleanError,
2179
+ Capitalized: sk.formatCapitalizedError,
2180
+ DateIso: sk.formatDateIsoError,
2181
+ DateIsoFromDate: sk.formatDateIsoFromDateError,
2182
+ DecimalString: sk.formatDecimalStringError,
2183
+ DiscriminatedUnion: sk.formatDiscriminatedUnionError,
2184
+ EvoluType: sk.formatEvoluTypeError,
2185
+ Finite: sk.formatFiniteError,
2186
+ Function: sk.formatFunctionError,
2187
+ GreaterThan1: sk.formatGreaterThanError,
2188
+ GreaterThanOrEqualTo1: sk.formatGreaterThanOrEqualToError,
2189
+ Id: sk.formatIdError,
2190
+ InstanceOf: sk.formatInstanceOfError,
2191
+ Int: sk.formatIntError,
2192
+ Int64: sk.formatInt64Error,
2193
+ Int64String: sk.formatInt64StringError,
2194
+ Json: sk.formatJsonError,
2195
+ JsonValue: sk.formatJsonValueError,
2196
+ Length2: sk.formatLengthError,
2197
+ Length16: sk.formatLengthError,
2198
+ LessThan1: sk.formatLessThanError,
2199
+ LessThan200: sk.formatLessThanError,
2200
+ LessThanOrEqualTo1: sk.formatLessThanOrEqualToError,
2201
+ Literal: sk.formatLiteralError,
2202
+ Map: sk.formatMapError,
2203
+ MaxLength2: sk.formatMaxLengthError,
2204
+ MaxLength64: sk.formatMaxLengthError,
2205
+ MaxLength100: sk.formatMaxLengthError,
2206
+ MaxLength1000: sk.formatMaxLengthError,
2207
+ MinLength1: sk.formatMinLengthError,
2208
+ MinLength2: sk.formatMinLengthError,
2209
+ MinLength8: sk.formatMinLengthError,
2210
+ Mnemonic: sk.formatMnemonicError,
2211
+ MultipleOf2: sk.formatMultipleOfError,
2212
+ Name: sk.formatNameError,
2213
+ Negative: sk.formatNegativeError,
2214
+ NegativeDecimalString: sk.formatNegativeDecimalStringError,
2215
+ Never: sk.formatNeverError,
2216
+ NonNaN: sk.formatNonNaNError,
2217
+ NonNegative: sk.formatNonNegativeError,
2218
+ NonNegativeDecimalString: sk.formatNonNegativeDecimalStringError,
2219
+ NonPositive: sk.formatNonPositiveError,
2220
+ NonPositiveDecimalString: sk.formatNonPositiveDecimalStringError,
2221
+ Number: sk.formatNumberError,
2222
+ Object: sk.formatObjectError,
2223
+ ObjectTag: sk.formatObjectTagError,
2224
+ Positive: sk.formatPositiveError,
2225
+ PositiveDecimalString: sk.formatPositiveDecimalStringError,
2226
+ Record: sk.formatRecordError,
2227
+ RecordKey: sk.formatRegexError,
2228
+ Regex: sk.formatRegexError,
2229
+ Set: sk.formatSetError,
2230
+ String: sk.formatStringError,
2231
+ Symbol: sk.formatSymbolError,
2232
+ TableId: sk.formatTableIdError,
2233
+ TemplateLiteral: sk.formatTemplateLiteralError,
2234
+ Trimmed: sk.formatTrimmedError,
2235
+ Tuple: sk.formatTupleError,
2236
+ UInt64: sk.formatUInt64Error,
2237
+ Union: sk.formatUnionError,
2238
+ UrlSafeString: sk.formatRegexError,
2239
+ },
2240
+ sl: {
2241
+ Array: sl.formatArrayError,
2242
+ Base64Url: sl.formatBase64UrlError,
2243
+ [Between1And2.name]: sl.formatBetweenError,
2244
+ BigInt: sl.formatBigIntError,
2245
+ Boolean: sl.formatBooleanError,
2246
+ Capitalized: sl.formatCapitalizedError,
2247
+ DateIso: sl.formatDateIsoError,
2248
+ DateIsoFromDate: sl.formatDateIsoFromDateError,
2249
+ DecimalString: sl.formatDecimalStringError,
2250
+ DiscriminatedUnion: sl.formatDiscriminatedUnionError,
2251
+ EvoluType: sl.formatEvoluTypeError,
2252
+ Finite: sl.formatFiniteError,
2253
+ Function: sl.formatFunctionError,
2254
+ GreaterThan1: sl.formatGreaterThanError,
2255
+ GreaterThanOrEqualTo1: sl.formatGreaterThanOrEqualToError,
2256
+ Id: sl.formatIdError,
2257
+ InstanceOf: sl.formatInstanceOfError,
2258
+ Int: sl.formatIntError,
2259
+ Int64: sl.formatInt64Error,
2260
+ Int64String: sl.formatInt64StringError,
2261
+ Json: sl.formatJsonError,
2262
+ JsonValue: sl.formatJsonValueError,
2263
+ Length2: sl.formatLengthError,
2264
+ Length16: sl.formatLengthError,
2265
+ LessThan1: sl.formatLessThanError,
2266
+ LessThan200: sl.formatLessThanError,
2267
+ LessThanOrEqualTo1: sl.formatLessThanOrEqualToError,
2268
+ Literal: sl.formatLiteralError,
2269
+ Map: sl.formatMapError,
2270
+ MaxLength2: sl.formatMaxLengthError,
2271
+ MaxLength64: sl.formatMaxLengthError,
2272
+ MaxLength100: sl.formatMaxLengthError,
2273
+ MaxLength1000: sl.formatMaxLengthError,
2274
+ MinLength1: sl.formatMinLengthError,
2275
+ MinLength2: sl.formatMinLengthError,
2276
+ MinLength8: sl.formatMinLengthError,
2277
+ Mnemonic: sl.formatMnemonicError,
2278
+ MultipleOf2: sl.formatMultipleOfError,
2279
+ Name: sl.formatNameError,
2280
+ Negative: sl.formatNegativeError,
2281
+ NegativeDecimalString: sl.formatNegativeDecimalStringError,
2282
+ Never: sl.formatNeverError,
2283
+ NonNaN: sl.formatNonNaNError,
2284
+ NonNegative: sl.formatNonNegativeError,
2285
+ NonNegativeDecimalString: sl.formatNonNegativeDecimalStringError,
2286
+ NonPositive: sl.formatNonPositiveError,
2287
+ NonPositiveDecimalString: sl.formatNonPositiveDecimalStringError,
2288
+ Number: sl.formatNumberError,
2289
+ Object: sl.formatObjectError,
2290
+ ObjectTag: sl.formatObjectTagError,
2291
+ Positive: sl.formatPositiveError,
2292
+ PositiveDecimalString: sl.formatPositiveDecimalStringError,
2293
+ Record: sl.formatRecordError,
2294
+ RecordKey: sl.formatRegexError,
2295
+ Regex: sl.formatRegexError,
2296
+ Set: sl.formatSetError,
2297
+ String: sl.formatStringError,
2298
+ Symbol: sl.formatSymbolError,
2299
+ TableId: sl.formatTableIdError,
2300
+ TemplateLiteral: sl.formatTemplateLiteralError,
2301
+ Trimmed: sl.formatTrimmedError,
2302
+ Tuple: sl.formatTupleError,
2303
+ UInt64: sl.formatUInt64Error,
2304
+ Union: sl.formatUnionError,
2305
+ UrlSafeString: sl.formatRegexError,
2306
+ },
2307
+ sv: {
2308
+ Array: sv.formatArrayError,
2309
+ Base64Url: sv.formatBase64UrlError,
2310
+ [Between1And2.name]: sv.formatBetweenError,
2311
+ BigInt: sv.formatBigIntError,
2312
+ Boolean: sv.formatBooleanError,
2313
+ Capitalized: sv.formatCapitalizedError,
2314
+ DateIso: sv.formatDateIsoError,
2315
+ DateIsoFromDate: sv.formatDateIsoFromDateError,
2316
+ DecimalString: sv.formatDecimalStringError,
2317
+ DiscriminatedUnion: sv.formatDiscriminatedUnionError,
2318
+ EvoluType: sv.formatEvoluTypeError,
2319
+ Finite: sv.formatFiniteError,
2320
+ Function: sv.formatFunctionError,
2321
+ GreaterThan1: sv.formatGreaterThanError,
2322
+ GreaterThanOrEqualTo1: sv.formatGreaterThanOrEqualToError,
2323
+ Id: sv.formatIdError,
2324
+ InstanceOf: sv.formatInstanceOfError,
2325
+ Int: sv.formatIntError,
2326
+ Int64: sv.formatInt64Error,
2327
+ Int64String: sv.formatInt64StringError,
2328
+ Json: sv.formatJsonError,
2329
+ JsonValue: sv.formatJsonValueError,
2330
+ Length2: sv.formatLengthError,
2331
+ Length16: sv.formatLengthError,
2332
+ LessThan1: sv.formatLessThanError,
2333
+ LessThan200: sv.formatLessThanError,
2334
+ LessThanOrEqualTo1: sv.formatLessThanOrEqualToError,
2335
+ Literal: sv.formatLiteralError,
2336
+ Map: sv.formatMapError,
2337
+ MaxLength2: sv.formatMaxLengthError,
2338
+ MaxLength64: sv.formatMaxLengthError,
2339
+ MaxLength100: sv.formatMaxLengthError,
2340
+ MaxLength1000: sv.formatMaxLengthError,
2341
+ MinLength1: sv.formatMinLengthError,
2342
+ MinLength2: sv.formatMinLengthError,
2343
+ MinLength8: sv.formatMinLengthError,
2344
+ Mnemonic: sv.formatMnemonicError,
2345
+ MultipleOf2: sv.formatMultipleOfError,
2346
+ Name: sv.formatNameError,
2347
+ Negative: sv.formatNegativeError,
2348
+ NegativeDecimalString: sv.formatNegativeDecimalStringError,
2349
+ Never: sv.formatNeverError,
2350
+ NonNaN: sv.formatNonNaNError,
2351
+ NonNegative: sv.formatNonNegativeError,
2352
+ NonNegativeDecimalString: sv.formatNonNegativeDecimalStringError,
2353
+ NonPositive: sv.formatNonPositiveError,
2354
+ NonPositiveDecimalString: sv.formatNonPositiveDecimalStringError,
2355
+ Number: sv.formatNumberError,
2356
+ Object: sv.formatObjectError,
2357
+ ObjectTag: sv.formatObjectTagError,
2358
+ Positive: sv.formatPositiveError,
2359
+ PositiveDecimalString: sv.formatPositiveDecimalStringError,
2360
+ Record: sv.formatRecordError,
2361
+ RecordKey: sv.formatRegexError,
2362
+ Regex: sv.formatRegexError,
2363
+ Set: sv.formatSetError,
2364
+ String: sv.formatStringError,
2365
+ Symbol: sv.formatSymbolError,
2366
+ TableId: sv.formatTableIdError,
2367
+ TemplateLiteral: sv.formatTemplateLiteralError,
2368
+ Trimmed: sv.formatTrimmedError,
2369
+ Tuple: sv.formatTupleError,
2370
+ UInt64: sv.formatUInt64Error,
2371
+ Union: sv.formatUnionError,
2372
+ UrlSafeString: sv.formatRegexError,
2373
+ },
2374
+ sw: {
2375
+ Array: sw.formatArrayError,
2376
+ Base64Url: sw.formatBase64UrlError,
2377
+ [Between1And2.name]: sw.formatBetweenError,
2378
+ BigInt: sw.formatBigIntError,
2379
+ Boolean: sw.formatBooleanError,
2380
+ Capitalized: sw.formatCapitalizedError,
2381
+ DateIso: sw.formatDateIsoError,
2382
+ DateIsoFromDate: sw.formatDateIsoFromDateError,
2383
+ DecimalString: sw.formatDecimalStringError,
2384
+ DiscriminatedUnion: sw.formatDiscriminatedUnionError,
2385
+ EvoluType: sw.formatEvoluTypeError,
2386
+ Finite: sw.formatFiniteError,
2387
+ Function: sw.formatFunctionError,
2388
+ GreaterThan1: sw.formatGreaterThanError,
2389
+ GreaterThanOrEqualTo1: sw.formatGreaterThanOrEqualToError,
2390
+ Id: sw.formatIdError,
2391
+ InstanceOf: sw.formatInstanceOfError,
2392
+ Int: sw.formatIntError,
2393
+ Int64: sw.formatInt64Error,
2394
+ Int64String: sw.formatInt64StringError,
2395
+ Json: sw.formatJsonError,
2396
+ JsonValue: sw.formatJsonValueError,
2397
+ Length2: sw.formatLengthError,
2398
+ Length16: sw.formatLengthError,
2399
+ LessThan1: sw.formatLessThanError,
2400
+ LessThan200: sw.formatLessThanError,
2401
+ LessThanOrEqualTo1: sw.formatLessThanOrEqualToError,
2402
+ Literal: sw.formatLiteralError,
2403
+ Map: sw.formatMapError,
2404
+ MaxLength2: sw.formatMaxLengthError,
2405
+ MaxLength64: sw.formatMaxLengthError,
2406
+ MaxLength100: sw.formatMaxLengthError,
2407
+ MaxLength1000: sw.formatMaxLengthError,
2408
+ MinLength1: sw.formatMinLengthError,
2409
+ MinLength2: sw.formatMinLengthError,
2410
+ MinLength8: sw.formatMinLengthError,
2411
+ Mnemonic: sw.formatMnemonicError,
2412
+ MultipleOf2: sw.formatMultipleOfError,
2413
+ Name: sw.formatNameError,
2414
+ Negative: sw.formatNegativeError,
2415
+ NegativeDecimalString: sw.formatNegativeDecimalStringError,
2416
+ Never: sw.formatNeverError,
2417
+ NonNaN: sw.formatNonNaNError,
2418
+ NonNegative: sw.formatNonNegativeError,
2419
+ NonNegativeDecimalString: sw.formatNonNegativeDecimalStringError,
2420
+ NonPositive: sw.formatNonPositiveError,
2421
+ NonPositiveDecimalString: sw.formatNonPositiveDecimalStringError,
2422
+ Number: sw.formatNumberError,
2423
+ Object: sw.formatObjectError,
2424
+ ObjectTag: sw.formatObjectTagError,
2425
+ Positive: sw.formatPositiveError,
2426
+ PositiveDecimalString: sw.formatPositiveDecimalStringError,
2427
+ Record: sw.formatRecordError,
2428
+ RecordKey: sw.formatRegexError,
2429
+ Regex: sw.formatRegexError,
2430
+ Set: sw.formatSetError,
2431
+ String: sw.formatStringError,
2432
+ Symbol: sw.formatSymbolError,
2433
+ TableId: sw.formatTableIdError,
2434
+ TemplateLiteral: sw.formatTemplateLiteralError,
2435
+ Trimmed: sw.formatTrimmedError,
2436
+ Tuple: sw.formatTupleError,
2437
+ UInt64: sw.formatUInt64Error,
2438
+ Union: sw.formatUnionError,
2439
+ UrlSafeString: sw.formatRegexError,
2440
+ },
2441
+ ta: {
2442
+ Array: ta.formatArrayError,
2443
+ Base64Url: ta.formatBase64UrlError,
2444
+ [Between1And2.name]: ta.formatBetweenError,
2445
+ BigInt: ta.formatBigIntError,
2446
+ Boolean: ta.formatBooleanError,
2447
+ Capitalized: ta.formatCapitalizedError,
2448
+ DateIso: ta.formatDateIsoError,
2449
+ DateIsoFromDate: ta.formatDateIsoFromDateError,
2450
+ DecimalString: ta.formatDecimalStringError,
2451
+ DiscriminatedUnion: ta.formatDiscriminatedUnionError,
2452
+ EvoluType: ta.formatEvoluTypeError,
2453
+ Finite: ta.formatFiniteError,
2454
+ Function: ta.formatFunctionError,
2455
+ GreaterThan1: ta.formatGreaterThanError,
2456
+ GreaterThanOrEqualTo1: ta.formatGreaterThanOrEqualToError,
2457
+ Id: ta.formatIdError,
2458
+ InstanceOf: ta.formatInstanceOfError,
2459
+ Int: ta.formatIntError,
2460
+ Int64: ta.formatInt64Error,
2461
+ Int64String: ta.formatInt64StringError,
2462
+ Json: ta.formatJsonError,
2463
+ JsonValue: ta.formatJsonValueError,
2464
+ Length2: ta.formatLengthError,
2465
+ Length16: ta.formatLengthError,
2466
+ LessThan1: ta.formatLessThanError,
2467
+ LessThan200: ta.formatLessThanError,
2468
+ LessThanOrEqualTo1: ta.formatLessThanOrEqualToError,
2469
+ Literal: ta.formatLiteralError,
2470
+ Map: ta.formatMapError,
2471
+ MaxLength2: ta.formatMaxLengthError,
2472
+ MaxLength64: ta.formatMaxLengthError,
2473
+ MaxLength100: ta.formatMaxLengthError,
2474
+ MaxLength1000: ta.formatMaxLengthError,
2475
+ MinLength1: ta.formatMinLengthError,
2476
+ MinLength2: ta.formatMinLengthError,
2477
+ MinLength8: ta.formatMinLengthError,
2478
+ Mnemonic: ta.formatMnemonicError,
2479
+ MultipleOf2: ta.formatMultipleOfError,
2480
+ Name: ta.formatNameError,
2481
+ Negative: ta.formatNegativeError,
2482
+ NegativeDecimalString: ta.formatNegativeDecimalStringError,
2483
+ Never: ta.formatNeverError,
2484
+ NonNaN: ta.formatNonNaNError,
2485
+ NonNegative: ta.formatNonNegativeError,
2486
+ NonNegativeDecimalString: ta.formatNonNegativeDecimalStringError,
2487
+ NonPositive: ta.formatNonPositiveError,
2488
+ NonPositiveDecimalString: ta.formatNonPositiveDecimalStringError,
2489
+ Number: ta.formatNumberError,
2490
+ Object: ta.formatObjectError,
2491
+ ObjectTag: ta.formatObjectTagError,
2492
+ Positive: ta.formatPositiveError,
2493
+ PositiveDecimalString: ta.formatPositiveDecimalStringError,
2494
+ Record: ta.formatRecordError,
2495
+ RecordKey: ta.formatRegexError,
2496
+ Regex: ta.formatRegexError,
2497
+ Set: ta.formatSetError,
2498
+ String: ta.formatStringError,
2499
+ Symbol: ta.formatSymbolError,
2500
+ TableId: ta.formatTableIdError,
2501
+ TemplateLiteral: ta.formatTemplateLiteralError,
2502
+ Trimmed: ta.formatTrimmedError,
2503
+ Tuple: ta.formatTupleError,
2504
+ UInt64: ta.formatUInt64Error,
2505
+ Union: ta.formatUnionError,
2506
+ UrlSafeString: ta.formatRegexError,
2507
+ },
2508
+ te: {
2509
+ Array: te.formatArrayError,
2510
+ Base64Url: te.formatBase64UrlError,
2511
+ [Between1And2.name]: te.formatBetweenError,
2512
+ BigInt: te.formatBigIntError,
2513
+ Boolean: te.formatBooleanError,
2514
+ Capitalized: te.formatCapitalizedError,
2515
+ DateIso: te.formatDateIsoError,
2516
+ DateIsoFromDate: te.formatDateIsoFromDateError,
2517
+ DecimalString: te.formatDecimalStringError,
2518
+ DiscriminatedUnion: te.formatDiscriminatedUnionError,
2519
+ EvoluType: te.formatEvoluTypeError,
2520
+ Finite: te.formatFiniteError,
2521
+ Function: te.formatFunctionError,
2522
+ GreaterThan1: te.formatGreaterThanError,
2523
+ GreaterThanOrEqualTo1: te.formatGreaterThanOrEqualToError,
2524
+ Id: te.formatIdError,
2525
+ InstanceOf: te.formatInstanceOfError,
2526
+ Int: te.formatIntError,
2527
+ Int64: te.formatInt64Error,
2528
+ Int64String: te.formatInt64StringError,
2529
+ Json: te.formatJsonError,
2530
+ JsonValue: te.formatJsonValueError,
2531
+ Length2: te.formatLengthError,
2532
+ Length16: te.formatLengthError,
2533
+ LessThan1: te.formatLessThanError,
2534
+ LessThan200: te.formatLessThanError,
2535
+ LessThanOrEqualTo1: te.formatLessThanOrEqualToError,
2536
+ Literal: te.formatLiteralError,
2537
+ Map: te.formatMapError,
2538
+ MaxLength2: te.formatMaxLengthError,
2539
+ MaxLength64: te.formatMaxLengthError,
2540
+ MaxLength100: te.formatMaxLengthError,
2541
+ MaxLength1000: te.formatMaxLengthError,
2542
+ MinLength1: te.formatMinLengthError,
2543
+ MinLength2: te.formatMinLengthError,
2544
+ MinLength8: te.formatMinLengthError,
2545
+ Mnemonic: te.formatMnemonicError,
2546
+ MultipleOf2: te.formatMultipleOfError,
2547
+ Name: te.formatNameError,
2548
+ Negative: te.formatNegativeError,
2549
+ NegativeDecimalString: te.formatNegativeDecimalStringError,
2550
+ Never: te.formatNeverError,
2551
+ NonNaN: te.formatNonNaNError,
2552
+ NonNegative: te.formatNonNegativeError,
2553
+ NonNegativeDecimalString: te.formatNonNegativeDecimalStringError,
2554
+ NonPositive: te.formatNonPositiveError,
2555
+ NonPositiveDecimalString: te.formatNonPositiveDecimalStringError,
2556
+ Number: te.formatNumberError,
2557
+ Object: te.formatObjectError,
2558
+ ObjectTag: te.formatObjectTagError,
2559
+ Positive: te.formatPositiveError,
2560
+ PositiveDecimalString: te.formatPositiveDecimalStringError,
2561
+ Record: te.formatRecordError,
2562
+ RecordKey: te.formatRegexError,
2563
+ Regex: te.formatRegexError,
2564
+ Set: te.formatSetError,
2565
+ String: te.formatStringError,
2566
+ Symbol: te.formatSymbolError,
2567
+ TableId: te.formatTableIdError,
2568
+ TemplateLiteral: te.formatTemplateLiteralError,
2569
+ Trimmed: te.formatTrimmedError,
2570
+ Tuple: te.formatTupleError,
2571
+ UInt64: te.formatUInt64Error,
2572
+ Union: te.formatUnionError,
2573
+ UrlSafeString: te.formatRegexError,
2574
+ },
2575
+ th: {
2576
+ Array: th.formatArrayError,
2577
+ Base64Url: th.formatBase64UrlError,
2578
+ [Between1And2.name]: th.formatBetweenError,
2579
+ BigInt: th.formatBigIntError,
2580
+ Boolean: th.formatBooleanError,
2581
+ Capitalized: th.formatCapitalizedError,
2582
+ DateIso: th.formatDateIsoError,
2583
+ DateIsoFromDate: th.formatDateIsoFromDateError,
2584
+ DecimalString: th.formatDecimalStringError,
2585
+ DiscriminatedUnion: th.formatDiscriminatedUnionError,
2586
+ EvoluType: th.formatEvoluTypeError,
2587
+ Finite: th.formatFiniteError,
2588
+ Function: th.formatFunctionError,
2589
+ GreaterThan1: th.formatGreaterThanError,
2590
+ GreaterThanOrEqualTo1: th.formatGreaterThanOrEqualToError,
2591
+ Id: th.formatIdError,
2592
+ InstanceOf: th.formatInstanceOfError,
2593
+ Int: th.formatIntError,
2594
+ Int64: th.formatInt64Error,
2595
+ Int64String: th.formatInt64StringError,
2596
+ Json: th.formatJsonError,
2597
+ JsonValue: th.formatJsonValueError,
2598
+ Length2: th.formatLengthError,
2599
+ Length16: th.formatLengthError,
2600
+ LessThan1: th.formatLessThanError,
2601
+ LessThan200: th.formatLessThanError,
2602
+ LessThanOrEqualTo1: th.formatLessThanOrEqualToError,
2603
+ Literal: th.formatLiteralError,
2604
+ Map: th.formatMapError,
2605
+ MaxLength2: th.formatMaxLengthError,
2606
+ MaxLength64: th.formatMaxLengthError,
2607
+ MaxLength100: th.formatMaxLengthError,
2608
+ MaxLength1000: th.formatMaxLengthError,
2609
+ MinLength1: th.formatMinLengthError,
2610
+ MinLength2: th.formatMinLengthError,
2611
+ MinLength8: th.formatMinLengthError,
2612
+ Mnemonic: th.formatMnemonicError,
2613
+ MultipleOf2: th.formatMultipleOfError,
2614
+ Name: th.formatNameError,
2615
+ Negative: th.formatNegativeError,
2616
+ NegativeDecimalString: th.formatNegativeDecimalStringError,
2617
+ Never: th.formatNeverError,
2618
+ NonNaN: th.formatNonNaNError,
2619
+ NonNegative: th.formatNonNegativeError,
2620
+ NonNegativeDecimalString: th.formatNonNegativeDecimalStringError,
2621
+ NonPositive: th.formatNonPositiveError,
2622
+ NonPositiveDecimalString: th.formatNonPositiveDecimalStringError,
2623
+ Number: th.formatNumberError,
2624
+ Object: th.formatObjectError,
2625
+ ObjectTag: th.formatObjectTagError,
2626
+ Positive: th.formatPositiveError,
2627
+ PositiveDecimalString: th.formatPositiveDecimalStringError,
2628
+ Record: th.formatRecordError,
2629
+ RecordKey: th.formatRegexError,
2630
+ Regex: th.formatRegexError,
2631
+ Set: th.formatSetError,
2632
+ String: th.formatStringError,
2633
+ Symbol: th.formatSymbolError,
2634
+ TableId: th.formatTableIdError,
2635
+ TemplateLiteral: th.formatTemplateLiteralError,
2636
+ Trimmed: th.formatTrimmedError,
2637
+ Tuple: th.formatTupleError,
2638
+ UInt64: th.formatUInt64Error,
2639
+ Union: th.formatUnionError,
2640
+ UrlSafeString: th.formatRegexError,
2641
+ },
2642
+ tr: {
2643
+ Array: tr.formatArrayError,
2644
+ Base64Url: tr.formatBase64UrlError,
2645
+ [Between1And2.name]: tr.formatBetweenError,
2646
+ BigInt: tr.formatBigIntError,
2647
+ Boolean: tr.formatBooleanError,
2648
+ Capitalized: tr.formatCapitalizedError,
2649
+ DateIso: tr.formatDateIsoError,
2650
+ DateIsoFromDate: tr.formatDateIsoFromDateError,
2651
+ DecimalString: tr.formatDecimalStringError,
2652
+ DiscriminatedUnion: tr.formatDiscriminatedUnionError,
2653
+ EvoluType: tr.formatEvoluTypeError,
2654
+ Finite: tr.formatFiniteError,
2655
+ Function: tr.formatFunctionError,
2656
+ GreaterThan1: tr.formatGreaterThanError,
2657
+ GreaterThanOrEqualTo1: tr.formatGreaterThanOrEqualToError,
2658
+ Id: tr.formatIdError,
2659
+ InstanceOf: tr.formatInstanceOfError,
2660
+ Int: tr.formatIntError,
2661
+ Int64: tr.formatInt64Error,
2662
+ Int64String: tr.formatInt64StringError,
2663
+ Json: tr.formatJsonError,
2664
+ JsonValue: tr.formatJsonValueError,
2665
+ Length2: tr.formatLengthError,
2666
+ Length16: tr.formatLengthError,
2667
+ LessThan1: tr.formatLessThanError,
2668
+ LessThan200: tr.formatLessThanError,
2669
+ LessThanOrEqualTo1: tr.formatLessThanOrEqualToError,
2670
+ Literal: tr.formatLiteralError,
2671
+ Map: tr.formatMapError,
2672
+ MaxLength2: tr.formatMaxLengthError,
2673
+ MaxLength64: tr.formatMaxLengthError,
2674
+ MaxLength100: tr.formatMaxLengthError,
2675
+ MaxLength1000: tr.formatMaxLengthError,
2676
+ MinLength1: tr.formatMinLengthError,
2677
+ MinLength2: tr.formatMinLengthError,
2678
+ MinLength8: tr.formatMinLengthError,
2679
+ Mnemonic: tr.formatMnemonicError,
2680
+ MultipleOf2: tr.formatMultipleOfError,
2681
+ Name: tr.formatNameError,
2682
+ Negative: tr.formatNegativeError,
2683
+ NegativeDecimalString: tr.formatNegativeDecimalStringError,
2684
+ Never: tr.formatNeverError,
2685
+ NonNaN: tr.formatNonNaNError,
2686
+ NonNegative: tr.formatNonNegativeError,
2687
+ NonNegativeDecimalString: tr.formatNonNegativeDecimalStringError,
2688
+ NonPositive: tr.formatNonPositiveError,
2689
+ NonPositiveDecimalString: tr.formatNonPositiveDecimalStringError,
2690
+ Number: tr.formatNumberError,
2691
+ Object: tr.formatObjectError,
2692
+ ObjectTag: tr.formatObjectTagError,
2693
+ Positive: tr.formatPositiveError,
2694
+ PositiveDecimalString: tr.formatPositiveDecimalStringError,
2695
+ Record: tr.formatRecordError,
2696
+ RecordKey: tr.formatRegexError,
2697
+ Regex: tr.formatRegexError,
2698
+ Set: tr.formatSetError,
2699
+ String: tr.formatStringError,
2700
+ Symbol: tr.formatSymbolError,
2701
+ TableId: tr.formatTableIdError,
2702
+ TemplateLiteral: tr.formatTemplateLiteralError,
2703
+ Trimmed: tr.formatTrimmedError,
2704
+ Tuple: tr.formatTupleError,
2705
+ UInt64: tr.formatUInt64Error,
2706
+ Union: tr.formatUnionError,
2707
+ UrlSafeString: tr.formatRegexError,
2708
+ },
2709
+ uk: {
2710
+ Array: uk.formatArrayError,
2711
+ Base64Url: uk.formatBase64UrlError,
2712
+ [Between1And2.name]: uk.formatBetweenError,
2713
+ BigInt: uk.formatBigIntError,
2714
+ Boolean: uk.formatBooleanError,
2715
+ Capitalized: uk.formatCapitalizedError,
2716
+ DateIso: uk.formatDateIsoError,
2717
+ DateIsoFromDate: uk.formatDateIsoFromDateError,
2718
+ DecimalString: uk.formatDecimalStringError,
2719
+ DiscriminatedUnion: uk.formatDiscriminatedUnionError,
2720
+ EvoluType: uk.formatEvoluTypeError,
2721
+ Finite: uk.formatFiniteError,
2722
+ Function: uk.formatFunctionError,
2723
+ GreaterThan1: uk.formatGreaterThanError,
2724
+ GreaterThanOrEqualTo1: uk.formatGreaterThanOrEqualToError,
2725
+ Id: uk.formatIdError,
2726
+ InstanceOf: uk.formatInstanceOfError,
2727
+ Int: uk.formatIntError,
2728
+ Int64: uk.formatInt64Error,
2729
+ Int64String: uk.formatInt64StringError,
2730
+ Json: uk.formatJsonError,
2731
+ JsonValue: uk.formatJsonValueError,
2732
+ Length2: uk.formatLengthError,
2733
+ Length16: uk.formatLengthError,
2734
+ LessThan1: uk.formatLessThanError,
2735
+ LessThan200: uk.formatLessThanError,
2736
+ LessThanOrEqualTo1: uk.formatLessThanOrEqualToError,
2737
+ Literal: uk.formatLiteralError,
2738
+ Map: uk.formatMapError,
2739
+ MaxLength2: uk.formatMaxLengthError,
2740
+ MaxLength64: uk.formatMaxLengthError,
2741
+ MaxLength100: uk.formatMaxLengthError,
2742
+ MaxLength1000: uk.formatMaxLengthError,
2743
+ MinLength1: uk.formatMinLengthError,
2744
+ MinLength2: uk.formatMinLengthError,
2745
+ MinLength8: uk.formatMinLengthError,
2746
+ Mnemonic: uk.formatMnemonicError,
2747
+ MultipleOf2: uk.formatMultipleOfError,
2748
+ Name: uk.formatNameError,
2749
+ Negative: uk.formatNegativeError,
2750
+ NegativeDecimalString: uk.formatNegativeDecimalStringError,
2751
+ Never: uk.formatNeverError,
2752
+ NonNaN: uk.formatNonNaNError,
2753
+ NonNegative: uk.formatNonNegativeError,
2754
+ NonNegativeDecimalString: uk.formatNonNegativeDecimalStringError,
2755
+ NonPositive: uk.formatNonPositiveError,
2756
+ NonPositiveDecimalString: uk.formatNonPositiveDecimalStringError,
2757
+ Number: uk.formatNumberError,
2758
+ Object: uk.formatObjectError,
2759
+ ObjectTag: uk.formatObjectTagError,
2760
+ Positive: uk.formatPositiveError,
2761
+ PositiveDecimalString: uk.formatPositiveDecimalStringError,
2762
+ Record: uk.formatRecordError,
2763
+ RecordKey: uk.formatRegexError,
2764
+ Regex: uk.formatRegexError,
2765
+ Set: uk.formatSetError,
2766
+ String: uk.formatStringError,
2767
+ Symbol: uk.formatSymbolError,
2768
+ TableId: uk.formatTableIdError,
2769
+ TemplateLiteral: uk.formatTemplateLiteralError,
2770
+ Trimmed: uk.formatTrimmedError,
2771
+ Tuple: uk.formatTupleError,
2772
+ UInt64: uk.formatUInt64Error,
2773
+ Union: uk.formatUnionError,
2774
+ UrlSafeString: uk.formatRegexError,
2775
+ },
2776
+ ur: {
2777
+ Array: ur.formatArrayError,
2778
+ Base64Url: ur.formatBase64UrlError,
2779
+ [Between1And2.name]: ur.formatBetweenError,
2780
+ BigInt: ur.formatBigIntError,
2781
+ Boolean: ur.formatBooleanError,
2782
+ Capitalized: ur.formatCapitalizedError,
2783
+ DateIso: ur.formatDateIsoError,
2784
+ DateIsoFromDate: ur.formatDateIsoFromDateError,
2785
+ DecimalString: ur.formatDecimalStringError,
2786
+ DiscriminatedUnion: ur.formatDiscriminatedUnionError,
2787
+ EvoluType: ur.formatEvoluTypeError,
2788
+ Finite: ur.formatFiniteError,
2789
+ Function: ur.formatFunctionError,
2790
+ GreaterThan1: ur.formatGreaterThanError,
2791
+ GreaterThanOrEqualTo1: ur.formatGreaterThanOrEqualToError,
2792
+ Id: ur.formatIdError,
2793
+ InstanceOf: ur.formatInstanceOfError,
2794
+ Int: ur.formatIntError,
2795
+ Int64: ur.formatInt64Error,
2796
+ Int64String: ur.formatInt64StringError,
2797
+ Json: ur.formatJsonError,
2798
+ JsonValue: ur.formatJsonValueError,
2799
+ Length2: ur.formatLengthError,
2800
+ Length16: ur.formatLengthError,
2801
+ LessThan1: ur.formatLessThanError,
2802
+ LessThan200: ur.formatLessThanError,
2803
+ LessThanOrEqualTo1: ur.formatLessThanOrEqualToError,
2804
+ Literal: ur.formatLiteralError,
2805
+ Map: ur.formatMapError,
2806
+ MaxLength2: ur.formatMaxLengthError,
2807
+ MaxLength64: ur.formatMaxLengthError,
2808
+ MaxLength100: ur.formatMaxLengthError,
2809
+ MaxLength1000: ur.formatMaxLengthError,
2810
+ MinLength1: ur.formatMinLengthError,
2811
+ MinLength2: ur.formatMinLengthError,
2812
+ MinLength8: ur.formatMinLengthError,
2813
+ Mnemonic: ur.formatMnemonicError,
2814
+ MultipleOf2: ur.formatMultipleOfError,
2815
+ Name: ur.formatNameError,
2816
+ Negative: ur.formatNegativeError,
2817
+ NegativeDecimalString: ur.formatNegativeDecimalStringError,
2818
+ Never: ur.formatNeverError,
2819
+ NonNaN: ur.formatNonNaNError,
2820
+ NonNegative: ur.formatNonNegativeError,
2821
+ NonNegativeDecimalString: ur.formatNonNegativeDecimalStringError,
2822
+ NonPositive: ur.formatNonPositiveError,
2823
+ NonPositiveDecimalString: ur.formatNonPositiveDecimalStringError,
2824
+ Number: ur.formatNumberError,
2825
+ Object: ur.formatObjectError,
2826
+ ObjectTag: ur.formatObjectTagError,
2827
+ Positive: ur.formatPositiveError,
2828
+ PositiveDecimalString: ur.formatPositiveDecimalStringError,
2829
+ Record: ur.formatRecordError,
2830
+ RecordKey: ur.formatRegexError,
2831
+ Regex: ur.formatRegexError,
2832
+ Set: ur.formatSetError,
2833
+ String: ur.formatStringError,
2834
+ Symbol: ur.formatSymbolError,
2835
+ TableId: ur.formatTableIdError,
2836
+ TemplateLiteral: ur.formatTemplateLiteralError,
2837
+ Trimmed: ur.formatTrimmedError,
2838
+ Tuple: ur.formatTupleError,
2839
+ UInt64: ur.formatUInt64Error,
2840
+ Union: ur.formatUnionError,
2841
+ UrlSafeString: ur.formatRegexError,
2842
+ },
2843
+ vi: {
2844
+ Array: vi.formatArrayError,
2845
+ Base64Url: vi.formatBase64UrlError,
2846
+ [Between1And2.name]: vi.formatBetweenError,
2847
+ BigInt: vi.formatBigIntError,
2848
+ Boolean: vi.formatBooleanError,
2849
+ Capitalized: vi.formatCapitalizedError,
2850
+ DateIso: vi.formatDateIsoError,
2851
+ DateIsoFromDate: vi.formatDateIsoFromDateError,
2852
+ DecimalString: vi.formatDecimalStringError,
2853
+ DiscriminatedUnion: vi.formatDiscriminatedUnionError,
2854
+ EvoluType: vi.formatEvoluTypeError,
2855
+ Finite: vi.formatFiniteError,
2856
+ Function: vi.formatFunctionError,
2857
+ GreaterThan1: vi.formatGreaterThanError,
2858
+ GreaterThanOrEqualTo1: vi.formatGreaterThanOrEqualToError,
2859
+ Id: vi.formatIdError,
2860
+ InstanceOf: vi.formatInstanceOfError,
2861
+ Int: vi.formatIntError,
2862
+ Int64: vi.formatInt64Error,
2863
+ Int64String: vi.formatInt64StringError,
2864
+ Json: vi.formatJsonError,
2865
+ JsonValue: vi.formatJsonValueError,
2866
+ Length2: vi.formatLengthError,
2867
+ Length16: vi.formatLengthError,
2868
+ LessThan1: vi.formatLessThanError,
2869
+ LessThan200: vi.formatLessThanError,
2870
+ LessThanOrEqualTo1: vi.formatLessThanOrEqualToError,
2871
+ Literal: vi.formatLiteralError,
2872
+ Map: vi.formatMapError,
2873
+ MaxLength2: vi.formatMaxLengthError,
2874
+ MaxLength64: vi.formatMaxLengthError,
2875
+ MaxLength100: vi.formatMaxLengthError,
2876
+ MaxLength1000: vi.formatMaxLengthError,
2877
+ MinLength1: vi.formatMinLengthError,
2878
+ MinLength2: vi.formatMinLengthError,
2879
+ MinLength8: vi.formatMinLengthError,
2880
+ Mnemonic: vi.formatMnemonicError,
2881
+ MultipleOf2: vi.formatMultipleOfError,
2882
+ Name: vi.formatNameError,
2883
+ Negative: vi.formatNegativeError,
2884
+ NegativeDecimalString: vi.formatNegativeDecimalStringError,
2885
+ Never: vi.formatNeverError,
2886
+ NonNaN: vi.formatNonNaNError,
2887
+ NonNegative: vi.formatNonNegativeError,
2888
+ NonNegativeDecimalString: vi.formatNonNegativeDecimalStringError,
2889
+ NonPositive: vi.formatNonPositiveError,
2890
+ NonPositiveDecimalString: vi.formatNonPositiveDecimalStringError,
2891
+ Number: vi.formatNumberError,
2892
+ Object: vi.formatObjectError,
2893
+ ObjectTag: vi.formatObjectTagError,
2894
+ Positive: vi.formatPositiveError,
2895
+ PositiveDecimalString: vi.formatPositiveDecimalStringError,
2896
+ Record: vi.formatRecordError,
2897
+ RecordKey: vi.formatRegexError,
2898
+ Regex: vi.formatRegexError,
2899
+ Set: vi.formatSetError,
2900
+ String: vi.formatStringError,
2901
+ Symbol: vi.formatSymbolError,
2902
+ TableId: vi.formatTableIdError,
2903
+ TemplateLiteral: vi.formatTemplateLiteralError,
2904
+ Trimmed: vi.formatTrimmedError,
2905
+ Tuple: vi.formatTupleError,
2906
+ UInt64: vi.formatUInt64Error,
2907
+ Union: vi.formatUnionError,
2908
+ UrlSafeString: vi.formatRegexError,
2909
+ },
2910
+ zhCN: {
2911
+ Array: zhCN.formatArrayError,
2912
+ Base64Url: zhCN.formatBase64UrlError,
2913
+ [Between1And2.name]: zhCN.formatBetweenError,
2914
+ BigInt: zhCN.formatBigIntError,
2915
+ Boolean: zhCN.formatBooleanError,
2916
+ Capitalized: zhCN.formatCapitalizedError,
2917
+ DateIso: zhCN.formatDateIsoError,
2918
+ DateIsoFromDate: zhCN.formatDateIsoFromDateError,
2919
+ DecimalString: zhCN.formatDecimalStringError,
2920
+ DiscriminatedUnion: zhCN.formatDiscriminatedUnionError,
2921
+ EvoluType: zhCN.formatEvoluTypeError,
2922
+ Finite: zhCN.formatFiniteError,
2923
+ Function: zhCN.formatFunctionError,
2924
+ GreaterThan1: zhCN.formatGreaterThanError,
2925
+ GreaterThanOrEqualTo1: zhCN.formatGreaterThanOrEqualToError,
2926
+ Id: zhCN.formatIdError,
2927
+ InstanceOf: zhCN.formatInstanceOfError,
2928
+ Int: zhCN.formatIntError,
2929
+ Int64: zhCN.formatInt64Error,
2930
+ Int64String: zhCN.formatInt64StringError,
2931
+ Json: zhCN.formatJsonError,
2932
+ JsonValue: zhCN.formatJsonValueError,
2933
+ Length2: zhCN.formatLengthError,
2934
+ Length16: zhCN.formatLengthError,
2935
+ LessThan1: zhCN.formatLessThanError,
2936
+ LessThan200: zhCN.formatLessThanError,
2937
+ LessThanOrEqualTo1: zhCN.formatLessThanOrEqualToError,
2938
+ Literal: zhCN.formatLiteralError,
2939
+ Map: zhCN.formatMapError,
2940
+ MaxLength2: zhCN.formatMaxLengthError,
2941
+ MaxLength64: zhCN.formatMaxLengthError,
2942
+ MaxLength100: zhCN.formatMaxLengthError,
2943
+ MaxLength1000: zhCN.formatMaxLengthError,
2944
+ MinLength1: zhCN.formatMinLengthError,
2945
+ MinLength2: zhCN.formatMinLengthError,
2946
+ MinLength8: zhCN.formatMinLengthError,
2947
+ Mnemonic: zhCN.formatMnemonicError,
2948
+ MultipleOf2: zhCN.formatMultipleOfError,
2949
+ Name: zhCN.formatNameError,
2950
+ Negative: zhCN.formatNegativeError,
2951
+ NegativeDecimalString: zhCN.formatNegativeDecimalStringError,
2952
+ Never: zhCN.formatNeverError,
2953
+ NonNaN: zhCN.formatNonNaNError,
2954
+ NonNegative: zhCN.formatNonNegativeError,
2955
+ NonNegativeDecimalString: zhCN.formatNonNegativeDecimalStringError,
2956
+ NonPositive: zhCN.formatNonPositiveError,
2957
+ NonPositiveDecimalString: zhCN.formatNonPositiveDecimalStringError,
2958
+ Number: zhCN.formatNumberError,
2959
+ Object: zhCN.formatObjectError,
2960
+ ObjectTag: zhCN.formatObjectTagError,
2961
+ Positive: zhCN.formatPositiveError,
2962
+ PositiveDecimalString: zhCN.formatPositiveDecimalStringError,
2963
+ Record: zhCN.formatRecordError,
2964
+ RecordKey: zhCN.formatRegexError,
2965
+ Regex: zhCN.formatRegexError,
2966
+ Set: zhCN.formatSetError,
2967
+ String: zhCN.formatStringError,
2968
+ Symbol: zhCN.formatSymbolError,
2969
+ TableId: zhCN.formatTableIdError,
2970
+ TemplateLiteral: zhCN.formatTemplateLiteralError,
2971
+ Trimmed: zhCN.formatTrimmedError,
2972
+ Tuple: zhCN.formatTupleError,
2973
+ UInt64: zhCN.formatUInt64Error,
2974
+ Union: zhCN.formatUnionError,
2975
+ UrlSafeString: zhCN.formatRegexError,
2976
+ },
2977
+ zhTW: {
2978
+ Array: zhTW.formatArrayError,
2979
+ Base64Url: zhTW.formatBase64UrlError,
2980
+ [Between1And2.name]: zhTW.formatBetweenError,
2981
+ BigInt: zhTW.formatBigIntError,
2982
+ Boolean: zhTW.formatBooleanError,
2983
+ Capitalized: zhTW.formatCapitalizedError,
2984
+ DateIso: zhTW.formatDateIsoError,
2985
+ DateIsoFromDate: zhTW.formatDateIsoFromDateError,
2986
+ DecimalString: zhTW.formatDecimalStringError,
2987
+ DiscriminatedUnion: zhTW.formatDiscriminatedUnionError,
2988
+ EvoluType: zhTW.formatEvoluTypeError,
2989
+ Finite: zhTW.formatFiniteError,
2990
+ Function: zhTW.formatFunctionError,
2991
+ GreaterThan1: zhTW.formatGreaterThanError,
2992
+ GreaterThanOrEqualTo1: zhTW.formatGreaterThanOrEqualToError,
2993
+ Id: zhTW.formatIdError,
2994
+ InstanceOf: zhTW.formatInstanceOfError,
2995
+ Int: zhTW.formatIntError,
2996
+ Int64: zhTW.formatInt64Error,
2997
+ Int64String: zhTW.formatInt64StringError,
2998
+ Json: zhTW.formatJsonError,
2999
+ JsonValue: zhTW.formatJsonValueError,
3000
+ Length2: zhTW.formatLengthError,
3001
+ Length16: zhTW.formatLengthError,
3002
+ LessThan1: zhTW.formatLessThanError,
3003
+ LessThan200: zhTW.formatLessThanError,
3004
+ LessThanOrEqualTo1: zhTW.formatLessThanOrEqualToError,
3005
+ Literal: zhTW.formatLiteralError,
3006
+ Map: zhTW.formatMapError,
3007
+ MaxLength2: zhTW.formatMaxLengthError,
3008
+ MaxLength64: zhTW.formatMaxLengthError,
3009
+ MaxLength100: zhTW.formatMaxLengthError,
3010
+ MaxLength1000: zhTW.formatMaxLengthError,
3011
+ MinLength1: zhTW.formatMinLengthError,
3012
+ MinLength2: zhTW.formatMinLengthError,
3013
+ MinLength8: zhTW.formatMinLengthError,
3014
+ Mnemonic: zhTW.formatMnemonicError,
3015
+ MultipleOf2: zhTW.formatMultipleOfError,
3016
+ Name: zhTW.formatNameError,
3017
+ Negative: zhTW.formatNegativeError,
3018
+ NegativeDecimalString: zhTW.formatNegativeDecimalStringError,
3019
+ Never: zhTW.formatNeverError,
3020
+ NonNaN: zhTW.formatNonNaNError,
3021
+ NonNegative: zhTW.formatNonNegativeError,
3022
+ NonNegativeDecimalString: zhTW.formatNonNegativeDecimalStringError,
3023
+ NonPositive: zhTW.formatNonPositiveError,
3024
+ NonPositiveDecimalString: zhTW.formatNonPositiveDecimalStringError,
3025
+ Number: zhTW.formatNumberError,
3026
+ Object: zhTW.formatObjectError,
3027
+ ObjectTag: zhTW.formatObjectTagError,
3028
+ Positive: zhTW.formatPositiveError,
3029
+ PositiveDecimalString: zhTW.formatPositiveDecimalStringError,
3030
+ Record: zhTW.formatRecordError,
3031
+ RecordKey: zhTW.formatRegexError,
3032
+ Regex: zhTW.formatRegexError,
3033
+ Set: zhTW.formatSetError,
3034
+ String: zhTW.formatStringError,
3035
+ Symbol: zhTW.formatSymbolError,
3036
+ TableId: zhTW.formatTableIdError,
3037
+ TemplateLiteral: zhTW.formatTemplateLiteralError,
3038
+ Trimmed: zhTW.formatTrimmedError,
3039
+ Tuple: zhTW.formatTupleError,
3040
+ UInt64: zhTW.formatUInt64Error,
3041
+ Union: zhTW.formatUnionError,
3042
+ UrlSafeString: zhTW.formatRegexError,
3043
+ },
3044
+ },
3045
+ );
3046
+
3047
+ describe("Type localization", () => {
3048
+ test("defines localized types", () => {
3049
+ assertNotUndefined(typesByLocale);
3050
+ assertLength(Object.keys(typesByLocale), 43);
3051
+ });
3052
+
3053
+ test("formats Czech symbol property errors", () => {
3054
+ const key = Symbol("key");
3055
+
3056
+ assertEqual(
3057
+ cs.formatObjectError({
3058
+ type: "Object",
3059
+ reason: {
3060
+ kind: "Properties",
3061
+ errors: { [key]: { type: "ObjectExcessProperty" } },
3062
+ },
3063
+ }),
3064
+ "Klíč vlastnosti typu Object musí být text. Odstraňte symbolovou vlastnost nebo použijte jiný Type.",
3065
+ );
3066
+ });
3067
+
3068
+ test("formats Czech Map errors", () => {
3069
+ assertEqual(
3070
+ cs.formatMapError({
3071
+ type: "Map",
3072
+ reason: { kind: "NotMap", value: null },
3073
+ }),
3074
+ "Hodnota null není Map.",
3075
+ );
3076
+ assertEqual(
3077
+ cs.formatMapError({
3078
+ type: "Map",
3079
+ reason: {
3080
+ kind: "Entries",
3081
+ issues: [{ kind: "ExcessProperty", key: "metadata" }],
3082
+ },
3083
+ }),
3084
+ 'Map obsahuje nepovolenou vlastní vlastnost "metadata".',
3085
+ );
3086
+ assertEqual(
3087
+ cs.formatMapError({
3088
+ type: "Map",
3089
+ reason: {
3090
+ kind: "Entries",
3091
+ issues: [
3092
+ {
3093
+ kind: "Collision",
3094
+ index: 1,
3095
+ key: "a",
3096
+ previousIndex: 0,
3097
+ previousKey: "A",
3098
+ outputKey: "a",
3099
+ },
3100
+ ],
3101
+ },
3102
+ }),
3103
+ 'Klíče Mapu "A" a "a" se dekódují na stejný klíč "a".',
3104
+ );
3105
+ });
3106
+ });