@goast/kotlin 0.4.4-beta2 → 0.4.5

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 (513) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +45 -45
  3. package/assets/client/okhttp3/ApiClient.kt +250 -250
  4. package/esm/_dnt.test_polyfills.d.ts +29 -0
  5. package/esm/_dnt.test_polyfills.d.ts.map +1 -0
  6. package/esm/_dnt.test_polyfills.js +31 -0
  7. package/esm/_dnt.test_shims.d.ts +6 -0
  8. package/esm/_dnt.test_shims.d.ts.map +1 -0
  9. package/esm/_dnt.test_shims.js +61 -0
  10. package/esm/deps/jsr.io/@std/assert/1.0.8/assertion_error.d.ts +26 -0
  11. package/esm/deps/jsr.io/@std/assert/1.0.8/assertion_error.d.ts.map +1 -0
  12. package/esm/deps/jsr.io/@std/assert/1.0.8/assertion_error.js +30 -0
  13. package/esm/deps/jsr.io/@std/assert/1.0.8/equal.d.ts +17 -0
  14. package/esm/deps/jsr.io/@std/assert/1.0.8/equal.d.ts.map +1 -0
  15. package/esm/deps/jsr.io/@std/assert/1.0.8/equal.js +183 -0
  16. package/esm/deps/jsr.io/@std/assert/1.0.8/equals.d.ts +22 -0
  17. package/esm/deps/jsr.io/@std/assert/1.0.8/equals.d.ts.map +1 -0
  18. package/esm/deps/jsr.io/@std/assert/1.0.8/equals.js +45 -0
  19. package/esm/deps/jsr.io/@std/assert/1.0.8/false.d.ts +18 -0
  20. package/esm/deps/jsr.io/@std/assert/1.0.8/false.d.ts.map +1 -0
  21. package/esm/deps/jsr.io/@std/assert/1.0.8/false.js +22 -0
  22. package/esm/deps/jsr.io/@std/assert/1.0.8/instance_of.d.ts +23 -0
  23. package/esm/deps/jsr.io/@std/assert/1.0.8/instance_of.d.ts.map +1 -0
  24. package/esm/deps/jsr.io/@std/assert/1.0.8/instance_of.js +53 -0
  25. package/esm/deps/jsr.io/@std/assert/1.0.8/is_error.d.ts +25 -0
  26. package/esm/deps/jsr.io/@std/assert/1.0.8/is_error.d.ts.map +1 -0
  27. package/esm/deps/jsr.io/@std/assert/1.0.8/is_error.js +54 -0
  28. package/esm/deps/jsr.io/@std/assert/1.0.8/match.d.ts +18 -0
  29. package/esm/deps/jsr.io/@std/assert/1.0.8/match.d.ts.map +1 -0
  30. package/esm/deps/jsr.io/@std/assert/1.0.8/match.js +26 -0
  31. package/esm/deps/jsr.io/@std/assert/1.0.8/not_instance_of.d.ts +20 -0
  32. package/esm/deps/jsr.io/@std/assert/1.0.8/not_instance_of.d.ts.map +1 -0
  33. package/esm/deps/jsr.io/@std/assert/1.0.8/not_instance_of.js +29 -0
  34. package/esm/deps/jsr.io/@std/assert/1.0.8/not_match.d.ts +18 -0
  35. package/esm/deps/jsr.io/@std/assert/1.0.8/not_match.d.ts.map +1 -0
  36. package/esm/deps/jsr.io/@std/assert/1.0.8/not_match.js +26 -0
  37. package/esm/deps/jsr.io/@std/assert/1.0.8/not_strict_equals.d.ts +23 -0
  38. package/esm/deps/jsr.io/@std/assert/1.0.8/not_strict_equals.d.ts.map +1 -0
  39. package/esm/deps/jsr.io/@std/assert/1.0.8/not_strict_equals.js +32 -0
  40. package/esm/deps/jsr.io/@std/assert/1.0.8/rejects.d.ts +42 -0
  41. package/esm/deps/jsr.io/@std/assert/1.0.8/rejects.d.ts.map +1 -0
  42. package/esm/deps/jsr.io/@std/assert/1.0.8/rejects.js +53 -0
  43. package/esm/deps/jsr.io/@std/assert/1.0.8/strict_equals.d.ts +24 -0
  44. package/esm/deps/jsr.io/@std/assert/1.0.8/strict_equals.d.ts.map +1 -0
  45. package/esm/deps/jsr.io/@std/assert/1.0.8/strict_equals.js +57 -0
  46. package/esm/deps/jsr.io/@std/expect/1.0.8/_assert_equals.d.ts +20 -0
  47. package/esm/deps/jsr.io/@std/expect/1.0.8/_assert_equals.d.ts.map +1 -0
  48. package/esm/deps/jsr.io/@std/expect/1.0.8/_assert_equals.js +29 -0
  49. package/esm/deps/jsr.io/@std/expect/1.0.8/_assert_not_equals.d.ts +17 -0
  50. package/esm/deps/jsr.io/@std/expect/1.0.8/_assert_not_equals.d.ts.map +1 -0
  51. package/esm/deps/jsr.io/@std/expect/1.0.8/_assert_not_equals.js +26 -0
  52. package/esm/deps/jsr.io/@std/expect/1.0.8/_assertions.d.ts +4 -0
  53. package/esm/deps/jsr.io/@std/expect/1.0.8/_assertions.d.ts.map +1 -0
  54. package/esm/deps/jsr.io/@std/expect/1.0.8/_assertions.js +13 -0
  55. package/esm/deps/jsr.io/@std/expect/1.0.8/_asymmetric_matchers.d.ts +46 -0
  56. package/esm/deps/jsr.io/@std/expect/1.0.8/_asymmetric_matchers.d.ts.map +1 -0
  57. package/esm/deps/jsr.io/@std/expect/1.0.8/_asymmetric_matchers.js +160 -0
  58. package/esm/deps/jsr.io/@std/expect/1.0.8/_build_message.d.ts +6 -0
  59. package/esm/deps/jsr.io/@std/expect/1.0.8/_build_message.d.ts.map +1 -0
  60. package/esm/deps/jsr.io/@std/expect/1.0.8/_build_message.js +29 -0
  61. package/esm/deps/jsr.io/@std/expect/1.0.8/_custom_equality_tester.d.ts +4 -0
  62. package/esm/deps/jsr.io/@std/expect/1.0.8/_custom_equality_tester.d.ts.map +1 -0
  63. package/esm/deps/jsr.io/@std/expect/1.0.8/_custom_equality_tester.js +11 -0
  64. package/esm/deps/jsr.io/@std/expect/1.0.8/_equal.d.ts +9 -0
  65. package/esm/deps/jsr.io/@std/expect/1.0.8/_equal.d.ts.map +1 -0
  66. package/esm/deps/jsr.io/@std/expect/1.0.8/_equal.js +191 -0
  67. package/esm/deps/jsr.io/@std/expect/1.0.8/_extend.d.ts +4 -0
  68. package/esm/deps/jsr.io/@std/expect/1.0.8/_extend.d.ts.map +1 -0
  69. package/esm/deps/jsr.io/@std/expect/1.0.8/_extend.js +11 -0
  70. package/esm/deps/jsr.io/@std/expect/1.0.8/_inspect_args.d.ts +3 -0
  71. package/esm/deps/jsr.io/@std/expect/1.0.8/_inspect_args.d.ts.map +1 -0
  72. package/esm/deps/jsr.io/@std/expect/1.0.8/_inspect_args.js +12 -0
  73. package/esm/deps/jsr.io/@std/expect/1.0.8/_matchers.d.ts +34 -0
  74. package/esm/deps/jsr.io/@std/expect/1.0.8/_matchers.d.ts.map +1 -0
  75. package/esm/deps/jsr.io/@std/expect/1.0.8/_matchers.js +563 -0
  76. package/esm/deps/jsr.io/@std/expect/1.0.8/_mock_util.d.ts +11 -0
  77. package/esm/deps/jsr.io/@std/expect/1.0.8/_mock_util.d.ts.map +1 -0
  78. package/esm/deps/jsr.io/@std/expect/1.0.8/_mock_util.js +10 -0
  79. package/esm/deps/jsr.io/@std/expect/1.0.8/_serializer.d.ts +4 -0
  80. package/esm/deps/jsr.io/@std/expect/1.0.8/_serializer.d.ts.map +1 -0
  81. package/esm/deps/jsr.io/@std/expect/1.0.8/_serializer.js +10 -0
  82. package/esm/deps/jsr.io/@std/expect/1.0.8/_types.d.ts +839 -0
  83. package/esm/deps/jsr.io/@std/expect/1.0.8/_types.d.ts.map +1 -0
  84. package/esm/deps/jsr.io/@std/expect/1.0.8/_types.js +3 -0
  85. package/esm/deps/jsr.io/@std/expect/1.0.8/_utils.d.ts +9 -0
  86. package/esm/deps/jsr.io/@std/expect/1.0.8/_utils.d.ts.map +1 -0
  87. package/esm/deps/jsr.io/@std/expect/1.0.8/_utils.js +218 -0
  88. package/esm/deps/jsr.io/@std/expect/1.0.8/expect.d.ts +60 -0
  89. package/esm/deps/jsr.io/@std/expect/1.0.8/expect.d.ts.map +1 -0
  90. package/esm/deps/jsr.io/@std/expect/1.0.8/expect.js +523 -0
  91. package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts +160 -0
  92. package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts.map +1 -0
  93. package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.js +199 -0
  94. package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
  95. package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
  96. package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.js +111 -0
  97. package/esm/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
  98. package/esm/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
  99. package/esm/deps/jsr.io/@std/internal/1.0.5/diff.js +277 -0
  100. package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
  101. package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
  102. package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.js +180 -0
  103. package/esm/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
  104. package/esm/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
  105. package/esm/deps/jsr.io/@std/internal/1.0.5/format.js +37 -0
  106. package/esm/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
  107. package/esm/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
  108. package/esm/deps/jsr.io/@std/internal/1.0.5/styles.js +207 -0
  109. package/esm/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
  110. package/esm/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
  111. package/esm/deps/jsr.io/@std/internal/1.0.5/types.js +2 -0
  112. package/esm/deps/jsr.io/@std/testing/1.0.5/_mock_utils.d.ts +15 -0
  113. package/esm/deps/jsr.io/@std/testing/1.0.5/_mock_utils.d.ts.map +1 -0
  114. package/esm/deps/jsr.io/@std/testing/1.0.5/_mock_utils.js +35 -0
  115. package/esm/deps/jsr.io/@std/testing/1.0.5/_test_suite.d.ts +74 -0
  116. package/esm/deps/jsr.io/@std/testing/1.0.5/_test_suite.d.ts.map +1 -0
  117. package/esm/deps/jsr.io/@std/testing/1.0.5/_test_suite.js +350 -0
  118. package/esm/deps/jsr.io/@std/testing/1.0.5/bdd.d.ts +731 -0
  119. package/esm/deps/jsr.io/@std/testing/1.0.5/bdd.d.ts.map +1 -0
  120. package/esm/deps/jsr.io/@std/testing/1.0.5/bdd.js +581 -0
  121. package/esm/deps/jsr.io/@std/testing/1.0.5/mock.d.ts +674 -0
  122. package/esm/deps/jsr.io/@std/testing/1.0.5/mock.d.ts.map +1 -0
  123. package/esm/deps/jsr.io/@std/testing/1.0.5/mock.js +1083 -0
  124. package/esm/src/ast/nodes/annotation.test.d.ts +2 -0
  125. package/esm/src/ast/nodes/annotation.test.d.ts.map +1 -0
  126. package/esm/src/ast/nodes/annotation.test.js +56 -0
  127. package/esm/src/ast/nodes/argument.test.d.ts +2 -0
  128. package/esm/src/ast/nodes/argument.test.d.ts.map +1 -0
  129. package/esm/src/ast/nodes/argument.test.js +33 -0
  130. package/esm/src/ast/nodes/call.test.d.ts +2 -0
  131. package/esm/src/ast/nodes/call.test.d.ts.map +1 -0
  132. package/esm/src/ast/nodes/call.test.js +35 -0
  133. package/esm/src/ast/nodes/class.test.d.ts +2 -0
  134. package/esm/src/ast/nodes/class.test.d.ts.map +1 -0
  135. package/esm/src/ast/nodes/class.test.js +219 -0
  136. package/esm/src/ast/nodes/constructor.test.d.ts +2 -0
  137. package/esm/src/ast/nodes/constructor.test.d.ts.map +1 -0
  138. package/esm/src/ast/nodes/constructor.test.js +139 -0
  139. package/esm/src/ast/nodes/doc-tag.test.d.ts +2 -0
  140. package/esm/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
  141. package/esm/src/ast/nodes/doc-tag.test.js +67 -0
  142. package/esm/src/ast/nodes/doc.test.d.ts +2 -0
  143. package/esm/src/ast/nodes/doc.test.d.ts.map +1 -0
  144. package/esm/src/ast/nodes/doc.test.js +33 -0
  145. package/esm/src/ast/nodes/enum-value.test.d.ts +2 -0
  146. package/esm/src/ast/nodes/enum-value.test.d.ts.map +1 -0
  147. package/esm/src/ast/nodes/enum-value.test.js +115 -0
  148. package/esm/src/ast/nodes/enum.test.d.ts +2 -0
  149. package/esm/src/ast/nodes/enum.test.d.ts.map +1 -0
  150. package/esm/src/ast/nodes/enum.test.js +129 -0
  151. package/esm/src/ast/nodes/function.test.d.ts +2 -0
  152. package/esm/src/ast/nodes/function.test.d.ts.map +1 -0
  153. package/esm/src/ast/nodes/function.test.js +160 -0
  154. package/esm/src/ast/nodes/generic-parameter.test.d.ts +2 -0
  155. package/esm/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
  156. package/esm/src/ast/nodes/generic-parameter.test.js +49 -0
  157. package/esm/src/ast/nodes/init-block.test.d.ts +2 -0
  158. package/esm/src/ast/nodes/init-block.test.d.ts.map +1 -0
  159. package/esm/src/ast/nodes/init-block.test.js +28 -0
  160. package/esm/src/ast/nodes/interface.test.d.ts +2 -0
  161. package/esm/src/ast/nodes/interface.test.d.ts.map +1 -0
  162. package/esm/src/ast/nodes/interface.test.js +121 -0
  163. package/esm/src/ast/nodes/object.test.d.ts +2 -0
  164. package/esm/src/ast/nodes/object.test.d.ts.map +1 -0
  165. package/esm/src/ast/nodes/object.test.js +78 -0
  166. package/esm/src/ast/nodes/parameter.test.d.ts +2 -0
  167. package/esm/src/ast/nodes/parameter.test.d.ts.map +1 -0
  168. package/esm/src/ast/nodes/parameter.test.js +152 -0
  169. package/esm/src/ast/nodes/property.test.d.ts +2 -0
  170. package/esm/src/ast/nodes/property.test.d.ts.map +1 -0
  171. package/esm/src/ast/nodes/property.test.js +206 -0
  172. package/esm/src/ast/nodes/reference.test.d.ts +2 -0
  173. package/esm/src/ast/nodes/reference.test.d.ts.map +1 -0
  174. package/esm/src/ast/nodes/reference.test.js +36 -0
  175. package/esm/src/ast/nodes/string.test.d.ts +2 -0
  176. package/esm/src/ast/nodes/string.test.d.ts.map +1 -0
  177. package/esm/src/ast/nodes/string.test.js +48 -0
  178. package/esm/src/config.d.ts +1 -0
  179. package/esm/src/config.d.ts.map +1 -1
  180. package/esm/src/config.js +1 -0
  181. package/esm/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
  182. package/esm/src/generators/services/spring-controllers/args.d.ts +3 -0
  183. package/esm/src/generators/services/spring-controllers/args.d.ts.map +1 -1
  184. package/esm/src/generators/services/spring-controllers/spring-controller-generator.d.ts +1 -0
  185. package/esm/src/generators/services/spring-controllers/spring-controller-generator.d.ts.map +1 -1
  186. package/esm/src/generators/services/spring-controllers/spring-controller-generator.js +11 -1
  187. package/esm/src/import-collection.test.d.ts +2 -0
  188. package/esm/src/import-collection.test.d.ts.map +1 -0
  189. package/esm/src/import-collection.test.js +99 -0
  190. package/esm/tests/openapi-models.test.d.ts +2 -0
  191. package/esm/tests/openapi-models.test.d.ts.map +1 -0
  192. package/esm/tests/openapi-models.test.js +45 -0
  193. package/package.json +2 -2
  194. package/script/_dnt.test_polyfills.d.ts +29 -0
  195. package/script/_dnt.test_polyfills.d.ts.map +1 -0
  196. package/script/_dnt.test_polyfills.js +32 -0
  197. package/script/_dnt.test_shims.d.ts +6 -0
  198. package/script/_dnt.test_shims.d.ts.map +1 -0
  199. package/script/_dnt.test_shims.js +65 -0
  200. package/script/deps/jsr.io/@std/assert/1.0.8/assertion_error.d.ts +26 -0
  201. package/script/deps/jsr.io/@std/assert/1.0.8/assertion_error.d.ts.map +1 -0
  202. package/script/deps/jsr.io/@std/assert/1.0.8/assertion_error.js +34 -0
  203. package/script/deps/jsr.io/@std/assert/1.0.8/equal.d.ts +17 -0
  204. package/script/deps/jsr.io/@std/assert/1.0.8/equal.d.ts.map +1 -0
  205. package/script/deps/jsr.io/@std/assert/1.0.8/equal.js +187 -0
  206. package/script/deps/jsr.io/@std/assert/1.0.8/equals.d.ts +22 -0
  207. package/script/deps/jsr.io/@std/assert/1.0.8/equals.d.ts.map +1 -0
  208. package/script/deps/jsr.io/@std/assert/1.0.8/equals.js +48 -0
  209. package/script/deps/jsr.io/@std/assert/1.0.8/false.d.ts +18 -0
  210. package/script/deps/jsr.io/@std/assert/1.0.8/false.d.ts.map +1 -0
  211. package/script/deps/jsr.io/@std/assert/1.0.8/false.js +25 -0
  212. package/script/deps/jsr.io/@std/assert/1.0.8/instance_of.d.ts +23 -0
  213. package/script/deps/jsr.io/@std/assert/1.0.8/instance_of.d.ts.map +1 -0
  214. package/script/deps/jsr.io/@std/assert/1.0.8/instance_of.js +56 -0
  215. package/script/deps/jsr.io/@std/assert/1.0.8/is_error.d.ts +25 -0
  216. package/script/deps/jsr.io/@std/assert/1.0.8/is_error.d.ts.map +1 -0
  217. package/script/deps/jsr.io/@std/assert/1.0.8/is_error.js +57 -0
  218. package/script/deps/jsr.io/@std/assert/1.0.8/match.d.ts +18 -0
  219. package/script/deps/jsr.io/@std/assert/1.0.8/match.d.ts.map +1 -0
  220. package/script/deps/jsr.io/@std/assert/1.0.8/match.js +29 -0
  221. package/script/deps/jsr.io/@std/assert/1.0.8/not_instance_of.d.ts +20 -0
  222. package/script/deps/jsr.io/@std/assert/1.0.8/not_instance_of.d.ts.map +1 -0
  223. package/script/deps/jsr.io/@std/assert/1.0.8/not_instance_of.js +32 -0
  224. package/script/deps/jsr.io/@std/assert/1.0.8/not_match.d.ts +18 -0
  225. package/script/deps/jsr.io/@std/assert/1.0.8/not_match.d.ts.map +1 -0
  226. package/script/deps/jsr.io/@std/assert/1.0.8/not_match.js +29 -0
  227. package/script/deps/jsr.io/@std/assert/1.0.8/not_strict_equals.d.ts +23 -0
  228. package/script/deps/jsr.io/@std/assert/1.0.8/not_strict_equals.d.ts.map +1 -0
  229. package/script/deps/jsr.io/@std/assert/1.0.8/not_strict_equals.js +35 -0
  230. package/script/deps/jsr.io/@std/assert/1.0.8/rejects.d.ts +42 -0
  231. package/script/deps/jsr.io/@std/assert/1.0.8/rejects.d.ts.map +1 -0
  232. package/script/deps/jsr.io/@std/assert/1.0.8/rejects.js +56 -0
  233. package/script/deps/jsr.io/@std/assert/1.0.8/strict_equals.d.ts +24 -0
  234. package/script/deps/jsr.io/@std/assert/1.0.8/strict_equals.d.ts.map +1 -0
  235. package/script/deps/jsr.io/@std/assert/1.0.8/strict_equals.js +60 -0
  236. package/script/deps/jsr.io/@std/expect/1.0.8/_assert_equals.d.ts +20 -0
  237. package/script/deps/jsr.io/@std/expect/1.0.8/_assert_equals.d.ts.map +1 -0
  238. package/script/deps/jsr.io/@std/expect/1.0.8/_assert_equals.js +32 -0
  239. package/script/deps/jsr.io/@std/expect/1.0.8/_assert_not_equals.d.ts +17 -0
  240. package/script/deps/jsr.io/@std/expect/1.0.8/_assert_not_equals.d.ts.map +1 -0
  241. package/script/deps/jsr.io/@std/expect/1.0.8/_assert_not_equals.js +29 -0
  242. package/script/deps/jsr.io/@std/expect/1.0.8/_assertions.d.ts +4 -0
  243. package/script/deps/jsr.io/@std/expect/1.0.8/_assertions.d.ts.map +1 -0
  244. package/script/deps/jsr.io/@std/expect/1.0.8/_assertions.js +18 -0
  245. package/script/deps/jsr.io/@std/expect/1.0.8/_asymmetric_matchers.d.ts +46 -0
  246. package/script/deps/jsr.io/@std/expect/1.0.8/_asymmetric_matchers.d.ts.map +1 -0
  247. package/script/deps/jsr.io/@std/expect/1.0.8/_asymmetric_matchers.js +182 -0
  248. package/script/deps/jsr.io/@std/expect/1.0.8/_build_message.d.ts +6 -0
  249. package/script/deps/jsr.io/@std/expect/1.0.8/_build_message.d.ts.map +1 -0
  250. package/script/deps/jsr.io/@std/expect/1.0.8/_build_message.js +33 -0
  251. package/script/deps/jsr.io/@std/expect/1.0.8/_custom_equality_tester.d.ts +4 -0
  252. package/script/deps/jsr.io/@std/expect/1.0.8/_custom_equality_tester.d.ts.map +1 -0
  253. package/script/deps/jsr.io/@std/expect/1.0.8/_custom_equality_tester.js +15 -0
  254. package/script/deps/jsr.io/@std/expect/1.0.8/_equal.d.ts +9 -0
  255. package/script/deps/jsr.io/@std/expect/1.0.8/_equal.d.ts.map +1 -0
  256. package/script/deps/jsr.io/@std/expect/1.0.8/_equal.js +194 -0
  257. package/script/deps/jsr.io/@std/expect/1.0.8/_extend.d.ts +4 -0
  258. package/script/deps/jsr.io/@std/expect/1.0.8/_extend.d.ts.map +1 -0
  259. package/script/deps/jsr.io/@std/expect/1.0.8/_extend.js +15 -0
  260. package/script/deps/jsr.io/@std/expect/1.0.8/_inspect_args.d.ts +3 -0
  261. package/script/deps/jsr.io/@std/expect/1.0.8/_inspect_args.d.ts.map +1 -0
  262. package/script/deps/jsr.io/@std/expect/1.0.8/_inspect_args.js +17 -0
  263. package/script/deps/jsr.io/@std/expect/1.0.8/_matchers.d.ts +34 -0
  264. package/script/deps/jsr.io/@std/expect/1.0.8/_matchers.d.ts.map +1 -0
  265. package/script/deps/jsr.io/@std/expect/1.0.8/_matchers.js +597 -0
  266. package/script/deps/jsr.io/@std/expect/1.0.8/_mock_util.d.ts +11 -0
  267. package/script/deps/jsr.io/@std/expect/1.0.8/_mock_util.d.ts.map +1 -0
  268. package/script/deps/jsr.io/@std/expect/1.0.8/_mock_util.js +14 -0
  269. package/script/deps/jsr.io/@std/expect/1.0.8/_serializer.d.ts +4 -0
  270. package/script/deps/jsr.io/@std/expect/1.0.8/_serializer.d.ts.map +1 -0
  271. package/script/deps/jsr.io/@std/expect/1.0.8/_serializer.js +14 -0
  272. package/script/deps/jsr.io/@std/expect/1.0.8/_types.d.ts +839 -0
  273. package/script/deps/jsr.io/@std/expect/1.0.8/_types.d.ts.map +1 -0
  274. package/script/deps/jsr.io/@std/expect/1.0.8/_types.js +4 -0
  275. package/script/deps/jsr.io/@std/expect/1.0.8/_utils.d.ts +9 -0
  276. package/script/deps/jsr.io/@std/expect/1.0.8/_utils.d.ts.map +1 -0
  277. package/script/deps/jsr.io/@std/expect/1.0.8/_utils.js +226 -0
  278. package/script/deps/jsr.io/@std/expect/1.0.8/expect.d.ts +60 -0
  279. package/script/deps/jsr.io/@std/expect/1.0.8/expect.d.ts.map +1 -0
  280. package/script/deps/jsr.io/@std/expect/1.0.8/expect.js +527 -0
  281. package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts +160 -0
  282. package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts.map +1 -0
  283. package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.js +204 -0
  284. package/script/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
  285. package/script/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
  286. package/script/deps/jsr.io/@std/internal/1.0.5/build_message.js +116 -0
  287. package/script/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
  288. package/script/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
  289. package/script/deps/jsr.io/@std/internal/1.0.5/diff.js +284 -0
  290. package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
  291. package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
  292. package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.js +186 -0
  293. package/script/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
  294. package/script/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
  295. package/script/deps/jsr.io/@std/internal/1.0.5/format.js +41 -0
  296. package/script/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
  297. package/script/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
  298. package/script/deps/jsr.io/@std/internal/1.0.5/styles.js +220 -0
  299. package/script/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
  300. package/script/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
  301. package/script/deps/jsr.io/@std/internal/1.0.5/types.js +3 -0
  302. package/script/deps/jsr.io/@std/testing/1.0.5/_mock_utils.d.ts +15 -0
  303. package/script/deps/jsr.io/@std/testing/1.0.5/_mock_utils.d.ts.map +1 -0
  304. package/script/deps/jsr.io/@std/testing/1.0.5/_mock_utils.js +41 -0
  305. package/script/deps/jsr.io/@std/testing/1.0.5/_test_suite.d.ts +74 -0
  306. package/script/deps/jsr.io/@std/testing/1.0.5/_test_suite.d.ts.map +1 -0
  307. package/script/deps/jsr.io/@std/testing/1.0.5/_test_suite.js +355 -0
  308. package/script/deps/jsr.io/@std/testing/1.0.5/bdd.d.ts +731 -0
  309. package/script/deps/jsr.io/@std/testing/1.0.5/bdd.d.ts.map +1 -0
  310. package/script/deps/jsr.io/@std/testing/1.0.5/bdd.js +592 -0
  311. package/script/deps/jsr.io/@std/testing/1.0.5/mock.d.ts +674 -0
  312. package/script/deps/jsr.io/@std/testing/1.0.5/mock.d.ts.map +1 -0
  313. package/script/deps/jsr.io/@std/testing/1.0.5/mock.js +1102 -0
  314. package/script/src/ast/nodes/annotation.test.d.ts +2 -0
  315. package/script/src/ast/nodes/annotation.test.d.ts.map +1 -0
  316. package/script/src/ast/nodes/annotation.test.js +58 -0
  317. package/script/src/ast/nodes/argument.test.d.ts +2 -0
  318. package/script/src/ast/nodes/argument.test.d.ts.map +1 -0
  319. package/script/src/ast/nodes/argument.test.js +35 -0
  320. package/script/src/ast/nodes/call.test.d.ts +2 -0
  321. package/script/src/ast/nodes/call.test.d.ts.map +1 -0
  322. package/script/src/ast/nodes/call.test.js +37 -0
  323. package/script/src/ast/nodes/class.test.d.ts +2 -0
  324. package/script/src/ast/nodes/class.test.d.ts.map +1 -0
  325. package/script/src/ast/nodes/class.test.js +221 -0
  326. package/script/src/ast/nodes/constructor.test.d.ts +2 -0
  327. package/script/src/ast/nodes/constructor.test.d.ts.map +1 -0
  328. package/script/src/ast/nodes/constructor.test.js +141 -0
  329. package/script/src/ast/nodes/doc-tag.test.d.ts +2 -0
  330. package/script/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
  331. package/script/src/ast/nodes/doc-tag.test.js +69 -0
  332. package/script/src/ast/nodes/doc.test.d.ts +2 -0
  333. package/script/src/ast/nodes/doc.test.d.ts.map +1 -0
  334. package/script/src/ast/nodes/doc.test.js +35 -0
  335. package/script/src/ast/nodes/enum-value.test.d.ts +2 -0
  336. package/script/src/ast/nodes/enum-value.test.d.ts.map +1 -0
  337. package/script/src/ast/nodes/enum-value.test.js +117 -0
  338. package/script/src/ast/nodes/enum.test.d.ts +2 -0
  339. package/script/src/ast/nodes/enum.test.d.ts.map +1 -0
  340. package/script/src/ast/nodes/enum.test.js +131 -0
  341. package/script/src/ast/nodes/function.test.d.ts +2 -0
  342. package/script/src/ast/nodes/function.test.d.ts.map +1 -0
  343. package/script/src/ast/nodes/function.test.js +162 -0
  344. package/script/src/ast/nodes/generic-parameter.test.d.ts +2 -0
  345. package/script/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
  346. package/script/src/ast/nodes/generic-parameter.test.js +51 -0
  347. package/script/src/ast/nodes/init-block.test.d.ts +2 -0
  348. package/script/src/ast/nodes/init-block.test.d.ts.map +1 -0
  349. package/script/src/ast/nodes/init-block.test.js +30 -0
  350. package/script/src/ast/nodes/interface.test.d.ts +2 -0
  351. package/script/src/ast/nodes/interface.test.d.ts.map +1 -0
  352. package/script/src/ast/nodes/interface.test.js +123 -0
  353. package/script/src/ast/nodes/object.test.d.ts +2 -0
  354. package/script/src/ast/nodes/object.test.d.ts.map +1 -0
  355. package/script/src/ast/nodes/object.test.js +80 -0
  356. package/script/src/ast/nodes/parameter.test.d.ts +2 -0
  357. package/script/src/ast/nodes/parameter.test.d.ts.map +1 -0
  358. package/script/src/ast/nodes/parameter.test.js +154 -0
  359. package/script/src/ast/nodes/property.test.d.ts +2 -0
  360. package/script/src/ast/nodes/property.test.d.ts.map +1 -0
  361. package/script/src/ast/nodes/property.test.js +208 -0
  362. package/script/src/ast/nodes/reference.test.d.ts +2 -0
  363. package/script/src/ast/nodes/reference.test.d.ts.map +1 -0
  364. package/script/src/ast/nodes/reference.test.js +38 -0
  365. package/script/src/ast/nodes/string.test.d.ts +2 -0
  366. package/script/src/ast/nodes/string.test.d.ts.map +1 -0
  367. package/script/src/ast/nodes/string.test.js +50 -0
  368. package/script/src/config.d.ts +1 -0
  369. package/script/src/config.d.ts.map +1 -1
  370. package/script/src/config.js +1 -0
  371. package/script/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
  372. package/script/src/generators/services/spring-controllers/args.d.ts +3 -0
  373. package/script/src/generators/services/spring-controllers/args.d.ts.map +1 -1
  374. package/script/src/generators/services/spring-controllers/spring-controller-generator.d.ts +1 -0
  375. package/script/src/generators/services/spring-controllers/spring-controller-generator.d.ts.map +1 -1
  376. package/script/src/generators/services/spring-controllers/spring-controller-generator.js +11 -1
  377. package/script/src/import-collection.test.d.ts +2 -0
  378. package/script/src/import-collection.test.d.ts.map +1 -0
  379. package/script/src/import-collection.test.js +101 -0
  380. package/script/tests/openapi-models.test.d.ts +2 -0
  381. package/script/tests/openapi-models.test.d.ts.map +1 -0
  382. package/script/tests/openapi-models.test.js +48 -0
  383. package/src/_dnt.test_polyfills.ts +70 -0
  384. package/src/_dnt.test_shims.ts +64 -0
  385. package/src/deps/jsr.io/@std/assert/1.0.8/assertion_error.ts +31 -0
  386. package/src/deps/jsr.io/@std/assert/1.0.8/equal.ts +210 -0
  387. package/src/deps/jsr.io/@std/assert/1.0.8/equals.ts +52 -0
  388. package/src/deps/jsr.io/@std/assert/1.0.8/false.ts +26 -0
  389. package/src/deps/jsr.io/@std/assert/1.0.8/instance_of.ts +64 -0
  390. package/src/deps/jsr.io/@std/assert/1.0.8/is_error.ts +65 -0
  391. package/src/deps/jsr.io/@std/assert/1.0.8/match.ts +30 -0
  392. package/src/deps/jsr.io/@std/assert/1.0.8/not_instance_of.ts +33 -0
  393. package/src/deps/jsr.io/@std/assert/1.0.8/not_match.ts +30 -0
  394. package/src/deps/jsr.io/@std/assert/1.0.8/not_strict_equals.ts +42 -0
  395. package/src/deps/jsr.io/@std/assert/1.0.8/rejects.ts +123 -0
  396. package/src/deps/jsr.io/@std/assert/1.0.8/strict_equals.ts +67 -0
  397. package/src/deps/jsr.io/@std/expect/1.0.8/_assert_equals.ts +38 -0
  398. package/src/deps/jsr.io/@std/expect/1.0.8/_assert_not_equals.ts +35 -0
  399. package/src/deps/jsr.io/@std/expect/1.0.8/_assertions.ts +18 -0
  400. package/src/deps/jsr.io/@std/expect/1.0.8/_asymmetric_matchers.ts +193 -0
  401. package/src/deps/jsr.io/@std/expect/1.0.8/_build_message.ts +51 -0
  402. package/src/deps/jsr.io/@std/expect/1.0.8/_custom_equality_tester.ts +19 -0
  403. package/src/deps/jsr.io/@std/expect/1.0.8/_equal.ts +230 -0
  404. package/src/deps/jsr.io/@std/expect/1.0.8/_extend.ts +16 -0
  405. package/src/deps/jsr.io/@std/expect/1.0.8/_inspect_args.ts +15 -0
  406. package/src/deps/jsr.io/@std/expect/1.0.8/_matchers.ts +832 -0
  407. package/src/deps/jsr.io/@std/expect/1.0.8/_mock_util.ts +22 -0
  408. package/src/deps/jsr.io/@std/expect/1.0.8/_serializer.ts +15 -0
  409. package/src/deps/jsr.io/@std/expect/1.0.8/_types.ts +919 -0
  410. package/src/deps/jsr.io/@std/expect/1.0.8/_utils.ts +283 -0
  411. package/src/deps/jsr.io/@std/expect/1.0.8/expect.ts +620 -0
  412. package/src/deps/jsr.io/@std/internal/1.0.5/assertion_state.ts +214 -0
  413. package/src/deps/jsr.io/@std/internal/1.0.5/build_message.ts +134 -0
  414. package/src/deps/jsr.io/@std/internal/1.0.5/diff.ts +317 -0
  415. package/src/deps/jsr.io/@std/internal/1.0.5/diff_str.ts +204 -0
  416. package/src/deps/jsr.io/@std/internal/1.0.5/format.ts +39 -0
  417. package/src/deps/jsr.io/@std/internal/1.0.5/styles.ts +233 -0
  418. package/src/deps/jsr.io/@std/internal/1.0.5/types.ts +18 -0
  419. package/src/deps/jsr.io/@std/testing/1.0.5/_mock_utils.ts +43 -0
  420. package/src/deps/jsr.io/@std/testing/1.0.5/_test_suite.ts +410 -0
  421. package/src/deps/jsr.io/@std/testing/1.0.5/bdd.ts +1211 -0
  422. package/src/deps/jsr.io/@std/testing/1.0.5/mock.ts +1807 -0
  423. package/src/mod.ts +8 -0
  424. package/src/src/assets.ts +9 -0
  425. package/src/src/ast/_index.ts +66 -0
  426. package/src/src/ast/common.ts +1 -0
  427. package/src/src/ast/index.ts +1 -0
  428. package/src/src/ast/node.ts +10 -0
  429. package/src/src/ast/nodes/annotation.test.ts +69 -0
  430. package/src/src/ast/nodes/annotation.ts +79 -0
  431. package/src/src/ast/nodes/argument.test.ts +41 -0
  432. package/src/src/ast/nodes/argument.ts +62 -0
  433. package/src/src/ast/nodes/call.test.ts +44 -0
  434. package/src/src/ast/nodes/call.ts +66 -0
  435. package/src/src/ast/nodes/class.test.ts +274 -0
  436. package/src/src/ast/nodes/class.ts +178 -0
  437. package/src/src/ast/nodes/collection-literal.ts +49 -0
  438. package/src/src/ast/nodes/constructor.test.ts +178 -0
  439. package/src/src/ast/nodes/constructor.ts +126 -0
  440. package/src/src/ast/nodes/doc-tag.test.ts +84 -0
  441. package/src/src/ast/nodes/doc-tag.ts +138 -0
  442. package/src/src/ast/nodes/doc.test.ts +42 -0
  443. package/src/src/ast/nodes/doc.ts +111 -0
  444. package/src/src/ast/nodes/enum-value.test.ts +146 -0
  445. package/src/src/ast/nodes/enum-value.ts +100 -0
  446. package/src/src/ast/nodes/enum.test.ts +167 -0
  447. package/src/src/ast/nodes/enum.ts +163 -0
  448. package/src/src/ast/nodes/function.test.ts +194 -0
  449. package/src/src/ast/nodes/function.ts +176 -0
  450. package/src/src/ast/nodes/generic-parameter.test.ts +60 -0
  451. package/src/src/ast/nodes/generic-parameter.ts +54 -0
  452. package/src/src/ast/nodes/init-block.test.ts +36 -0
  453. package/src/src/ast/nodes/init-block.ts +38 -0
  454. package/src/src/ast/nodes/interface.test.ts +151 -0
  455. package/src/src/ast/nodes/interface.ts +133 -0
  456. package/src/src/ast/nodes/lambda-type.ts +68 -0
  457. package/src/src/ast/nodes/lambda.ts +68 -0
  458. package/src/src/ast/nodes/object.test.ts +101 -0
  459. package/src/src/ast/nodes/object.ts +102 -0
  460. package/src/src/ast/nodes/parameter.test.ts +191 -0
  461. package/src/src/ast/nodes/parameter.ts +118 -0
  462. package/src/src/ast/nodes/property.test.ts +253 -0
  463. package/src/src/ast/nodes/property.ts +225 -0
  464. package/src/src/ast/nodes/reference.test.ts +47 -0
  465. package/src/src/ast/nodes/reference.ts +178 -0
  466. package/src/src/ast/nodes/string.test.ts +61 -0
  467. package/src/src/ast/nodes/string.ts +114 -0
  468. package/src/src/ast/nodes/types.ts +23 -0
  469. package/src/src/ast/references/index.ts +8 -0
  470. package/src/src/ast/references/jackson.ts +16 -0
  471. package/src/src/ast/references/jakarta.ts +10 -0
  472. package/src/src/ast/references/java.ts +19 -0
  473. package/src/src/ast/references/kotlin.ts +40 -0
  474. package/src/src/ast/references/okhttp3.ts +5 -0
  475. package/src/src/ast/references/reactor.ts +5 -0
  476. package/src/src/ast/references/spring.ts +58 -0
  477. package/src/src/ast/references/swagger.ts +23 -0
  478. package/src/src/ast/utils/get-kotlin-builder-options.ts +19 -0
  479. package/src/src/ast/utils/to-kt-node.ts +31 -0
  480. package/src/src/ast/utils/write-kt-annotations.ts +15 -0
  481. package/src/src/ast/utils/write-kt-arguments.ts +45 -0
  482. package/src/src/ast/utils/write-kt-enum-values.ts +27 -0
  483. package/src/src/ast/utils/write-kt-generic-parameters.ts +12 -0
  484. package/src/src/ast/utils/write-kt-members.ts +25 -0
  485. package/src/src/ast/utils/write-kt-node.ts +37 -0
  486. package/src/src/ast/utils/write-kt-parameters.ts +25 -0
  487. package/src/src/common-results.ts +4 -0
  488. package/src/src/config.ts +41 -0
  489. package/src/src/file-builder.ts +108 -0
  490. package/src/src/generators/file-generator.ts +29 -0
  491. package/src/src/generators/index.ts +4 -0
  492. package/src/src/generators/models/args.ts +128 -0
  493. package/src/src/generators/models/index.ts +4 -0
  494. package/src/src/generators/models/model-generator.ts +602 -0
  495. package/src/src/generators/models/models-generator.ts +65 -0
  496. package/src/src/generators/models/models.ts +95 -0
  497. package/src/src/generators/services/okhttp3-clients/args.ts +78 -0
  498. package/src/src/generators/services/okhttp3-clients/index.ts +4 -0
  499. package/src/src/generators/services/okhttp3-clients/models.ts +60 -0
  500. package/src/src/generators/services/okhttp3-clients/okhttp3-client-generator.ts +557 -0
  501. package/src/src/generators/services/okhttp3-clients/okhttp3-clients-generator.ts +128 -0
  502. package/src/src/generators/services/okhttp3-clients/refs.ts +55 -0
  503. package/src/src/generators/services/spring-controllers/args.ts +73 -0
  504. package/src/src/generators/services/spring-controllers/index.ts +4 -0
  505. package/src/src/generators/services/spring-controllers/models.ts +58 -0
  506. package/src/src/generators/services/spring-controllers/spring-controller-generator.ts +653 -0
  507. package/src/src/generators/services/spring-controllers/spring-controllers-generator.ts +70 -0
  508. package/src/src/import-collection.test.ts +116 -0
  509. package/src/src/import-collection.ts +98 -0
  510. package/src/src/types.ts +3 -0
  511. package/src/src/utils.ts +39 -0
  512. package/src/tests/openapi-models.test.ts +63 -0
  513. package/test_runner.js +227 -0
