typia 6.10.0 → 7.0.0-dev.20240916

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 (688) hide show
  1. package/lib/_external/node_modules_@samchon_openapi_lib_utils/LlmSchemaSeparator.mjs +44 -129
  2. package/lib/_external/node_modules_@samchon_openapi_lib_utils/LlmSchemaSeparator.mjs.map +1 -1
  3. package/lib/_external/node_modules_@samchon_openapi_lib_utils/LlmTypeChecker.mjs +19 -167
  4. package/lib/_external/node_modules_@samchon_openapi_lib_utils/LlmTypeChecker.mjs.map +1 -1
  5. package/lib/_virtual/_commonjsHelpers.mjs +1 -3
  6. package/lib/_virtual/_commonjsHelpers.mjs.map +1 -1
  7. package/lib/executable/TypiaSetupWizard.js +3 -1
  8. package/lib/executable/TypiaSetupWizard.js.map +1 -1
  9. package/lib/factories/internal/metadata/iterate_metadata_function.js +4 -1
  10. package/lib/factories/internal/metadata/iterate_metadata_function.js.map +1 -1
  11. package/lib/functional/Namespace/index.mjs +0 -1
  12. package/lib/functional/Namespace/index.mjs.map +1 -1
  13. package/lib/functional/Namespace/llm.mjs +2 -2
  14. package/lib/functional/Namespace/llm.mjs.map +1 -1
  15. package/lib/programmers/AssertProgrammer.d.ts +12 -8
  16. package/lib/programmers/AssertProgrammer.js +40 -42
  17. package/lib/programmers/AssertProgrammer.js.map +1 -1
  18. package/lib/programmers/CheckerProgrammer.d.ts +7 -7
  19. package/lib/programmers/CheckerProgrammer.js +23 -11
  20. package/lib/programmers/CheckerProgrammer.js.map +1 -1
  21. package/lib/programmers/FeatureProgrammer.d.ts +4 -4
  22. package/lib/programmers/FeatureProgrammer.js +1 -1
  23. package/lib/programmers/FeatureProgrammer.js.map +1 -1
  24. package/lib/programmers/IsProgrammer.d.ts +15 -8
  25. package/lib/programmers/IsProgrammer.js +19 -28
  26. package/lib/programmers/IsProgrammer.js.map +1 -1
  27. package/lib/programmers/RandomProgrammer.d.ts +13 -5
  28. package/lib/programmers/RandomProgrammer.js +10 -22
  29. package/lib/programmers/RandomProgrammer.js.map +1 -1
  30. package/lib/programmers/ValidateProgrammer.d.ts +11 -4
  31. package/lib/programmers/ValidateProgrammer.js +41 -43
  32. package/lib/programmers/ValidateProgrammer.js.map +1 -1
  33. package/lib/programmers/functional/FunctionalAssertFunctionProgrammer.d.ts +18 -3
  34. package/lib/programmers/functional/FunctionalAssertFunctionProgrammer.js +37 -29
  35. package/lib/programmers/functional/FunctionalAssertFunctionProgrammer.js.map +1 -1
  36. package/lib/programmers/functional/FunctionalAssertParametersProgrammer.d.ts +23 -4
  37. package/lib/programmers/functional/FunctionalAssertParametersProgrammer.js +51 -40
  38. package/lib/programmers/functional/FunctionalAssertParametersProgrammer.js.map +1 -1
  39. package/lib/programmers/functional/FunctionalAssertReturnProgrammer.d.ts +24 -4
  40. package/lib/programmers/functional/FunctionalAssertReturnProgrammer.js +48 -36
  41. package/lib/programmers/functional/FunctionalAssertReturnProgrammer.js.map +1 -1
  42. package/lib/programmers/functional/FunctionalIsFunctionProgrammer.d.ts +17 -3
  43. package/lib/programmers/functional/FunctionalIsFunctionProgrammer.js +18 -20
  44. package/lib/programmers/functional/FunctionalIsFunctionProgrammer.js.map +1 -1
  45. package/lib/programmers/functional/FunctionalIsParametersProgrammer.d.ts +22 -4
  46. package/lib/programmers/functional/FunctionalIsParametersProgrammer.js +36 -35
  47. package/lib/programmers/functional/FunctionalIsParametersProgrammer.js.map +1 -1
  48. package/lib/programmers/functional/FunctionalIsReturnProgrammer.d.ts +23 -4
  49. package/lib/programmers/functional/FunctionalIsReturnProgrammer.js +39 -34
  50. package/lib/programmers/functional/FunctionalIsReturnProgrammer.js.map +1 -1
  51. package/lib/programmers/functional/FunctionalValidateFunctionProgrammer.d.ts +17 -3
  52. package/lib/programmers/functional/FunctionalValidateFunctionProgrammer.js +17 -20
  53. package/lib/programmers/functional/FunctionalValidateFunctionProgrammer.js.map +1 -1
  54. package/lib/programmers/functional/FunctionalValidateParametersProgrammer.d.ts +22 -4
  55. package/lib/programmers/functional/FunctionalValidateParametersProgrammer.js +70 -68
  56. package/lib/programmers/functional/FunctionalValidateParametersProgrammer.js.map +1 -1
  57. package/lib/programmers/functional/FunctionalValidateReturnProgrammer.d.ts +23 -4
  58. package/lib/programmers/functional/FunctionalValidateReturnProgrammer.js +43 -38
  59. package/lib/programmers/functional/FunctionalValidateReturnProgrammer.js.map +1 -1
  60. package/lib/programmers/functional/internal/FunctionalGeneralProgrammer.d.ts +5 -1
  61. package/lib/programmers/functional/internal/FunctionalGeneralProgrammer.js +14 -16
  62. package/lib/programmers/functional/internal/FunctionalGeneralProgrammer.js.map +1 -1
  63. package/lib/programmers/http/HttpAssertFormDataProgrammer.d.ts +5 -4
  64. package/lib/programmers/http/HttpAssertFormDataProgrammer.js +12 -19
  65. package/lib/programmers/http/HttpAssertFormDataProgrammer.js.map +1 -1
  66. package/lib/programmers/http/HttpAssertHeadersProgrammer.d.ts +5 -4
  67. package/lib/programmers/http/HttpAssertHeadersProgrammer.js +12 -19
  68. package/lib/programmers/http/HttpAssertHeadersProgrammer.js.map +1 -1
  69. package/lib/programmers/http/HttpAssertQueryProgrammer.d.ts +8 -4
  70. package/lib/programmers/http/HttpAssertQueryProgrammer.js +12 -21
  71. package/lib/programmers/http/HttpAssertQueryProgrammer.js.map +1 -1
  72. package/lib/programmers/http/HttpFormDataProgrammer.d.ts +4 -3
  73. package/lib/programmers/http/HttpFormDataProgrammer.js +21 -19
  74. package/lib/programmers/http/HttpFormDataProgrammer.js.map +1 -1
  75. package/lib/programmers/http/HttpHeadersProgrammer.d.ts +4 -3
  76. package/lib/programmers/http/HttpHeadersProgrammer.js +21 -19
  77. package/lib/programmers/http/HttpHeadersProgrammer.js.map +1 -1
  78. package/lib/programmers/http/HttpIsFormDataProgrammer.d.ts +4 -3
  79. package/lib/programmers/http/HttpIsFormDataProgrammer.js +11 -18
  80. package/lib/programmers/http/HttpIsFormDataProgrammer.js.map +1 -1
  81. package/lib/programmers/http/HttpIsHeadersProgrammer.d.ts +4 -3
  82. package/lib/programmers/http/HttpIsHeadersProgrammer.js +11 -18
  83. package/lib/programmers/http/HttpIsHeadersProgrammer.js.map +1 -1
  84. package/lib/programmers/http/HttpIsQueryProgrammer.d.ts +7 -3
  85. package/lib/programmers/http/HttpIsQueryProgrammer.js +11 -20
  86. package/lib/programmers/http/HttpIsQueryProgrammer.js.map +1 -1
  87. package/lib/programmers/http/HttpParameterProgrammer.d.ts +2 -2
  88. package/lib/programmers/http/HttpParameterProgrammer.js +27 -27
  89. package/lib/programmers/http/HttpParameterProgrammer.js.map +1 -1
  90. package/lib/programmers/http/HttpQueryProgrammer.d.ts +7 -3
  91. package/lib/programmers/http/HttpQueryProgrammer.js +21 -21
  92. package/lib/programmers/http/HttpQueryProgrammer.js.map +1 -1
  93. package/lib/programmers/http/HttpValidateFormDataProgrammer.d.ts +4 -3
  94. package/lib/programmers/http/HttpValidateFormDataProgrammer.js +11 -19
  95. package/lib/programmers/http/HttpValidateFormDataProgrammer.js.map +1 -1
  96. package/lib/programmers/http/HttpValidateHeadersProgrammer.d.ts +4 -3
  97. package/lib/programmers/http/HttpValidateHeadersProgrammer.js +11 -19
  98. package/lib/programmers/http/HttpValidateHeadersProgrammer.js.map +1 -1
  99. package/lib/programmers/http/HttpValidateQueryProgrammer.d.ts +7 -3
  100. package/lib/programmers/http/HttpValidateQueryProgrammer.js +11 -21
  101. package/lib/programmers/http/HttpValidateQueryProgrammer.js.map +1 -1
  102. package/lib/programmers/internal/check_array_length.js +1 -1
  103. package/lib/programmers/internal/check_array_length.js.map +1 -1
  104. package/lib/programmers/internal/check_bigint.js +1 -1
  105. package/lib/programmers/internal/check_bigint.js.map +1 -1
  106. package/lib/programmers/internal/check_dynamic_key.d.ts +2 -2
  107. package/lib/programmers/internal/check_dynamic_key.js.map +1 -1
  108. package/lib/programmers/internal/check_dynamic_properties.js.map +1 -1
  109. package/lib/programmers/internal/check_number.js +1 -1
  110. package/lib/programmers/internal/check_number.js.map +1 -1
  111. package/lib/programmers/internal/check_object.js.map +1 -1
  112. package/lib/programmers/internal/check_string.js +1 -1
  113. package/lib/programmers/internal/check_string.js.map +1 -1
  114. package/lib/programmers/json/JsonAssertParseProgrammer.d.ts +4 -3
  115. package/lib/programmers/json/JsonAssertParseProgrammer.js +19 -20
  116. package/lib/programmers/json/JsonAssertParseProgrammer.js.map +1 -1
  117. package/lib/programmers/json/JsonAssertStringifyProgrammer.d.ts +4 -3
  118. package/lib/programmers/json/JsonAssertStringifyProgrammer.js +18 -19
  119. package/lib/programmers/json/JsonAssertStringifyProgrammer.js.map +1 -1
  120. package/lib/programmers/json/JsonIsParseProgrammer.d.ts +4 -3
  121. package/lib/programmers/json/JsonIsParseProgrammer.js +17 -19
  122. package/lib/programmers/json/JsonIsParseProgrammer.js.map +1 -1
  123. package/lib/programmers/json/JsonIsStringifyProgrammer.d.ts +4 -3
  124. package/lib/programmers/json/JsonIsStringifyProgrammer.js +12 -19
  125. package/lib/programmers/json/JsonIsStringifyProgrammer.js.map +1 -1
  126. package/lib/programmers/json/JsonStringifyProgrammer.d.ts +4 -3
  127. package/lib/programmers/json/JsonStringifyProgrammer.js +11 -21
  128. package/lib/programmers/json/JsonStringifyProgrammer.js.map +1 -1
  129. package/lib/programmers/json/JsonValidateParseProgrammer.d.ts +4 -3
  130. package/lib/programmers/json/JsonValidateParseProgrammer.js +18 -20
  131. package/lib/programmers/json/JsonValidateParseProgrammer.js.map +1 -1
  132. package/lib/programmers/json/JsonValidateStringifyProgrammer.d.ts +4 -3
  133. package/lib/programmers/json/JsonValidateStringifyProgrammer.js +17 -19
  134. package/lib/programmers/json/JsonValidateStringifyProgrammer.js.map +1 -1
  135. package/lib/programmers/misc/MiscAssertCloneProgrammer.d.ts +5 -4
  136. package/lib/programmers/misc/MiscAssertCloneProgrammer.js +12 -19
  137. package/lib/programmers/misc/MiscAssertCloneProgrammer.js.map +1 -1
  138. package/lib/programmers/misc/MiscAssertPruneProgrammer.d.ts +5 -4
  139. package/lib/programmers/misc/MiscAssertPruneProgrammer.js +13 -20
  140. package/lib/programmers/misc/MiscAssertPruneProgrammer.js.map +1 -1
  141. package/lib/programmers/misc/MiscCloneProgrammer.d.ts +4 -3
  142. package/lib/programmers/misc/MiscCloneProgrammer.js +11 -21
  143. package/lib/programmers/misc/MiscCloneProgrammer.js.map +1 -1
  144. package/lib/programmers/misc/MiscIsCloneProgrammer.d.ts +4 -3
  145. package/lib/programmers/misc/MiscIsCloneProgrammer.js +11 -18
  146. package/lib/programmers/misc/MiscIsCloneProgrammer.js.map +1 -1
  147. package/lib/programmers/misc/MiscIsPruneProgrammer.d.ts +4 -3
  148. package/lib/programmers/misc/MiscIsPruneProgrammer.js +11 -18
  149. package/lib/programmers/misc/MiscIsPruneProgrammer.js.map +1 -1
  150. package/lib/programmers/misc/MiscLiteralsProgrammer.d.ts +6 -2
  151. package/lib/programmers/misc/MiscLiteralsProgrammer.js +4 -4
  152. package/lib/programmers/misc/MiscLiteralsProgrammer.js.map +1 -1
  153. package/lib/programmers/misc/MiscPruneProgrammer.d.ts +4 -3
  154. package/lib/programmers/misc/MiscPruneProgrammer.js +11 -21
  155. package/lib/programmers/misc/MiscPruneProgrammer.js.map +1 -1
  156. package/lib/programmers/misc/MiscValidateCloneProgrammer.d.ts +4 -3
  157. package/lib/programmers/misc/MiscValidateCloneProgrammer.js +11 -19
  158. package/lib/programmers/misc/MiscValidateCloneProgrammer.js.map +1 -1
  159. package/lib/programmers/misc/MiscValidatePruneProgrammer.d.ts +4 -3
  160. package/lib/programmers/misc/MiscValidatePruneProgrammer.js +12 -20
  161. package/lib/programmers/misc/MiscValidatePruneProgrammer.js.map +1 -1
  162. package/lib/programmers/notations/NotationAssertGeneralProgrammer.d.ts +8 -4
  163. package/lib/programmers/notations/NotationAssertGeneralProgrammer.js +12 -22
  164. package/lib/programmers/notations/NotationAssertGeneralProgrammer.js.map +1 -1
  165. package/lib/programmers/notations/NotationGeneralProgrammer.d.ts +7 -3
  166. package/lib/programmers/notations/NotationGeneralProgrammer.js +12 -25
  167. package/lib/programmers/notations/NotationGeneralProgrammer.js.map +1 -1
  168. package/lib/programmers/notations/NotationIsGeneralProgrammer.d.ts +7 -3
  169. package/lib/programmers/notations/NotationIsGeneralProgrammer.js +11 -21
  170. package/lib/programmers/notations/NotationIsGeneralProgrammer.js.map +1 -1
  171. package/lib/programmers/notations/NotationValidateGeneralProgrammer.d.ts +7 -3
  172. package/lib/programmers/notations/NotationValidateGeneralProgrammer.js +11 -22
  173. package/lib/programmers/notations/NotationValidateGeneralProgrammer.js.map +1 -1
  174. package/lib/programmers/protobuf/ProtobufAssertDecodeProgrammer.d.ts +5 -4
  175. package/lib/programmers/protobuf/ProtobufAssertDecodeProgrammer.js +12 -20
  176. package/lib/programmers/protobuf/ProtobufAssertDecodeProgrammer.js.map +1 -1
  177. package/lib/programmers/protobuf/ProtobufAssertEncodeProgrammer.d.ts +5 -4
  178. package/lib/programmers/protobuf/ProtobufAssertEncodeProgrammer.js +12 -20
  179. package/lib/programmers/protobuf/ProtobufAssertEncodeProgrammer.js.map +1 -1
  180. package/lib/programmers/protobuf/ProtobufDecodeProgrammer.d.ts +4 -3
  181. package/lib/programmers/protobuf/ProtobufDecodeProgrammer.js +11 -21
  182. package/lib/programmers/protobuf/ProtobufDecodeProgrammer.js.map +1 -1
  183. package/lib/programmers/protobuf/ProtobufEncodeProgrammer.d.ts +4 -3
  184. package/lib/programmers/protobuf/ProtobufEncodeProgrammer.js +11 -21
  185. package/lib/programmers/protobuf/ProtobufEncodeProgrammer.js.map +1 -1
  186. package/lib/programmers/protobuf/ProtobufIsDecodeProgrammer.d.ts +4 -3
  187. package/lib/programmers/protobuf/ProtobufIsDecodeProgrammer.js +11 -19
  188. package/lib/programmers/protobuf/ProtobufIsDecodeProgrammer.js.map +1 -1
  189. package/lib/programmers/protobuf/ProtobufIsEncodeProgrammer.d.ts +4 -3
  190. package/lib/programmers/protobuf/ProtobufIsEncodeProgrammer.js +11 -19
  191. package/lib/programmers/protobuf/ProtobufIsEncodeProgrammer.js.map +1 -1
  192. package/lib/programmers/protobuf/ProtobufMessageProgrammer.d.ts +6 -2
  193. package/lib/programmers/protobuf/ProtobufMessageProgrammer.js +3 -3
  194. package/lib/programmers/protobuf/ProtobufMessageProgrammer.js.map +1 -1
  195. package/lib/programmers/protobuf/ProtobufValidateDecodeProgrammer.d.ts +4 -3
  196. package/lib/programmers/protobuf/ProtobufValidateDecodeProgrammer.js +11 -19
  197. package/lib/programmers/protobuf/ProtobufValidateDecodeProgrammer.js.map +1 -1
  198. package/lib/programmers/protobuf/ProtobufValidateEncodeProgrammer.d.ts +4 -3
  199. package/lib/programmers/protobuf/ProtobufValidateEncodeProgrammer.js +11 -19
  200. package/lib/programmers/protobuf/ProtobufValidateEncodeProgrammer.js.map +1 -1
  201. package/lib/transform.d.ts +2 -2
  202. package/lib/transform.js.map +1 -1
  203. package/lib/transformers/CallExpressionTransformer.d.ts +2 -2
  204. package/lib/transformers/CallExpressionTransformer.js +81 -47
  205. package/lib/transformers/CallExpressionTransformer.js.map +1 -1
  206. package/lib/transformers/FileTransformer.d.ts +2 -2
  207. package/lib/transformers/FileTransformer.js +4 -4
  208. package/lib/transformers/FileTransformer.js.map +1 -1
  209. package/lib/transformers/IProgrammerProps.d.ts +9 -0
  210. package/lib/transformers/IProgrammerProps.js +3 -0
  211. package/lib/transformers/IProgrammerProps.js.map +1 -0
  212. package/lib/transformers/ITransformProps.d.ts +7 -0
  213. package/lib/transformers/ITransformProps.js +3 -0
  214. package/lib/transformers/ITransformProps.js.map +1 -0
  215. package/lib/transformers/{IProject.d.ts → ITypiaContext.d.ts} +2 -2
  216. package/lib/transformers/{IProject.js → ITypiaContext.js} +1 -1
  217. package/lib/transformers/ITypiaContext.js.map +1 -0
  218. package/lib/transformers/NodeTransformer.d.ts +2 -2
  219. package/lib/transformers/NodeTransformer.js.map +1 -1
  220. package/lib/transformers/features/AssertTransformer.d.ts +3 -4
  221. package/lib/transformers/features/AssertTransformer.js +22 -9
  222. package/lib/transformers/features/AssertTransformer.js.map +1 -1
  223. package/lib/transformers/features/CreateAssertTransformer.d.ts +3 -4
  224. package/lib/transformers/features/CreateAssertTransformer.js +22 -9
  225. package/lib/transformers/features/CreateAssertTransformer.js.map +1 -1
  226. package/lib/transformers/features/CreateIsTransformer.d.ts +3 -1
  227. package/lib/transformers/features/CreateIsTransformer.js +16 -3
  228. package/lib/transformers/features/CreateIsTransformer.js.map +1 -1
  229. package/lib/transformers/features/CreateRandomTransformer.d.ts +2 -2
  230. package/lib/transformers/features/CreateRandomTransformer.js +24 -22
  231. package/lib/transformers/features/CreateRandomTransformer.js.map +1 -1
  232. package/lib/transformers/features/CreateValidateTransformer.d.ts +3 -1
  233. package/lib/transformers/features/CreateValidateTransformer.js +16 -5
  234. package/lib/transformers/features/CreateValidateTransformer.js.map +1 -1
  235. package/lib/transformers/features/IsTransformer.d.ts +3 -1
  236. package/lib/transformers/features/IsTransformer.js +16 -3
  237. package/lib/transformers/features/IsTransformer.js.map +1 -1
  238. package/lib/transformers/features/RandomTransformer.d.ts +2 -2
  239. package/lib/transformers/features/RandomTransformer.js +25 -33
  240. package/lib/transformers/features/RandomTransformer.js.map +1 -1
  241. package/lib/transformers/features/ValidateTransformer.d.ts +3 -1
  242. package/lib/transformers/features/ValidateTransformer.js +16 -5
  243. package/lib/transformers/features/ValidateTransformer.js.map +1 -1
  244. package/lib/transformers/features/functional/FunctionalGenericTransformer.d.ts +17 -5
  245. package/lib/transformers/features/functional/FunctionalGenericTransformer.js +29 -28
  246. package/lib/transformers/features/functional/FunctionalGenericTransformer.js.map +1 -1
  247. package/lib/transformers/features/http/CreateHttpAssertFormDataTransformer.d.ts +2 -1
  248. package/lib/transformers/features/http/CreateHttpAssertFormDataTransformer.js +14 -3
  249. package/lib/transformers/features/http/CreateHttpAssertFormDataTransformer.js.map +1 -1
  250. package/lib/transformers/features/http/CreateHttpAssertHeadersTransformer.d.ts +2 -1
  251. package/lib/transformers/features/http/CreateHttpAssertHeadersTransformer.js +14 -1
  252. package/lib/transformers/features/http/CreateHttpAssertHeadersTransformer.js.map +1 -1
  253. package/lib/transformers/features/http/CreateHttpAssertQueryTransformer.d.ts +2 -1
  254. package/lib/transformers/features/http/CreateHttpAssertQueryTransformer.js +14 -1
  255. package/lib/transformers/features/http/CreateHttpAssertQueryTransformer.js.map +1 -1
  256. package/lib/transformers/features/http/CreateHttpFormDataTransformer.d.ts +2 -1
  257. package/lib/transformers/features/http/CreateHttpFormDataTransformer.js +14 -1
  258. package/lib/transformers/features/http/CreateHttpFormDataTransformer.js.map +1 -1
  259. package/lib/transformers/features/http/CreateHttpHeadersTransformer.d.ts +2 -1
  260. package/lib/transformers/features/http/CreateHttpHeadersTransformer.js +14 -1
  261. package/lib/transformers/features/http/CreateHttpHeadersTransformer.js.map +1 -1
  262. package/lib/transformers/features/http/CreateHttpIsFormDataTransformer.d.ts +2 -1
  263. package/lib/transformers/features/http/CreateHttpIsFormDataTransformer.js +14 -1
  264. package/lib/transformers/features/http/CreateHttpIsFormDataTransformer.js.map +1 -1
  265. package/lib/transformers/features/http/CreateHttpIsHeadersTransformer.d.ts +2 -1
  266. package/lib/transformers/features/http/CreateHttpIsHeadersTransformer.js +14 -1
  267. package/lib/transformers/features/http/CreateHttpIsHeadersTransformer.js.map +1 -1
  268. package/lib/transformers/features/http/CreateHttpIsQueryTransformer.d.ts +2 -1
  269. package/lib/transformers/features/http/CreateHttpIsQueryTransformer.js +14 -1
  270. package/lib/transformers/features/http/CreateHttpIsQueryTransformer.js.map +1 -1
  271. package/lib/transformers/features/http/CreateHttpParameterTransformer.d.ts +2 -1
  272. package/lib/transformers/features/http/CreateHttpParameterTransformer.js +14 -1
  273. package/lib/transformers/features/http/CreateHttpParameterTransformer.js.map +1 -1
  274. package/lib/transformers/features/http/CreateHttpQueryTransformer.d.ts +2 -1
  275. package/lib/transformers/features/http/CreateHttpQueryTransformer.js +14 -1
  276. package/lib/transformers/features/http/CreateHttpQueryTransformer.js.map +1 -1
  277. package/lib/transformers/features/http/CreateHttpValidateFormDataTransformer.d.ts +2 -1
  278. package/lib/transformers/features/http/CreateHttpValidateFormDataTransformer.js +14 -3
  279. package/lib/transformers/features/http/CreateHttpValidateFormDataTransformer.js.map +1 -1
  280. package/lib/transformers/features/http/CreateHttpValidateHeadersTransformer.d.ts +2 -1
  281. package/lib/transformers/features/http/CreateHttpValidateHeadersTransformer.js +14 -3
  282. package/lib/transformers/features/http/CreateHttpValidateHeadersTransformer.js.map +1 -1
  283. package/lib/transformers/features/http/CreateHttpValidateQueryTransformer.d.ts +2 -1
  284. package/lib/transformers/features/http/CreateHttpValidateQueryTransformer.js +14 -1
  285. package/lib/transformers/features/http/CreateHttpValidateQueryTransformer.js.map +1 -1
  286. package/lib/transformers/features/http/HttpAssertFormDataTransformer.d.ts +2 -1
  287. package/lib/transformers/features/http/HttpAssertFormDataTransformer.js +14 -3
  288. package/lib/transformers/features/http/HttpAssertFormDataTransformer.js.map +1 -1
  289. package/lib/transformers/features/http/HttpAssertHeadersTransformer.d.ts +2 -1
  290. package/lib/transformers/features/http/HttpAssertHeadersTransformer.js +14 -1
  291. package/lib/transformers/features/http/HttpAssertHeadersTransformer.js.map +1 -1
  292. package/lib/transformers/features/http/HttpAssertQueryTransformer.d.ts +2 -1
  293. package/lib/transformers/features/http/HttpAssertQueryTransformer.js +14 -1
  294. package/lib/transformers/features/http/HttpAssertQueryTransformer.js.map +1 -1
  295. package/lib/transformers/features/http/HttpFormDataTransformer.d.ts +2 -1
  296. package/lib/transformers/features/http/HttpFormDataTransformer.js +14 -1
  297. package/lib/transformers/features/http/HttpFormDataTransformer.js.map +1 -1
  298. package/lib/transformers/features/http/HttpHeadersTransformer.d.ts +2 -1
  299. package/lib/transformers/features/http/HttpHeadersTransformer.js +14 -1
  300. package/lib/transformers/features/http/HttpHeadersTransformer.js.map +1 -1
  301. package/lib/transformers/features/http/HttpIsFormDataTransformer.d.ts +2 -1
  302. package/lib/transformers/features/http/HttpIsFormDataTransformer.js +14 -1
  303. package/lib/transformers/features/http/HttpIsFormDataTransformer.js.map +1 -1
  304. package/lib/transformers/features/http/HttpIsHeadersTransformer.d.ts +2 -1
  305. package/lib/transformers/features/http/HttpIsHeadersTransformer.js +14 -1
  306. package/lib/transformers/features/http/HttpIsHeadersTransformer.js.map +1 -1
  307. package/lib/transformers/features/http/HttpIsQueryTransformer.d.ts +2 -1
  308. package/lib/transformers/features/http/HttpIsQueryTransformer.js +14 -1
  309. package/lib/transformers/features/http/HttpIsQueryTransformer.js.map +1 -1
  310. package/lib/transformers/features/http/HttpParameterTransformer.d.ts +2 -1
  311. package/lib/transformers/features/http/HttpParameterTransformer.js +14 -1
  312. package/lib/transformers/features/http/HttpParameterTransformer.js.map +1 -1
  313. package/lib/transformers/features/http/HttpQueryTransformer.d.ts +2 -1
  314. package/lib/transformers/features/http/HttpQueryTransformer.js +14 -1
  315. package/lib/transformers/features/http/HttpQueryTransformer.js.map +1 -1
  316. package/lib/transformers/features/http/HttpValidateFormDataTransformer.d.ts +2 -1
  317. package/lib/transformers/features/http/HttpValidateFormDataTransformer.js +14 -3
  318. package/lib/transformers/features/http/HttpValidateFormDataTransformer.js.map +1 -1
  319. package/lib/transformers/features/http/HttpValidateHeadersTransformer.d.ts +2 -1
  320. package/lib/transformers/features/http/HttpValidateHeadersTransformer.js +14 -3
  321. package/lib/transformers/features/http/HttpValidateHeadersTransformer.js.map +1 -1
  322. package/lib/transformers/features/http/HttpValidateQueryTransformer.d.ts +2 -1
  323. package/lib/transformers/features/http/HttpValidateQueryTransformer.js +14 -1
  324. package/lib/transformers/features/http/HttpValidateQueryTransformer.js.map +1 -1
  325. package/lib/transformers/features/json/JsonApplicationTransformer.d.ts +2 -2
  326. package/lib/transformers/features/json/JsonApplicationTransformer.js +69 -71
  327. package/lib/transformers/features/json/JsonApplicationTransformer.js.map +1 -1
  328. package/lib/transformers/features/json/JsonAssertParseTransformer.d.ts +2 -1
  329. package/lib/transformers/features/json/JsonAssertParseTransformer.js +14 -1
  330. package/lib/transformers/features/json/JsonAssertParseTransformer.js.map +1 -1
  331. package/lib/transformers/features/json/JsonAssertStringifyTransformer.d.ts +2 -1
  332. package/lib/transformers/features/json/JsonAssertStringifyTransformer.js +14 -3
  333. package/lib/transformers/features/json/JsonAssertStringifyTransformer.js.map +1 -1
  334. package/lib/transformers/features/json/JsonCreateAssertParseTransformer.d.ts +2 -1
  335. package/lib/transformers/features/json/JsonCreateAssertParseTransformer.js +14 -1
  336. package/lib/transformers/features/json/JsonCreateAssertParseTransformer.js.map +1 -1
  337. package/lib/transformers/features/json/JsonCreateAssertStringifyTransformer.d.ts +2 -1
  338. package/lib/transformers/features/json/JsonCreateAssertStringifyTransformer.js +14 -3
  339. package/lib/transformers/features/json/JsonCreateAssertStringifyTransformer.js.map +1 -1
  340. package/lib/transformers/features/json/JsonCreateIsParseTransformer.d.ts +2 -1
  341. package/lib/transformers/features/json/JsonCreateIsParseTransformer.js +14 -1
  342. package/lib/transformers/features/json/JsonCreateIsParseTransformer.js.map +1 -1
  343. package/lib/transformers/features/json/JsonCreateIsStringifyTransformer.d.ts +2 -1
  344. package/lib/transformers/features/json/JsonCreateIsStringifyTransformer.js +14 -1
  345. package/lib/transformers/features/json/JsonCreateIsStringifyTransformer.js.map +1 -1
  346. package/lib/transformers/features/json/JsonCreateStringifyTransformer.d.ts +2 -1
  347. package/lib/transformers/features/json/JsonCreateStringifyTransformer.js +14 -1
  348. package/lib/transformers/features/json/JsonCreateStringifyTransformer.js.map +1 -1
  349. package/lib/transformers/features/json/JsonCreateValidateParseTransformer.d.ts +2 -1
  350. package/lib/transformers/features/json/JsonCreateValidateParseTransformer.js +14 -1
  351. package/lib/transformers/features/json/JsonCreateValidateParseTransformer.js.map +1 -1
  352. package/lib/transformers/features/json/JsonCreateValidateStringifyProgrammer.d.ts +2 -1
  353. package/lib/transformers/features/json/JsonCreateValidateStringifyProgrammer.js +14 -3
  354. package/lib/transformers/features/json/JsonCreateValidateStringifyProgrammer.js.map +1 -1
  355. package/lib/transformers/features/json/JsonIsParseTransformer.d.ts +2 -1
  356. package/lib/transformers/features/json/JsonIsParseTransformer.js +14 -1
  357. package/lib/transformers/features/json/JsonIsParseTransformer.js.map +1 -1
  358. package/lib/transformers/features/json/JsonIsStringifyTransformer.d.ts +2 -1
  359. package/lib/transformers/features/json/JsonIsStringifyTransformer.js +14 -1
  360. package/lib/transformers/features/json/JsonIsStringifyTransformer.js.map +1 -1
  361. package/lib/transformers/features/json/JsonStringifyTransformer.d.ts +2 -1
  362. package/lib/transformers/features/json/JsonStringifyTransformer.js +14 -1
  363. package/lib/transformers/features/json/JsonStringifyTransformer.js.map +1 -1
  364. package/lib/transformers/features/json/JsonValidateParseTransformer.d.ts +2 -1
  365. package/lib/transformers/features/json/JsonValidateParseTransformer.js +14 -1
  366. package/lib/transformers/features/json/JsonValidateParseTransformer.js.map +1 -1
  367. package/lib/transformers/features/json/JsonValidateStringifyTransformer.d.ts +2 -1
  368. package/lib/transformers/features/json/JsonValidateStringifyTransformer.js +14 -3
  369. package/lib/transformers/features/json/JsonValidateStringifyTransformer.js.map +1 -1
  370. package/lib/transformers/features/llm/LlmApplicationTransformer.d.ts +2 -2
  371. package/lib/transformers/features/llm/LlmApplicationTransformer.js +36 -40
  372. package/lib/transformers/features/llm/LlmApplicationTransformer.js.map +1 -1
  373. package/lib/transformers/features/llm/LlmSchemaTransformer.d.ts +2 -2
  374. package/lib/transformers/features/llm/LlmSchemaTransformer.js +26 -28
  375. package/lib/transformers/features/llm/LlmSchemaTransformer.js.map +1 -1
  376. package/lib/transformers/features/misc/MiscAssertCloneTransformer.d.ts +2 -1
  377. package/lib/transformers/features/misc/MiscAssertCloneTransformer.js +14 -1
  378. package/lib/transformers/features/misc/MiscAssertCloneTransformer.js.map +1 -1
  379. package/lib/transformers/features/misc/MiscAssertPruneTransformer.d.ts +2 -1
  380. package/lib/transformers/features/misc/MiscAssertPruneTransformer.js +14 -1
  381. package/lib/transformers/features/misc/MiscAssertPruneTransformer.js.map +1 -1
  382. package/lib/transformers/features/misc/MiscCloneTransformer.d.ts +2 -1
  383. package/lib/transformers/features/misc/MiscCloneTransformer.js +14 -1
  384. package/lib/transformers/features/misc/MiscCloneTransformer.js.map +1 -1
  385. package/lib/transformers/features/misc/MiscCreateAssertCloneTransformer.d.ts +2 -1
  386. package/lib/transformers/features/misc/MiscCreateAssertCloneTransformer.js +14 -1
  387. package/lib/transformers/features/misc/MiscCreateAssertCloneTransformer.js.map +1 -1
  388. package/lib/transformers/features/misc/MiscCreateAssertPruneTransformer.d.ts +2 -1
  389. package/lib/transformers/features/misc/MiscCreateAssertPruneTransformer.js +14 -1
  390. package/lib/transformers/features/misc/MiscCreateAssertPruneTransformer.js.map +1 -1
  391. package/lib/transformers/features/misc/MiscCreateCloneTransformer.d.ts +2 -1
  392. package/lib/transformers/features/misc/MiscCreateCloneTransformer.js +14 -1
  393. package/lib/transformers/features/misc/MiscCreateCloneTransformer.js.map +1 -1
  394. package/lib/transformers/features/misc/MiscCreateIsCloneTransformer.d.ts +2 -1
  395. package/lib/transformers/features/misc/MiscCreateIsCloneTransformer.js +14 -1
  396. package/lib/transformers/features/misc/MiscCreateIsCloneTransformer.js.map +1 -1
  397. package/lib/transformers/features/misc/MiscCreateIsPruneTransformer.d.ts +2 -1
  398. package/lib/transformers/features/misc/MiscCreateIsPruneTransformer.js +14 -1
  399. package/lib/transformers/features/misc/MiscCreateIsPruneTransformer.js.map +1 -1
  400. package/lib/transformers/features/misc/MiscCreatePruneTransformer.d.ts +2 -1
  401. package/lib/transformers/features/misc/MiscCreatePruneTransformer.js +14 -1
  402. package/lib/transformers/features/misc/MiscCreatePruneTransformer.js.map +1 -1
  403. package/lib/transformers/features/misc/MiscCreateValidateCloneTransformer.d.ts +2 -1
  404. package/lib/transformers/features/misc/MiscCreateValidateCloneTransformer.js +14 -1
  405. package/lib/transformers/features/misc/MiscCreateValidateCloneTransformer.js.map +1 -1
  406. package/lib/transformers/features/misc/MiscCreateValidatePruneTransformer.d.ts +2 -1
  407. package/lib/transformers/features/misc/MiscCreateValidatePruneTransformer.js +14 -1
  408. package/lib/transformers/features/misc/MiscCreateValidatePruneTransformer.js.map +1 -1
  409. package/lib/transformers/features/misc/MiscIsCloneTransformer.d.ts +2 -1
  410. package/lib/transformers/features/misc/MiscIsCloneTransformer.js +14 -1
  411. package/lib/transformers/features/misc/MiscIsCloneTransformer.js.map +1 -1
  412. package/lib/transformers/features/misc/MiscIsPruneTransformer.d.ts +2 -1
  413. package/lib/transformers/features/misc/MiscIsPruneTransformer.js +14 -1
  414. package/lib/transformers/features/misc/MiscIsPruneTransformer.js.map +1 -1
  415. package/lib/transformers/features/misc/MiscLiteralsTransformer.d.ts +2 -2
  416. package/lib/transformers/features/misc/MiscLiteralsTransformer.js +21 -20
  417. package/lib/transformers/features/misc/MiscLiteralsTransformer.js.map +1 -1
  418. package/lib/transformers/features/misc/MiscPruneTransformer.d.ts +2 -1
  419. package/lib/transformers/features/misc/MiscPruneTransformer.js +14 -1
  420. package/lib/transformers/features/misc/MiscPruneTransformer.js.map +1 -1
  421. package/lib/transformers/features/misc/MiscValidateCloneTransformer.d.ts +2 -1
  422. package/lib/transformers/features/misc/MiscValidateCloneTransformer.js +14 -1
  423. package/lib/transformers/features/misc/MiscValidateCloneTransformer.js.map +1 -1
  424. package/lib/transformers/features/misc/MiscValidatePruneTransformer.d.ts +2 -1
  425. package/lib/transformers/features/misc/MiscValidatePruneTransformer.js +14 -1
  426. package/lib/transformers/features/misc/MiscValidatePruneTransformer.js.map +1 -1
  427. package/lib/transformers/features/notations/NotationAssertGeneralTransformer.d.ts +2 -1
  428. package/lib/transformers/features/notations/NotationAssertGeneralTransformer.js +16 -5
  429. package/lib/transformers/features/notations/NotationAssertGeneralTransformer.js.map +1 -1
  430. package/lib/transformers/features/notations/NotationCreateAssertGeneralTransformer.d.ts +2 -1
  431. package/lib/transformers/features/notations/NotationCreateAssertGeneralTransformer.js +16 -5
  432. package/lib/transformers/features/notations/NotationCreateAssertGeneralTransformer.js.map +1 -1
  433. package/lib/transformers/features/notations/NotationCreateGeneralTransformer.d.ts +2 -1
  434. package/lib/transformers/features/notations/NotationCreateGeneralTransformer.js +16 -5
  435. package/lib/transformers/features/notations/NotationCreateGeneralTransformer.js.map +1 -1
  436. package/lib/transformers/features/notations/NotationCreateIsGeneralTransformer.d.ts +2 -1
  437. package/lib/transformers/features/notations/NotationCreateIsGeneralTransformer.js +16 -5
  438. package/lib/transformers/features/notations/NotationCreateIsGeneralTransformer.js.map +1 -1
  439. package/lib/transformers/features/notations/NotationCreateValidateGeneralTransformer.d.ts +2 -1
  440. package/lib/transformers/features/notations/NotationCreateValidateGeneralTransformer.js +16 -5
  441. package/lib/transformers/features/notations/NotationCreateValidateGeneralTransformer.js.map +1 -1
  442. package/lib/transformers/features/notations/NotationGeneralTransformer.d.ts +2 -1
  443. package/lib/transformers/features/notations/NotationGeneralTransformer.js +16 -5
  444. package/lib/transformers/features/notations/NotationGeneralTransformer.js.map +1 -1
  445. package/lib/transformers/features/notations/NotationIsGeneralTransformer.d.ts +2 -1
  446. package/lib/transformers/features/notations/NotationIsGeneralTransformer.js +16 -5
  447. package/lib/transformers/features/notations/NotationIsGeneralTransformer.js.map +1 -1
  448. package/lib/transformers/features/notations/NotationValidateGeneralTransformer.d.ts +2 -1
  449. package/lib/transformers/features/notations/NotationValidateGeneralTransformer.js +16 -5
  450. package/lib/transformers/features/notations/NotationValidateGeneralTransformer.js.map +1 -1
  451. package/lib/transformers/features/protobuf/ProtobufAssertDecodeTransformer.d.ts +2 -1
  452. package/lib/transformers/features/protobuf/ProtobufAssertDecodeTransformer.js +14 -3
  453. package/lib/transformers/features/protobuf/ProtobufAssertDecodeTransformer.js.map +1 -1
  454. package/lib/transformers/features/protobuf/ProtobufAssertEncodeTransformer.d.ts +2 -1
  455. package/lib/transformers/features/protobuf/ProtobufAssertEncodeTransformer.js +14 -3
  456. package/lib/transformers/features/protobuf/ProtobufAssertEncodeTransformer.js.map +1 -1
  457. package/lib/transformers/features/protobuf/ProtobufCreateAssertDecodeTransformer.d.ts +2 -1
  458. package/lib/transformers/features/protobuf/ProtobufCreateAssertDecodeTransformer.js +14 -3
  459. package/lib/transformers/features/protobuf/ProtobufCreateAssertDecodeTransformer.js.map +1 -1
  460. package/lib/transformers/features/protobuf/ProtobufCreateAssertEncodeTransformer.d.ts +2 -1
  461. package/lib/transformers/features/protobuf/ProtobufCreateAssertEncodeTransformer.js +14 -3
  462. package/lib/transformers/features/protobuf/ProtobufCreateAssertEncodeTransformer.js.map +1 -1
  463. package/lib/transformers/features/protobuf/ProtobufCreateDecodeTransformer.d.ts +2 -1
  464. package/lib/transformers/features/protobuf/ProtobufCreateDecodeTransformer.js +14 -1
  465. package/lib/transformers/features/protobuf/ProtobufCreateDecodeTransformer.js.map +1 -1
  466. package/lib/transformers/features/protobuf/ProtobufCreateEncodeTransformer.d.ts +2 -1
  467. package/lib/transformers/features/protobuf/ProtobufCreateEncodeTransformer.js +14 -1
  468. package/lib/transformers/features/protobuf/ProtobufCreateEncodeTransformer.js.map +1 -1
  469. package/lib/transformers/features/protobuf/ProtobufCreateIsDecodeTransformer.d.ts +2 -1
  470. package/lib/transformers/features/protobuf/ProtobufCreateIsDecodeTransformer.js +14 -1
  471. package/lib/transformers/features/protobuf/ProtobufCreateIsDecodeTransformer.js.map +1 -1
  472. package/lib/transformers/features/protobuf/ProtobufCreateIsEncodeTransformer.d.ts +2 -1
  473. package/lib/transformers/features/protobuf/ProtobufCreateIsEncodeTransformer.js +14 -1
  474. package/lib/transformers/features/protobuf/ProtobufCreateIsEncodeTransformer.js.map +1 -1
  475. package/lib/transformers/features/protobuf/ProtobufCreateValidateDecodeTransformer.d.ts +2 -1
  476. package/lib/transformers/features/protobuf/ProtobufCreateValidateDecodeTransformer.js +14 -3
  477. package/lib/transformers/features/protobuf/ProtobufCreateValidateDecodeTransformer.js.map +1 -1
  478. package/lib/transformers/features/protobuf/ProtobufCreateValidateEncodeTransformer.d.ts +2 -1
  479. package/lib/transformers/features/protobuf/ProtobufCreateValidateEncodeTransformer.js +14 -3
  480. package/lib/transformers/features/protobuf/ProtobufCreateValidateEncodeTransformer.js.map +1 -1
  481. package/lib/transformers/features/protobuf/ProtobufDecodeTransformer.d.ts +2 -1
  482. package/lib/transformers/features/protobuf/ProtobufDecodeTransformer.js +14 -1
  483. package/lib/transformers/features/protobuf/ProtobufDecodeTransformer.js.map +1 -1
  484. package/lib/transformers/features/protobuf/ProtobufEncodeTransformer.d.ts +2 -1
  485. package/lib/transformers/features/protobuf/ProtobufEncodeTransformer.js +14 -1
  486. package/lib/transformers/features/protobuf/ProtobufEncodeTransformer.js.map +1 -1
  487. package/lib/transformers/features/protobuf/ProtobufIsDecodeTransformer.d.ts +2 -1
  488. package/lib/transformers/features/protobuf/ProtobufIsDecodeTransformer.js +14 -1
  489. package/lib/transformers/features/protobuf/ProtobufIsDecodeTransformer.js.map +1 -1
  490. package/lib/transformers/features/protobuf/ProtobufIsEncodeTransformer.d.ts +2 -1
  491. package/lib/transformers/features/protobuf/ProtobufIsEncodeTransformer.js +14 -1
  492. package/lib/transformers/features/protobuf/ProtobufIsEncodeTransformer.js.map +1 -1
  493. package/lib/transformers/features/protobuf/ProtobufMessageTransformer.d.ts +2 -2
  494. package/lib/transformers/features/protobuf/ProtobufMessageTransformer.js +19 -20
  495. package/lib/transformers/features/protobuf/ProtobufMessageTransformer.js.map +1 -1
  496. package/lib/transformers/features/protobuf/ProtobufValidateDecodeTransformer.d.ts +2 -1
  497. package/lib/transformers/features/protobuf/ProtobufValidateDecodeTransformer.js +14 -3
  498. package/lib/transformers/features/protobuf/ProtobufValidateDecodeTransformer.js.map +1 -1
  499. package/lib/transformers/features/protobuf/ProtobufValidateEncodeTransformer.d.ts +2 -1
  500. package/lib/transformers/features/protobuf/ProtobufValidateEncodeTransformer.js +14 -3
  501. package/lib/transformers/features/protobuf/ProtobufValidateEncodeTransformer.js.map +1 -1
  502. package/lib/transformers/features/reflect/ReflectMetadataTransformer.d.ts +2 -2
  503. package/lib/transformers/features/reflect/ReflectMetadataTransformer.js +38 -40
  504. package/lib/transformers/features/reflect/ReflectMetadataTransformer.js.map +1 -1
  505. package/lib/transformers/features/reflect/ReflectNameTransformer.d.ts +2 -2
  506. package/lib/transformers/features/reflect/ReflectNameTransformer.js +45 -41
  507. package/lib/transformers/features/reflect/ReflectNameTransformer.js.map +1 -1
  508. package/lib/transformers/internal/GenericTransformer.d.ts +8 -3
  509. package/lib/transformers/internal/GenericTransformer.js +63 -68
  510. package/lib/transformers/internal/GenericTransformer.js.map +1 -1
  511. package/package.json +1 -1
  512. package/src/executable/TypiaSetupWizard.ts +4 -1
  513. package/src/factories/internal/metadata/iterate_metadata_function.ts +4 -1
  514. package/src/programmers/AssertProgrammer.ts +45 -37
  515. package/src/programmers/CheckerProgrammer.ts +27 -21
  516. package/src/programmers/FeatureProgrammer.ts +5 -5
  517. package/src/programmers/IsProgrammer.ts +42 -33
  518. package/src/programmers/RandomProgrammer.ts +32 -26
  519. package/src/programmers/TypiaProgrammer.ts +157 -157
  520. package/src/programmers/ValidateProgrammer.ts +39 -31
  521. package/src/programmers/functional/FunctionalAssertFunctionProgrammer.ts +92 -76
  522. package/src/programmers/functional/FunctionalAssertParametersProgrammer.ts +117 -88
  523. package/src/programmers/functional/FunctionalAssertReturnProgrammer.ts +96 -79
  524. package/src/programmers/functional/FunctionalIsFunctionProgrammer.ts +50 -50
  525. package/src/programmers/functional/FunctionalIsParametersProgrammer.ts +91 -79
  526. package/src/programmers/functional/FunctionalIsReturnProgrammer.ts +93 -84
  527. package/src/programmers/functional/FunctionalValidateFunctionProgrammer.ts +49 -49
  528. package/src/programmers/functional/FunctionalValidateParametersProgrammer.ts +230 -223
  529. package/src/programmers/functional/FunctionalValidateReturnProgrammer.ts +104 -97
  530. package/src/programmers/functional/internal/FunctionalGeneralProgrammer.ts +23 -23
  531. package/src/programmers/http/HttpAssertFormDataProgrammer.ts +25 -26
  532. package/src/programmers/http/HttpAssertHeadersProgrammer.ts +25 -26
  533. package/src/programmers/http/HttpAssertQueryProgrammer.ts +30 -27
  534. package/src/programmers/http/HttpFormDataProgrammer.ts +20 -22
  535. package/src/programmers/http/HttpHeadersProgrammer.ts +20 -22
  536. package/src/programmers/http/HttpIsFormDataProgrammer.ts +23 -23
  537. package/src/programmers/http/HttpIsHeadersProgrammer.ts +23 -23
  538. package/src/programmers/http/HttpIsQueryProgrammer.ts +28 -24
  539. package/src/programmers/http/HttpParameterProgrammer.ts +63 -53
  540. package/src/programmers/http/HttpQueryProgrammer.ts +25 -23
  541. package/src/programmers/http/HttpValidateFormDataProgrammer.ts +23 -24
  542. package/src/programmers/http/HttpValidateHeadersProgrammer.ts +23 -24
  543. package/src/programmers/http/HttpValidateQueryProgrammer.ts +28 -25
  544. package/src/programmers/internal/check_array_length.ts +4 -4
  545. package/src/programmers/internal/check_bigint.ts +4 -4
  546. package/src/programmers/internal/check_dynamic_key.ts +2 -2
  547. package/src/programmers/internal/check_dynamic_properties.ts +3 -3
  548. package/src/programmers/internal/check_number.ts +4 -4
  549. package/src/programmers/internal/check_object.ts +2 -2
  550. package/src/programmers/internal/check_string.ts +4 -4
  551. package/src/programmers/json/JsonAssertParseProgrammer.ts +28 -26
  552. package/src/programmers/json/JsonAssertStringifyProgrammer.ts +27 -25
  553. package/src/programmers/json/JsonIsParseProgrammer.ts +26 -24
  554. package/src/programmers/json/JsonIsStringifyProgrammer.ts +26 -26
  555. package/src/programmers/json/JsonStringifyProgrammer.ts +30 -32
  556. package/src/programmers/json/JsonValidateParseProgrammer.ts +27 -25
  557. package/src/programmers/json/JsonValidateStringifyProgrammer.ts +26 -24
  558. package/src/programmers/misc/MiscAssertCloneProgrammer.ts +22 -23
  559. package/src/programmers/misc/MiscAssertPruneProgrammer.ts +23 -24
  560. package/src/programmers/misc/MiscCloneProgrammer.ts +29 -31
  561. package/src/programmers/misc/MiscIsCloneProgrammer.ts +20 -20
  562. package/src/programmers/misc/MiscIsPruneProgrammer.ts +20 -20
  563. package/src/programmers/misc/MiscLiteralsProgrammer.ts +9 -5
  564. package/src/programmers/misc/MiscPruneProgrammer.ts +27 -29
  565. package/src/programmers/misc/MiscValidateCloneProgrammer.ts +20 -21
  566. package/src/programmers/misc/MiscValidatePruneProgrammer.ts +21 -22
  567. package/src/programmers/notations/NotationAssertGeneralProgrammer.ts +26 -25
  568. package/src/programmers/notations/NotationGeneralProgrammer.ts +34 -34
  569. package/src/programmers/notations/NotationIsGeneralProgrammer.ts +24 -22
  570. package/src/programmers/notations/NotationValidateGeneralProgrammer.ts +24 -23
  571. package/src/programmers/protobuf/ProtobufAssertDecodeProgrammer.ts +25 -27
  572. package/src/programmers/protobuf/ProtobufAssertEncodeProgrammer.ts +25 -27
  573. package/src/programmers/protobuf/ProtobufDecodeProgrammer.ts +27 -30
  574. package/src/programmers/protobuf/ProtobufEncodeProgrammer.ts +28 -31
  575. package/src/programmers/protobuf/ProtobufIsDecodeProgrammer.ts +23 -24
  576. package/src/programmers/protobuf/ProtobufIsEncodeProgrammer.ts +23 -24
  577. package/src/programmers/protobuf/ProtobufMessageProgrammer.ts +10 -5
  578. package/src/programmers/protobuf/ProtobufValidateDecodeProgrammer.ts +23 -24
  579. package/src/programmers/protobuf/ProtobufValidateEncodeProgrammer.ts +23 -24
  580. package/src/transform.ts +2 -2
  581. package/src/transformers/CallExpressionTransformer.ts +82 -50
  582. package/src/transformers/FileTransformer.ts +10 -10
  583. package/src/transformers/IProgrammerProps.ts +11 -0
  584. package/src/transformers/ITransformProps.ts +9 -0
  585. package/src/transformers/{IProject.ts → ITypiaContext.ts} +2 -2
  586. package/src/transformers/NodeTransformer.ts +2 -2
  587. package/src/transformers/features/AssertTransformer.ts +18 -10
  588. package/src/transformers/features/CreateAssertTransformer.ts +18 -10
  589. package/src/transformers/features/CreateIsTransformer.ts +12 -4
  590. package/src/transformers/features/CreateRandomTransformer.ts +28 -25
  591. package/src/transformers/features/CreateValidateTransformer.ts +12 -7
  592. package/src/transformers/features/IsTransformer.ts +12 -4
  593. package/src/transformers/features/RandomTransformer.ts +30 -33
  594. package/src/transformers/features/ValidateTransformer.ts +12 -5
  595. package/src/transformers/features/functional/FunctionalGenericTransformer.ts +36 -36
  596. package/src/transformers/features/http/CreateHttpAssertFormDataTransformer.ts +7 -6
  597. package/src/transformers/features/http/CreateHttpAssertHeadersTransformer.ts +7 -5
  598. package/src/transformers/features/http/CreateHttpAssertQueryTransformer.ts +7 -3
  599. package/src/transformers/features/http/CreateHttpFormDataTransformer.ts +7 -3
  600. package/src/transformers/features/http/CreateHttpHeadersTransformer.ts +7 -3
  601. package/src/transformers/features/http/CreateHttpIsFormDataTransformer.ts +7 -3
  602. package/src/transformers/features/http/CreateHttpIsHeadersTransformer.ts +7 -3
  603. package/src/transformers/features/http/CreateHttpIsQueryTransformer.ts +7 -3
  604. package/src/transformers/features/http/CreateHttpParameterTransformer.ts +7 -3
  605. package/src/transformers/features/http/CreateHttpQueryTransformer.ts +7 -3
  606. package/src/transformers/features/http/CreateHttpValidateFormDataTransformer.ts +7 -6
  607. package/src/transformers/features/http/CreateHttpValidateHeadersTransformer.ts +7 -6
  608. package/src/transformers/features/http/CreateHttpValidateQueryTransformer.ts +7 -5
  609. package/src/transformers/features/http/HttpAssertFormDataTransformer.ts +7 -4
  610. package/src/transformers/features/http/HttpAssertHeadersTransformer.ts +7 -3
  611. package/src/transformers/features/http/HttpAssertQueryTransformer.ts +7 -3
  612. package/src/transformers/features/http/HttpFormDataTransformer.ts +7 -3
  613. package/src/transformers/features/http/HttpHeadersTransformer.ts +7 -3
  614. package/src/transformers/features/http/HttpIsFormDataTransformer.ts +7 -3
  615. package/src/transformers/features/http/HttpIsHeadersTransformer.ts +7 -3
  616. package/src/transformers/features/http/HttpIsQueryTransformer.ts +7 -3
  617. package/src/transformers/features/http/HttpParameterTransformer.ts +7 -3
  618. package/src/transformers/features/http/HttpQueryTransformer.ts +7 -3
  619. package/src/transformers/features/http/HttpValidateFormDataTransformer.ts +7 -4
  620. package/src/transformers/features/http/HttpValidateHeadersTransformer.ts +7 -4
  621. package/src/transformers/features/http/HttpValidateQueryTransformer.ts +7 -3
  622. package/src/transformers/features/json/JsonApplicationTransformer.ts +67 -67
  623. package/src/transformers/features/json/JsonAssertParseTransformer.ts +7 -3
  624. package/src/transformers/features/json/JsonAssertStringifyTransformer.ts +7 -4
  625. package/src/transformers/features/json/JsonCreateAssertParseTransformer.ts +7 -3
  626. package/src/transformers/features/json/JsonCreateAssertStringifyTransformer.ts +7 -6
  627. package/src/transformers/features/json/JsonCreateIsParseTransformer.ts +7 -3
  628. package/src/transformers/features/json/JsonCreateIsStringifyTransformer.ts +7 -3
  629. package/src/transformers/features/json/JsonCreateStringifyTransformer.ts +7 -3
  630. package/src/transformers/features/json/JsonCreateValidateParseTransformer.ts +7 -5
  631. package/src/transformers/features/json/JsonCreateValidateStringifyProgrammer.ts +7 -6
  632. package/src/transformers/features/json/JsonIsParseTransformer.ts +7 -3
  633. package/src/transformers/features/json/JsonIsStringifyTransformer.ts +7 -3
  634. package/src/transformers/features/json/JsonStringifyTransformer.ts +7 -3
  635. package/src/transformers/features/json/JsonValidateParseTransformer.ts +7 -3
  636. package/src/transformers/features/json/JsonValidateStringifyTransformer.ts +7 -4
  637. package/src/transformers/features/llm/LlmApplicationTransformer.ts +53 -60
  638. package/src/transformers/features/llm/LlmSchemaTransformer.ts +35 -35
  639. package/src/transformers/features/misc/MiscAssertCloneTransformer.ts +7 -3
  640. package/src/transformers/features/misc/MiscAssertPruneTransformer.ts +7 -3
  641. package/src/transformers/features/misc/MiscCloneTransformer.ts +7 -3
  642. package/src/transformers/features/misc/MiscCreateAssertCloneTransformer.ts +7 -3
  643. package/src/transformers/features/misc/MiscCreateAssertPruneTransformer.ts +7 -3
  644. package/src/transformers/features/misc/MiscCreateCloneTransformer.ts +7 -3
  645. package/src/transformers/features/misc/MiscCreateIsCloneTransformer.ts +7 -3
  646. package/src/transformers/features/misc/MiscCreateIsPruneTransformer.ts +7 -3
  647. package/src/transformers/features/misc/MiscCreatePruneTransformer.ts +7 -3
  648. package/src/transformers/features/misc/MiscCreateValidateCloneTransformer.ts +7 -5
  649. package/src/transformers/features/misc/MiscCreateValidatePruneTransformer.ts +7 -5
  650. package/src/transformers/features/misc/MiscIsCloneTransformer.ts +7 -3
  651. package/src/transformers/features/misc/MiscIsPruneTransformer.ts +7 -3
  652. package/src/transformers/features/misc/MiscLiteralsTransformer.ts +24 -21
  653. package/src/transformers/features/misc/MiscPruneTransformer.ts +7 -3
  654. package/src/transformers/features/misc/MiscValidateCloneTransformer.ts +7 -3
  655. package/src/transformers/features/misc/MiscValidatePruneTransformer.ts +7 -3
  656. package/src/transformers/features/notations/NotationAssertGeneralTransformer.ts +12 -7
  657. package/src/transformers/features/notations/NotationCreateAssertGeneralTransformer.ts +12 -7
  658. package/src/transformers/features/notations/NotationCreateGeneralTransformer.ts +12 -7
  659. package/src/transformers/features/notations/NotationCreateIsGeneralTransformer.ts +12 -7
  660. package/src/transformers/features/notations/NotationCreateValidateGeneralTransformer.ts +12 -7
  661. package/src/transformers/features/notations/NotationGeneralTransformer.ts +12 -5
  662. package/src/transformers/features/notations/NotationIsGeneralTransformer.ts +12 -7
  663. package/src/transformers/features/notations/NotationValidateGeneralTransformer.ts +12 -7
  664. package/src/transformers/features/protobuf/ProtobufAssertDecodeTransformer.ts +7 -4
  665. package/src/transformers/features/protobuf/ProtobufAssertEncodeTransformer.ts +7 -4
  666. package/src/transformers/features/protobuf/ProtobufCreateAssertDecodeTransformer.ts +7 -6
  667. package/src/transformers/features/protobuf/ProtobufCreateAssertEncodeTransformer.ts +7 -6
  668. package/src/transformers/features/protobuf/ProtobufCreateDecodeTransformer.ts +7 -3
  669. package/src/transformers/features/protobuf/ProtobufCreateEncodeTransformer.ts +7 -3
  670. package/src/transformers/features/protobuf/ProtobufCreateIsDecodeTransformer.ts +7 -3
  671. package/src/transformers/features/protobuf/ProtobufCreateIsEncodeTransformer.ts +7 -3
  672. package/src/transformers/features/protobuf/ProtobufCreateValidateDecodeTransformer.ts +7 -6
  673. package/src/transformers/features/protobuf/ProtobufCreateValidateEncodeTransformer.ts +7 -6
  674. package/src/transformers/features/protobuf/ProtobufDecodeTransformer.ts +7 -3
  675. package/src/transformers/features/protobuf/ProtobufEncodeTransformer.ts +7 -3
  676. package/src/transformers/features/protobuf/ProtobufIsDecodeTransformer.ts +7 -3
  677. package/src/transformers/features/protobuf/ProtobufIsEncodeTransformer.ts +7 -3
  678. package/src/transformers/features/protobuf/ProtobufMessageTransformer.ts +25 -23
  679. package/src/transformers/features/protobuf/ProtobufValidateDecodeTransformer.ts +7 -4
  680. package/src/transformers/features/protobuf/ProtobufValidateEncodeTransformer.ts +7 -4
  681. package/src/transformers/features/reflect/ReflectMetadataTransformer.ts +47 -47
  682. package/src/transformers/features/reflect/ReflectNameTransformer.ts +60 -50
  683. package/src/transformers/internal/GenericTransformer.ts +88 -91
  684. package/lib/_virtual/LlmSchemaSeparator.mjs +0 -4
  685. package/lib/_virtual/LlmSchemaSeparator.mjs.map +0 -1
  686. package/lib/_virtual/LlmTypeChecker.mjs +0 -4
  687. package/lib/_virtual/LlmTypeChecker.mjs.map +0 -1
  688. package/lib/transformers/IProject.js.map +0 -1
