@typia/utils 13.0.0-dev.20260427-2 → 13.0.0-dev.20260430

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 (345) hide show
  1. package/lib/converters/LlmSchemaConverter.js +6 -15
  2. package/lib/converters/LlmSchemaConverter.js.map +1 -1
  3. package/lib/converters/LlmSchemaConverter.mjs +2 -7
  4. package/lib/converters/LlmSchemaConverter.mjs.map +1 -1
  5. package/lib/converters/LlmSchemaConverter2.mjs +440 -451
  6. package/lib/converters/LlmSchemaConverter2.mjs.map +1 -1
  7. package/lib/converters/OpenApiConverter.mjs +2 -7
  8. package/lib/converters/OpenApiConverter.mjs.map +1 -1
  9. package/lib/converters/OpenApiConverter2.mjs +163 -164
  10. package/lib/converters/OpenApiConverter2.mjs.map +1 -1
  11. package/lib/converters/index.mjs +1 -7
  12. package/lib/converters/index.mjs.map +1 -1
  13. package/lib/converters/index2.mjs +31 -32
  14. package/lib/converters/index2.mjs.map +1 -1
  15. package/lib/converters/internal/LlmDescriptionInverter.mjs +2 -7
  16. package/lib/converters/internal/LlmDescriptionInverter.mjs.map +1 -1
  17. package/lib/converters/internal/LlmDescriptionInverter2.mjs +143 -150
  18. package/lib/converters/internal/LlmDescriptionInverter2.mjs.map +1 -1
  19. package/lib/converters/internal/LlmParametersComposer.mjs +2 -7
  20. package/lib/converters/internal/LlmParametersComposer.mjs.map +1 -1
  21. package/lib/converters/internal/LlmParametersComposer2.mjs +37 -44
  22. package/lib/converters/internal/LlmParametersComposer2.mjs.map +1 -1
  23. package/lib/converters/internal/OpenApiConstraintShifter.mjs +2 -7
  24. package/lib/converters/internal/OpenApiConstraintShifter.mjs.map +1 -1
  25. package/lib/converters/internal/OpenApiConstraintShifter2.mjs +105 -112
  26. package/lib/converters/internal/OpenApiConstraintShifter2.mjs.map +1 -1
  27. package/lib/converters/internal/OpenApiExclusiveEmender.mjs +2 -7
  28. package/lib/converters/internal/OpenApiExclusiveEmender.mjs.map +1 -1
  29. package/lib/converters/internal/OpenApiExclusiveEmender2.mjs +32 -40
  30. package/lib/converters/internal/OpenApiExclusiveEmender2.mjs.map +1 -1
  31. package/lib/converters/internal/OpenApiV3Downgrader.mjs +2 -7
  32. package/lib/converters/internal/OpenApiV3Downgrader.mjs.map +1 -1
  33. package/lib/converters/internal/OpenApiV3Downgrader2.mjs +237 -244
  34. package/lib/converters/internal/OpenApiV3Downgrader2.mjs.map +1 -1
  35. package/lib/converters/internal/OpenApiV3Upgrader.mjs +2 -7
  36. package/lib/converters/internal/OpenApiV3Upgrader.mjs.map +1 -1
  37. package/lib/converters/internal/OpenApiV3Upgrader2.mjs +300 -305
  38. package/lib/converters/internal/OpenApiV3Upgrader2.mjs.map +1 -1
  39. package/lib/converters/internal/OpenApiV3_1Downgrader.mjs +2 -7
  40. package/lib/converters/internal/OpenApiV3_1Downgrader.mjs.map +1 -1
  41. package/lib/converters/internal/OpenApiV3_1Downgrader2.mjs +193 -200
  42. package/lib/converters/internal/OpenApiV3_1Downgrader2.mjs.map +1 -1
  43. package/lib/converters/internal/OpenApiV3_1Upgrader.mjs +2 -7
  44. package/lib/converters/internal/OpenApiV3_1Upgrader.mjs.map +1 -1
  45. package/lib/converters/internal/OpenApiV3_1Upgrader2.mjs +424 -429
  46. package/lib/converters/internal/OpenApiV3_1Upgrader2.mjs.map +1 -1
  47. package/lib/converters/internal/OpenApiV3_2Upgrader.mjs +2 -7
  48. package/lib/converters/internal/OpenApiV3_2Upgrader.mjs.map +1 -1
  49. package/lib/converters/internal/OpenApiV3_2Upgrader2.mjs +202 -208
  50. package/lib/converters/internal/OpenApiV3_2Upgrader2.mjs.map +1 -1
  51. package/lib/converters/internal/SwaggerV2Downgrader.mjs +2 -7
  52. package/lib/converters/internal/SwaggerV2Downgrader.mjs.map +1 -1
  53. package/lib/converters/internal/SwaggerV2Downgrader2.mjs +287 -294
  54. package/lib/converters/internal/SwaggerV2Downgrader2.mjs.map +1 -1
  55. package/lib/converters/internal/SwaggerV2Upgrader.mjs +2 -7
  56. package/lib/converters/internal/SwaggerV2Upgrader.mjs.map +1 -1
  57. package/lib/converters/internal/SwaggerV2Upgrader2.mjs +370 -375
  58. package/lib/converters/internal/SwaggerV2Upgrader2.mjs.map +1 -1
  59. package/lib/http/HttpError.mjs +2 -7
  60. package/lib/http/HttpError.mjs.map +1 -1
  61. package/lib/http/HttpError2.mjs +69 -77
  62. package/lib/http/HttpError2.mjs.map +1 -1
  63. package/lib/http/HttpLlm.mjs +2 -7
  64. package/lib/http/HttpLlm.mjs.map +1 -1
  65. package/lib/http/HttpLlm2.mjs +107 -112
  66. package/lib/http/HttpLlm2.mjs.map +1 -1
  67. package/lib/http/HttpMigration.mjs +2 -7
  68. package/lib/http/HttpMigration.mjs.map +1 -1
  69. package/lib/http/HttpMigration2.mjs +58 -63
  70. package/lib/http/HttpMigration2.mjs.map +1 -1
  71. package/lib/http/index.mjs +1 -7
  72. package/lib/http/index.mjs.map +1 -1
  73. package/lib/http/index2.mjs +30 -31
  74. package/lib/http/index2.mjs.map +1 -1
  75. package/lib/http/internal/HttpLlmApplicationComposer.mjs +2 -7
  76. package/lib/http/internal/HttpLlmApplicationComposer.mjs.map +1 -1
  77. package/lib/http/internal/HttpLlmApplicationComposer2.mjs +301 -306
  78. package/lib/http/internal/HttpLlmApplicationComposer2.mjs.map +1 -1
  79. package/lib/http/internal/HttpLlmFunctionFetcher.mjs +2 -7
  80. package/lib/http/internal/HttpLlmFunctionFetcher.mjs.map +1 -1
  81. package/lib/http/internal/HttpLlmFunctionFetcher2.mjs +26 -33
  82. package/lib/http/internal/HttpLlmFunctionFetcher2.mjs.map +1 -1
  83. package/lib/http/internal/HttpMigrateApplicationComposer.mjs +2 -7
  84. package/lib/http/internal/HttpMigrateApplicationComposer.mjs.map +1 -1
  85. package/lib/http/internal/HttpMigrateApplicationComposer2.mjs +51 -56
  86. package/lib/http/internal/HttpMigrateApplicationComposer2.mjs.map +1 -1
  87. package/lib/http/internal/HttpMigrateRouteAccessor.mjs +2 -7
  88. package/lib/http/internal/HttpMigrateRouteAccessor.mjs.map +1 -1
  89. package/lib/http/internal/HttpMigrateRouteAccessor2.mjs +113 -118
  90. package/lib/http/internal/HttpMigrateRouteAccessor2.mjs.map +1 -1
  91. package/lib/http/internal/HttpMigrateRouteComposer.mjs +2 -7
  92. package/lib/http/internal/HttpMigrateRouteComposer.mjs.map +1 -1
  93. package/lib/http/internal/HttpMigrateRouteComposer2.mjs +376 -381
  94. package/lib/http/internal/HttpMigrateRouteComposer2.mjs.map +1 -1
  95. package/lib/http/internal/HttpMigrateRouteFetcher.mjs +2 -7
  96. package/lib/http/internal/HttpMigrateRouteFetcher.mjs.map +1 -1
  97. package/lib/http/internal/HttpMigrateRouteFetcher2.mjs +182 -189
  98. package/lib/http/internal/HttpMigrateRouteFetcher2.mjs.map +1 -1
  99. package/lib/index.mjs +1 -7
  100. package/lib/index.mjs.map +1 -1
  101. package/lib/index2.mjs +33 -33
  102. package/lib/index2.mjs.map +1 -1
  103. package/lib/utils/ArrayUtil.mjs +2 -7
  104. package/lib/utils/ArrayUtil.mjs.map +1 -1
  105. package/lib/utils/ArrayUtil2.mjs +29 -37
  106. package/lib/utils/ArrayUtil2.mjs.map +1 -1
  107. package/lib/utils/LlmJson.mjs +2 -7
  108. package/lib/utils/LlmJson.mjs.map +1 -1
  109. package/lib/utils/LlmJson2.mjs +166 -169
  110. package/lib/utils/LlmJson2.mjs.map +1 -1
  111. package/lib/utils/MapUtil.mjs +2 -7
  112. package/lib/utils/MapUtil.mjs.map +1 -1
  113. package/lib/utils/MapUtil2.mjs +16 -24
  114. package/lib/utils/MapUtil2.mjs.map +1 -1
  115. package/lib/utils/NamingConvention.mjs +2 -7
  116. package/lib/utils/NamingConvention.mjs.map +1 -1
  117. package/lib/utils/NamingConvention2.mjs +199 -207
  118. package/lib/utils/NamingConvention2.mjs.map +1 -1
  119. package/lib/utils/Singleton.d.ts +1 -6
  120. package/lib/utils/Singleton.js +1 -0
  121. package/lib/utils/Singleton.js.map +1 -1
  122. package/lib/utils/Singleton.mjs +2 -7
  123. package/lib/utils/Singleton.mjs.map +1 -1
  124. package/lib/utils/Singleton2.mjs +17 -24
  125. package/lib/utils/Singleton2.mjs.map +1 -1
  126. package/lib/utils/StringUtil.mjs +2 -7
  127. package/lib/utils/StringUtil.mjs.map +1 -1
  128. package/lib/utils/StringUtil2.mjs +14 -22
  129. package/lib/utils/StringUtil2.mjs.map +1 -1
  130. package/lib/utils/dedent.mjs +2 -7
  131. package/lib/utils/dedent.mjs.map +1 -1
  132. package/lib/utils/dedent2.mjs +50 -58
  133. package/lib/utils/dedent2.mjs.map +1 -1
  134. package/lib/utils/index.mjs +1 -7
  135. package/lib/utils/index.mjs.map +1 -1
  136. package/lib/utils/index2.mjs +42 -39
  137. package/lib/utils/index2.mjs.map +1 -1
  138. package/lib/utils/internal/EndpointUtil.mjs +2 -7
  139. package/lib/utils/internal/EndpointUtil.mjs.map +1 -1
  140. package/lib/utils/internal/EndpointUtil2.mjs +39 -46
  141. package/lib/utils/internal/EndpointUtil2.mjs.map +1 -1
  142. package/lib/utils/internal/JsonDescriptor.mjs +2 -7
  143. package/lib/utils/internal/JsonDescriptor.mjs.map +1 -1
  144. package/lib/utils/internal/JsonDescriptor2.mjs +55 -61
  145. package/lib/utils/internal/JsonDescriptor2.mjs.map +1 -1
  146. package/lib/utils/internal/OpenApiTypeCheckerBase.js +23 -14
  147. package/lib/utils/internal/OpenApiTypeCheckerBase.js.map +1 -1
  148. package/lib/utils/internal/OpenApiTypeCheckerBase.mjs +2 -7
  149. package/lib/utils/internal/OpenApiTypeCheckerBase.mjs.map +1 -1
  150. package/lib/utils/internal/OpenApiTypeCheckerBase2.mjs +539 -536
  151. package/lib/utils/internal/OpenApiTypeCheckerBase2.mjs.map +1 -1
  152. package/lib/utils/internal/coerceLlmArguments.js +27 -1
  153. package/lib/utils/internal/coerceLlmArguments.js.map +1 -1
  154. package/lib/utils/internal/coerceLlmArguments.mjs +2 -7
  155. package/lib/utils/internal/coerceLlmArguments.mjs.map +1 -1
  156. package/lib/utils/internal/coerceLlmArguments2.mjs +278 -258
  157. package/lib/utils/internal/coerceLlmArguments2.mjs.map +1 -1
  158. package/lib/utils/internal/parseLenientJson.mjs +2 -7
  159. package/lib/utils/internal/parseLenientJson.mjs.map +1 -1
  160. package/lib/utils/internal/parseLenientJson2.mjs +803 -811
  161. package/lib/utils/internal/parseLenientJson2.mjs.map +1 -1
  162. package/lib/utils/internal/stringifyValidationFailure.mjs +2 -7
  163. package/lib/utils/internal/stringifyValidationFailure.mjs.map +1 -1
  164. package/lib/utils/internal/stringifyValidationFailure2.mjs +310 -316
  165. package/lib/utils/internal/stringifyValidationFailure2.mjs.map +1 -1
  166. package/lib/validators/LlmTypeChecker.mjs +2 -7
  167. package/lib/validators/LlmTypeChecker.mjs.map +1 -1
  168. package/lib/validators/LlmTypeChecker2.mjs +314 -320
  169. package/lib/validators/LlmTypeChecker2.mjs.map +1 -1
  170. package/lib/validators/OpenApiTypeChecker.mjs +2 -7
  171. package/lib/validators/OpenApiTypeChecker.mjs.map +1 -1
  172. package/lib/validators/OpenApiTypeChecker2.mjs +209 -216
  173. package/lib/validators/OpenApiTypeChecker2.mjs.map +1 -1
  174. package/lib/validators/OpenApiV3TypeChecker.mjs +2 -7
  175. package/lib/validators/OpenApiV3TypeChecker.mjs.map +1 -1
  176. package/lib/validators/OpenApiV3TypeChecker2.mjs +30 -38
  177. package/lib/validators/OpenApiV3TypeChecker2.mjs.map +1 -1
  178. package/lib/validators/OpenApiV3_1TypeChecker.mjs +2 -7
  179. package/lib/validators/OpenApiV3_1TypeChecker.mjs.map +1 -1
  180. package/lib/validators/OpenApiV3_1TypeChecker2.mjs +34 -42
  181. package/lib/validators/OpenApiV3_1TypeChecker2.mjs.map +1 -1
  182. package/lib/validators/OpenApiValidator.mjs +2 -7
  183. package/lib/validators/OpenApiValidator.mjs.map +1 -1
  184. package/lib/validators/OpenApiValidator2.mjs +73 -80
  185. package/lib/validators/OpenApiValidator2.mjs.map +1 -1
  186. package/lib/validators/SwaggerV2TypeChecker.mjs +2 -7
  187. package/lib/validators/SwaggerV2TypeChecker.mjs.map +1 -1
  188. package/lib/validators/SwaggerV2TypeChecker2.mjs +31 -39
  189. package/lib/validators/SwaggerV2TypeChecker2.mjs.map +1 -1
  190. package/lib/validators/functional/_isBigintString.mjs +2 -7
  191. package/lib/validators/functional/_isBigintString.mjs.map +1 -1
  192. package/lib/validators/functional/_isBigintString2.mjs +14 -22
  193. package/lib/validators/functional/_isBigintString2.mjs.map +1 -1
  194. package/lib/validators/functional/_isFormatByte.mjs +2 -7
  195. package/lib/validators/functional/_isFormatByte.mjs.map +1 -1
  196. package/lib/validators/functional/_isFormatByte2.mjs +10 -18
  197. package/lib/validators/functional/_isFormatByte2.mjs.map +1 -1
  198. package/lib/validators/functional/_isFormatDate.mjs +2 -7
  199. package/lib/validators/functional/_isFormatDate.mjs.map +1 -1
  200. package/lib/validators/functional/_isFormatDate2.mjs +7 -15
  201. package/lib/validators/functional/_isFormatDate2.mjs.map +1 -1
  202. package/lib/validators/functional/_isFormatDateTime.mjs +2 -7
  203. package/lib/validators/functional/_isFormatDateTime.mjs.map +1 -1
  204. package/lib/validators/functional/_isFormatDateTime2.mjs +7 -15
  205. package/lib/validators/functional/_isFormatDateTime2.mjs.map +1 -1
  206. package/lib/validators/functional/_isFormatDuration.mjs +2 -7
  207. package/lib/validators/functional/_isFormatDuration.mjs.map +1 -1
  208. package/lib/validators/functional/_isFormatDuration2.mjs +7 -15
  209. package/lib/validators/functional/_isFormatDuration2.mjs.map +1 -1
  210. package/lib/validators/functional/_isFormatEmail.mjs +2 -7
  211. package/lib/validators/functional/_isFormatEmail.mjs.map +1 -1
  212. package/lib/validators/functional/_isFormatEmail2.mjs +7 -15
  213. package/lib/validators/functional/_isFormatEmail2.mjs.map +1 -1
  214. package/lib/validators/functional/_isFormatHostname.mjs +2 -7
  215. package/lib/validators/functional/_isFormatHostname.mjs.map +1 -1
  216. package/lib/validators/functional/_isFormatHostname2.mjs +7 -15
  217. package/lib/validators/functional/_isFormatHostname2.mjs.map +1 -1
  218. package/lib/validators/functional/_isFormatIdnEmail.mjs +2 -7
  219. package/lib/validators/functional/_isFormatIdnEmail.mjs.map +1 -1
  220. package/lib/validators/functional/_isFormatIdnEmail2.mjs +7 -15
  221. package/lib/validators/functional/_isFormatIdnEmail2.mjs.map +1 -1
  222. package/lib/validators/functional/_isFormatIdnHostname.mjs +2 -7
  223. package/lib/validators/functional/_isFormatIdnHostname.mjs.map +1 -1
  224. package/lib/validators/functional/_isFormatIdnHostname2.mjs +7 -15
  225. package/lib/validators/functional/_isFormatIdnHostname2.mjs.map +1 -1
  226. package/lib/validators/functional/_isFormatIpv4.mjs +2 -7
  227. package/lib/validators/functional/_isFormatIpv4.mjs.map +1 -1
  228. package/lib/validators/functional/_isFormatIpv42.mjs +7 -15
  229. package/lib/validators/functional/_isFormatIpv42.mjs.map +1 -1
  230. package/lib/validators/functional/_isFormatIpv6.mjs +2 -7
  231. package/lib/validators/functional/_isFormatIpv6.mjs.map +1 -1
  232. package/lib/validators/functional/_isFormatIpv62.mjs +7 -15
  233. package/lib/validators/functional/_isFormatIpv62.mjs.map +1 -1
  234. package/lib/validators/functional/_isFormatIri.mjs +2 -7
  235. package/lib/validators/functional/_isFormatIri.mjs.map +1 -1
  236. package/lib/validators/functional/_isFormatIri2.mjs +7 -15
  237. package/lib/validators/functional/_isFormatIri2.mjs.map +1 -1
  238. package/lib/validators/functional/_isFormatIriReference.mjs +2 -7
  239. package/lib/validators/functional/_isFormatIriReference.mjs.map +1 -1
  240. package/lib/validators/functional/_isFormatIriReference2.mjs +7 -15
  241. package/lib/validators/functional/_isFormatIriReference2.mjs.map +1 -1
  242. package/lib/validators/functional/_isFormatJsonPointer.mjs +2 -7
  243. package/lib/validators/functional/_isFormatJsonPointer.mjs.map +1 -1
  244. package/lib/validators/functional/_isFormatJsonPointer2.mjs +7 -15
  245. package/lib/validators/functional/_isFormatJsonPointer2.mjs.map +1 -1
  246. package/lib/validators/functional/_isFormatPassword.mjs +2 -7
  247. package/lib/validators/functional/_isFormatPassword.mjs.map +1 -1
  248. package/lib/validators/functional/_isFormatPassword2.mjs +6 -14
  249. package/lib/validators/functional/_isFormatPassword2.mjs.map +1 -1
  250. package/lib/validators/functional/_isFormatRegex.mjs +2 -7
  251. package/lib/validators/functional/_isFormatRegex.mjs.map +1 -1
  252. package/lib/validators/functional/_isFormatRegex2.mjs +14 -22
  253. package/lib/validators/functional/_isFormatRegex2.mjs.map +1 -1
  254. package/lib/validators/functional/_isFormatRelativeJsonPointer.mjs +2 -7
  255. package/lib/validators/functional/_isFormatRelativeJsonPointer.mjs.map +1 -1
  256. package/lib/validators/functional/_isFormatRelativeJsonPointer2.mjs +7 -15
  257. package/lib/validators/functional/_isFormatRelativeJsonPointer2.mjs.map +1 -1
  258. package/lib/validators/functional/_isFormatTime.mjs +2 -7
  259. package/lib/validators/functional/_isFormatTime.mjs.map +1 -1
  260. package/lib/validators/functional/_isFormatTime2.mjs +7 -15
  261. package/lib/validators/functional/_isFormatTime2.mjs.map +1 -1
  262. package/lib/validators/functional/_isFormatUri.mjs +2 -7
  263. package/lib/validators/functional/_isFormatUri.mjs.map +1 -1
  264. package/lib/validators/functional/_isFormatUri2.mjs +8 -16
  265. package/lib/validators/functional/_isFormatUri2.mjs.map +1 -1
  266. package/lib/validators/functional/_isFormatUriReference.mjs +2 -7
  267. package/lib/validators/functional/_isFormatUriReference.mjs.map +1 -1
  268. package/lib/validators/functional/_isFormatUriReference2.mjs +7 -15
  269. package/lib/validators/functional/_isFormatUriReference2.mjs.map +1 -1
  270. package/lib/validators/functional/_isFormatUriTemplate.mjs +2 -7
  271. package/lib/validators/functional/_isFormatUriTemplate.mjs.map +1 -1
  272. package/lib/validators/functional/_isFormatUriTemplate2.mjs +7 -15
  273. package/lib/validators/functional/_isFormatUriTemplate2.mjs.map +1 -1
  274. package/lib/validators/functional/_isFormatUrl.mjs +2 -7
  275. package/lib/validators/functional/_isFormatUrl.mjs.map +1 -1
  276. package/lib/validators/functional/_isFormatUrl2.mjs +7 -15
  277. package/lib/validators/functional/_isFormatUrl2.mjs.map +1 -1
  278. package/lib/validators/functional/_isFormatUuid.mjs +2 -7
  279. package/lib/validators/functional/_isFormatUuid.mjs.map +1 -1
  280. package/lib/validators/functional/_isFormatUuid2.mjs +7 -15
  281. package/lib/validators/functional/_isFormatUuid2.mjs.map +1 -1
  282. package/lib/validators/functional/_isUniqueItems.mjs +2 -7
  283. package/lib/validators/functional/_isUniqueItems.mjs.map +1 -1
  284. package/lib/validators/functional/_isUniqueItems2.mjs +140 -148
  285. package/lib/validators/functional/_isUniqueItems2.mjs.map +1 -1
  286. package/lib/validators/index.mjs +1 -7
  287. package/lib/validators/index.mjs.map +1 -1
  288. package/lib/validators/index2.mjs +42 -40
  289. package/lib/validators/index2.mjs.map +1 -1
  290. package/lib/validators/internal/IOpenApiValidatorContext.mjs +2 -7
  291. package/lib/validators/internal/IOpenApiValidatorContext.mjs.map +1 -1
  292. package/lib/validators/internal/IOpenApiValidatorContext2.mjs +2 -10
  293. package/lib/validators/internal/IOpenApiValidatorContext2.mjs.map +1 -1
  294. package/lib/validators/internal/OpenApiArrayValidator.mjs +2 -7
  295. package/lib/validators/internal/OpenApiArrayValidator.mjs.map +1 -1
  296. package/lib/validators/internal/OpenApiArrayValidator2.mjs +36 -42
  297. package/lib/validators/internal/OpenApiArrayValidator2.mjs.map +1 -1
  298. package/lib/validators/internal/OpenApiBooleanValidator.mjs +2 -7
  299. package/lib/validators/internal/OpenApiBooleanValidator.mjs.map +1 -1
  300. package/lib/validators/internal/OpenApiBooleanValidator2.mjs +10 -18
  301. package/lib/validators/internal/OpenApiBooleanValidator2.mjs.map +1 -1
  302. package/lib/validators/internal/OpenApiConstantValidator.mjs +2 -7
  303. package/lib/validators/internal/OpenApiConstantValidator.mjs.map +1 -1
  304. package/lib/validators/internal/OpenApiConstantValidator2.mjs +10 -18
  305. package/lib/validators/internal/OpenApiConstantValidator2.mjs.map +1 -1
  306. package/lib/validators/internal/OpenApiIntegerValidator.mjs +2 -7
  307. package/lib/validators/internal/OpenApiIntegerValidator.mjs.map +1 -1
  308. package/lib/validators/internal/OpenApiIntegerValidator2.mjs +33 -41
  309. package/lib/validators/internal/OpenApiIntegerValidator2.mjs.map +1 -1
  310. package/lib/validators/internal/OpenApiNumberValidator.mjs +2 -7
  311. package/lib/validators/internal/OpenApiNumberValidator.mjs.map +1 -1
  312. package/lib/validators/internal/OpenApiNumberValidator2.mjs +33 -41
  313. package/lib/validators/internal/OpenApiNumberValidator2.mjs.map +1 -1
  314. package/lib/validators/internal/OpenApiObjectValidator.js +2 -3
  315. package/lib/validators/internal/OpenApiObjectValidator.js.map +1 -1
  316. package/lib/validators/internal/OpenApiObjectValidator.mjs +2 -7
  317. package/lib/validators/internal/OpenApiObjectValidator.mjs.map +1 -1
  318. package/lib/validators/internal/OpenApiObjectValidator2.mjs +55 -62
  319. package/lib/validators/internal/OpenApiObjectValidator2.mjs.map +1 -1
  320. package/lib/validators/internal/OpenApiOneOfValidator.mjs +2 -7
  321. package/lib/validators/internal/OpenApiOneOfValidator.mjs.map +1 -1
  322. package/lib/validators/internal/OpenApiOneOfValidator2.mjs +188 -193
  323. package/lib/validators/internal/OpenApiOneOfValidator2.mjs.map +1 -1
  324. package/lib/validators/internal/OpenApiSchemaNamingRule.mjs +2 -7
  325. package/lib/validators/internal/OpenApiSchemaNamingRule.mjs.map +1 -1
  326. package/lib/validators/internal/OpenApiSchemaNamingRule2.mjs +124 -131
  327. package/lib/validators/internal/OpenApiSchemaNamingRule2.mjs.map +1 -1
  328. package/lib/validators/internal/OpenApiStationValidator.mjs +2 -7
  329. package/lib/validators/internal/OpenApiStationValidator.mjs.map +1 -1
  330. package/lib/validators/internal/OpenApiStationValidator2.mjs +86 -83
  331. package/lib/validators/internal/OpenApiStationValidator2.mjs.map +1 -1
  332. package/lib/validators/internal/OpenApiStringValidator.mjs +2 -7
  333. package/lib/validators/internal/OpenApiStringValidator.mjs.map +1 -1
  334. package/lib/validators/internal/OpenApiStringValidator2.mjs +115 -102
  335. package/lib/validators/internal/OpenApiStringValidator2.mjs.map +1 -1
  336. package/lib/validators/internal/OpenApiTupleValidator.mjs +2 -7
  337. package/lib/validators/internal/OpenApiTupleValidator.mjs.map +1 -1
  338. package/lib/validators/internal/OpenApiTupleValidator2.mjs +33 -40
  339. package/lib/validators/internal/OpenApiTupleValidator2.mjs.map +1 -1
  340. package/package.json +4 -4
  341. package/src/converters/LlmSchemaConverter.ts +1 -8
  342. package/src/utils/Singleton.ts +1 -0
  343. package/src/utils/internal/OpenApiTypeCheckerBase.ts +12 -3
  344. package/src/utils/internal/coerceLlmArguments.ts +27 -1
  345. package/src/validators/internal/OpenApiObjectValidator.ts +1 -2