@@ -0,0 +1,284 @@
1
+ "use strict";
2
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.createCommon = createCommon;
6
+ exports.assertFp = assertFp;
7
+ exports.backTrace = backTrace;
8
+ exports.createFp = createFp;
9
+ exports.diff = diff;
10
+ const REMOVED = 1;
11
+ const COMMON = 2;
12
+ const ADDED = 3;
13
+ /**
14
+ * Creates an array of common elements between two arrays.
15
+ *
16
+ * @typeParam T The type of elements in the arrays.
17
+ *
18
+ * @param A The first array.
19
+ * @param B The second array.
20
+ *
21
+ * @returns An array containing the common elements between the two arrays.
22
+ *
23
+ * @example Usage
24
+ * ```ts
25
+ * import { createCommon } from "@std/internal/diff";
26
+ * import { assertEquals } from "@std/assert";
27
+ *
28
+ * const a = [1, 2, 3];
29
+ * const b = [1, 2, 4];
30
+ *
31
+ * assertEquals(createCommon(a, b), [1, 2]);
32
+ * ```
33
+ */
34
+ function createCommon(A, B) {
35
+ const common = [];
36
+ if (A.length === 0 || B.length === 0)
37
+ return [];
38
+ for (let i = 0; i < Math.min(A.length, B.length); i += 1) {
39
+ const a = A[i];
40
+ const b = B[i];
41
+ if (a !== undefined && a === b) {
42
+ common.push(a);
43
+ }
44
+ else {
45
+ return common;
46
+ }
47
+ }
48
+ return common;
49
+ }
50
+ /**
51
+ * Asserts that the value is a {@linkcode FarthestPoint}.
52
+ * If not, an error is thrown.
53
+ *
54
+ * @param value The value to check.
55
+ *
56
+ * @returns A void value that returns once the assertion completes.
57
+ *
58
+ * @example Usage
59
+ * ```ts
60
+ * import { assertFp } from "@std/internal/diff";
61
+ * import { assertThrows } from "@std/assert";
62
+ *
63
+ * assertFp({ y: 0, id: 0 });
64
+ * assertThrows(() => assertFp({ id: 0 }));
65
+ * assertThrows(() => assertFp({ y: 0 }));
66
+ * assertThrows(() => assertFp(undefined));
67
+ * ```
68
+ */
69
+ function assertFp(value) {
70
+ if (value == null ||
71
+ typeof value !== "object" ||
72
+ typeof (value === null || value === void 0 ? void 0 : value.y) !== "number" ||
73
+ typeof (value === null || value === void 0 ? void 0 : value.id) !== "number") {
74
+ throw new Error(`Unexpected value, expected 'FarthestPoint': received ${typeof value}`);
75
+ }
76
+ }
77
+ /**
78
+ * Creates an array of backtraced differences.
79
+ *
80
+ * @typeParam T The type of elements in the arrays.
81
+ *
82
+ * @param A The first array.
83
+ * @param B The second array.
84
+ * @param current The current {@linkcode FarthestPoint}.
85
+ * @param swapped Boolean indicating if the arrays are swapped.
86
+ * @param routes The routes array.
87
+ * @param diffTypesPtrOffset The offset of the diff types in the routes array.
88
+ *
89
+ * @returns An array of backtraced differences.
90
+ *
91
+ * @example Usage
92
+ * ```ts
93
+ * import { backTrace } from "@std/internal/diff";
94
+ * import { assertEquals } from "@std/assert";
95
+ *
96
+ * assertEquals(
97
+ * backTrace([], [], { y: 0, id: 0 }, false, new Uint32Array(0), 0),
98
+ * [],
99
+ * );
100
+ * ```
101
+ */
102
+ function backTrace(A, B, current, swapped, routes, diffTypesPtrOffset) {
103
+ const M = A.length;
104
+ const N = B.length;
105
+ const result = [];
106
+ let a = M - 1;
107
+ let b = N - 1;
108
+ let j = routes[current.id];
109
+ let type = routes[current.id + diffTypesPtrOffset];
110
+ while (true) {
111
+ if (!j && !type)
112
+ break;
113
+ const prev = j;
114
+ if (type === REMOVED) {
115
+ result.unshift({
116
+ type: swapped ? "removed" : "added",
117
+ value: B[b],
118
+ });
119
+ b -= 1;
120
+ }
121
+ else if (type === ADDED) {
122
+ result.unshift({
123
+ type: swapped ? "added" : "removed",
124
+ value: A[a],
125
+ });
126
+ a -= 1;
127
+ }
128
+ else {
129
+ result.unshift({ type: "common", value: A[a] });
130
+ a -= 1;
131
+ b -= 1;
132
+ }
133
+ j = routes[prev];
134
+ type = routes[prev + diffTypesPtrOffset];
135
+ }
136
+ return result;
137
+ }
138
+ /**
139
+ * Creates a {@linkcode FarthestPoint}.
140
+ *
141
+ * @param k The current index.
142
+ * @param M The length of the first array.
143
+ * @param routes The routes array.
144
+ * @param diffTypesPtrOffset The offset of the diff types in the routes array.
145
+ * @param ptr The current pointer.
146
+ * @param slide The slide {@linkcode FarthestPoint}.
147
+ * @param down The down {@linkcode FarthestPoint}.
148
+ *
149
+ * @returns A {@linkcode FarthestPoint}.
150
+ *
151
+ * @example Usage
152
+ * ```ts
153
+ * import { createFp } from "@std/internal/diff";
154
+ * import { assertEquals } from "@std/assert";
155
+ *
156
+ * assertEquals(
157
+ * createFp(
158
+ * 0,
159
+ * 0,
160
+ * new Uint32Array(0),
161
+ * 0,
162
+ * 0,
163
+ * { y: -1, id: 0 },
164
+ * { y: 0, id: 0 },
165
+ * ),
166
+ * { y: -1, id: 1 },
167
+ * );
168
+ * ```
169
+ */
170
+ function createFp(k, M, routes, diffTypesPtrOffset, ptr, slide, down) {
171
+ var _a, _b;
172
+ if (slide && slide.y === -1 && down && down.y === -1) {
173
+ return { y: 0, id: 0 };
174
+ }
175
+ const isAdding = ((down === null || down === void 0 ? void 0 : down.y) === -1) ||
176
+ k === M ||
177
+ ((_a = slide === null || slide === void 0 ? void 0 : slide.y) !== null && _a !== void 0 ? _a : 0) > ((_b = down === null || down === void 0 ? void 0 : down.y) !== null && _b !== void 0 ? _b : 0) + 1;
178
+ if (slide && isAdding) {
179
+ const prev = slide.id;
180
+ ptr++;
181
+ routes[ptr] = prev;
182
+ routes[ptr + diffTypesPtrOffset] = ADDED;
183
+ return { y: slide.y, id: ptr };
184
+ }
185
+ if (down && !isAdding) {
186
+ const prev = down.id;
187
+ ptr++;
188
+ routes[ptr] = prev;
189
+ routes[ptr + diffTypesPtrOffset] = REMOVED;
190
+ return { y: down.y + 1, id: ptr };
191
+ }
192
+ throw new Error("Unexpected missing FarthestPoint");
193
+ }
194
+ /**
195
+ * Renders the differences between the actual and expected values.
196
+ *
197
+ * @typeParam T The type of elements in the arrays.
198
+ *
199
+ * @param A Actual value
200
+ * @param B Expected value
201
+ *
202
+ * @returns An array of differences between the actual and expected values.
203
+ *
204
+ * @example Usage
205
+ * ```ts
206
+ * import { diff } from "@std/internal/diff";
207
+ * import { assertEquals } from "@std/assert";
208
+ *
209
+ * const a = [1, 2, 3];
210
+ * const b = [1, 2, 4];
211
+ *
212
+ * assertEquals(diff(a, b), [
213
+ * { type: "common", value: 1 },
214
+ * { type: "common", value: 2 },
215
+ * { type: "removed", value: 3 },
216
+ * { type: "added", value: 4 },
217
+ * ]);
218
+ * ```
219
+ */
220
+ function diff(A, B) {
221
+ const prefixCommon = createCommon(A, B);
222
+ A = A.slice(prefixCommon.length);
223
+ B = B.slice(prefixCommon.length);
224
+ const swapped = B.length > A.length;
225
+ [A, B] = swapped ? [B, A] : [A, B];
226
+ const M = A.length;
227
+ const N = B.length;
228
+ if (!M && !N && !prefixCommon.length)
229
+ return [];
230
+ if (!N) {
231
+ return [
232
+ ...prefixCommon.map((value) => ({ type: "common", value })),
233
+ ...A.map((value) => ({ type: swapped ? "added" : "removed", value })),
234
+ ];
235
+ }
236
+ const offset = N;
237
+ const delta = M - N;
238
+ const length = M + N + 1;
239
+ const fp = Array.from({ length }, () => ({ y: -1, id: -1 }));
240
+ /**
241
+ * Note: this buffer is used to save memory and improve performance. The first
242
+ * half is used to save route and the last half is used to save diff type.
243
+ */
244
+ const routes = new Uint32Array((M * N + length + 1) * 2);
245
+ const diffTypesPtrOffset = routes.length / 2;
246
+ let ptr = 0;
247
+ function snake(k, A, B, slide, down) {
248
+ const M = A.length;
249
+ const N = B.length;
250
+ const fp = createFp(k, M, routes, diffTypesPtrOffset, ptr, slide, down);
251
+ ptr = fp.id;
252
+ while (fp.y + k < M && fp.y < N && A[fp.y + k] === B[fp.y]) {
253
+ const prev = fp.id;
254
+ ptr++;
255
+ fp.id = ptr;
256
+ fp.y += 1;
257
+ routes[ptr] = prev;
258
+ routes[ptr + diffTypesPtrOffset] = COMMON;
259
+ }
260
+ return fp;
261
+ }
262
+ let currentFp = fp[delta + offset];
263
+ assertFp(currentFp);
264
+ let p = -1;
265
+ while (currentFp.y < N) {
266
+ p = p + 1;
267
+ for (let k = -p; k < delta; ++k) {
268
+ const index = k + offset;
269
+ fp[index] = snake(k, A, B, fp[index - 1], fp[index + 1]);
270
+ }
271
+ for (let k = delta + p; k > delta; --k) {
272
+ const index = k + offset;
273
+ fp[index] = snake(k, A, B, fp[index - 1], fp[index + 1]);
274
+ }
275
+ const index = delta + offset;
276
+ fp[delta + offset] = snake(delta, A, B, fp[index - 1], fp[index + 1]);
277
+ currentFp = fp[delta + offset];
278
+ assertFp(currentFp);
279
+ }
280
+ return [
281
+ ...prefixCommon.map((value) => ({ type: "common", value })),
282
+ ...backTrace(A, B, currentFp, swapped, routes, diffTypesPtrOffset),
283
+ ];
284
+ }
@@ -0,0 +1,99 @@
1
+ import type { DiffResult } from "./types.js";
2
+ /**
3
+ * Unescape invisible characters.
4
+ *
5
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String#escape_sequences}
6
+ *
7
+ * @param string String to unescape.
8
+ *
9
+ * @returns Unescaped string.
10
+ *
11
+ * @example Usage
12
+ * ```ts
13
+ * import { unescape } from "@std/internal/diff-str";
14
+ * import { assertEquals } from "@std/assert";
15
+ *
16
+ * assertEquals(unescape("Hello\nWorld"), "Hello\\n\nWorld");
17
+ * ```
18
+ */
19
+ export declare function unescape(string: string): string;
20
+ /**
21
+ * Tokenizes a string into an array of tokens.
22
+ *
23
+ * @param string The string to tokenize.
24
+ * @param wordDiff If true, performs word-based tokenization. Default is false.
25
+ *
26
+ * @returns An array of tokens.
27
+ *
28
+ * @example Usage
29
+ * ```ts
30
+ * import { tokenize } from "@std/internal/diff-str";
31
+ * import { assertEquals } from "@std/assert";
32
+ *
33
+ * assertEquals(tokenize("Hello\nWorld"), ["Hello\n", "World"]);
34
+ * ```
35
+ */
36
+ export declare function tokenize(string: string, wordDiff?: boolean): string[];
37
+ /**
38
+ * Create details by filtering relevant word-diff for current line and merge
39
+ * "space-diff" if surrounded by word-diff for cleaner displays.
40
+ *
41
+ * @param line Current line
42
+ * @param tokens Word-diff tokens
43
+ *
44
+ * @returns Array of diff results.
45
+ *
46
+ * @example Usage
47
+ * ```ts
48
+ * import { createDetails } from "@std/internal/diff-str";
49
+ * import { assertEquals } from "@std/assert";
50
+ *
51
+ * const tokens = [
52
+ * { type: "added", value: "a" },
53
+ * { type: "removed", value: "b" },
54
+ * { type: "common", value: "c" },
55
+ * ] as const;
56
+ * assertEquals(
57
+ * createDetails({ type: "added", value: "a" }, [...tokens]),
58
+ * [{ type: "added", value: "a" }, { type: "common", value: "c" }]
59
+ * );
60
+ * ```
61
+ */
62
+ export declare function createDetails(line: DiffResult<string>, tokens: DiffResult<string>[]): DiffResult<string>[];
63
+ /**
64
+ * Renders the differences between the actual and expected strings. Partially
65
+ * inspired from {@link https://github.com/kpdecker/jsdiff}.
66
+ *
67
+ * @param A Actual string
68
+ * @param B Expected string
69
+ *
70
+ * @returns Array of diff results.
71
+ *
72
+ * @example Usage
73
+ * ```ts
74
+ * import { diffStr } from "@std/internal/diff-str";
75
+ * import { assertEquals } from "@std/assert";
76
+ *
77
+ * assertEquals(diffStr("Hello!", "Hello"), [
78
+ * {
79
+ * type: "removed",
80
+ * value: "Hello!\n",
81
+ * details: [
82
+ * { type: "common", value: "Hello" },
83
+ * { type: "removed", value: "!" },
84
+ * { type: "common", value: "\n" }
85
+ * ]
86
+ * },
87
+ * {
88
+ * type: "added",
89
+ * value: "Hello\n",
90
+ * details: [
91
+ * { type: "common", value: "Hello" },
92
+ * { type: "common", value: "\n" }
93
+ * ]
94
+ * }
95
+ * ]);
96
+ * ```
97
+ */
98
+ export declare function diffStr(A: string, B: string): DiffResult<string>[];
99
+ //# sourceMappingURL=diff_str.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"diff_str.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.5/diff_str.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAG7C;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAW/C;AAID;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,UAAQ,GAAG,MAAM,EAAE,CAiBnE;AAED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,EACxB,MAAM,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,GAC3B,UAAU,CAAC,MAAM,CAAC,EAAE,CAetB;AAID;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,wBAAgB,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,EAAE,CAkDlE"}
@@ -0,0 +1,186 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.unescape = unescape;
4
+ exports.tokenize = tokenize;
5
+ exports.createDetails = createDetails;
6
+ exports.diffStr = diffStr;
7
+ const diff_js_1 = require("./diff.js");
8
+ /**
9
+ * Unescape invisible characters.
10
+ *
11
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String#escape_sequences}
12
+ *
13
+ * @param string String to unescape.
14
+ *
15
+ * @returns Unescaped string.
16
+ *
17
+ * @example Usage
18
+ * ```ts
19
+ * import { unescape } from "@std/internal/diff-str";
20
+ * import { assertEquals } from "@std/assert";
21
+ *
22
+ * assertEquals(unescape("Hello\nWorld"), "Hello\\n\nWorld");
23
+ * ```
24
+ */
25
+ function unescape(string) {
26
+ return string
27
+ .replaceAll("\b", "\\b")
28
+ .replaceAll("\f", "\\f")
29
+ .replaceAll("\t", "\\t")
30
+ .replaceAll("\v", "\\v")
31
+ // This does not remove line breaks
32
+ .replaceAll(/\r\n|\r|\n/g, (str) => str === "\r" ? "\\r" : str === "\n" ? "\\n\n" : "\\r\\n\r\n");
33
+ }
34
+ const WHITESPACE_SYMBOLS = /([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/;
35
+ /**
36
+ * Tokenizes a string into an array of tokens.
37
+ *
38
+ * @param string The string to tokenize.
39
+ * @param wordDiff If true, performs word-based tokenization. Default is false.
40
+ *
41
+ * @returns An array of tokens.
42
+ *
43
+ * @example Usage
44
+ * ```ts
45
+ * import { tokenize } from "@std/internal/diff-str";
46
+ * import { assertEquals } from "@std/assert";
47
+ *
48
+ * assertEquals(tokenize("Hello\nWorld"), ["Hello\n", "World"]);
49
+ * ```
50
+ */
51
+ function tokenize(string, wordDiff = false) {
52
+ if (wordDiff) {
53
+ return string
54
+ .split(WHITESPACE_SYMBOLS)
55
+ .filter((token) => token);
56
+ }
57
+ const tokens = [];
58
+ const lines = string.split(/(\n|\r\n)/).filter((line) => line);
59
+ for (const [i, line] of lines.entries()) {
60
+ if (i % 2) {
61
+ tokens[tokens.length - 1] += line;
62
+ }
63
+ else {
64
+ tokens.push(line);
65
+ }
66
+ }
67
+ return tokens;
68
+ }
69
+ /**
70
+ * Create details by filtering relevant word-diff for current line and merge
71
+ * "space-diff" if surrounded by word-diff for cleaner displays.
72
+ *
73
+ * @param line Current line
74
+ * @param tokens Word-diff tokens
75
+ *
76
+ * @returns Array of diff results.
77
+ *
78
+ * @example Usage
79
+ * ```ts
80
+ * import { createDetails } from "@std/internal/diff-str";
81
+ * import { assertEquals } from "@std/assert";
82
+ *
83
+ * const tokens = [
84
+ * { type: "added", value: "a" },
85
+ * { type: "removed", value: "b" },
86
+ * { type: "common", value: "c" },
87
+ * ] as const;
88
+ * assertEquals(
89
+ * createDetails({ type: "added", value: "a" }, [...tokens]),
90
+ * [{ type: "added", value: "a" }, { type: "common", value: "c" }]
91
+ * );
92
+ * ```
93
+ */
94
+ function createDetails(line, tokens) {
95
+ return tokens.filter(({ type }) => type === line.type || type === "common")
96
+ .map((result, i, t) => {
97
+ var _a;
98
+ const token = t[i - 1];
99
+ if ((result.type === "common") && token &&
100
+ (token.type === ((_a = t[i + 1]) === null || _a === void 0 ? void 0 : _a.type)) && /\s+/.test(result.value)) {
101
+ return {
102
+ ...result,
103
+ type: token.type,
104
+ };
105
+ }
106
+ return result;
107
+ });
108
+ }
109
+ const NON_WHITESPACE_REGEXP = /\S/;
110
+ /**
111
+ * Renders the differences between the actual and expected strings. Partially
112
+ * inspired from {@link https://github.com/kpdecker/jsdiff}.
113
+ *
114
+ * @param A Actual string
115
+ * @param B Expected string
116
+ *
117
+ * @returns Array of diff results.
118
+ *
119
+ * @example Usage
120
+ * ```ts
121
+ * import { diffStr } from "@std/internal/diff-str";
122
+ * import { assertEquals } from "@std/assert";
123
+ *
124
+ * assertEquals(diffStr("Hello!", "Hello"), [
125
+ * {
126
+ * type: "removed",
127
+ * value: "Hello!\n",
128
+ * details: [
129
+ * { type: "common", value: "Hello" },
130
+ * { type: "removed", value: "!" },
131
+ * { type: "common", value: "\n" }
132
+ * ]
133
+ * },
134
+ * {
135
+ * type: "added",
136
+ * value: "Hello\n",
137
+ * details: [
138
+ * { type: "common", value: "Hello" },
139
+ * { type: "common", value: "\n" }
140
+ * ]
141
+ * }
142
+ * ]);
143
+ * ```
144
+ */
145
+ function diffStr(A, B) {
146
+ // Compute multi-line diff
147
+ const diffResult = (0, diff_js_1.diff)(tokenize(`${unescape(A)}\n`), tokenize(`${unescape(B)}\n`));
148
+ const added = [];
149
+ const removed = [];
150
+ for (const result of diffResult) {
151
+ if (result.type === "added") {
152
+ added.push(result);
153
+ }
154
+ if (result.type === "removed") {
155
+ removed.push(result);
156
+ }
157
+ }
158
+ // Compute word-diff
159
+ const hasMoreRemovedLines = added.length < removed.length;
160
+ const aLines = hasMoreRemovedLines ? added : removed;
161
+ const bLines = hasMoreRemovedLines ? removed : added;
162
+ for (const a of aLines) {
163
+ let tokens = [];
164
+ let b;
165
+ // Search another diff line with at least one common token
166
+ while (bLines.length) {
167
+ b = bLines.shift();
168
+ const tokenized = [
169
+ tokenize(a.value, true),
170
+ tokenize(b.value, true),
171
+ ];
172
+ if (hasMoreRemovedLines)
173
+ tokenized.reverse();
174
+ tokens = (0, diff_js_1.diff)(tokenized[0], tokenized[1]);
175
+ if (tokens.some(({ type, value }) => type === "common" && NON_WHITESPACE_REGEXP.test(value))) {
176
+ break;
177
+ }
178
+ }
179
+ // Register word-diff details
180
+ a.details = createDetails(a, tokens);
181
+ if (b) {
182
+ b.details = createDetails(b, tokens);
183
+ }
184
+ }
185
+ return diffResult;
186
+ }
@@ -0,0 +1,2 @@
1
+ export declare function format(v: unknown): string;
2
+ //# sourceMappingURL=format.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.5/format.ts"],"names":[],"mappings":"AAuBA,wBAAgB,MAAM,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,CAezC"}
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.format = format;
6
+ const tslib_1 = require("tslib");
7
+ /**
8
+ * Converts the input into a string. Objects, Sets and Maps are sorted so as to
9
+ * make tests less flaky.
10
+ *
11
+ * @param v Value to be formatted
12
+ *
13
+ * @returns The formatted string
14
+ *
15
+ * @example Usage
16
+ * ```ts
17
+ * import { format } from "@std/internal/format";
18
+ * import { assertEquals } from "@std/assert";
19
+ *
20
+ * assertEquals(format({ a: 1, b: 2 }), "{\n a: 1,\n b: 2,\n}");
21
+ * assertEquals(format(new Set([1, 2])), "Set(2) {\n 1,\n 2,\n}");
22
+ * assertEquals(format(new Map([[1, 2]])), "Map(1) {\n 1 => 2,\n}");
23
+ * ```
24
+ */
25
+ const dntShim = tslib_1.__importStar(require("../../../../../_dnt.test_shims.js"));
26
+ function format(v) {
27
+ // deno-lint-ignore no-explicit-any
28
+ const { Deno } = dntShim.dntGlobalThis;
29
+ return typeof (Deno === null || Deno === void 0 ? void 0 : Deno.inspect) === "function"
30
+ ? Deno.inspect(v, {
31
+ depth: Infinity,
32
+ sorted: true,
33
+ trailingComma: true,
34
+ compact: false,
35
+ iterableLimit: Infinity,
36
+ // getters should be true in assertEquals.
37
+ getters: true,
38
+ strAbbreviateSize: Infinity,
39
+ })
40
+ : `"${String(v).replace(/(?=["\\])/g, "\\")}"`;
41
+ }