@@ -1,3 +1,4 @@
1
+ import { ITransformProps } from "../../ITransformProps";
1
2
  export declare namespace MiscCreateValidatePruneTransformer {
2
- const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").Expression | import("typescript").ArrowFunction;
3
+ const transform: (props: ITransformProps) => import("typescript").Expression | import("typescript").ArrowFunction;
3
4
  }
@@ -1,10 +1,23 @@
1
1
  "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.MiscCreateValidatePruneTransformer = void 0;
4
15
  var MiscValidatePruneProgrammer_1 = require("../../../programmers/misc/MiscValidatePruneProgrammer");
5
16
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
17
  var MiscCreateValidatePruneTransformer;
7
18
  (function (MiscCreateValidatePruneTransformer) {
8
- MiscCreateValidatePruneTransformer.transform = GenericTransformer_1.GenericTransformer.factory("misc.createValidatePrune")(function (project) { return function (modulo) { return MiscValidatePruneProgrammer_1.MiscValidatePruneProgrammer.write(project)(modulo); }; });
19
+ MiscCreateValidatePruneTransformer.transform = function (props) {
20
+ return GenericTransformer_1.GenericTransformer.factory(__assign(__assign({}, props), { method: "misc.createValidatePrune", write: MiscValidatePruneProgrammer_1.MiscValidatePruneProgrammer.write }));
21
+ };
9
22
  })(MiscCreateValidatePruneTransformer || (exports.MiscCreateValidatePruneTransformer = MiscCreateValidatePruneTransformer = {}));