@@ -1,210 +1,202 @@
1
- import { __exports as NamingConvention } from '../_virtual/NamingConvention.mjs';
1
+ import { __exports as NamingConvention$1 } from '../_virtual/NamingConvention.mjs';
2
2
 
3
- var hasRequiredNamingConvention;
3
+ Object.defineProperty(NamingConvention$1, "__esModule", { value: true });
4
+ var NamingConvention_2 = NamingConvention$1.NamingConvention = void 0;
5
+ /**
6
+ * String naming convention converters.
7
+ *
8
+ * `NamingConvention` converts between common code naming conventions:
9
+ * camelCase, PascalCase, and snake_case. Handles edge cases like consecutive
10
+ * uppercase letters (e.g., `XMLParser` → `xml_parser`) and leading
11
+ * underscores.
12
+ *
13
+ * Functions:
14
+ *
15
+ * - {@link camel}: Convert to camelCase (`fooBar`)
16
+ * - {@link pascal}: Convert to PascalCase (`FooBar`)
17
+ * - {@link snake}: Convert to snake_case (`foo_bar`)
18
+ * - {@link variable}: Test if string is valid JavaScript variable name
19
+ *
20
+ * @author Jeongho Nam - https://github.com/samchon
21
+ */
22
+ var NamingConvention;
23
+ (function (NamingConvention) {
24
+ /**
25
+ * Convert to camelCase.
26
+ *
27
+ * @param str Input string
28
+ * @returns CamelCase string
29
+ */
30
+ function camel(str) {
31
+ return unsnake({
32
+ plain: (str) => str.length
33
+ ? str === str.toUpperCase()
34
+ ? str.toLocaleLowerCase()
35
+ : `${str[0].toLowerCase()}${str.substring(1)}`
36
+ : str,
37
+ snake: (str, i) => i === 0 ? str.toLowerCase() : NamingConvention.capitalize(str.toLowerCase()),
38
+ })(str);
39
+ }
40
+ NamingConvention.camel = camel;
41
+ /**
42
+ * Convert to PascalCase.
43
+ *
44
+ * @param str Input string
45
+ * @returns PascalCase string
46
+ */
47
+ function pascal(str) {
48
+ return unsnake({
49
+ plain: (str) => str.length ? `${str[0].toUpperCase()}${str.substring(1)}` : str,
50
+ snake: NamingConvention.capitalize,
51
+ })(str);
52
+ }
53
+ NamingConvention.pascal = pascal;
54
+ /**
55
+ * Convert to snake_case.
56
+ *
57
+ * @param str Input string
58
+ * @returns Snake_case string
59
+ */
60
+ function snake(str) {
61
+ if (str.length === 0)
62
+ return str;
63
+ // PREFIX
64
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
65
+ let prefix = "";
66
+ for (let i = 0; i < str.length; i++) {
67
+ if (str[i] === "_")
68
+ prefix += "_";
69
+ else
70
+ break;
71
+ }
72
+ if (prefix.length !== 0)
73
+ str = str.substring(prefix.length);
74
+ const out = (s) => `${prefix}${s}`;
75
+ // SNAKE CASE
76
+ const items = str.split("_");
77
+ if (items.length > 1)
78
+ return out(items.map((s) => s.toLowerCase()).join("_"));
79
+ // CAMEL OR PASCAL CASE
80
+ const indexes = [];
81
+ for (let i = 0; i < str.length; i++) {
82
+ const code = str.charCodeAt(i);
83
+ if (65 <= code && code <= 90)
84
+ indexes.push(i);
85
+ }
86
+ for (let i = indexes.length - 1; i > 0; --i) {
87
+ const now = indexes[i];
88
+ const prev = indexes[i - 1];
89
+ if (now - prev === 1)
90
+ indexes.splice(i, 1);
91
+ }
92
+ if (indexes.length !== 0 && indexes[0] === 0)
93
+ indexes.splice(0, 1);
94
+ if (indexes.length === 0)
95
+ return str.toLowerCase();
96
+ let ret = "";
97
+ for (let i = 0; i < indexes.length; i++) {
98
+ const first = i === 0 ? 0 : indexes[i - 1];
99
+ const last = indexes[i];
100
+ ret += str.substring(first, last).toLowerCase();
101
+ ret += "_";
102
+ }
103
+ ret += str.substring(indexes[indexes.length - 1]).toLowerCase();
104
+ return out(ret);
105
+ }
106
+ NamingConvention.snake = snake;
107
+ /**
108
+ * Capitalize first character.
109
+ *
110
+ * @param str Input string
111
+ * @returns Capitalized string
112
+ */
113
+ NamingConvention.capitalize = (str) => str.length !== 0 ? str[0].toUpperCase() + str.slice(1) : str;
114
+ /**
115
+ * Lowercase first character.
116
+ *
117
+ * @param str Input string
118
+ * @returns Localized string
119
+ */
120
+ NamingConvention.localize = (str) => str[0].toLowerCase() + str.slice(1);
121
+ /**
122
+ * Check if string is valid JavaScript variable name.
123
+ *
124
+ * @param str String to check
125
+ * @returns True if valid variable name
126
+ */
127
+ NamingConvention.variable = (str) => NamingConvention.reserved(str) === false && /^[a-zA-Z_$][a-zA-Z_$0-9]*$/g.test(str);
128
+ /**
129
+ * Check if string is JavaScript reserved word.
130
+ *
131
+ * @param str String to check
132
+ * @returns True if reserved word
133
+ */
134
+ NamingConvention.reserved = (str) => RESERVED.has(str);
135
+ })(NamingConvention || (NamingConvention_2 = NamingConvention$1.NamingConvention = NamingConvention = {}));
136
+ const RESERVED = new Set([
137
+ "break",
138
+ "case",
139
+ "catch",
140
+ "class",
141
+ "const",
142
+ "continue",
143
+ "debugger",
144
+ "default",
145
+ "delete",
146
+ "do",
147
+ "else",
148
+ "enum",
149
+ "export",
150
+ "extends",
151
+ "false",
152
+ "finally",
153
+ "for",
154
+ "function",
155
+ "if",
156
+ "import",
157
+ "in",
158
+ "instanceof",
159
+ "module",
160
+ "new",
161
+ "null",
162
+ "package",
163
+ "public",
164
+ "private",
165
+ "protected",
166
+ "return",
167
+ "super",
168
+ "switch",
169
+ "this",
170
+ "throw",
171
+ "true",
172
+ "try",
173
+ "typeof",
174
+ "var",
175
+ "void",
176
+ "while",
177
+ "with",
178
+ ]);
179
+ const unsnake = (props) => (str) => {
180
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
181
+ let prefix = "";
182
+ for (let i = 0; i < str.length; i++) {
183
+ if (str[i] === "_")
184
+ prefix += "_";
185
+ else
186
+ break;
187
+ }
188
+ if (prefix.length !== 0)
189
+ str = str.substring(prefix.length);
190
+ const out = (s) => `${prefix}${s}`;
191
+ if (str.length === 0)
192
+ return out("");
193
+ const items = str.split("_").filter((s) => s.length !== 0);
194
+ return items.length === 0
195
+ ? out("")
196
+ : items.length === 1
197
+ ? out(props.plain(items[0]))
198
+ : out(items.map(props.snake).join(""));
199
+ };
4
200
 
