typia 5.1.6 → 5.2.0-dev.20231007

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 (222) hide show
  1. package/lib/CamelCase.d.ts +22 -0
  2. package/lib/CamelCase.js +3 -0
  3. package/lib/CamelCase.js.map +1 -0
  4. package/lib/PascalCase.d.ts +22 -0
  5. package/lib/PascalCase.js +3 -0
  6. package/lib/PascalCase.js.map +1 -0
  7. package/lib/Resolved.d.ts +4 -4
  8. package/lib/SnakeCase.d.ts +24 -0
  9. package/lib/SnakeCase.js +3 -0
  10. package/lib/SnakeCase.js.map +1 -0
  11. package/lib/functional/$convention.d.ts +1 -0
  12. package/lib/functional/$convention.js +63 -0
  13. package/lib/functional/$convention.js.map +1 -0
  14. package/lib/functional/Namespace.js +9 -0
  15. package/lib/functional/Namespace.js.map +1 -1
  16. package/lib/module.d.ts +5 -1
  17. package/lib/module.js +6 -2
  18. package/lib/module.js.map +1 -1
  19. package/lib/notations.d.ts +538 -0
  20. package/lib/notations.js +146 -0
  21. package/lib/notations.js.map +1 -0
  22. package/lib/programmers/helpers/NotationJoiner.d.ts +7 -0
  23. package/lib/programmers/helpers/NotationJoiner.js +85 -0
  24. package/lib/programmers/helpers/NotationJoiner.js.map +1 -0
  25. package/lib/programmers/misc/MiscCloneProgrammer.js +12 -1
  26. package/lib/programmers/misc/MiscCloneProgrammer.js.map +1 -1
  27. package/lib/programmers/misc/MiscPruneProgrammer.js +2 -1
  28. package/lib/programmers/misc/MiscPruneProgrammer.js.map +1 -1
  29. package/lib/programmers/notations/NotationAssertGeneralProgrammer.d.ts +5 -0
  30. package/lib/programmers/notations/NotationAssertGeneralProgrammer.js +44 -0
  31. package/lib/programmers/notations/NotationAssertGeneralProgrammer.js.map +1 -0
  32. package/lib/programmers/notations/NotationGeneralProgrammer.d.ts +6 -0
  33. package/lib/programmers/notations/NotationGeneralProgrammer.js +490 -0
  34. package/lib/programmers/notations/NotationGeneralProgrammer.js.map +1 -0
  35. package/lib/programmers/notations/NotationIsGeneralProgrammer.d.ts +5 -0
  36. package/lib/programmers/notations/NotationIsGeneralProgrammer.js +47 -0
  37. package/lib/programmers/notations/NotationIsGeneralProgrammer.js.map +1 -0
  38. package/lib/programmers/notations/NotationValidateGeneralProgrammer.d.ts +5 -0
  39. package/lib/programmers/notations/NotationValidateGeneralProgrammer.js +44 -0
  40. package/lib/programmers/notations/NotationValidateGeneralProgrammer.js.map +1 -0
  41. package/lib/transformers/CallExpressionTransformer.js +99 -16
  42. package/lib/transformers/CallExpressionTransformer.js.map +1 -1
  43. package/lib/transformers/features/json/JsonAssertParseTransformer.js +1 -1
  44. package/lib/transformers/features/json/JsonAssertParseTransformer.js.map +1 -1
  45. package/lib/transformers/features/json/JsonAssertStringifyTransformer.js +1 -1
  46. package/lib/transformers/features/json/JsonAssertStringifyTransformer.js.map +1 -1
  47. package/lib/transformers/features/json/JsonCreateAssertParseTransformer.js +1 -1
  48. package/lib/transformers/features/json/JsonCreateAssertParseTransformer.js.map +1 -1
  49. package/lib/transformers/features/json/JsonCreateAssertStringifyTransformer.js +1 -1
  50. package/lib/transformers/features/json/JsonCreateAssertStringifyTransformer.js.map +1 -1
  51. package/lib/transformers/features/json/JsonCreateIsParseTransformer.js +1 -1
  52. package/lib/transformers/features/json/JsonCreateIsParseTransformer.js.map +1 -1
  53. package/lib/transformers/features/json/JsonCreateIsStringifyTransformer.js +1 -1
  54. package/lib/transformers/features/json/JsonCreateIsStringifyTransformer.js.map +1 -1
  55. package/lib/transformers/features/json/JsonCreateStringifyTransformer.js +1 -1
  56. package/lib/transformers/features/json/JsonCreateStringifyTransformer.js.map +1 -1
  57. package/lib/transformers/features/json/JsonCreateValidateParseTransformer.js +1 -1
  58. package/lib/transformers/features/json/JsonCreateValidateParseTransformer.js.map +1 -1
  59. package/lib/transformers/features/json/JsonCreateValidateStringifyProgrammer.js +1 -1
  60. package/lib/transformers/features/json/JsonCreateValidateStringifyProgrammer.js.map +1 -1
  61. package/lib/transformers/features/json/JsonIsParseTransformer.js +1 -1
  62. package/lib/transformers/features/json/JsonIsParseTransformer.js.map +1 -1
  63. package/lib/transformers/features/json/JsonIsStringifyTransformer.js +1 -1
  64. package/lib/transformers/features/json/JsonIsStringifyTransformer.js.map +1 -1
  65. package/lib/transformers/features/json/JsonStringifyTransformer.js +1 -1
  66. package/lib/transformers/features/json/JsonStringifyTransformer.js.map +1 -1
  67. package/lib/transformers/features/json/JsonValidateParseTransformer.js +1 -1
  68. package/lib/transformers/features/json/JsonValidateParseTransformer.js.map +1 -1
  69. package/lib/transformers/features/json/JsonValidateStringifyTransformer.js +1 -1
  70. package/lib/transformers/features/json/JsonValidateStringifyTransformer.js.map +1 -1
  71. package/lib/transformers/features/misc/MiscAssertCloneTransformer.js +1 -1
  72. package/lib/transformers/features/misc/MiscAssertCloneTransformer.js.map +1 -1
  73. package/lib/transformers/features/misc/MiscAssertPruneTransformer.js +1 -1
  74. package/lib/transformers/features/misc/MiscAssertPruneTransformer.js.map +1 -1
  75. package/lib/transformers/features/misc/MiscCloneTransformer.js +1 -1
  76. package/lib/transformers/features/misc/MiscCloneTransformer.js.map +1 -1
  77. package/lib/transformers/features/misc/MiscCreateAssertCloneTransformer.js +1 -1
  78. package/lib/transformers/features/misc/MiscCreateAssertCloneTransformer.js.map +1 -1
  79. package/lib/transformers/features/misc/MiscCreateAssertPruneTransformer.js +1 -1
  80. package/lib/transformers/features/misc/MiscCreateAssertPruneTransformer.js.map +1 -1
  81. package/lib/transformers/features/misc/MiscCreateCloneTransformer.js +1 -1
  82. package/lib/transformers/features/misc/MiscCreateCloneTransformer.js.map +1 -1
  83. package/lib/transformers/features/misc/MiscCreateIsCloneTransformer.js +1 -1
  84. package/lib/transformers/features/misc/MiscCreateIsCloneTransformer.js.map +1 -1
  85. package/lib/transformers/features/misc/MiscCreateIsPruneTransformer.js +1 -1
  86. package/lib/transformers/features/misc/MiscCreateIsPruneTransformer.js.map +1 -1
  87. package/lib/transformers/features/misc/MiscCreatePruneTransformer.js +1 -1
  88. package/lib/transformers/features/misc/MiscCreatePruneTransformer.js.map +1 -1
  89. package/lib/transformers/features/misc/MiscCreateValidateCloneTransformer.js +1 -1
  90. package/lib/transformers/features/misc/MiscCreateValidateCloneTransformer.js.map +1 -1
  91. package/lib/transformers/features/misc/MiscCreateValidatePruneTransformer.js +1 -1
  92. package/lib/transformers/features/misc/MiscCreateValidatePruneTransformer.js.map +1 -1
  93. package/lib/transformers/features/misc/MiscIsCloneTransformer.js +1 -1
  94. package/lib/transformers/features/misc/MiscIsCloneTransformer.js.map +1 -1
  95. package/lib/transformers/features/misc/MiscIsPruneTransformer.js +1 -1
  96. package/lib/transformers/features/misc/MiscIsPruneTransformer.js.map +1 -1
  97. package/lib/transformers/features/misc/MiscPruneTransformer.js +1 -1
  98. package/lib/transformers/features/misc/MiscPruneTransformer.js.map +1 -1
  99. package/lib/transformers/features/misc/MiscValidateCloneTransformer.js +1 -1
  100. package/lib/transformers/features/misc/MiscValidateCloneTransformer.js.map +1 -1
  101. package/lib/transformers/features/misc/MiscValidatePruneTransformer.js +1 -1
  102. package/lib/transformers/features/misc/MiscValidatePruneTransformer.js.map +1 -1
  103. package/lib/transformers/features/notations/NotationAssertGeneralTransformer.d.ts +4 -0
  104. package/lib/transformers/features/notations/NotationAssertGeneralTransformer.js +15 -0
  105. package/lib/transformers/features/notations/NotationAssertGeneralTransformer.js.map +1 -0
  106. package/lib/transformers/features/notations/NotationCreateAssertGeneralTransformer.d.ts +4 -0
  107. package/lib/transformers/features/notations/NotationCreateAssertGeneralTransformer.js +15 -0
  108. package/lib/transformers/features/notations/NotationCreateAssertGeneralTransformer.js.map +1 -0
  109. package/lib/transformers/features/notations/NotationCreateGeneralTransformer.d.ts +4 -0
  110. package/lib/transformers/features/notations/NotationCreateGeneralTransformer.js +15 -0
  111. package/lib/transformers/features/notations/NotationCreateGeneralTransformer.js.map +1 -0
  112. package/lib/transformers/features/notations/NotationCreateIsGeneralTransformer.d.ts +4 -0
  113. package/lib/transformers/features/notations/NotationCreateIsGeneralTransformer.js +15 -0
  114. package/lib/transformers/features/notations/NotationCreateIsGeneralTransformer.js.map +1 -0
  115. package/lib/transformers/features/notations/NotationCreateValidateGeneralTransformer.d.ts +4 -0
  116. package/lib/transformers/features/notations/NotationCreateValidateGeneralTransformer.js +15 -0
  117. package/lib/transformers/features/notations/NotationCreateValidateGeneralTransformer.js.map +1 -0
  118. package/lib/transformers/features/notations/NotationGeneralTransformer.d.ts +4 -0
  119. package/lib/transformers/features/notations/NotationGeneralTransformer.js +14 -0
  120. package/lib/transformers/features/notations/NotationGeneralTransformer.js.map +1 -0
  121. package/lib/transformers/features/notations/NotationIsGeneralTransformer.d.ts +4 -0
  122. package/lib/transformers/features/notations/NotationIsGeneralTransformer.js +15 -0
  123. package/lib/transformers/features/notations/NotationIsGeneralTransformer.js.map +1 -0
  124. package/lib/transformers/features/notations/NotationValidateGeneralTransformer.d.ts +4 -0
  125. package/lib/transformers/features/notations/NotationValidateGeneralTransformer.js +15 -0
  126. package/lib/transformers/features/notations/NotationValidateGeneralTransformer.js.map +1 -0
  127. package/lib/transformers/features/protobuf/{CreateProtobufAssertDecodeTransformer.d.ts → ProtobufCreateAssertDecodeTransformer.d.ts} +1 -1
  128. package/lib/transformers/features/protobuf/{CreateProtobufAssertDecodeTransformer.js → ProtobufCreateAssertDecodeTransformer.js} +6 -6
  129. package/lib/transformers/features/protobuf/{CreateProtobufAssertEncodeTransformer.js.map → ProtobufCreateAssertDecodeTransformer.js.map} +1 -1
  130. package/lib/transformers/features/protobuf/{CreateProtobufAssertEncodeTransformer.d.ts → ProtobufCreateAssertEncodeTransformer.d.ts} +1 -1
  131. package/lib/transformers/features/protobuf/{CreateProtobufAssertEncodeTransformer.js → ProtobufCreateAssertEncodeTransformer.js} +6 -6
  132. package/lib/transformers/features/protobuf/{CreateProtobufAssertDecodeTransformer.js.map → ProtobufCreateAssertEncodeTransformer.js.map} +1 -1
  133. package/lib/transformers/features/protobuf/{CreateProtobufDecodeTransformer.d.ts → ProtobufCreateDecodeTransformer.d.ts} +1 -1
  134. package/lib/transformers/features/protobuf/{CreateProtobufDecodeTransformer.js → ProtobufCreateDecodeTransformer.js} +6 -6
  135. package/lib/transformers/features/protobuf/{CreateProtobufDecodeTransformer.js.map → ProtobufCreateDecodeTransformer.js.map} +1 -1
  136. package/lib/transformers/features/protobuf/{CreateProtobufEncodeTransformer.d.ts → ProtobufCreateEncodeTransformer.d.ts} +1 -1
  137. package/lib/transformers/features/protobuf/{CreateProtobufEncodeTransformer.js → ProtobufCreateEncodeTransformer.js} +6 -6
  138. package/lib/transformers/features/protobuf/{CreateProtobufEncodeTransformer.js.map → ProtobufCreateEncodeTransformer.js.map} +1 -1
  139. package/lib/transformers/features/protobuf/{CreateProtobufIsDecodeTransformer.d.ts → ProtobufCreateIsDecodeTransformer.d.ts} +1 -1
  140. package/lib/transformers/features/protobuf/{CreateProtobufIsDecodeTransformer.js → ProtobufCreateIsDecodeTransformer.js} +6 -6
  141. package/lib/transformers/features/protobuf/{CreateProtobufIsDecodeTransformer.js.map → ProtobufCreateIsDecodeTransformer.js.map} +1 -1
  142. package/lib/transformers/features/protobuf/{CreateProtobufIsEncodeTransformer.d.ts → ProtobufCreateIsEncodeTransformer.d.ts} +1 -1
  143. package/lib/transformers/features/protobuf/{CreateProtobufIsEncodeTransformer.js → ProtobufCreateIsEncodeTransformer.js} +6 -6
  144. package/lib/transformers/features/protobuf/{CreateProtobufIsEncodeTransformer.js.map → ProtobufCreateIsEncodeTransformer.js.map} +1 -1
  145. package/lib/transformers/features/protobuf/{CreateProtobufValidateDecodeTransformer.d.ts → ProtobufCreateValidateDecodeTransformer.d.ts} +1 -1
  146. package/lib/transformers/features/protobuf/{CreateProtobufValidateDecodeTransformer.js → ProtobufCreateValidateDecodeTransformer.js} +6 -6
  147. package/lib/transformers/features/protobuf/{CreateProtobufValidateDecodeTransformer.js.map → ProtobufCreateValidateDecodeTransformer.js.map} +1 -1
  148. package/lib/transformers/features/protobuf/{CreateProtobufValidateEncodeTransformer.d.ts → ProtobufCreateValidateEncodeTransformer.d.ts} +1 -1
  149. package/lib/transformers/features/protobuf/{CreateProtobufValidateEncodeTransformer.js → ProtobufCreateValidateEncodeTransformer.js} +6 -6
  150. package/lib/transformers/features/protobuf/{CreateProtobufValidateEncodeTransformer.js.map → ProtobufCreateValidateEncodeTransformer.js.map} +1 -1
  151. package/lib/utils/NamingConvention.d.ts +5 -0
  152. package/lib/utils/NamingConvention.js +115 -0
  153. package/lib/utils/NamingConvention.js.map +1 -0
  154. package/lib/utils/StringUtil.d.ts +3 -0
  155. package/lib/utils/StringUtil.js +10 -0
  156. package/lib/utils/StringUtil.js.map +1 -0
  157. package/package.json +2 -1
  158. package/src/CamelCase.ts +116 -0
  159. package/src/PascalCase.ts +106 -0
  160. package/src/Primitive.ts +1 -1
  161. package/src/Resolved.ts +26 -26
  162. package/src/SnakeCase.ts +156 -0
  163. package/src/functional/$convention.ts +40 -0
  164. package/src/functional/Namespace.ts +22 -0
  165. package/src/module.ts +6 -1
  166. package/src/notations.ts +855 -0
  167. package/src/programmers/helpers/NotationJoiner.ts +146 -0
  168. package/src/programmers/misc/MiscCloneProgrammer.ts +17 -1
  169. package/src/programmers/misc/MiscPruneProgrammer.ts +4 -2
  170. package/src/programmers/notations/NotationAssertGeneralProgrammer.ts +72 -0
  171. package/src/programmers/notations/NotationGeneralProgrammer.ts +720 -0
  172. package/src/programmers/notations/NotationIsGeneralProgrammer.ts +79 -0
  173. package/src/programmers/notations/NotationValidateGeneralProgrammer.ts +88 -0
  174. package/src/transformers/CallExpressionTransformer.ts +107 -16
  175. package/src/transformers/features/json/JsonAssertParseTransformer.ts +1 -1
  176. package/src/transformers/features/json/JsonAssertStringifyTransformer.ts +1 -1
  177. package/src/transformers/features/json/JsonCreateAssertParseTransformer.ts +3 -1
  178. package/src/transformers/features/json/JsonCreateAssertStringifyTransformer.ts +1 -1
  179. package/src/transformers/features/json/JsonCreateIsParseTransformer.ts +1 -1
  180. package/src/transformers/features/json/JsonCreateIsStringifyTransformer.ts +3 -1
  181. package/src/transformers/features/json/JsonCreateStringifyTransformer.ts +1 -1
  182. package/src/transformers/features/json/JsonCreateValidateParseTransformer.ts +3 -1
  183. package/src/transformers/features/json/JsonCreateValidateStringifyProgrammer.ts +1 -1
  184. package/src/transformers/features/json/JsonIsParseTransformer.ts +1 -1
  185. package/src/transformers/features/json/JsonIsStringifyTransformer.ts +1 -1
  186. package/src/transformers/features/json/JsonStringifyTransformer.ts +1 -1
  187. package/src/transformers/features/json/JsonValidateParseTransformer.ts +1 -1
  188. package/src/transformers/features/json/JsonValidateStringifyTransformer.ts +1 -1
  189. package/src/transformers/features/misc/MiscAssertCloneTransformer.ts +1 -1
  190. package/src/transformers/features/misc/MiscAssertPruneTransformer.ts +1 -1
  191. package/src/transformers/features/misc/MiscCloneTransformer.ts +1 -1
  192. package/src/transformers/features/misc/MiscCreateAssertCloneTransformer.ts +3 -1
  193. package/src/transformers/features/misc/MiscCreateAssertPruneTransformer.ts +3 -1
  194. package/src/transformers/features/misc/MiscCreateCloneTransformer.ts +1 -1
  195. package/src/transformers/features/misc/MiscCreateIsCloneTransformer.ts +1 -1
  196. package/src/transformers/features/misc/MiscCreateIsPruneTransformer.ts +1 -1
  197. package/src/transformers/features/misc/MiscCreatePruneTransformer.ts +1 -1
  198. package/src/transformers/features/misc/MiscCreateValidateCloneTransformer.ts +3 -1
  199. package/src/transformers/features/misc/MiscCreateValidatePruneTransformer.ts +3 -1
  200. package/src/transformers/features/misc/MiscIsCloneTransformer.ts +1 -1
  201. package/src/transformers/features/misc/MiscIsPruneTransformer.ts +1 -1
  202. package/src/transformers/features/misc/MiscPruneTransformer.ts +1 -1
  203. package/src/transformers/features/misc/MiscValidateCloneTransformer.ts +1 -1
  204. package/src/transformers/features/misc/MiscValidatePruneTransformer.ts +1 -1
  205. package/src/transformers/features/notations/NotationAssertGeneralTransformer.ts +15 -0
  206. package/src/transformers/features/notations/NotationCreateAssertGeneralTransformer.ts +15 -0
  207. package/src/transformers/features/notations/NotationCreateGeneralTransformer.ts +15 -0
  208. package/src/transformers/features/notations/NotationCreateIsGeneralTransformer.ts +15 -0
  209. package/src/transformers/features/notations/NotationCreateValidateGeneralTransformer.ts +17 -0
  210. package/src/transformers/features/notations/NotationGeneralTransformer.ts +11 -0
  211. package/src/transformers/features/notations/NotationIsGeneralTransformer.ts +15 -0
  212. package/src/transformers/features/notations/NotationValidateGeneralTransformer.ts +17 -0
  213. package/src/transformers/features/protobuf/{CreateProtobufAssertDecodeTransformer.ts → ProtobufCreateAssertDecodeTransformer.ts} +1 -1
  214. package/src/transformers/features/protobuf/{CreateProtobufAssertEncodeTransformer.ts → ProtobufCreateAssertEncodeTransformer.ts} +1 -1
  215. package/src/transformers/features/protobuf/{CreateProtobufDecodeTransformer.ts → ProtobufCreateDecodeTransformer.ts} +1 -1
  216. package/src/transformers/features/protobuf/{CreateProtobufEncodeTransformer.ts → ProtobufCreateEncodeTransformer.ts} +1 -1
  217. package/src/transformers/features/protobuf/{CreateProtobufIsDecodeTransformer.ts → ProtobufCreateIsDecodeTransformer.ts} +1 -1
  218. package/src/transformers/features/protobuf/{CreateProtobufIsEncodeTransformer.ts → ProtobufCreateIsEncodeTransformer.ts} +1 -1
  219. package/src/transformers/features/protobuf/{CreateProtobufValidateDecodeTransformer.ts → ProtobufCreateValidateDecodeTransformer.ts} +1 -1
  220. package/src/transformers/features/protobuf/{CreateProtobufValidateEncodeTransformer.ts → ProtobufCreateValidateEncodeTransformer.ts} +1 -1
  221. package/src/utils/NamingConvention.ts +91 -0
  222. package/src/utils/StringUtil.ts +4 -0