10
23
  //# sourceMappingURL=MiscCreateValidatePruneTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MiscCreateValidatePruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscCreateValidatePruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,kCAAkC,CAMlD;AAND,WAAiB,kCAAkC;IACpC,4CAAS,GAAG,uCAAkB,CAAC,OAAO,CACjD,0BAA0B,CAC3B,CACC,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAAlD,CAAkD,EAA9D,CAA8D,CAC5E,CAAC;AACJ,CAAC,EANgB,kCAAkC,kDAAlC,kCAAkC,QAMlD"}
1
+ {"version":3,"file":"MiscCreateValidatePruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscCreateValidatePruneTransformer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qGAAoG;AAGpG,wEAAuE;AAEvE,IAAiB,kCAAkC,CAOlD;AAPD,WAAiB,kCAAkC;IACpC,4CAAS,GAAG,UAAC,KAAsB;QAC9C,OAAA,uCAAkB,CAAC,OAAO,uBACrB,KAAK,KACR,MAAM,EAAE,0BAA0B,EAClC,KAAK,EAAE,yDAA2B,CAAC,KAAK,IACxC;IAJF,CAIE,CAAC;AACP,CAAC,EAPgB,kCAAkC,kDAAlC,kCAAkC,QAOlD"}
@@ -1,3 +1,4 @@
1
+ import { ITransformProps } from "../../ITransformProps";
1
2
  export declare namespace MiscIsCloneTransformer {
2
- const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
3
+ const transform: (props: ITransformProps) => import("typescript").CallExpression;
3
4
  }