5
- function requireNamingConvention () {
6
- if (hasRequiredNamingConvention) return NamingConvention;
7
- hasRequiredNamingConvention = 1;
8
- Object.defineProperty(NamingConvention, "__esModule", { value: true });
9
- NamingConvention.NamingConvention = void 0;
10
- /**
11
- * String naming convention converters.
12
- *
13
- * `NamingConvention` converts between common code naming conventions:
14
- * camelCase, PascalCase, and snake_case. Handles edge cases like consecutive
15
- * uppercase letters (e.g., `XMLParser` → `xml_parser`) and leading
16
- * underscores.
17
- *
18
- * Functions:
19
- *
20
- * - {@link camel}: Convert to camelCase (`fooBar`)
21
- * - {@link pascal}: Convert to PascalCase (`FooBar`)
22
- * - {@link snake}: Convert to snake_case (`foo_bar`)
23
- * - {@link variable}: Test if string is valid JavaScript variable name
24
- *
25
- * @author Jeongho Nam - https://github.com/samchon
26
- */
27
- var NamingConvention$1;
28
- (function (NamingConvention) {
29
- /**
30
- * Convert to camelCase.
31
- *
32
- * @param str Input string
33
- * @returns CamelCase string
34
- */
35
- function camel(str) {
36
- return unsnake({
37
- plain: (str) => str.length
38
- ? str === str.toUpperCase()
39
- ? str.toLocaleLowerCase()
40
- : `${str[0].toLowerCase()}${str.substring(1)}`
41
- : str,
42
- snake: (str, i) => i === 0 ? str.toLowerCase() : NamingConvention.capitalize(str.toLowerCase()),
43
- })(str);
44
- }
45
- NamingConvention.camel = camel;
46
- /**
47
- * Convert to PascalCase.
48
- *
49
- * @param str Input string
50
- * @returns PascalCase string
51
- */
52
- function pascal(str) {
53
- return unsnake({
54
- plain: (str) => str.length ? `${str[0].toUpperCase()}${str.substring(1)}` : str,
55
- snake: NamingConvention.capitalize,
56
- })(str);
57
- }
58
- NamingConvention.pascal = pascal;
59
- /**
60
- * Convert to snake_case.
61
- *
62
- * @param str Input string
63
- * @returns Snake_case string
64
- */
65
- function snake(str) {
66
- if (str.length === 0)
67
- return str;
68
- // PREFIX
69
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
70
- let prefix = "";
71
- for (let i = 0; i < str.length; i++) {
72
- if (str[i] === "_")
73
- prefix += "_";
74
- else
75
- break;
76
- }
77
- if (prefix.length !== 0)
78
- str = str.substring(prefix.length);
79
- const out = (s) => `${prefix}${s}`;
80
- // SNAKE CASE
81
- const items = str.split("_");
82
- if (items.length > 1)
83
- return out(items.map((s) => s.toLowerCase()).join("_"));
84
- // CAMEL OR PASCAL CASE
85
- const indexes = [];
86
- for (let i = 0; i < str.length; i++) {
87
- const code = str.charCodeAt(i);
88
- if (65 <= code && code <= 90)
89
- indexes.push(i);
90
- }
91
- for (let i = indexes.length - 1; i > 0; --i) {
92
- const now = indexes[i];
93
- const prev = indexes[i - 1];
94
- if (now - prev === 1)
95
- indexes.splice(i, 1);
96
- }
97
- if (indexes.length !== 0 && indexes[0] === 0)
98
- indexes.splice(0, 1);
99
- if (indexes.length === 0)
100
- return str.toLowerCase();
101
- let ret = "";
102
- for (let i = 0; i < indexes.length; i++) {
103
- const first = i === 0 ? 0 : indexes[i - 1];
104
- const last = indexes[i];
105
- ret += str.substring(first, last).toLowerCase();
106
- ret += "_";
107
- }
108
- ret += str.substring(indexes[indexes.length - 1]).toLowerCase();
109
- return out(ret);
110
- }
111
- NamingConvention.snake = snake;
112
- /**
113
- * Capitalize first character.
114
- *
115
- * @param str Input string
116
- * @returns Capitalized string
117
- */
118
- NamingConvention.capitalize = (str) => str.length !== 0 ? str[0].toUpperCase() + str.slice(1) : str;
119
- /**
120
- * Lowercase first character.
121
- *
122
- * @param str Input string
123
- * @returns Localized string
124
- */
125
- NamingConvention.localize = (str) => str[0].toLowerCase() + str.slice(1);
126
- /**
127
- * Check if string is valid JavaScript variable name.
128
- *
129
- * @param str String to check
130
- * @returns True if valid variable name
131
- */
132
- NamingConvention.variable = (str) => NamingConvention.reserved(str) === false && /^[a-zA-Z_$][a-zA-Z_$0-9]*$/g.test(str);
133
- /**
134
- * Check if string is JavaScript reserved word.
135
- *
136
- * @param str String to check
137
- * @returns True if reserved word
138
- */
139
- NamingConvention.reserved = (str) => RESERVED.has(str);
140
- })(NamingConvention$1 || (NamingConvention.NamingConvention = NamingConvention$1 = {}));
141
- const RESERVED = new Set([
142
- "break",
143
- "case",
144
- "catch",
145
- "class",
146
- "const",
147
- "continue",
148
- "debugger",
149
- "default",
150
- "delete",
151
- "do",
152
- "else",
153
- "enum",
154
- "export",
155
- "extends",
156
- "false",
157
- "finally",
158
- "for",
159
- "function",
160
- "if",
161
- "import",
162
- "in",
163
- "instanceof",
164
- "module",
165
- "new",
166
- "null",
167
- "package",
168
- "public",
169
- "private",
170
- "protected",
171
- "return",
172
- "super",
173
- "switch",
174
- "this",
175
- "throw",
176
- "true",
177
- "try",
178
- "typeof",
179
- "var",
180
- "void",
181
- "while",
182
- "with",
183
- ]);
184
- const unsnake = (props) => (str) => {
185
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
186
- let prefix = "";
187
- for (let i = 0; i < str.length; i++) {
188
- if (str[i] === "_")
189
- prefix += "_";
190
- else
191
- break;
192
- }
193
- if (prefix.length !== 0)
194
- str = str.substring(prefix.length);
195
- const out = (s) => `${prefix}${s}`;
196
- if (str.length === 0)
197
- return out("");
198
- const items = str.split("_").filter((s) => s.length !== 0);
199
- return items.length === 0
200
- ? out("")
201
- : items.length === 1
202
- ? out(props.plain(items[0]))
203
- : out(items.map(props.snake).join(""));
204
- };
205
-
206
- return NamingConvention;
207
- }
208
-
209
- export { requireNamingConvention as __require };
201
+ export { NamingConvention_2 as NamingConvention, NamingConvention$1 as default };
210
202
  //# sourceMappingURL=NamingConvention2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"NamingConvention2.mjs","sources":["NamingConvention.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.NamingConvention = void 0;\n/**\n * String naming convention converters.\n *\n * `NamingConvention` converts between common code naming conventions:\n * camelCase, PascalCase, and snake_case. Handles edge cases like consecutive\n * uppercase letters (e.g., `XMLParser` → `xml_parser`) and leading\n * underscores.\n *\n * Functions:\n *\n * - {@link camel}: Convert to camelCase (`fooBar`)\n * - {@link pascal}: Convert to PascalCase (`FooBar`)\n * - {@link snake}: Convert to snake_case (`foo_bar`)\n * - {@link variable}: Test if string is valid JavaScript variable name\n *\n * @author Jeongho Nam - https://github.com/samchon\n */\nvar NamingConvention;\n(function (NamingConvention) {\n /**\n * Convert to camelCase.\n *\n * @param str Input string\n * @returns CamelCase string\n */\n function camel(str) {\n return unsnake({\n plain: (str) => str.length\n ? str === str.toUpperCase()\n ? str.toLocaleLowerCase()\n : `${str[0].toLowerCase()}${str.substring(1)}`\n : str,\n snake: (str, i) => i === 0 ? str.toLowerCase() : NamingConvention.capitalize(str.toLowerCase()),\n })(str);\n }\n NamingConvention.camel = camel;\n /**\n * Convert to PascalCase.\n *\n * @param str Input string\n * @returns PascalCase string\n */\n function pascal(str) {\n return unsnake({\n plain: (str) => str.length ? `${str[0].toUpperCase()}${str.substring(1)}` : str,\n snake: NamingConvention.capitalize,\n })(str);\n }\n NamingConvention.pascal = pascal;\n /**\n * Convert to snake_case.\n *\n * @param str Input string\n * @returns Snake_case string\n */\n function snake(str) {\n if (str.length === 0)\n return str;\n // PREFIX\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n let prefix = \"\";\n for (let i = 0; i < str.length; i++) {\n if (str[i] === \"_\")\n prefix += \"_\";\n else\n break;\n }\n if (prefix.length !== 0)\n str = str.substring(prefix.length);\n const out = (s) => `${prefix}${s}`;\n // SNAKE CASE\n const items = str.split(\"_\");\n if (items.length > 1)\n return out(items.map((s) => s.toLowerCase()).join(\"_\"));\n // CAMEL OR PASCAL CASE\n const indexes = [];\n for (let i = 0; i < str.length; i++) {\n const code = str.charCodeAt(i);\n if (65 <= code && code <= 90)\n indexes.push(i);\n }\n for (let i = indexes.length - 1; i > 0; --i) {\n const now = indexes[i];\n const prev = indexes[i - 1];\n if (now - prev === 1)\n indexes.splice(i, 1);\n }\n if (indexes.length !== 0 && indexes[0] === 0)\n indexes.splice(0, 1);\n if (indexes.length === 0)\n return str.toLowerCase();\n let ret = \"\";\n for (let i = 0; i < indexes.length; i++) {\n const first = i === 0 ? 0 : indexes[i - 1];\n const last = indexes[i];\n ret += str.substring(first, last).toLowerCase();\n ret += \"_\";\n }\n ret += str.substring(indexes[indexes.length - 1]).toLowerCase();\n return out(ret);\n }\n NamingConvention.snake = snake;\n /**\n * Capitalize first character.\n *\n * @param str Input string\n * @returns Capitalized string\n */\n NamingConvention.capitalize = (str) => str.length !== 0 ? str[0].toUpperCase() + str.slice(1) : str;\n /**\n * Lowercase first character.\n *\n * @param str Input string\n * @returns Localized string\n */\n NamingConvention.localize = (str) => str[0].toLowerCase() + str.slice(1);\n /**\n * Check if string is valid JavaScript variable name.\n *\n * @param str String to check\n * @returns True if valid variable name\n */\n NamingConvention.variable = (str) => NamingConvention.reserved(str) === false && /^[a-zA-Z_$][a-zA-Z_$0-9]*$/g.test(str);\n /**\n * Check if string is JavaScript reserved word.\n *\n * @param str String to check\n * @returns True if reserved word\n */\n NamingConvention.reserved = (str) => RESERVED.has(str);\n})(NamingConvention || (exports.NamingConvention = NamingConvention = {}));\nconst RESERVED = new Set([\n \"break\",\n \"case\",\n \"catch\",\n \"class\",\n \"const\",\n \"continue\",\n \"debugger\",\n \"default\",\n \"delete\",\n \"do\",\n \"else\",\n \"enum\",\n \"export\",\n \"extends\",\n \"false\",\n \"finally\",\n \"for\",\n \"function\",\n \"if\",\n \"import\",\n \"in\",\n \"instanceof\",\n \"module\",\n \"new\",\n \"null\",\n \"package\",\n \"public\",\n \"private\",\n \"protected\",\n \"return\",\n \"super\",\n \"switch\",\n \"this\",\n \"throw\",\n \"true\",\n \"try\",\n \"typeof\",\n \"var\",\n \"void\",\n \"while\",\n \"with\",\n]);\nconst unsnake = (props) => (str) => {\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n let prefix = \"\";\n for (let i = 0; i < str.length; i++) {\n if (str[i] === \"_\")\n prefix += \"_\";\n else\n break;\n }\n if (prefix.length !== 0)\n str = str.substring(prefix.length);\n const out = (s) => `${prefix}${s}`;\n if (str.length === 0)\n return out(\"\");\n const items = str.split(\"_\").filter((s) => s.length !== 0);\n return items.length === 0\n ? out(\"\")\n : items.length === 1\n ? out(props.plain(items[0]))\n : out(items.map(props.snake).join(\"\"));\n};\n//# sourceMappingURL=NamingConvention.js.map"],"names":["NamingConvention_1","NamingConvention"],"mappings":"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"}