@@ -5,6 +5,6 @@ var MiscPruneProgrammer_1 = require("../../../programmers/misc/MiscPruneProgramm
5
5
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
6
  var MiscCreatePruneTransformer;
7
7
  (function (MiscCreatePruneTransformer) {
8
- MiscCreatePruneTransformer.transform = GenericTransformer_1.GenericTransformer.factory("createPrune")(function (project) { return function (modulo) { return MiscPruneProgrammer_1.MiscPruneProgrammer.write(project)(modulo); }; });
8
+ MiscCreatePruneTransformer.transform = GenericTransformer_1.GenericTransformer.factory("misc.createPrune")(function (project) { return function (modulo) { return MiscPruneProgrammer_1.MiscPruneProgrammer.write(project)(modulo); }; });
9
9
  })(MiscCreatePruneTransformer || (exports.MiscCreatePruneTransformer = MiscCreatePruneTransformer = {}));
10
10
  //# sourceMappingURL=MiscCreatePruneTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MiscCreatePruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscCreatePruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qFAAoF;AAEpF,wEAAuE;AAEvE,IAAiB,0BAA0B,CAI1C;AAJD,WAAiB,0BAA0B;IAC1B,oCAAS,GAAG,uCAAkB,CAAC,OAAO,CAAC,aAAa,CAAC,CAC9D,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,yCAAmB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA1C,CAA0C,EAAtD,CAAsD,CACtE,CAAC;AACN,CAAC,EAJgB,0BAA0B,0CAA1B,0BAA0B,QAI1C"}
1
+ {"version":3,"file":"MiscCreatePruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscCreatePruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qFAAoF;AAEpF,wEAAuE;AAEvE,IAAiB,0BAA0B,CAI1C;AAJD,WAAiB,0BAA0B;IAC1B,oCAAS,GAAG,uCAAkB,CAAC,OAAO,CAAC,kBAAkB,CAAC,CACnE,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,yCAAmB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA1C,CAA0C,EAAtD,CAAsD,CACtE,CAAC;AACN,CAAC,EAJgB,0BAA0B,0CAA1B,0BAA0B,QAI1C"}
@@ -5,7 +5,7 @@ var MiscValidateCloneProgrammer_1 = require("../../../programmers/misc/MiscValid
5
5
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
6
  var MiscCreateValidateCloneTransformer;
7
7
  (function (MiscCreateValidateCloneTransformer) {
8
- MiscCreateValidateCloneTransformer.transform = GenericTransformer_1.GenericTransformer.factory("createValidateClone")(function (project) { return function (modulo) {
8
+ MiscCreateValidateCloneTransformer.transform = GenericTransformer_1.GenericTransformer.factory("misc.createValidateClone")(function (project) { return function (modulo) {
9
9
  return MiscValidateCloneProgrammer_1.MiscValidateCloneProgrammer.write(project)(modulo);
10
10
  }; });
11
11
  })(MiscCreateValidateCloneTransformer || (exports.MiscCreateValidateCloneTransformer = MiscCreateValidateCloneTransformer = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"MiscCreateValidateCloneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscCreateValidateCloneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,kCAAkC,CAKlD;AALD,WAAiB,kCAAkC;IAClC,4CAAS,GAAG,uCAAkB,CAAC,OAAO,CAAC,qBAAqB,CAAC,CACtE,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAlD,CAAkD,EADzC,CACyC,CACzD,CAAC;AACN,CAAC,EALgB,kCAAkC,kDAAlC,kCAAkC,QAKlD"}
1
+ {"version":3,"file":"MiscCreateValidateCloneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscCreateValidateCloneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,kCAAkC,CAOlD;AAPD,WAAiB,kCAAkC;IAClC,4CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,0BAA0B,CAC7B,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAlD,CAAkD,EADzC,CACyC,CACzD,CAAC;AACN,CAAC,EAPgB,kCAAkC,kDAAlC,kCAAkC,QAOlD"}
@@ -5,7 +5,7 @@ var MiscValidatePruneProgrammer_1 = require("../../../programmers/misc/MiscValid
5
5
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
6
  var MiscCreateValidatePruneTransformer;
7
7
  (function (MiscCreateValidatePruneTransformer) {
8
- MiscCreateValidatePruneTransformer.transform = GenericTransformer_1.GenericTransformer.factory("createValidatePrune")(function (project) { return function (modulo) {
8
+ MiscCreateValidatePruneTransformer.transform = GenericTransformer_1.GenericTransformer.factory("misc.createValidatePrune")(function (project) { return function (modulo) {
9
9
  return MiscValidatePruneProgrammer_1.MiscValidatePruneProgrammer.write(project)(modulo);
10
10
  }; });
11
11
  })(MiscCreateValidatePruneTransformer || (exports.MiscCreateValidatePruneTransformer = MiscCreateValidatePruneTransformer = {}));
@@ -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,CAKlD;AALD,WAAiB,kCAAkC;IAClC,4CAAS,GAAG,uCAAkB,CAAC,OAAO,CAAC,qBAAqB,CAAC,CACtE,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAlD,CAAkD,EADzC,CACyC,CACzD,CAAC;AACN,CAAC,EALgB,kCAAkC,kDAAlC,kCAAkC,QAKlD"}
1
+ {"version":3,"file":"MiscCreateValidatePruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscCreateValidatePruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,kCAAkC,CAOlD;AAPD,WAAiB,kCAAkC;IAClC,4CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,0BAA0B,CAC7B,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAlD,CAAkD,EADzC,CACyC,CACzD,CAAC;AACN,CAAC,EAPgB,kCAAkC,kDAAlC,kCAAkC,QAOlD"}
@@ -5,6 +5,6 @@ var MiscIsCloneProgrammer_1 = require("../../../programmers/misc/MiscIsCloneProg
5
5
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
6
  var MiscIsCloneTransformer;
7
7
  (function (MiscIsCloneTransformer) {
8
- MiscIsCloneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("isClone")(function (project) { return function (modulo) { return MiscIsCloneProgrammer_1.MiscIsCloneProgrammer.write(project)(modulo); }; });
8
+ MiscIsCloneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.isClone")(function (project) { return function (modulo) { return MiscIsCloneProgrammer_1.MiscIsCloneProgrammer.write(project)(modulo); }; });
9
9
  })(MiscIsCloneTransformer || (exports.MiscIsCloneTransformer = MiscIsCloneTransformer = {}));
10
10
  //# 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;IACtB,gCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,CACzD,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,6CAAqB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA5C,CAA4C,EAAxD,CAAwD,CACxE,CAAC;AACN,CAAC,EAJgB,sBAAsB,sCAAtB,sBAAsB,QAItC"}
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;IACtB,gCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,cAAc,CAAC,CAC9D,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,6CAAqB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA5C,CAA4C,EAAxD,CAAwD,CACxE,CAAC;AACN,CAAC,EAJgB,sBAAsB,sCAAtB,sBAAsB,QAItC"}
@@ -5,6 +5,6 @@ var MiscIsPruneProgrammer_1 = require("../../../programmers/misc/MiscIsPruneProg
5
5
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
6
  var MiscIsPruneTransformer;
7
7
  (function (MiscIsPruneTransformer) {
8
- MiscIsPruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("isPrune")(function (project) { return function (modulo) { return MiscIsPruneProgrammer_1.MiscIsPruneProgrammer.write(project)(modulo); }; });
8
+ MiscIsPruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.isPrune")(function (project) { return function (modulo) { return MiscIsPruneProgrammer_1.MiscIsPruneProgrammer.write(project)(modulo); }; });
9
9
  })(MiscIsPruneTransformer || (exports.MiscIsPruneTransformer = MiscIsPruneTransformer = {}));
10
10
  //# 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;IACtB,gCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,CACzD,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,6CAAqB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA5C,CAA4C,EAAxD,CAAwD,CACxE,CAAC;AACN,CAAC,EAJgB,sBAAsB,sCAAtB,sBAAsB,QAItC"}
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;IACtB,gCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,cAAc,CAAC,CAC9D,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,6CAAqB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA5C,CAA4C,EAAxD,CAAwD,CACxE,CAAC;AACN,CAAC,EAJgB,sBAAsB,sCAAtB,sBAAsB,QAItC"}
@@ -5,6 +5,6 @@ var MiscPruneProgrammer_1 = require("../../../programmers/misc/MiscPruneProgramm
5
5
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
6
  var MiscPruneTransformer;
7
7
  (function (MiscPruneTransformer) {
8
- MiscPruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("prune")(function (project) { return function (modulo) { return MiscPruneProgrammer_1.MiscPruneProgrammer.write(project)(modulo); }; });
8
+ MiscPruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.prune")(function (project) { return function (modulo) { return MiscPruneProgrammer_1.MiscPruneProgrammer.write(project)(modulo); }; });
9
9
  })(MiscPruneTransformer || (exports.MiscPruneTransformer = MiscPruneTransformer = {}));
10
10
  //# 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;IACpB,8BAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,OAAO,CAAC,CACvD,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,yCAAmB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA1C,CAA0C,EAAtD,CAAsD,CACtE,CAAC;AACN,CAAC,EAJgB,oBAAoB,oCAApB,oBAAoB,QAIpC"}
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;IACpB,8BAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,YAAY,CAAC,CAC5D,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,yCAAmB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA1C,CAA0C,EAAtD,CAAsD,CACtE,CAAC;AACN,CAAC,EAJgB,oBAAoB,oCAApB,oBAAoB,QAIpC"}
@@ -5,7 +5,7 @@ var MiscValidateCloneProgrammer_1 = require("../../../programmers/misc/MiscValid
5
5
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
6
  var MiscValidateCloneTransformer;
7
7
  (function (MiscValidateCloneTransformer) {
8
- MiscValidateCloneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("validatClone")(function (project) { return function (modulo) {
8
+ MiscValidateCloneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.validatClone")(function (project) { return function (modulo) {
9
9
  return MiscValidateCloneProgrammer_1.MiscValidateCloneProgrammer.write(project)(modulo);
10
10
  }; });
11
11
  })(MiscValidateCloneTransformer || (exports.MiscValidateCloneTransformer = MiscValidateCloneTransformer = {}));
@@ -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,CAK5C;AALD,WAAiB,4BAA4B;IAC5B,sCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,cAAc,CAAC,CAC9D,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAlD,CAAkD,EADzC,CACyC,CACzD,CAAC;AACN,CAAC,EALgB,4BAA4B,4CAA5B,4BAA4B,QAK5C"}
1
+ {"version":3,"file":"MiscValidateCloneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscValidateCloneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,4BAA4B,CAK5C;AALD,WAAiB,4BAA4B;IAC5B,sCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,mBAAmB,CAAC,CACnE,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAlD,CAAkD,EADzC,CACyC,CACzD,CAAC;AACN,CAAC,EALgB,4BAA4B,4CAA5B,4BAA4B,QAK5C"}
@@ -5,7 +5,7 @@ var MiscValidatePruneProgrammer_1 = require("../../../programmers/misc/MiscValid
5
5
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
6
  var MiscValidatePruneTransformer;
7
7
  (function (MiscValidatePruneTransformer) {
8
- MiscValidatePruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("validatPrune")(function (project) { return function (modulo) {
8
+ MiscValidatePruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.validatPrune")(function (project) { return function (modulo) {
9
9
  return MiscValidatePruneProgrammer_1.MiscValidatePruneProgrammer.write(project)(modulo);
10
10
  }; });
11
11
  })(MiscValidatePruneTransformer || (exports.MiscValidatePruneTransformer = MiscValidatePruneTransformer = {}));
@@ -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,CAK5C;AALD,WAAiB,4BAA4B;IAC5B,sCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,cAAc,CAAC,CAC9D,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAlD,CAAkD,EADzC,CACyC,CACzD,CAAC;AACN,CAAC,EALgB,4BAA4B,4CAA5B,4BAA4B,QAK5C"}
1
+ {"version":3,"file":"MiscValidatePruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscValidatePruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,4BAA4B,CAK5C;AALD,WAAiB,4BAA4B;IAC5B,sCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,mBAAmB,CAAC,CACnE,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAlD,CAAkD,EADzC,CACyC,CACzD,CAAC;AACN,CAAC,EALgB,4BAA4B,4CAA5B,4BAA4B,QAK5C"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="ts-expose-internals/typescript" />
2
+ export declare namespace NotationAssertGeneralTransformer {
3
+ const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
4
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotationAssertGeneralTransformer = void 0;
4
+ var NotationAssertGeneralProgrammer_1 = require("../../../programmers/notations/NotationAssertGeneralProgrammer");
5
+ var StringUtil_1 = require("../../../utils/StringUtil");
6
+ var GenericTransformer_1 = require("../../internal/GenericTransformer");
7
+ var NotationAssertGeneralTransformer;
8
+ (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
+ };
14
+ })(NotationAssertGeneralTransformer || (exports.NotationAssertGeneralTransformer = NotationAssertGeneralTransformer = {}));
15
+ //# sourceMappingURL=NotationAssertGeneralTransformer.js.map
@@ -0,0 +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;IAChC,0CAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,MAAM,CACrB,0BAAmB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAC1D,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,iEAA+B,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAA9D,CAA8D,EADrD,CACqD,CACrE;IALD,CAKC,CAAC;AACV,CAAC,EARgB,gCAAgC,gDAAhC,gCAAgC,QAQhD"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="ts-expose-internals/typescript" />
2
+ export declare namespace NotationCreateAssertGeneralTransformer {
3
+ const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
4
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotationCreateAssertGeneralTransformer = void 0;
4
+ var NotationAssertGeneralProgrammer_1 = require("../../../programmers/notations/NotationAssertGeneralProgrammer");
5
+ var StringUtil_1 = require("../../../utils/StringUtil");
6
+ var GenericTransformer_1 = require("../../internal/GenericTransformer");
7
+ var NotationCreateAssertGeneralTransformer;
8
+ (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
+ };
14
+ })(NotationCreateAssertGeneralTransformer || (exports.NotationCreateAssertGeneralTransformer = NotationCreateAssertGeneralTransformer = {}));
15
+ //# sourceMappingURL=NotationCreateAssertGeneralTransformer.js.map
@@ -0,0 +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;IACtC,gDAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,OAAO,CACtB,gCAAyB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAChE,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,iEAA+B,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAA9D,CAA8D,EADrD,CACqD,CACrE;IALD,CAKC,CAAC;AACV,CAAC,EARgB,sCAAsC,sDAAtC,sCAAsC,QAQtD"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="ts-expose-internals/typescript" />
2
+ export declare namespace NotationCreateGeneralTransformer {
3
+ const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
4
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotationCreateGeneralTransformer = void 0;
4
+ var NotationGeneralProgrammer_1 = require("../../../programmers/notations/NotationGeneralProgrammer");
5
+ var StringUtil_1 = require("../../../utils/StringUtil");
6
+ var GenericTransformer_1 = require("../../internal/GenericTransformer");
7
+ var NotationCreateGeneralTransformer;
8
+ (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
+ };
14
+ })(NotationCreateGeneralTransformer || (exports.NotationCreateGeneralTransformer = NotationCreateGeneralTransformer = {}));
15
+ //# sourceMappingURL=NotationCreateGeneralTransformer.js.map
@@ -0,0 +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;IAChC,0CAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,OAAO,CACtB,0BAAmB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAC1D,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,qDAAyB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAAxD,CAAwD,EAD/C,CAC+C,CAC/D;IALD,CAKC,CAAC;AACV,CAAC,EARgB,gCAAgC,gDAAhC,gCAAgC,QAQhD"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="ts-expose-internals/typescript" />
2
+ export declare namespace NotationCreateIsGeneralTransformer {
3
+ const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
4
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotationCreateIsGeneralTransformer = void 0;
4
+ var NotationIsGeneralProgrammer_1 = require("../../../programmers/notations/NotationIsGeneralProgrammer");
5
+ var StringUtil_1 = require("../../../utils/StringUtil");
6
+ var GenericTransformer_1 = require("../../internal/GenericTransformer");
7
+ var NotationCreateIsGeneralTransformer;
8
+ (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
+ };
14
+ })(NotationCreateIsGeneralTransformer || (exports.NotationCreateIsGeneralTransformer = NotationCreateIsGeneralTransformer = {}));
15
+ //# sourceMappingURL=NotationCreateIsGeneralTransformer.js.map
@@ -0,0 +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;IAClC,4CAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,OAAO,CACtB,4BAAqB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAC5D,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAA1D,CAA0D,EADjD,CACiD,CACjE;IALD,CAKC,CAAC;AACV,CAAC,EARgB,kCAAkC,kDAAlC,kCAAkC,QAQlD"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="ts-expose-internals/typescript" />
2
+ export declare namespace NotationCreateValidateGeneralTransformer {
3
+ const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
4
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotationCreateValidateGeneralTransformer = void 0;
4
+ var NotationValidateGeneralProgrammer_1 = require("../../../programmers/notations/NotationValidateGeneralProgrammer");
5
+ var StringUtil_1 = require("../../../utils/StringUtil");
6
+ var GenericTransformer_1 = require("../../internal/GenericTransformer");
7
+ var NotationCreateValidateGeneralTransformer;
8
+ (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
+ };
14
+ })(NotationCreateValidateGeneralTransformer || (exports.NotationCreateValidateGeneralTransformer = NotationCreateValidateGeneralTransformer = {}));
15
+ //# sourceMappingURL=NotationCreateValidateGeneralTransformer.js.map
@@ -0,0 +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,CAUxD;AAVD,WAAiB,wCAAwC;IACxC,kDAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,OAAO,CACtB,kCAA2B,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAClE,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,qEAAiC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CACpD,MAAM,CACT;QAFD,CAEC,EAHQ,CAGR,CACR;IAPD,CAOC,CAAC;AACV,CAAC,EAVgB,wCAAwC,wDAAxC,wCAAwC,QAUxD"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="ts-expose-internals/typescript" />
2
+ export declare namespace NotationGeneralTransformer {
3
+ const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
4
+ }
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotationGeneralTransformer = void 0;
4
+ var NotationGeneralProgrammer_1 = require("../../../programmers/notations/NotationGeneralProgrammer");
5
+ var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
+ var NotationGeneralTransformer;
7
+ (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
+ };
13
+ })(NotationGeneralTransformer || (exports.NotationGeneralTransformer = NotationGeneralTransformer = {}));
14
+ //# sourceMappingURL=NotationGeneralTransformer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotationGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,sGAAqG;AAErG,wEAAuE;AAEvE,IAAiB,0BAA0B,CAM1C;AAND,WAAiB,0BAA0B;IAC1B,oCAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,MAAM,CAAC,oBAAa,MAAM,CAAC,IAAI,CAAE,CAAC,CACjD,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,qDAAyB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAAxD,CAAwD,EAD/C,CAC+C,CAC/D;IAHD,CAGC,CAAC;AACV,CAAC,EANgB,0BAA0B,0CAA1B,0BAA0B,QAM1C"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="ts-expose-internals/typescript" />
2
+ export declare namespace NotationIsGeneralTransformer {
3
+ const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
4
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotationIsGeneralTransformer = void 0;
4
+ var NotationIsGeneralProgrammer_1 = require("../../../programmers/notations/NotationIsGeneralProgrammer");
5
+ var StringUtil_1 = require("../../../utils/StringUtil");
6
+ var GenericTransformer_1 = require("../../internal/GenericTransformer");
7
+ var NotationIsGeneralTransformer;
8
+ (function (NotationIsGeneralTransformer) {
9
+ NotationIsGeneralTransformer.transform = function (rename) {
10
+ return GenericTransformer_1.GenericTransformer.scalar("notations.is".concat(StringUtil_1.StringUtil.capitalize(rename.name)))(function (project) { return function (modulo) {
11
+ return NotationIsGeneralProgrammer_1.NotationIsGeneralProgrammer.write(rename)(project)(modulo);
12
+ }; });
13
+ };
14
+ })(NotationIsGeneralTransformer || (exports.NotationIsGeneralTransformer = NotationIsGeneralTransformer = {}));
15
+ //# sourceMappingURL=NotationIsGeneralTransformer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotationIsGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationIsGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,0GAAyG;AAEzG,wDAAuD;AAEvD,wEAAuE;AAEvE,IAAiB,4BAA4B,CAQ5C;AARD,WAAiB,4BAA4B;IAC5B,sCAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,MAAM,CACrB,sBAAe,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CACtD,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAA1D,CAA0D,EADjD,CACiD,CACjE;IALD,CAKC,CAAC;AACV,CAAC,EARgB,4BAA4B,4CAA5B,4BAA4B,QAQ5C"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="ts-expose-internals/typescript" />
2
+ export declare namespace NotationValidateGeneralTransformer {
3
+ const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
4
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotationValidateGeneralTransformer = void 0;
4
+ var NotationValidateGeneralProgrammer_1 = require("../../../programmers/notations/NotationValidateGeneralProgrammer");
5
+ var StringUtil_1 = require("../../../utils/StringUtil");
6
+ var GenericTransformer_1 = require("../../internal/GenericTransformer");
7
+ var NotationValidateGeneralTransformer;
8
+ (function (NotationValidateGeneralTransformer) {
9
+ NotationValidateGeneralTransformer.transform = function (rename) {
10
+ return GenericTransformer_1.GenericTransformer.scalar("notations.validate".concat(StringUtil_1.StringUtil.capitalize(rename.name)))(function (project) { return function (modulo) {
11
+ return NotationValidateGeneralProgrammer_1.NotationValidateGeneralProgrammer.write(rename)(project)(modulo);
12
+ }; });
13
+ };
14
+ })(NotationValidateGeneralTransformer || (exports.NotationValidateGeneralTransformer = NotationValidateGeneralTransformer = {}));
15
+ //# sourceMappingURL=NotationValidateGeneralTransformer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotationValidateGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationValidateGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,sHAAqH;AAErH,wDAAuD;AAEvD,wEAAuE;AAEvE,IAAiB,kCAAkC,CAUlD;AAVD,WAAiB,kCAAkC;IAClC,4CAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,MAAM,CACrB,4BAAqB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAC5D,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,qEAAiC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CACpD,MAAM,CACT;QAFD,CAEC,EAHQ,CAGR,CACR;IAPD,CAOC,CAAC;AACV,CAAC,EAVgB,kCAAkC,kDAAlC,kCAAkC,QAUlD"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="ts-expose-internals/typescript" />
2
- export declare namespace CreateProtobufAssertDecodeTransformer {
2
+ export declare namespace ProtobufCreateAssertDecodeTransformer {
3
3
  const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
4
4
  }
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateProtobufAssertDecodeTransformer = void 0;
3
+ exports.ProtobufCreateAssertDecodeTransformer = void 0;
4
4
  var ProtobufAssertDecodeProgrammer_1 = require("../../../programmers/protobuf/ProtobufAssertDecodeProgrammer");
5
5
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
- var CreateProtobufAssertDecodeTransformer;
7
- (function (CreateProtobufAssertDecodeTransformer) {
8
- CreateProtobufAssertDecodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createAssertDecode")(function (project) { return function (modulo) {
6
+ var ProtobufCreateAssertDecodeTransformer;
7
+ (function (ProtobufCreateAssertDecodeTransformer) {
8
+ ProtobufCreateAssertDecodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createAssertDecode")(function (project) { return function (modulo) {
9
9
  return ProtobufAssertDecodeProgrammer_1.ProtobufAssertDecodeProgrammer.write(project)(modulo);
10
10
  }; });
11
- })(CreateProtobufAssertDecodeTransformer || (exports.CreateProtobufAssertDecodeTransformer = CreateProtobufAssertDecodeTransformer = {}));
12
- //# sourceMappingURL=CreateProtobufAssertDecodeTransformer.js.map
11
+ })(ProtobufCreateAssertDecodeTransformer || (exports.ProtobufCreateAssertDecodeTransformer = ProtobufCreateAssertDecodeTransformer = {}));
12
+ //# sourceMappingURL=ProtobufCreateAssertDecodeTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateProtobufAssertEncodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/CreateProtobufAssertEncodeTransformer.ts"],"names":[],"mappings":";;;AAAA,+GAA8G;AAE9G,wEAAuE;AAEvE,IAAiB,qCAAqC,CAOrD;AAPD,WAAiB,qCAAqC;IACrC,+CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,6BAA6B,CAChC,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,+DAA8B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAArD,CAAqD,EAD5C,CAC4C,CAC5D,CAAC;AACN,CAAC,EAPgB,qCAAqC,qDAArC,qCAAqC,QAOrD"}
1
+ {"version":3,"file":"ProtobufCreateAssertDecodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/ProtobufCreateAssertDecodeTransformer.ts"],"names":[],"mappings":";;;AAAA,+GAA8G;AAE9G,wEAAuE;AAEvE,IAAiB,qCAAqC,CAOrD;AAPD,WAAiB,qCAAqC;IACrC,+CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,6BAA6B,CAChC,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,+DAA8B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAArD,CAAqD,EAD5C,CAC4C,CAC5D,CAAC;AACN,CAAC,EAPgB,qCAAqC,qDAArC,qCAAqC,QAOrD"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="ts-expose-internals/typescript" />
2
- export declare namespace CreateProtobufAssertEncodeTransformer {
2
+ export declare namespace ProtobufCreateAssertEncodeTransformer {
3
3
  const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
4
4
  }
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateProtobufAssertEncodeTransformer = void 0;
3
+ exports.ProtobufCreateAssertEncodeTransformer = void 0;
4
4
  var ProtobufAssertEncodeProgrammer_1 = require("../../../programmers/protobuf/ProtobufAssertEncodeProgrammer");
5
5
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
- var CreateProtobufAssertEncodeTransformer;
7
- (function (CreateProtobufAssertEncodeTransformer) {
8
- CreateProtobufAssertEncodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createAssertEncode")(function (project) { return function (modulo) {
6
+ var ProtobufCreateAssertEncodeTransformer;
7
+ (function (ProtobufCreateAssertEncodeTransformer) {
8
+ ProtobufCreateAssertEncodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createAssertEncode")(function (project) { return function (modulo) {
9
9
  return ProtobufAssertEncodeProgrammer_1.ProtobufAssertEncodeProgrammer.write(project)(modulo);
10
10
  }; });
11
- })(CreateProtobufAssertEncodeTransformer || (exports.CreateProtobufAssertEncodeTransformer = CreateProtobufAssertEncodeTransformer = {}));
12
- //# sourceMappingURL=CreateProtobufAssertEncodeTransformer.js.map
11
+ })(ProtobufCreateAssertEncodeTransformer || (exports.ProtobufCreateAssertEncodeTransformer = ProtobufCreateAssertEncodeTransformer = {}));
12
+ //# sourceMappingURL=ProtobufCreateAssertEncodeTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateProtobufAssertDecodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/CreateProtobufAssertDecodeTransformer.ts"],"names":[],"mappings":";;;AAAA,+GAA8G;AAE9G,wEAAuE;AAEvE,IAAiB,qCAAqC,CAOrD;AAPD,WAAiB,qCAAqC;IACrC,+CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,6BAA6B,CAChC,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,+DAA8B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAArD,CAAqD,EAD5C,CAC4C,CAC5D,CAAC;AACN,CAAC,EAPgB,qCAAqC,qDAArC,qCAAqC,QAOrD"}
1
+ {"version":3,"file":"ProtobufCreateAssertEncodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/ProtobufCreateAssertEncodeTransformer.ts"],"names":[],"mappings":";;;AAAA,+GAA8G;AAE9G,wEAAuE;AAEvE,IAAiB,qCAAqC,CAOrD;AAPD,WAAiB,qCAAqC;IACrC,+CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,6BAA6B,CAChC,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,+DAA8B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAArD,CAAqD,EAD5C,CAC4C,CAC5D,CAAC;AACN,CAAC,EAPgB,qCAAqC,qDAArC,qCAAqC,QAOrD"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="ts-expose-internals/typescript" />
2
- export declare namespace CreateProtobufDecodeTransformer {
2
+ export declare namespace ProtobufCreateDecodeTransformer {
3
3
  const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
4
4
  }
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateProtobufDecodeTransformer = void 0;
3
+ exports.ProtobufCreateDecodeTransformer = void 0;
4
4
  var ProtobufDecodeProgrammer_1 = require("../../../programmers/protobuf/ProtobufDecodeProgrammer");
5
5
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
- var CreateProtobufDecodeTransformer;
7
- (function (CreateProtobufDecodeTransformer) {
8
- CreateProtobufDecodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createDecode")(function (project) { return function (modulo) { return ProtobufDecodeProgrammer_1.ProtobufDecodeProgrammer.write(project)(modulo); }; });
9
- })(CreateProtobufDecodeTransformer || (exports.CreateProtobufDecodeTransformer = CreateProtobufDecodeTransformer = {}));
10
- //# sourceMappingURL=CreateProtobufDecodeTransformer.js.map
6
+ var ProtobufCreateDecodeTransformer;
7
+ (function (ProtobufCreateDecodeTransformer) {
8
+ ProtobufCreateDecodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createDecode")(function (project) { return function (modulo) { return ProtobufDecodeProgrammer_1.ProtobufDecodeProgrammer.write(project)(modulo); }; });
9
+ })(ProtobufCreateDecodeTransformer || (exports.ProtobufCreateDecodeTransformer = ProtobufCreateDecodeTransformer = {}));
10
+ //# sourceMappingURL=ProtobufCreateDecodeTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateProtobufDecodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/CreateProtobufDecodeTransformer.ts"],"names":[],"mappings":";;;AAAA,mGAAkG;AAElG,wEAAuE;AAEvE,IAAiB,+BAA+B,CAI/C;AAJD,WAAiB,+BAA+B;IAC/B,yCAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,uBAAuB,CAC1B,CAAC,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,mDAAwB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA/C,CAA+C,EAA3D,CAA2D,CAAC,CAAC;AAChF,CAAC,EAJgB,+BAA+B,+CAA/B,+BAA+B,QAI/C"}
1
+ {"version":3,"file":"ProtobufCreateDecodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/ProtobufCreateDecodeTransformer.ts"],"names":[],"mappings":";;;AAAA,mGAAkG;AAElG,wEAAuE;AAEvE,IAAiB,+BAA+B,CAI/C;AAJD,WAAiB,+BAA+B;IAC/B,yCAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,uBAAuB,CAC1B,CAAC,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,mDAAwB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA/C,CAA+C,EAA3D,CAA2D,CAAC,CAAC;AAChF,CAAC,EAJgB,+BAA+B,+CAA/B,+BAA+B,QAI/C"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="ts-expose-internals/typescript" />
2
- export declare namespace CreateProtobufEncodeTransformer {
2
+ export declare namespace ProtobufCreateEncodeTransformer {
3
3
  const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
4
4
  }
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateProtobufEncodeTransformer = void 0;
3
+ exports.ProtobufCreateEncodeTransformer = void 0;
4
4
  var ProtobufEncodeProgrammer_1 = require("../../../programmers/protobuf/ProtobufEncodeProgrammer");
5
5
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
- var CreateProtobufEncodeTransformer;
7
- (function (CreateProtobufEncodeTransformer) {
8
- CreateProtobufEncodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createEncode")(function (project) { return function (modulo) { return ProtobufEncodeProgrammer_1.ProtobufEncodeProgrammer.write(project)(modulo); }; });
9
- })(CreateProtobufEncodeTransformer || (exports.CreateProtobufEncodeTransformer = CreateProtobufEncodeTransformer = {}));
10
- //# sourceMappingURL=CreateProtobufEncodeTransformer.js.map
6
+ var ProtobufCreateEncodeTransformer;
7
+ (function (ProtobufCreateEncodeTransformer) {
8
+ ProtobufCreateEncodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createEncode")(function (project) { return function (modulo) { return ProtobufEncodeProgrammer_1.ProtobufEncodeProgrammer.write(project)(modulo); }; });
9
+ })(ProtobufCreateEncodeTransformer || (exports.ProtobufCreateEncodeTransformer = ProtobufCreateEncodeTransformer = {}));
10
+ //# sourceMappingURL=ProtobufCreateEncodeTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateProtobufEncodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/CreateProtobufEncodeTransformer.ts"],"names":[],"mappings":";;;AAAA,mGAAkG;AAElG,wEAAuE;AAEvE,IAAiB,+BAA+B,CAI/C;AAJD,WAAiB,+BAA+B;IAC/B,yCAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,uBAAuB,CAC1B,CAAC,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,mDAAwB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA/C,CAA+C,EAA3D,CAA2D,CAAC,CAAC;AAChF,CAAC,EAJgB,+BAA+B,+CAA/B,+BAA+B,QAI/C"}
1
+ {"version":3,"file":"ProtobufCreateEncodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/ProtobufCreateEncodeTransformer.ts"],"names":[],"mappings":";;;AAAA,mGAAkG;AAElG,wEAAuE;AAEvE,IAAiB,+BAA+B,CAI/C;AAJD,WAAiB,+BAA+B;IAC/B,yCAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,uBAAuB,CAC1B,CAAC,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,mDAAwB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA/C,CAA+C,EAA3D,CAA2D,CAAC,CAAC;AAChF,CAAC,EAJgB,+BAA+B,+CAA/B,+BAA+B,QAI/C"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="ts-expose-internals/typescript" />
2
- export declare namespace CreateProtobufIsDecodeTransformer {
2
+ export declare namespace ProtobufCreateIsDecodeTransformer {
3
3
  const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
4
4
  }
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateProtobufIsDecodeTransformer = void 0;
3
+ exports.ProtobufCreateIsDecodeTransformer = void 0;
4
4
  var ProtobufIsDecodeProgrammer_1 = require("../../../programmers/protobuf/ProtobufIsDecodeProgrammer");
5
5
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
- var CreateProtobufIsDecodeTransformer;
7
- (function (CreateProtobufIsDecodeTransformer) {
8
- CreateProtobufIsDecodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createIsDecode")(function (project) { return function (modulo) {
6
+ var ProtobufCreateIsDecodeTransformer;
7
+ (function (ProtobufCreateIsDecodeTransformer) {
8
+ ProtobufCreateIsDecodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createIsDecode")(function (project) { return function (modulo) {
9
9
  return ProtobufIsDecodeProgrammer_1.ProtobufIsDecodeProgrammer.write(project)(modulo);
10
10
  }; });
11
- })(CreateProtobufIsDecodeTransformer || (exports.CreateProtobufIsDecodeTransformer = CreateProtobufIsDecodeTransformer = {}));
12
- //# sourceMappingURL=CreateProtobufIsDecodeTransformer.js.map
11
+ })(ProtobufCreateIsDecodeTransformer || (exports.ProtobufCreateIsDecodeTransformer = ProtobufCreateIsDecodeTransformer = {}));
12
+ //# sourceMappingURL=ProtobufCreateIsDecodeTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateProtobufIsDecodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/CreateProtobufIsDecodeTransformer.ts"],"names":[],"mappings":";;;AAAA,uGAAsG;AAEtG,wEAAuE;AAEvE,IAAiB,iCAAiC,CAOjD;AAPD,WAAiB,iCAAiC;IACjC,2CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,yBAAyB,CAC5B,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,uDAA0B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAjD,CAAiD,EADxC,CACwC,CACxD,CAAC;AACN,CAAC,EAPgB,iCAAiC,iDAAjC,iCAAiC,QAOjD"}
1
+ {"version":3,"file":"ProtobufCreateIsDecodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/ProtobufCreateIsDecodeTransformer.ts"],"names":[],"mappings":";;;AAAA,uGAAsG;AAEtG,wEAAuE;AAEvE,IAAiB,iCAAiC,CAOjD;AAPD,WAAiB,iCAAiC;IACjC,2CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,yBAAyB,CAC5B,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,uDAA0B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAjD,CAAiD,EADxC,CACwC,CACxD,CAAC;AACN,CAAC,EAPgB,iCAAiC,iDAAjC,iCAAiC,QAOjD"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="ts-expose-internals/typescript" />
2
- export declare namespace CreateProtobufIsEncodeTransformer {
2
+ export declare namespace ProtobufCreateIsEncodeTransformer {
3
3
  const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
4
4
  }
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateProtobufIsEncodeTransformer = void 0;
3
+ exports.ProtobufCreateIsEncodeTransformer = void 0;
4
4
  var ProtobufIsEncodeProgrammer_1 = require("../../../programmers/protobuf/ProtobufIsEncodeProgrammer");
5
5
  var GenericTransformer_1 = require("../../internal/GenericTransformer");
6
- var CreateProtobufIsEncodeTransformer;
7
- (function (CreateProtobufIsEncodeTransformer) {
8
- CreateProtobufIsEncodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createIsEncode")(function (project) { return function (modulo) {
6
+ var ProtobufCreateIsEncodeTransformer;
7
+ (function (ProtobufCreateIsEncodeTransformer) {
8
+ ProtobufCreateIsEncodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createIsEncode")(function (project) { return function (modulo) {
9
9
  return ProtobufIsEncodeProgrammer_1.ProtobufIsEncodeProgrammer.write(project)(modulo);
10
10
  }; });
11
- })(CreateProtobufIsEncodeTransformer || (exports.CreateProtobufIsEncodeTransformer = CreateProtobufIsEncodeTransformer = {}));
12
- //# sourceMappingURL=CreateProtobufIsEncodeTransformer.js.map
11
+ })(ProtobufCreateIsEncodeTransformer || (exports.ProtobufCreateIsEncodeTransformer = ProtobufCreateIsEncodeTransformer = {}));
12
+ //# sourceMappingURL=ProtobufCreateIsEncodeTransformer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateProtobufIsEncodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/CreateProtobufIsEncodeTransformer.ts"],"names":[],"mappings":";;;AAAA,uGAAsG;AAEtG,wEAAuE;AAEvE,IAAiB,iCAAiC,CAOjD;AAPD,WAAiB,iCAAiC;IACjC,2CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,yBAAyB,CAC5B,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,uDAA0B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAjD,CAAiD,EADxC,CACwC,CACxD,CAAC;AACN,CAAC,EAPgB,iCAAiC,iDAAjC,iCAAiC,QAOjD"}
1
+ {"version":3,"file":"ProtobufCreateIsEncodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/ProtobufCreateIsEncodeTransformer.ts"],"names":[],"mappings":";;;AAAA,uGAAsG;AAEtG,wEAAuE;AAEvE,IAAiB,iCAAiC,CAOjD;AAPD,WAAiB,iCAAiC;IACjC,2CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,yBAAyB,CAC5B,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,uDAA0B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAjD,CAAiD,EADxC,CACwC,CACxD,CAAC;AACN,CAAC,EAPgB,iCAAiC,iDAAjC,iCAAiC,QAOjD"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="ts-expose-internals/typescript" />
2
- export declare namespace CreateProtobufValidateDecodeTransformer {
2
+ export declare namespace ProtobufCreateValidateDecodeTransformer {
3
3
  const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
4
4
  }