@@ -1,10 +1,23 @@
1
1
  "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.MiscIsCloneTransformer = void 0;
4
15
  var MiscIsCloneProgrammer_1 = require("../../../programmers/misc/MiscIsCloneProgrammer");
5
16
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
17
  var MiscIsCloneTransformer;
7
18
  (function (MiscIsCloneTransformer) {
8
- MiscIsCloneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.isClone")(function (project) { return function (modulo) { return MiscIsCloneProgrammer_1.MiscIsCloneProgrammer.write(project)(modulo); }; });
19
+ MiscIsCloneTransformer.transform = function (props) {
20
+ return GenericTransformer_1.GenericTransformer.scalar(__assign(__assign({}, props), { method: "misc.isClone", write: MiscIsCloneProgrammer_1.MiscIsCloneProgrammer.write }));
21
+ };
9
22
  })(MiscIsCloneTransformer || (exports.MiscIsCloneTransformer = MiscIsCloneTransformer = {}));
10
23
  //# sourceMappingURL=MiscIsCloneTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MiscIsCloneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscIsCloneTransformer.ts"],"names":[],"mappings":";;;AAAA,yFAAwF;AAExF,wEAAuE;AAEvE,IAAiB,sBAAsB,CAItC;AAJD,WAAiB,sBAAsB;IACxB,gCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,cAAc,CAAC,CAChE,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,6CAAqB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA5C,CAA4C,EAAxD,CAAwD,CACtE,CAAC;AACJ,CAAC,EAJgB,sBAAsB,sCAAtB,sBAAsB,QAItC"}