1
+ {"version":3,"file":"NamingConvention2.mjs","sources":["NamingConvention.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.NamingConvention = void 0;\n/**\n * String naming convention converters.\n *\n * `NamingConvention` converts between common code naming conventions:\n * camelCase, PascalCase, and snake_case. Handles edge cases like consecutive\n * uppercase letters (e.g., `XMLParser` → `xml_parser`) and leading\n * underscores.\n *\n * Functions:\n *\n * - {@link camel}: Convert to camelCase (`fooBar`)\n * - {@link pascal}: Convert to PascalCase (`FooBar`)\n * - {@link snake}: Convert to snake_case (`foo_bar`)\n * - {@link variable}: Test if string is valid JavaScript variable name\n *\n * @author Jeongho Nam - https://github.com/samchon\n */\nvar NamingConvention;\n(function (NamingConvention) {\n /**\n * Convert to camelCase.\n *\n * @param str Input string\n * @returns CamelCase string\n */\n function camel(str) {\n return unsnake({\n plain: (str) => str.length\n ? str === str.toUpperCase()\n ? str.toLocaleLowerCase()\n : `${str[0].toLowerCase()}${str.substring(1)}`\n : str,\n snake: (str, i) => i === 0 ? str.toLowerCase() : NamingConvention.capitalize(str.toLowerCase()),\n })(str);\n }\n NamingConvention.camel = camel;\n /**\n * Convert to PascalCase.\n *\n * @param str Input string\n * @returns PascalCase string\n */\n function pascal(str) {\n return unsnake({\n plain: (str) => str.length ? `${str[0].toUpperCase()}${str.substring(1)}` : str,\n snake: NamingConvention.capitalize,\n })(str);\n }\n NamingConvention.pascal = pascal;\n /**\n * Convert to snake_case.\n *\n * @param str Input string\n * @returns Snake_case string\n */\n function snake(str) {\n if (str.length === 0)\n return str;\n // PREFIX\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n let prefix = \"\";\n for (let i = 0; i < str.length; i++) {\n if (str[i] === \"_\")\n prefix += \"_\";\n else\n break;\n }\n if (prefix.length !== 0)\n str = str.substring(prefix.length);\n const out = (s) => `${prefix}${s}`;\n // SNAKE CASE\n const items = str.split(\"_\");\n if (items.length > 1)\n return out(items.map((s) => s.toLowerCase()).join(\"_\"));\n // CAMEL OR PASCAL CASE\n const indexes = [];\n for (let i = 0; i < str.length; i++) {\n const code = str.charCodeAt(i);\n if (65 <= code && code <= 90)\n indexes.push(i);\n }\n for (let i = indexes.length - 1; i > 0; --i) {\n const now = indexes[i];\n const prev = indexes[i - 1];\n if (now - prev === 1)\n indexes.splice(i, 1);\n }\n if (indexes.length !== 0 && indexes[0] === 0)\n indexes.splice(0, 1);\n if (indexes.length === 0)\n return str.toLowerCase();\n let ret = \"\";\n for (let i = 0; i < indexes.length; i++) {\n const first = i === 0 ? 0 : indexes[i - 1];\n const last = indexes[i];\n ret += str.substring(first, last).toLowerCase();\n ret += \"_\";\n }\n ret += str.substring(indexes[indexes.length - 1]).toLowerCase();\n return out(ret);\n }\n NamingConvention.snake = snake;\n /**\n * Capitalize first character.\n *\n * @param str Input string\n * @returns Capitalized string\n */\n NamingConvention.capitalize = (str) => str.length !== 0 ? str[0].toUpperCase() + str.slice(1) : str;\n /**\n * Lowercase first character.\n *\n * @param str Input string\n * @returns Localized string\n */\n NamingConvention.localize = (str) => str[0].toLowerCase() + str.slice(1);\n /**\n * Check if string is valid JavaScript variable name.\n *\n * @param str String to check\n * @returns True if valid variable name\n */\n NamingConvention.variable = (str) => NamingConvention.reserved(str) === false && /^[a-zA-Z_$][a-zA-Z_$0-9]*$/g.test(str);\n /**\n * Check if string is JavaScript reserved word.\n *\n * @param str String to check\n * @returns True if reserved word\n */\n NamingConvention.reserved = (str) => RESERVED.has(str);\n})(NamingConvention || (exports.NamingConvention = NamingConvention = {}));\nconst RESERVED = new Set([\n \"break\",\n \"case\",\n \"catch\",\n \"class\",\n \"const\",\n \"continue\",\n \"debugger\",\n \"default\",\n \"delete\",\n \"do\",\n \"else\",\n \"enum\",\n \"export\",\n \"extends\",\n \"false\",\n \"finally\",\n \"for\",\n \"function\",\n \"if\",\n \"import\",\n \"in\",\n \"instanceof\",\n \"module\",\n \"new\",\n \"null\",\n \"package\",\n \"public\",\n \"private\",\n \"protected\",\n \"return\",\n \"super\",\n \"switch\",\n \"this\",\n \"throw\",\n \"true\",\n \"try\",\n \"typeof\",\n \"var\",\n \"void\",\n \"while\",\n \"with\",\n]);\nconst unsnake = (props) => (str) => {\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n let prefix = \"\";\n for (let i = 0; i < str.length; i++) {\n if (str[i] === \"_\")\n prefix += \"_\";\n else\n break;\n }\n if (prefix.length !== 0)\n str = str.substring(prefix.length);\n const out = (s) => `${prefix}${s}`;\n if (str.length === 0)\n return out(\"\");\n const items = str.split(\"_\").filter((s) => s.length !== 0);\n return items.length === 0\n ? out(\"\")\n : items.length === 1\n ? out(props.plain(items[0]))\n : out(items.map(props.snake).join(\"\"));\n};\n//# sourceMappingURL=NamingConvention.js.map"],"names":["NamingConvention_1"],"mappings":"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"}
@@ -1,6 +1 @@
1
- export declare class Singleton<T, Args extends any[] = []> {
2
- private readonly closure_;
3
- private value_;
4
- constructor(closure: (...args: Args) => T);
5
- get(...args: Args): T;
6
- }
1
+ export {};
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Singleton = void 0;
4
+ /** @internal */
4
5
  class Singleton {
5
6
  constructor(closure) {
6
7
  this.closure_ = closure;
@@ -1 +1 @@
1
- {"version":3,"file":"Singleton.js","sourceRoot":"","sources":["../../src/utils/Singleton.ts"],"names":[],"mappings":";;;AAAA;IAIE,YAAmB,OAA6B;QAC9C,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;QACxB,IAAI,CAAC,MAAM,GAAG,eAAe,CAAC;IAChC,CAAC;IAEM,GAAG,CAAC,GAAG,IAAU;QACtB,IAAI,IAAI,CAAC,MAAM,KAAK,eAAe;YAAE,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC;QAC1E,OAAO,IAAI,CAAC,MAAW,CAAC;IAC1B,CAAC;CACF;;AAED,MAAM,eAAe,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"Singleton.js","sourceRoot":"","sources":["../../src/utils/Singleton.ts"],"names":[],"mappings":";;;AAAA,gBAAgB;AAChB;IAIE,YAAmB,OAA6B;QAC9C,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;QACxB,IAAI,CAAC,MAAM,GAAG,eAAe,CAAC;IAChC,CAAC;IAEM,GAAG,CAAC,GAAG,IAAU;QACtB,IAAI,IAAI,CAAC,MAAM,KAAK,eAAe;YAAE,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC;QAC1E,OAAO,IAAI,CAAC,MAAW,CAAC;IAC1B,CAAC;CACF;;AAED,MAAM,eAAe,GAAG,EAAE,CAAC"}
@@ -1,8 +1,3 @@
1
- import { getDefaultExportFromCjs } from '../_virtual/_commonjsHelpers.mjs';
2
- import { __require as requireSingleton } from './Singleton2.mjs';
3
-
4
- var SingletonExports = requireSingleton();
5
- var Singleton = /*@__PURE__*/getDefaultExportFromCjs(SingletonExports);
6
-
7
- export { Singleton as default };
1
+ export { Singleton } from './Singleton2.mjs';
2
+ export { __exports as default } from '../_virtual/Singleton.mjs';
8
3
  //# sourceMappingURL=Singleton.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Singleton.mjs","sources":["Singleton.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireSingleton } from \"/home/samchon/github/samchon/typia@next/packages/utils/lib/utils/Singleton.js\";\nvar SingletonExports = requireSingleton();\nexport { SingletonExports as __moduleExports };\nexport default /*@__PURE__*/getDefaultExportFromCjs(SingletonExports);"],"names":[],"mappings":";;;AAEA,IAAI,gBAAgB,GAAG,gBAAgB,EAAE;AAEzC,gBAAe,aAAa,uBAAuB,CAAC,gBAAgB,CAAC;;;;"}
1
+ {"version":3,"file":"Singleton.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1,28 +1,21 @@
1
- import { __exports as Singleton } from '../_virtual/Singleton.mjs';
1
+ import { __exports as Singleton$1 } from '../_virtual/Singleton.mjs';
2
2
 
3
- var hasRequiredSingleton;
4
-
5
- function requireSingleton () {
6
- if (hasRequiredSingleton) return Singleton;
7
- hasRequiredSingleton = 1;
8
- Object.defineProperty(Singleton, "__esModule", { value: true });
9
- Singleton.Singleton = void 0;
10
- let Singleton$1 = class Singleton {
11
- constructor(closure) {
12
- this.closure_ = closure;
13
- this.value_ = NOT_MOUNTED_YET;
14
- }
15
- get(...args) {
16
- if (this.value_ === NOT_MOUNTED_YET)
17
- this.value_ = this.closure_(...args);
18
- return this.value_;
19
- }
20
- };
21
- Singleton.Singleton = Singleton$1;
22
- const NOT_MOUNTED_YET = {};
23
-
24
- return Singleton;
3
+ Object.defineProperty(Singleton$1, "__esModule", { value: true });
4
+ var Singleton_2 = Singleton$1.Singleton = void 0;
5
+ /** @internal */
6
+ class Singleton {
7
+ constructor(closure) {
8
+ this.closure_ = closure;
9
+ this.value_ = NOT_MOUNTED_YET;
10
+ }
11
+ get(...args) {
12
+ if (this.value_ === NOT_MOUNTED_YET)
13
+ this.value_ = this.closure_(...args);
14
+ return this.value_;
15
+ }
25
16
  }
17
+ Singleton_2 = Singleton$1.Singleton = Singleton;
18
+ const NOT_MOUNTED_YET = {};
26
19
 
27
- export { requireSingleton as __require };
20
+ export { Singleton_2 as Singleton, Singleton$1 as default };
28
21
  //# sourceMappingURL=Singleton2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Singleton2.mjs","sources":["Singleton.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.Singleton = void 0;\nclass Singleton {\n constructor(closure) {\n this.closure_ = closure;\n this.value_ = NOT_MOUNTED_YET;\n }\n get(...args) {\n if (this.value_ === NOT_MOUNTED_YET)\n this.value_ = this.closure_(...args);\n return this.value_;\n }\n}\nexports.Singleton = Singleton;\nconst NOT_MOUNTED_YET = {};\n//# sourceMappingURL=Singleton.js.map"],"names":["Singleton_1","Singleton"],"mappings":";;;;;;;AACA,CAAA,MAAM,CAAC,cAAc,CAACA,SAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAC7D,CAAAA,SAAA,CAAA,SAAiB,GAAG,MAAM;AAC1B,mBAAA,MAAM,SAAS,CAAC;KACZ,WAAW,CAAC,OAAO,EAAE;AACzB,SAAQ,IAAI,CAAC,QAAQ,GAAG,OAAO;AAC/B,SAAQ,IAAI,CAAC,MAAM,GAAG,eAAe;AACrC,KAAA;AACA,KAAI,GAAG,CAAC,GAAG,IAAI,EAAE;AACjB,SAAQ,IAAI,IAAI,CAAC,MAAM,KAAK,eAAe;aAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC;SACxC,OAAO,IAAI,CAAC,MAAM;AAC1B,KAAA;AACA;AACA,CAAAA,SAAA,CAAA,SAAiB,GAAGC,WAAS;CAC7B,MAAM,eAAe,GAAG,EAAE;AAC1B;;;;;;"}
1
+ {"version":3,"file":"Singleton2.mjs","sources":["Singleton.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.Singleton = void 0;\n/** @internal */\nclass Singleton {\n constructor(closure) {\n this.closure_ = closure;\n this.value_ = NOT_MOUNTED_YET;\n }\n get(...args) {\n if (this.value_ === NOT_MOUNTED_YET)\n this.value_ = this.closure_(...args);\n return this.value_;\n }\n}\nexports.Singleton = Singleton;\nconst NOT_MOUNTED_YET = {};\n//# sourceMappingURL=Singleton.js.map"],"names":["Singleton_1"],"mappings":";;AACA,MAAM,CAAC,cAAc,CAACA,WAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAC7D,IAAA,WAAA,GAAAA,WAAA,CAAA,SAAiB,GAAG;AACpB;AACA,MAAM,SAAS,CAAC;AAChB,IAAI,WAAW,CAAC,OAAO,EAAE;AACzB,QAAQ,IAAI,CAAC,QAAQ,GAAG,OAAO;AAC/B,QAAQ,IAAI,CAAC,MAAM,GAAG,eAAe;AACrC,IAAA;AACA,IAAI,GAAG,CAAC,GAAG,IAAI,EAAE;AACjB,QAAQ,IAAI,IAAI,CAAC,MAAM,KAAK,eAAe;AAC3C,YAAY,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC;AAChD,QAAQ,OAAO,IAAI,CAAC,MAAM;AAC1B,IAAA;AACA;AACA,WAAA,GAAAA,WAAA,CAAA,SAAiB,GAAG,SAAS;AAC7B,MAAM,eAAe,GAAG,EAAE;;;;"}
@@ -1,8 +1,3 @@
1
- import { getDefaultExportFromCjs } from '../_virtual/_commonjsHelpers.mjs';
2
- import { __require as requireStringUtil } from './StringUtil2.mjs';
3
-
4
- var StringUtilExports = requireStringUtil();
5
- var StringUtil = /*@__PURE__*/getDefaultExportFromCjs(StringUtilExports);
6
-
7
- export { StringUtil as default };
1
+ export { StringUtil } from './StringUtil2.mjs';
2
+ export { __exports as default } from '../_virtual/StringUtil.mjs';
8
3
  //# sourceMappingURL=StringUtil.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"StringUtil.mjs","sources":["StringUtil.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireStringUtil } from \"/home/samchon/github/samchon/typia@next/packages/utils/lib/utils/StringUtil.js\";\nvar StringUtilExports = requireStringUtil();\nexport { StringUtilExports as __moduleExports };\nexport default /*@__PURE__*/getDefaultExportFromCjs(StringUtilExports);"],"names":[],"mappings":";;;AAEA,IAAI,iBAAiB,GAAG,iBAAiB,EAAE;AAE3C,iBAAe,aAAa,uBAAuB,CAAC,iBAAiB,CAAC;;;;"}
1
+ {"version":3,"file":"StringUtil.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1,25 +1,17 @@
1
- import { __exports as StringUtil } from '../_virtual/StringUtil.mjs';
1
+ import { __exports as StringUtil$1 } from '../_virtual/StringUtil.mjs';
2
2
 
3
- var hasRequiredStringUtil;
3
+ Object.defineProperty(StringUtil$1, "__esModule", { value: true });
4
+ var StringUtil_2 = StringUtil$1.StringUtil = void 0;
5
+ /** @internal */
6
+ var StringUtil;
7
+ (function (StringUtil) {
8
+ StringUtil.escapeDuplicate = (props) => { var _a; return props.keep.includes(props.input)
9
+ ? StringUtil.escapeDuplicate({
10
+ keep: props.keep,
11
+ input: ((_a = props.escape) !== null && _a !== void 0 ? _a : ((str) => `_${str}`))(props.input),
12
+ })
13
+ : props.input; };
14
+ })(StringUtil || (StringUtil_2 = StringUtil$1.StringUtil = StringUtil = {}));
4
15
 
5
- function requireStringUtil () {
6
- if (hasRequiredStringUtil) return StringUtil;
7
- hasRequiredStringUtil = 1;
8
- Object.defineProperty(StringUtil, "__esModule", { value: true });
9
- StringUtil.StringUtil = void 0;
10
- /** @internal */
11
- var StringUtil$1;
12
- (function (StringUtil) {
13
- StringUtil.escapeDuplicate = (props) => { var _a; return props.keep.includes(props.input)
14
- ? StringUtil.escapeDuplicate({
15
- keep: props.keep,
16
- input: ((_a = props.escape) !== null && _a !== void 0 ? _a : ((str) => `_${str}`))(props.input),
17
- })
18
- : props.input; };
19
- })(StringUtil$1 || (StringUtil.StringUtil = StringUtil$1 = {}));
20
-
21
- return StringUtil;
22
- }
23
-
24
- export { requireStringUtil as __require };
16
+ export { StringUtil_2 as StringUtil, StringUtil$1 as default };
25
17
  //# sourceMappingURL=StringUtil2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"StringUtil2.mjs","sources":["StringUtil.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.StringUtil = void 0;\n/** @internal */\nvar StringUtil;\n(function (StringUtil) {\n StringUtil.escapeDuplicate = (props) => { var _a; return props.keep.includes(props.input)\n ? StringUtil.escapeDuplicate({\n keep: props.keep,\n input: ((_a = props.escape) !== null && _a !== void 0 ? _a : ((str) => `_${str}`))(props.input),\n })\n : props.input; };\n})(StringUtil || (exports.StringUtil = StringUtil = {}));\n//# sourceMappingURL=StringUtil.js.map"],"names":["StringUtil_1","StringUtil"],"mappings":";;;;;;;AACA,CAAA,MAAM,CAAC,cAAc,CAACA,UAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAC7D,CAAAA,UAAA,CAAA,UAAkB,GAAG,MAAM;AAC3B;AACA,CAAA,IAAIC,YAAU;CACd,CAAC,UAAU,UAAU,EAAE;KACnB,UAAU,CAAC,eAAe,GAAG,CAAC,KAAK,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC,OAAO,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,KAAK;WAClF,UAAU,CAAC,eAAe,CAAC;AACrC,aAAY,IAAI,EAAE,KAAK,CAAC,IAAI;AAC5B,aAAY,KAAK,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,CAAC,MAAM,MAAM,IAAI,IAAI,EAAE,KAAK,MAAM,GAAG,EAAE,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC;UAClG;AACT,WAAU,KAAK,CAAC,KAAK,CAAC,CAAA,CAAE;CACxB,CAAC,EAAEA,YAAU,KAAKD,UAAA,CAAA,UAAkB,GAAGC,YAAU,GAAG,EAAE,CAAC,CAAC;AACxD;;;;;;"}
1
+ {"version":3,"file":"StringUtil2.mjs","sources":["StringUtil.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.StringUtil = void 0;\n/** @internal */\nvar StringUtil;\n(function (StringUtil) {\n StringUtil.escapeDuplicate = (props) => { var _a; return props.keep.includes(props.input)\n ? StringUtil.escapeDuplicate({\n keep: props.keep,\n input: ((_a = props.escape) !== null && _a !== void 0 ? _a : ((str) => `_${str}`))(props.input),\n })\n : props.input; };\n})(StringUtil || (exports.StringUtil = StringUtil = {}));\n//# sourceMappingURL=StringUtil.js.map"],"names":["StringUtil_1"],"mappings":";;AACA,MAAM,CAAC,cAAc,CAACA,YAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAC7D,IAAA,YAAA,GAAAA,YAAA,CAAA,UAAkB,GAAG;AACrB;AACA,IAAI,UAAU;AACd,CAAC,UAAU,UAAU,EAAE;AACvB,IAAI,UAAU,CAAC,eAAe,GAAG,CAAC,KAAK,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC,OAAO,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,KAAK;AAC5F,UAAU,UAAU,CAAC,eAAe,CAAC;AACrC,YAAY,IAAI,EAAE,KAAK,CAAC,IAAI;AAC5B,YAAY,KAAK,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,CAAC,MAAM,MAAM,IAAI,IAAI,EAAE,KAAK,MAAM,GAAG,EAAE,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC;AAC3G,SAAS;AACT,UAAU,KAAK,CAAC,KAAK,CAAC,CAAA,CAAE;AACxB,CAAC,EAAE,UAAU,KAAK,YAAA,GAAAA,YAAA,CAAA,UAAkB,GAAG,UAAU,GAAG,EAAE,CAAC,CAAC;;;;"}
@@ -1,8 +1,3 @@
1
- import { getDefaultExportFromCjs } from '../_virtual/_commonjsHelpers.mjs';
2
- import { __require as requireDedent } from './dedent2.mjs';
3
-
4
- var dedentExports = requireDedent();
5
- var dedent = /*@__PURE__*/getDefaultExportFromCjs(dedentExports);
6
-
7
- export { dedent as default };
1
+ export { dedent } from './dedent2.mjs';
2
+ export { __exports as default } from '../_virtual/dedent.mjs';
8
3
  //# sourceMappingURL=dedent.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"dedent.mjs","sources":["dedent.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireDedent } from \"/home/samchon/github/samchon/typia@next/packages/utils/lib/utils/dedent.js\";\nvar dedentExports = requireDedent();\nexport { dedentExports as __moduleExports };\nexport default /*@__PURE__*/getDefaultExportFromCjs(dedentExports);"],"names":[],"mappings":";;;AAEA,IAAI,aAAa,GAAG,aAAa,EAAE;AAEnC,aAAe,aAAa,uBAAuB,CAAC,aAAa,CAAC;;;;"}
1
+ {"version":3,"file":"dedent.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}