1
+ {"version":3,"file":"MiscIsCloneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscIsCloneTransformer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,yFAAwF;AAGxF,wEAAuE;AAEvE,IAAiB,sBAAsB,CAOtC;AAPD,WAAiB,sBAAsB;IACxB,gCAAS,GAAG,UAAC,KAAsB;QAC9C,OAAA,uCAAkB,CAAC,MAAM,uBACpB,KAAK,KACR,MAAM,EAAE,cAAc,EACtB,KAAK,EAAE,6CAAqB,CAAC,KAAK,IAClC;IAJF,CAIE,CAAC;AACP,CAAC,EAPgB,sBAAsB,sCAAtB,sBAAsB,QAOtC"}
@@ -1,3 +1,4 @@
1
+ import { ITransformProps } from "../../ITransformProps";
1
2
  export declare namespace MiscIsPruneTransformer {
2
- const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
3
+ const transform: (props: ITransformProps) => import("typescript").CallExpression;
3
4
  }
@@ -1,10 +1,23 @@
1
1
  "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.MiscIsPruneTransformer = void 0;
4
15
  var MiscIsPruneProgrammer_1 = require("../../../programmers/misc/MiscIsPruneProgrammer");
5
16
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
17
  var MiscIsPruneTransformer;
7
18
  (function (MiscIsPruneTransformer) {
8
- MiscIsPruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.isPrune")(function (project) { return function (modulo) { return MiscIsPruneProgrammer_1.MiscIsPruneProgrammer.write(project)(modulo); }; });
19
+ MiscIsPruneTransformer.transform = function (props) {
20
+ return GenericTransformer_1.GenericTransformer.scalar(__assign(__assign({}, props), { method: "misc.isPrune", write: MiscIsPruneProgrammer_1.MiscIsPruneProgrammer.write }));
21
+ };
9
22
  })(MiscIsPruneTransformer || (exports.MiscIsPruneTransformer = MiscIsPruneTransformer = {}));
10
23
  //# sourceMappingURL=MiscIsPruneTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MiscIsPruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscIsPruneTransformer.ts"],"names":[],"mappings":";;;AAAA,yFAAwF;AAExF,wEAAuE;AAEvE,IAAiB,sBAAsB,CAItC;AAJD,WAAiB,sBAAsB;IACxB,gCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,cAAc,CAAC,CAChE,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,6CAAqB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA5C,CAA4C,EAAxD,CAAwD,CACtE,CAAC;AACJ,CAAC,EAJgB,sBAAsB,sCAAtB,sBAAsB,QAItC"}
1
+ {"version":3,"file":"MiscIsPruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscIsPruneTransformer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,yFAAwF;AAGxF,wEAAuE;AAEvE,IAAiB,sBAAsB,CAOtC;AAPD,WAAiB,sBAAsB;IACxB,gCAAS,GAAG,UAAC,KAAsB;QAC9C,OAAA,uCAAkB,CAAC,MAAM,uBACpB,KAAK,KACR,MAAM,EAAE,cAAc,EACtB,KAAK,EAAE,6CAAqB,CAAC,KAAK,IAClC;IAJF,CAIE,CAAC;AACP,CAAC,EAPgB,sBAAsB,sCAAtB,sBAAsB,QAOtC"}
@@ -1,5 +1,5 @@
1
1
  import ts from "typescript";
2
- import { IProject } from "../../IProject";
2
+ import { ITransformProps } from "../../ITransformProps";
3
3
  export declare namespace MiscLiteralsTransformer {
4
- const transform: (project: IProject) => (expression: ts.CallExpression) => ts.Expression;
4
+ const transform: (props: Omit<ITransformProps, "modulo">) => ts.Expression;
5
5
  }
@@ -5,26 +5,27 @@ var MiscLiteralsProgrammer_1 = require("../../../programmers/misc/MiscLiteralsPr
5
5
  var TransformerError_1 = require("../../TransformerError");
6
6
  var MiscLiteralsTransformer;
7
7
  (function (MiscLiteralsTransformer) {
8
- MiscLiteralsTransformer.transform = function (project) {
9
- return function (expression) {
10
- var _a;
11
- // CHECK GENERIC ARGUMENT EXISTENCE
12
- if (!((_a = expression.typeArguments) === null || _a === void 0 ? void 0 : _a[0]))
13
- throw new TransformerError_1.TransformerError({
14
- code: "typia.misc.literals",
15
- message: "generic argument is not specified.",
16
- });
17
- // GET TYPE INFO
18
- var node = expression.typeArguments[0];
19
- var type = project.checker.getTypeFromTypeNode(node);
20
- if (type.isTypeParameter())
21
- throw new TransformerError_1.TransformerError({
22
- code: "typia.misc.literals",
23
- message: "non-specified generic argument.",
24
- });
25
- // DO TRANSFORM
26
- return MiscLiteralsProgrammer_1.MiscLiteralsProgrammer.write(project)(type);
27
- };
8
+ MiscLiteralsTransformer.transform = function (props) {
9
+ var _a;
10
+ // CHECK GENERIC ARGUMENT EXISTENCE
11
+ if (!((_a = props.expression.typeArguments) === null || _a === void 0 ? void 0 : _a[0]))
12
+ throw new TransformerError_1.TransformerError({
13
+ code: "typia.misc.literals",
14
+ message: "generic argument is not specified.",
15
+ });
16
+ // GET TYPE INFO
17
+ var node = props.expression.typeArguments[0];
18
+ var type = props.context.checker.getTypeFromTypeNode(node);
19
+ if (type.isTypeParameter())
20
+ throw new TransformerError_1.TransformerError({
21
+ code: "typia.misc.literals",
22
+ message: "non-specified generic argument.",
23
+ });
24
+ // DO TRANSFORM
25
+ return MiscLiteralsProgrammer_1.MiscLiteralsProgrammer.write({
26
+ context: props.context,
27
+ type: type,
28
+ });
28
29
  };
29
30
  })(MiscLiteralsTransformer || (exports.MiscLiteralsTransformer = MiscLiteralsTransformer = {}));
30
31
  //# sourceMappingURL=MiscLiteralsTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MiscLiteralsTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscLiteralsTransformer.ts"],"names":[],"mappings":";;;AAEA,2FAA0F;AAG1F,2DAA0D;AAE1D,IAAiB,uBAAuB,CAwBvC;AAxBD,WAAiB,uBAAuB;IACzB,iCAAS,GACpB,UAAC,OAAiB;QAClB,OAAA,UAAC,UAA6B;;YAC5B,mCAAmC;YACnC,IAAI,CAAC,CAAA,MAAA,UAAU,CAAC,aAAa,0CAAG,CAAC,CAAC,CAAA;gBAChC,MAAM,IAAI,mCAAgB,CAAC;oBACzB,IAAI,EAAE,qBAAqB;oBAC3B,OAAO,EAAE,oCAAoC;iBAC9C,CAAC,CAAC;YAEL,gBAAgB;YAChB,IAAM,IAAI,GAAgB,UAAU,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;YACtD,IAAM,IAAI,GAAY,OAAO,CAAC,OAAO,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC;YAEhE,IAAI,IAAI,CAAC,eAAe,EAAE;gBACxB,MAAM,IAAI,mCAAgB,CAAC;oBACzB,IAAI,EAAE,qBAAqB;oBAC3B,OAAO,EAAE,iCAAiC;iBAC3C,CAAC,CAAC;YAEL,eAAe;YACf,OAAO,+CAAsB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC;QACrD,CAAC;IApBD,CAoBC,CAAC;AACN,CAAC,EAxBgB,uBAAuB,uCAAvB,uBAAuB,QAwBvC"}
1
+ {"version":3,"file":"MiscLiteralsTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscLiteralsTransformer.ts"],"names":[],"mappings":";;;AAEA,2FAA0F;AAG1F,2DAA0D;AAE1D,IAAiB,uBAAuB,CA2BvC;AA3BD,WAAiB,uBAAuB;IACzB,iCAAS,GAAG,UACvB,KAAsC;;QAEtC,mCAAmC;QACnC,IAAI,CAAC,CAAA,MAAA,KAAK,CAAC,UAAU,CAAC,aAAa,0CAAG,CAAC,CAAC,CAAA;YACtC,MAAM,IAAI,mCAAgB,CAAC;gBACzB,IAAI,EAAE,qBAAqB;gBAC3B,OAAO,EAAE,oCAAoC;aAC9C,CAAC,CAAC;QAEL,gBAAgB;QAChB,IAAM,IAAI,GAAgB,KAAK,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;QAC5D,IAAM,IAAI,GAAY,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAEtE,IAAI,IAAI,CAAC,eAAe,EAAE;YACxB,MAAM,IAAI,mCAAgB,CAAC;gBACzB,IAAI,EAAE,qBAAqB;gBAC3B,OAAO,EAAE,iCAAiC;aAC3C,CAAC,CAAC;QAEL,eAAe;QACf,OAAO,+CAAsB,CAAC,KAAK,CAAC;YAClC,OAAO,EAAE,KAAK,CAAC,OAAO;YACtB,IAAI,MAAA;SACL,CAAC,CAAC;IACL,CAAC,CAAC;AACJ,CAAC,EA3BgB,uBAAuB,uCAAvB,uBAAuB,QA2BvC"}
@@ -1,3 +1,4 @@
1
+ import { ITransformProps } from "../../ITransformProps";
1
2
  export declare namespace MiscPruneTransformer {
2
- const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
3
+ const transform: (props: ITransformProps) => import("typescript").CallExpression;
3
4
  }
@@ -1,10 +1,23 @@
1
1
  "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.MiscPruneTransformer = void 0;
4
15
  var MiscPruneProgrammer_1 = require("../../../programmers/misc/MiscPruneProgrammer");
5
16
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
17
  var MiscPruneTransformer;
7
18
  (function (MiscPruneTransformer) {
8
- MiscPruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.prune")(function (project) { return function (modulo) { return MiscPruneProgrammer_1.MiscPruneProgrammer.write(project)(modulo); }; });
19
+ MiscPruneTransformer.transform = function (props) {
20
+ return GenericTransformer_1.GenericTransformer.scalar(__assign(__assign({}, props), { method: "misc.prune", write: MiscPruneProgrammer_1.MiscPruneProgrammer.write }));
21
+ };
9
22
  })(MiscPruneTransformer || (exports.MiscPruneTransformer = MiscPruneTransformer = {}));
10
23
  //# sourceMappingURL=MiscPruneTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MiscPruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscPruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qFAAoF;AAEpF,wEAAuE;AAEvE,IAAiB,oBAAoB,CAIpC;AAJD,WAAiB,oBAAoB;IACtB,8BAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,YAAY,CAAC,CAC9D,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,yCAAmB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA1C,CAA0C,EAAtD,CAAsD,CACpE,CAAC;AACJ,CAAC,EAJgB,oBAAoB,oCAApB,oBAAoB,QAIpC"}
1
+ {"version":3,"file":"MiscPruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscPruneTransformer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qFAAoF;AAGpF,wEAAuE;AAEvE,IAAiB,oBAAoB,CAOpC;AAPD,WAAiB,oBAAoB;IACtB,8BAAS,GAAG,UAAC,KAAsB;QAC9C,OAAA,uCAAkB,CAAC,MAAM,uBACpB,KAAK,KACR,MAAM,EAAE,YAAY,EACpB,KAAK,EAAE,yCAAmB,CAAC,KAAK,IAChC;IAJF,CAIE,CAAC;AACP,CAAC,EAPgB,oBAAoB,oCAApB,oBAAoB,QAOpC"}
@@ -1,3 +1,4 @@
1
+ import { ITransformProps } from "../../ITransformProps";
1
2
  export declare namespace MiscValidateCloneTransformer {
2
- const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
3
+ const transform: (props: ITransformProps) => import("typescript").CallExpression;
3
4
  }
@@ -1,10 +1,23 @@
1
1
  "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.MiscValidateCloneTransformer = void 0;
4
15
  var MiscValidateCloneProgrammer_1 = require("../../../programmers/misc/MiscValidateCloneProgrammer");
5
16
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
17
  var MiscValidateCloneTransformer;
7
18
  (function (MiscValidateCloneTransformer) {
8
- MiscValidateCloneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.validatClone")(function (project) { return function (modulo) { return MiscValidateCloneProgrammer_1.MiscValidateCloneProgrammer.write(project)(modulo); }; });
19
+ MiscValidateCloneTransformer.transform = function (props) {
20
+ return GenericTransformer_1.GenericTransformer.scalar(__assign(__assign({}, props), { method: "misc.validatClone", write: MiscValidateCloneProgrammer_1.MiscValidateCloneProgrammer.write }));
21
+ };
9
22
  })(MiscValidateCloneTransformer || (exports.MiscValidateCloneTransformer = MiscValidateCloneTransformer = {}));
10
23
  //# sourceMappingURL=MiscValidateCloneTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MiscValidateCloneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscValidateCloneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,4BAA4B,CAI5C;AAJD,WAAiB,4BAA4B;IAC9B,sCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,mBAAmB,CAAC,CACrE,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAAlD,CAAkD,EAA9D,CAA8D,CAC5E,CAAC;AACJ,CAAC,EAJgB,4BAA4B,4CAA5B,4BAA4B,QAI5C"}
1
+ {"version":3,"file":"MiscValidateCloneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscValidateCloneTransformer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qGAAoG;AAGpG,wEAAuE;AAEvE,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC9B,sCAAS,GAAG,UAAC,KAAsB;QAC9C,OAAA,uCAAkB,CAAC,MAAM,uBACpB,KAAK,KACR,MAAM,EAAE,mBAAmB,EAC3B,KAAK,EAAE,yDAA2B,CAAC,KAAK,IACxC;IAJF,CAIE,CAAC;AACP,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C"}
@@ -1,3 +1,4 @@
1
+ import { ITransformProps } from "../../ITransformProps";
1
2
  export declare namespace MiscValidatePruneTransformer {
2
- const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
3
+ const transform: (props: ITransformProps) => import("typescript").CallExpression;
3
4
  }
@@ -1,10 +1,23 @@
1
1
  "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.MiscValidatePruneTransformer = void 0;
4
15
  var MiscValidatePruneProgrammer_1 = require("../../../programmers/misc/MiscValidatePruneProgrammer");
5
16
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
17
  var MiscValidatePruneTransformer;
7
18
  (function (MiscValidatePruneTransformer) {
8
- MiscValidatePruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.validatPrune")(function (project) { return function (modulo) { return MiscValidatePruneProgrammer_1.MiscValidatePruneProgrammer.write(project)(modulo); }; });
19
+ MiscValidatePruneTransformer.transform = function (props) {
20
+ return GenericTransformer_1.GenericTransformer.scalar(__assign(__assign({}, props), { method: "misc.validatPrune", write: MiscValidatePruneProgrammer_1.MiscValidatePruneProgrammer.write }));
21
+ };
9
22
  })(MiscValidatePruneTransformer || (exports.MiscValidatePruneTransformer = MiscValidatePruneTransformer = {}));
10
23
  //# sourceMappingURL=MiscValidatePruneTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MiscValidatePruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscValidatePruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,4BAA4B,CAI5C;AAJD,WAAiB,4BAA4B;IAC9B,sCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,mBAAmB,CAAC,CACrE,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAAlD,CAAkD,EAA9D,CAA8D,CAC5E,CAAC;AACJ,CAAC,EAJgB,4BAA4B,4CAA5B,4BAA4B,QAI5C"}
1
+ {"version":3,"file":"MiscValidatePruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscValidatePruneTransformer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qGAAoG;AAGpG,wEAAuE;AAEvE,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC9B,sCAAS,GAAG,UAAC,KAAsB;QAC9C,OAAA,uCAAkB,CAAC,MAAM,uBACpB,KAAK,KACR,MAAM,EAAE,mBAAmB,EAC3B,KAAK,EAAE,yDAA2B,CAAC,KAAK,IACxC;IAJF,CAIE,CAAC;AACP,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C"}
@@ -1,3 +1,4 @@
1
+ import { ITransformProps } from "../../ITransformProps";
1
2
  export declare namespace NotationAssertGeneralTransformer {
2
- const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
3
+ const transform: (rename: (str: string) => string) => (props: ITransformProps) => import("typescript").CallExpression;
3
4
  }
@@ -1,4 +1,15 @@
1
1
  "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.NotationAssertGeneralTransformer = void 0;
4
15
  var NotationAssertGeneralProgrammer_1 = require("../../../programmers/notations/NotationAssertGeneralProgrammer");
@@ -6,10 +17,10 @@ var StringUtil_1 = require("../../../utils/StringUtil");
6
17
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
7
18
  var NotationAssertGeneralTransformer;
8
19
  (function (NotationAssertGeneralTransformer) {
9
- NotationAssertGeneralTransformer.transform = function (rename) {
10
- return GenericTransformer_1.GenericTransformer.scalar("notations.assert".concat(StringUtil_1.StringUtil.capitalize(rename.name)))(function (project) { return function (modulo) {
11
- return NotationAssertGeneralProgrammer_1.NotationAssertGeneralProgrammer.write(rename)(project)(modulo);
12
- }; });
13
- };
20
+ NotationAssertGeneralTransformer.transform = function (rename) { return function (props) {
21
+ return GenericTransformer_1.GenericTransformer.scalar(__assign(__assign({}, props), { method: "notations.assert".concat(StringUtil_1.StringUtil.capitalize(rename.name)), write: function (x) {
22
+ return NotationAssertGeneralProgrammer_1.NotationAssertGeneralProgrammer.write(__assign(__assign({}, x), { rename: rename }));
23
+ } }));
24
+ }; };
14
25
  })(NotationAssertGeneralTransformer || (exports.NotationAssertGeneralTransformer = NotationAssertGeneralTransformer = {}));
15
26
  //# sourceMappingURL=NotationAssertGeneralTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotationAssertGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationAssertGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,kHAAiH;AAEjH,wDAAuD;AAEvD,wEAAuE;AAEvE,IAAiB,gCAAgC,CAQhD;AARD,WAAiB,gCAAgC;IAClC,0CAAS,GAAG,UAAC,MAA+B;QACvD,OAAA,uCAAkB,CAAC,MAAM,CACvB,0BAAmB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CACxD,CACC,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAClB,OAAA,iEAA+B,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAA9D,CAA8D,EADnD,CACmD,CACjE;IALD,CAKC,CAAC;AACN,CAAC,EARgB,gCAAgC,gDAAhC,gCAAgC,QAQhD"}
1
+ {"version":3,"file":"NotationAssertGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationAssertGeneralTransformer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,kHAAiH;AAEjH,wDAAuD;AAGvD,wEAAuE;AAEvE,IAAiB,gCAAgC,CAYhD;AAZD,WAAiB,gCAAgC;IAClC,0CAAS,GACpB,UAAC,MAA+B,IAAK,OAAA,UAAC,KAAsB;QAC1D,OAAA,uCAAkB,CAAC,MAAM,uBACpB,KAAK,KACR,MAAM,EAAE,0BAAmB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,EAC/D,KAAK,EAAE,UAAC,CAAC;gBACP,OAAA,iEAA+B,CAAC,KAAK,uBAChC,CAAC,KACJ,MAAM,QAAA,IACN;YAHF,CAGE,IACJ;IARF,CAQE,EATiC,CASjC,CAAC;AACT,CAAC,EAZgB,gCAAgC,gDAAhC,gCAAgC,QAYhD"}
@@ -1,3 +1,4 @@
1
+ import { ITransformProps } from "../../ITransformProps";
1
2
  export declare namespace NotationCreateAssertGeneralTransformer {
2
- const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").Expression | import("typescript").ArrowFunction;
3
+ const transform: (rename: (str: string) => string) => (props: ITransformProps) => import("typescript").Expression | import("typescript").ArrowFunction;
3
4
  }
@@ -1,4 +1,15 @@
1
1
  "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.NotationCreateAssertGeneralTransformer = void 0;
4
15
  var NotationAssertGeneralProgrammer_1 = require("../../../programmers/notations/NotationAssertGeneralProgrammer");
@@ -6,10 +17,10 @@ var StringUtil_1 = require("../../../utils/StringUtil");
6
17
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
7
18
  var NotationCreateAssertGeneralTransformer;
8
19
  (function (NotationCreateAssertGeneralTransformer) {
9
- NotationCreateAssertGeneralTransformer.transform = function (rename) {
10
- return GenericTransformer_1.GenericTransformer.factory("notations.createAssert".concat(StringUtil_1.StringUtil.capitalize(rename.name)))(function (project) { return function (modulo) {
11
- return NotationAssertGeneralProgrammer_1.NotationAssertGeneralProgrammer.write(rename)(project)(modulo);
12
- }; });
13
- };
20
+ NotationCreateAssertGeneralTransformer.transform = function (rename) { return function (props) {
21
+ return GenericTransformer_1.GenericTransformer.factory(__assign(__assign({}, props), { method: "notations.createAssert".concat(StringUtil_1.StringUtil.capitalize(rename.name)), write: function (x) {
22
+ return NotationAssertGeneralProgrammer_1.NotationAssertGeneralProgrammer.write(__assign(__assign({}, x), { rename: rename }));
23
+ } }));
24
+ }; };
14
25
  })(NotationCreateAssertGeneralTransformer || (exports.NotationCreateAssertGeneralTransformer = NotationCreateAssertGeneralTransformer = {}));
15
26
  //# sourceMappingURL=NotationCreateAssertGeneralTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotationCreateAssertGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationCreateAssertGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,kHAAiH;AAEjH,wDAAuD;AAEvD,wEAAuE;AAEvE,IAAiB,sCAAsC,CAQtD;AARD,WAAiB,sCAAsC;IACxC,gDAAS,GAAG,UAAC,MAA+B;QACvD,OAAA,uCAAkB,CAAC,OAAO,CACxB,gCAAyB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAC9D,CACC,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAClB,OAAA,iEAA+B,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAA9D,CAA8D,EADnD,CACmD,CACjE;IALD,CAKC,CAAC;AACN,CAAC,EARgB,sCAAsC,sDAAtC,sCAAsC,QAQtD"}
1
+ {"version":3,"file":"NotationCreateAssertGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationCreateAssertGeneralTransformer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,kHAAiH;AAEjH,wDAAuD;AAGvD,wEAAuE;AAEvE,IAAiB,sCAAsC,CAYtD;AAZD,WAAiB,sCAAsC;IACxC,gDAAS,GACpB,UAAC,MAA+B,IAAK,OAAA,UAAC,KAAsB;QAC1D,OAAA,uCAAkB,CAAC,OAAO,uBACrB,KAAK,KACR,MAAM,EAAE,gCAAyB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,EACrE,KAAK,EAAE,UAAC,CAAC;gBACP,OAAA,iEAA+B,CAAC,KAAK,uBAChC,CAAC,KACJ,MAAM,QAAA,IACN;YAHF,CAGE,IACJ;IARF,CAQE,EATiC,CASjC,CAAC;AACT,CAAC,EAZgB,sCAAsC,sDAAtC,sCAAsC,QAYtD"}
@@ -1,3 +1,4 @@
1
+ import { ITransformProps } from "../../ITransformProps";
1
2
  export declare namespace NotationCreateGeneralTransformer {
2
- const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").Expression | import("typescript").ArrowFunction;
3
+ const transform: (rename: (str: string) => string) => (props: ITransformProps) => import("typescript").Expression | import("typescript").ArrowFunction;
3
4
  }
@@ -1,4 +1,15 @@
1
1
  "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.NotationCreateGeneralTransformer = void 0;
4
15
  var NotationGeneralProgrammer_1 = require("../../../programmers/notations/NotationGeneralProgrammer");
@@ -6,10 +17,10 @@ var StringUtil_1 = require("../../../utils/StringUtil");
6
17
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
7
18
  var NotationCreateGeneralTransformer;
8
19
  (function (NotationCreateGeneralTransformer) {
9
- NotationCreateGeneralTransformer.transform = function (rename) {
10
- return GenericTransformer_1.GenericTransformer.factory("notations.create".concat(StringUtil_1.StringUtil.capitalize(rename.name)))(function (project) { return function (modulo) {
11
- return NotationGeneralProgrammer_1.NotationGeneralProgrammer.write(rename)(project)(modulo);
12
- }; });
13
- };
20
+ NotationCreateGeneralTransformer.transform = function (rename) { return function (props) {
21
+ return GenericTransformer_1.GenericTransformer.factory(__assign(__assign({}, props), { method: "notations.create".concat(StringUtil_1.StringUtil.capitalize(rename.name)), write: function (x) {
22
+ return NotationGeneralProgrammer_1.NotationGeneralProgrammer.write(__assign(__assign({}, x), { rename: rename }));
23
+ } }));
24
+ }; };
14
25
  })(NotationCreateGeneralTransformer || (exports.NotationCreateGeneralTransformer = NotationCreateGeneralTransformer = {}));
15
26
  //# sourceMappingURL=NotationCreateGeneralTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotationCreateGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationCreateGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,sGAAqG;AAErG,wDAAuD;AAEvD,wEAAuE;AAEvE,IAAiB,gCAAgC,CAQhD;AARD,WAAiB,gCAAgC;IAClC,0CAAS,GAAG,UAAC,MAA+B;QACvD,OAAA,uCAAkB,CAAC,OAAO,CACxB,0BAAmB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CACxD,CACC,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAClB,OAAA,qDAAyB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAAxD,CAAwD,EAD7C,CAC6C,CAC3D;IALD,CAKC,CAAC;AACN,CAAC,EARgB,gCAAgC,gDAAhC,gCAAgC,QAQhD"}
1
+ {"version":3,"file":"NotationCreateGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationCreateGeneralTransformer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,sGAAqG;AAErG,wDAAuD;AAGvD,wEAAuE;AAEvE,IAAiB,gCAAgC,CAYhD;AAZD,WAAiB,gCAAgC;IAClC,0CAAS,GACpB,UAAC,MAA+B,IAAK,OAAA,UAAC,KAAsB;QAC1D,OAAA,uCAAkB,CAAC,OAAO,uBACrB,KAAK,KACR,MAAM,EAAE,0BAAmB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,EAC/D,KAAK,EAAE,UAAC,CAAC;gBACP,OAAA,qDAAyB,CAAC,KAAK,uBAC1B,CAAC,KACJ,MAAM,QAAA,IACN;YAHF,CAGE,IACJ;IARF,CAQE,EATiC,CASjC,CAAC;AACT,CAAC,EAZgB,gCAAgC,gDAAhC,gCAAgC,QAYhD"}
@@ -1,3 +1,4 @@
1
+ import { ITransformProps } from "../../ITransformProps";
1
2
  export declare namespace NotationCreateIsGeneralTransformer {
2
- const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").Expression | import("typescript").ArrowFunction;
3
+ const transform: (rename: (str: string) => string) => (props: ITransformProps) => import("typescript").Expression | import("typescript").ArrowFunction;
3
4
  }
@@ -1,4 +1,15 @@
1
1
  "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.NotationCreateIsGeneralTransformer = void 0;
4
15
  var NotationIsGeneralProgrammer_1 = require("../../../programmers/notations/NotationIsGeneralProgrammer");
@@ -6,10 +17,10 @@ var StringUtil_1 = require("../../../utils/StringUtil");
6
17
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
7
18
  var NotationCreateIsGeneralTransformer;
8
19
  (function (NotationCreateIsGeneralTransformer) {
9
- NotationCreateIsGeneralTransformer.transform = function (rename) {
10
- return GenericTransformer_1.GenericTransformer.factory("notations.createIs".concat(StringUtil_1.StringUtil.capitalize(rename.name)))(function (project) { return function (modulo) {
11
- return NotationIsGeneralProgrammer_1.NotationIsGeneralProgrammer.write(rename)(project)(modulo);
12
- }; });
13
- };
20
+ NotationCreateIsGeneralTransformer.transform = function (rename) { return function (props) {
21
+ return GenericTransformer_1.GenericTransformer.factory(__assign(__assign({}, props), { method: "notations.createIs".concat(StringUtil_1.StringUtil.capitalize(rename.name)), write: function (x) {
22
+ return NotationIsGeneralProgrammer_1.NotationIsGeneralProgrammer.write(__assign(__assign({}, x), { rename: rename }));
23
+ } }));
24
+ }; };
14
25
  })(NotationCreateIsGeneralTransformer || (exports.NotationCreateIsGeneralTransformer = NotationCreateIsGeneralTransformer = {}));
15
26
  //# sourceMappingURL=NotationCreateIsGeneralTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotationCreateIsGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationCreateIsGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,0GAAyG;AAEzG,wDAAuD;AAEvD,wEAAuE;AAEvE,IAAiB,kCAAkC,CAQlD;AARD,WAAiB,kCAAkC;IACpC,4CAAS,GAAG,UAAC,MAA+B;QACvD,OAAA,uCAAkB,CAAC,OAAO,CACxB,4BAAqB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAC1D,CACC,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAClB,OAAA,yDAA2B,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAA1D,CAA0D,EAD/C,CAC+C,CAC7D;IALD,CAKC,CAAC;AACN,CAAC,EARgB,kCAAkC,kDAAlC,kCAAkC,QAQlD"}
1
+ {"version":3,"file":"NotationCreateIsGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationCreateIsGeneralTransformer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,0GAAyG;AAEzG,wDAAuD;AAGvD,wEAAuE;AAEvE,IAAiB,kCAAkC,CAYlD;AAZD,WAAiB,kCAAkC;IACpC,4CAAS,GACpB,UAAC,MAA+B,IAAK,OAAA,UAAC,KAAsB;QAC1D,OAAA,uCAAkB,CAAC,OAAO,uBACrB,KAAK,KACR,MAAM,EAAE,4BAAqB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,EACjE,KAAK,EAAE,UAAC,CAAC;gBACP,OAAA,yDAA2B,CAAC,KAAK,uBAC5B,CAAC,KACJ,MAAM,QAAA,IACN;YAHF,CAGE,IACJ;IARF,CAQE,EATiC,CASjC,CAAC;AACT,CAAC,EAZgB,kCAAkC,kDAAlC,kCAAkC,QAYlD"}
@@ -1,3 +1,4 @@
1
+ import { ITransformProps } from "../../ITransformProps";
1
2
  export declare namespace NotationCreateValidateGeneralTransformer {
2
- const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").Expression | import("typescript").ArrowFunction;
3
+ const transform: (rename: (str: string) => string) => (props: ITransformProps) => import("typescript").Expression | import("typescript").ArrowFunction;
3
4
  }
@@ -1,4 +1,15 @@
1
1
  "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.NotationCreateValidateGeneralTransformer = void 0;
4
15
  var NotationValidateGeneralProgrammer_1 = require("../../../programmers/notations/NotationValidateGeneralProgrammer");
@@ -6,10 +17,10 @@ var StringUtil_1 = require("../../../utils/StringUtil");
6
17
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
7
18
  var NotationCreateValidateGeneralTransformer;
8
19
  (function (NotationCreateValidateGeneralTransformer) {
9
- NotationCreateValidateGeneralTransformer.transform = function (rename) {
10
- return GenericTransformer_1.GenericTransformer.factory("notations.createValidate".concat(StringUtil_1.StringUtil.capitalize(rename.name)))(function (project) { return function (modulo) {
11
- return NotationValidateGeneralProgrammer_1.NotationValidateGeneralProgrammer.write(rename)(project)(modulo);
12
- }; });
13
- };
20
+ NotationCreateValidateGeneralTransformer.transform = function (rename) { return function (props) {
21
+ return GenericTransformer_1.GenericTransformer.factory(__assign(__assign({}, props), { method: "notations.createValidate".concat(StringUtil_1.StringUtil.capitalize(rename.name)), write: function (x) {
22
+ return NotationValidateGeneralProgrammer_1.NotationValidateGeneralProgrammer.write(__assign(__assign({}, x), { rename: rename }));
23
+ } }));
24
+ }; };
14
25
  })(NotationCreateValidateGeneralTransformer || (exports.NotationCreateValidateGeneralTransformer = NotationCreateValidateGeneralTransformer = {}));
15
26
  //# sourceMappingURL=NotationCreateValidateGeneralTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotationCreateValidateGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationCreateValidateGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,sHAAqH;AAErH,wDAAuD;AAEvD,wEAAuE;AAEvE,IAAiB,wCAAwC,CAQxD;AARD,WAAiB,wCAAwC;IAC1C,kDAAS,GAAG,UAAC,MAA+B;QACvD,OAAA,uCAAkB,CAAC,OAAO,CACxB,kCAA2B,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAChE,CACC,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAClB,OAAA,qEAAiC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAAhE,CAAgE,EADrD,CACqD,CACnE;IALD,CAKC,CAAC;AACN,CAAC,EARgB,wCAAwC,wDAAxC,wCAAwC,QAQxD"}
1
+ {"version":3,"file":"NotationCreateValidateGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationCreateValidateGeneralTransformer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,sHAAqH;AAErH,wDAAuD;AAGvD,wEAAuE;AAEvE,IAAiB,wCAAwC,CAYxD;AAZD,WAAiB,wCAAwC;IAC1C,kDAAS,GACpB,UAAC,MAA+B,IAAK,OAAA,UAAC,KAAsB;QAC1D,OAAA,uCAAkB,CAAC,OAAO,uBACrB,KAAK,KACR,MAAM,EAAE,kCAA2B,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,EACvE,KAAK,EAAE,UAAC,CAAC;gBACP,OAAA,qEAAiC,CAAC,KAAK,uBAClC,CAAC,KACJ,MAAM,QAAA,IACN;YAHF,CAGE,IACJ;IARF,CAQE,EATiC,CASjC,CAAC;AACT,CAAC,EAZgB,wCAAwC,wDAAxC,wCAAwC,QAYxD"}
@@ -1,3 +1,4 @@
1
+ import { ITransformProps } from "../../ITransformProps";
1
2
  export declare namespace NotationGeneralTransformer {
2
- const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
3
+ const transform: (rename: (str: string) => string) => (props: ITransformProps) => import("typescript").CallExpression;
3
4
  }
@@ -1,14 +1,25 @@
1
1
  "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.NotationGeneralTransformer = void 0;
4
15
  var NotationGeneralProgrammer_1 = require("../../../programmers/notations/NotationGeneralProgrammer");
5
16
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
17
  var NotationGeneralTransformer;
7
18
  (function (NotationGeneralTransformer) {
8
- NotationGeneralTransformer.transform = function (rename) {
9
- return GenericTransformer_1.GenericTransformer.scalar("notations.".concat(rename.name))(function (project) { return function (modulo) {
10
- return NotationGeneralProgrammer_1.NotationGeneralProgrammer.write(rename)(project)(modulo);
11
- }; });
12
- };
19
+ NotationGeneralTransformer.transform = function (rename) { return function (props) {
20
+ return GenericTransformer_1.GenericTransformer.scalar(__assign(__assign({}, props), { method: "notations.".concat(rename.name), write: function (x) {
21
+ return NotationGeneralProgrammer_1.NotationGeneralProgrammer.write(__assign(__assign({}, x), { rename: rename }));
22
+ } }));
23
+ }; };
13
24
  })(NotationGeneralTransformer || (exports.NotationGeneralTransformer = NotationGeneralTransformer = {}));
14
25
  //# sourceMappingURL=NotationGeneralTransformer.js.map