@goast/kotlin 0.4.2-beta1 → 0.4.3

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 (494) 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.7/assertion_error.d.ts +26 -0
  11. package/esm/deps/jsr.io/@std/assert/1.0.7/assertion_error.d.ts.map +1 -0
  12. package/esm/deps/jsr.io/@std/assert/1.0.7/assertion_error.js +30 -0
  13. package/esm/deps/jsr.io/@std/assert/1.0.7/equal.d.ts +17 -0
  14. package/esm/deps/jsr.io/@std/assert/1.0.7/equal.d.ts.map +1 -0
  15. package/esm/deps/jsr.io/@std/assert/1.0.7/equal.js +136 -0
  16. package/esm/deps/jsr.io/@std/assert/1.0.7/equals.d.ts +22 -0
  17. package/esm/deps/jsr.io/@std/assert/1.0.7/equals.d.ts.map +1 -0
  18. package/esm/deps/jsr.io/@std/assert/1.0.7/equals.js +45 -0
  19. package/esm/deps/jsr.io/@std/assert/1.0.7/false.d.ts +18 -0
  20. package/esm/deps/jsr.io/@std/assert/1.0.7/false.d.ts.map +1 -0
  21. package/esm/deps/jsr.io/@std/assert/1.0.7/false.js +22 -0
  22. package/esm/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts +23 -0
  23. package/esm/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts.map +1 -0
  24. package/esm/deps/jsr.io/@std/assert/1.0.7/instance_of.js +53 -0
  25. package/esm/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts +25 -0
  26. package/esm/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts.map +1 -0
  27. package/esm/deps/jsr.io/@std/assert/1.0.7/is_error.js +54 -0
  28. package/esm/deps/jsr.io/@std/assert/1.0.7/match.d.ts +18 -0
  29. package/esm/deps/jsr.io/@std/assert/1.0.7/match.d.ts.map +1 -0
  30. package/esm/deps/jsr.io/@std/assert/1.0.7/match.js +26 -0
  31. package/esm/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts +20 -0
  32. package/esm/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts.map +1 -0
  33. package/esm/deps/jsr.io/@std/assert/1.0.7/not_instance_of.js +29 -0
  34. package/esm/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts +18 -0
  35. package/esm/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts.map +1 -0
  36. package/esm/deps/jsr.io/@std/assert/1.0.7/not_match.js +26 -0
  37. package/esm/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts +23 -0
  38. package/esm/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts.map +1 -0
  39. package/esm/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.js +32 -0
  40. package/esm/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts +42 -0
  41. package/esm/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts.map +1 -0
  42. package/esm/deps/jsr.io/@std/assert/1.0.7/rejects.js +53 -0
  43. package/esm/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts +24 -0
  44. package/esm/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts.map +1 -0
  45. package/esm/deps/jsr.io/@std/assert/1.0.7/strict_equals.js +57 -0
  46. package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts +20 -0
  47. package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts.map +1 -0
  48. package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_equals.js +29 -0
  49. package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts +17 -0
  50. package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts.map +1 -0
  51. package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.js +26 -0
  52. package/esm/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts +4 -0
  53. package/esm/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts.map +1 -0
  54. package/esm/deps/jsr.io/@std/expect/1.0.7/_assertions.js +13 -0
  55. package/esm/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts +46 -0
  56. package/esm/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts.map +1 -0
  57. package/esm/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.js +160 -0
  58. package/esm/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts +6 -0
  59. package/esm/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts.map +1 -0
  60. package/esm/deps/jsr.io/@std/expect/1.0.7/_build_message.js +29 -0
  61. package/esm/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts +4 -0
  62. package/esm/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts.map +1 -0
  63. package/esm/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.js +11 -0
  64. package/esm/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts +9 -0
  65. package/esm/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts.map +1 -0
  66. package/esm/deps/jsr.io/@std/expect/1.0.7/_equal.js +191 -0
  67. package/esm/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts +4 -0
  68. package/esm/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts.map +1 -0
  69. package/esm/deps/jsr.io/@std/expect/1.0.7/_extend.js +11 -0
  70. package/esm/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts +3 -0
  71. package/esm/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts.map +1 -0
  72. package/esm/deps/jsr.io/@std/expect/1.0.7/_inspect_args.js +12 -0
  73. package/esm/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts +34 -0
  74. package/esm/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts.map +1 -0
  75. package/esm/deps/jsr.io/@std/expect/1.0.7/_matchers.js +563 -0
  76. package/esm/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts +11 -0
  77. package/esm/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts.map +1 -0
  78. package/esm/deps/jsr.io/@std/expect/1.0.7/_mock_util.js +10 -0
  79. package/esm/deps/jsr.io/@std/expect/1.0.7/_types.d.ts +838 -0
  80. package/esm/deps/jsr.io/@std/expect/1.0.7/_types.d.ts.map +1 -0
  81. package/esm/deps/jsr.io/@std/expect/1.0.7/_types.js +3 -0
  82. package/esm/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts +9 -0
  83. package/esm/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts.map +1 -0
  84. package/esm/deps/jsr.io/@std/expect/1.0.7/_utils.js +218 -0
  85. package/esm/deps/jsr.io/@std/expect/1.0.7/expect.d.ts +59 -0
  86. package/esm/deps/jsr.io/@std/expect/1.0.7/expect.d.ts.map +1 -0
  87. package/esm/deps/jsr.io/@std/expect/1.0.7/expect.js +506 -0
  88. package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts +160 -0
  89. package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts.map +1 -0
  90. package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.js +199 -0
  91. package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
  92. package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
  93. package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.js +111 -0
  94. package/esm/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
  95. package/esm/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
  96. package/esm/deps/jsr.io/@std/internal/1.0.5/diff.js +277 -0
  97. package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
  98. package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
  99. package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.js +180 -0
  100. package/esm/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
  101. package/esm/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
  102. package/esm/deps/jsr.io/@std/internal/1.0.5/format.js +37 -0
  103. package/esm/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
  104. package/esm/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
  105. package/esm/deps/jsr.io/@std/internal/1.0.5/styles.js +207 -0
  106. package/esm/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
  107. package/esm/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
  108. package/esm/deps/jsr.io/@std/internal/1.0.5/types.js +2 -0
  109. package/esm/deps/jsr.io/@std/testing/1.0.4/_mock_utils.d.ts +15 -0
  110. package/esm/deps/jsr.io/@std/testing/1.0.4/_mock_utils.d.ts.map +1 -0
  111. package/esm/deps/jsr.io/@std/testing/1.0.4/_mock_utils.js +35 -0
  112. package/esm/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts +74 -0
  113. package/esm/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts.map +1 -0
  114. package/esm/deps/jsr.io/@std/testing/1.0.4/_test_suite.js +350 -0
  115. package/esm/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts +731 -0
  116. package/esm/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts.map +1 -0
  117. package/esm/deps/jsr.io/@std/testing/1.0.4/bdd.js +581 -0
  118. package/esm/deps/jsr.io/@std/testing/1.0.4/mock.d.ts +674 -0
  119. package/esm/deps/jsr.io/@std/testing/1.0.4/mock.d.ts.map +1 -0
  120. package/esm/deps/jsr.io/@std/testing/1.0.4/mock.js +1083 -0
  121. package/esm/src/ast/nodes/annotation.test.d.ts +2 -0
  122. package/esm/src/ast/nodes/annotation.test.d.ts.map +1 -0
  123. package/esm/src/ast/nodes/annotation.test.js +56 -0
  124. package/esm/src/ast/nodes/argument.test.d.ts +2 -0
  125. package/esm/src/ast/nodes/argument.test.d.ts.map +1 -0
  126. package/esm/src/ast/nodes/argument.test.js +33 -0
  127. package/esm/src/ast/nodes/call.test.d.ts +2 -0
  128. package/esm/src/ast/nodes/call.test.d.ts.map +1 -0
  129. package/esm/src/ast/nodes/call.test.js +35 -0
  130. package/esm/src/ast/nodes/class.test.d.ts +2 -0
  131. package/esm/src/ast/nodes/class.test.d.ts.map +1 -0
  132. package/esm/src/ast/nodes/class.test.js +219 -0
  133. package/esm/src/ast/nodes/constructor.test.d.ts +2 -0
  134. package/esm/src/ast/nodes/constructor.test.d.ts.map +1 -0
  135. package/esm/src/ast/nodes/constructor.test.js +139 -0
  136. package/esm/src/ast/nodes/doc-tag.test.d.ts +2 -0
  137. package/esm/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
  138. package/esm/src/ast/nodes/doc-tag.test.js +67 -0
  139. package/esm/src/ast/nodes/doc.test.d.ts +2 -0
  140. package/esm/src/ast/nodes/doc.test.d.ts.map +1 -0
  141. package/esm/src/ast/nodes/doc.test.js +33 -0
  142. package/esm/src/ast/nodes/enum-value.test.d.ts +2 -0
  143. package/esm/src/ast/nodes/enum-value.test.d.ts.map +1 -0
  144. package/esm/src/ast/nodes/enum-value.test.js +115 -0
  145. package/esm/src/ast/nodes/enum.test.d.ts +2 -0
  146. package/esm/src/ast/nodes/enum.test.d.ts.map +1 -0
  147. package/esm/src/ast/nodes/enum.test.js +129 -0
  148. package/esm/src/ast/nodes/function.test.d.ts +2 -0
  149. package/esm/src/ast/nodes/function.test.d.ts.map +1 -0
  150. package/esm/src/ast/nodes/function.test.js +160 -0
  151. package/esm/src/ast/nodes/generic-parameter.test.d.ts +2 -0
  152. package/esm/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
  153. package/esm/src/ast/nodes/generic-parameter.test.js +49 -0
  154. package/esm/src/ast/nodes/init-block.test.d.ts +2 -0
  155. package/esm/src/ast/nodes/init-block.test.d.ts.map +1 -0
  156. package/esm/src/ast/nodes/init-block.test.js +28 -0
  157. package/esm/src/ast/nodes/interface.test.d.ts +2 -0
  158. package/esm/src/ast/nodes/interface.test.d.ts.map +1 -0
  159. package/esm/src/ast/nodes/interface.test.js +121 -0
  160. package/esm/src/ast/nodes/object.test.d.ts +2 -0
  161. package/esm/src/ast/nodes/object.test.d.ts.map +1 -0
  162. package/esm/src/ast/nodes/object.test.js +78 -0
  163. package/esm/src/ast/nodes/parameter.test.d.ts +2 -0
  164. package/esm/src/ast/nodes/parameter.test.d.ts.map +1 -0
  165. package/esm/src/ast/nodes/parameter.test.js +152 -0
  166. package/esm/src/ast/nodes/property.test.d.ts +2 -0
  167. package/esm/src/ast/nodes/property.test.d.ts.map +1 -0
  168. package/esm/src/ast/nodes/property.test.js +206 -0
  169. package/esm/src/ast/nodes/reference.test.d.ts +2 -0
  170. package/esm/src/ast/nodes/reference.test.d.ts.map +1 -0
  171. package/esm/src/ast/nodes/reference.test.js +36 -0
  172. package/esm/src/ast/nodes/string.test.d.ts +2 -0
  173. package/esm/src/ast/nodes/string.test.d.ts.map +1 -0
  174. package/esm/src/ast/nodes/string.test.js +48 -0
  175. package/esm/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
  176. package/esm/src/generators/services/spring-controllers/spring-controller-generator.d.ts.map +1 -1
  177. package/esm/src/generators/services/spring-controllers/spring-controller-generator.js +11 -7
  178. package/esm/src/import-collection.test.d.ts +2 -0
  179. package/esm/src/import-collection.test.d.ts.map +1 -0
  180. package/esm/src/import-collection.test.js +99 -0
  181. package/esm/tests/openapi-models.test.d.ts +2 -0
  182. package/esm/tests/openapi-models.test.d.ts.map +1 -0
  183. package/esm/tests/openapi-models.test.js +45 -0
  184. package/package.json +2 -2
  185. package/script/_dnt.test_polyfills.d.ts +29 -0
  186. package/script/_dnt.test_polyfills.d.ts.map +1 -0
  187. package/script/_dnt.test_polyfills.js +32 -0
  188. package/script/_dnt.test_shims.d.ts +6 -0
  189. package/script/_dnt.test_shims.d.ts.map +1 -0
  190. package/script/_dnt.test_shims.js +65 -0
  191. package/script/deps/jsr.io/@std/assert/1.0.7/assertion_error.d.ts +26 -0
  192. package/script/deps/jsr.io/@std/assert/1.0.7/assertion_error.d.ts.map +1 -0
  193. package/script/deps/jsr.io/@std/assert/1.0.7/assertion_error.js +34 -0
  194. package/script/deps/jsr.io/@std/assert/1.0.7/equal.d.ts +17 -0
  195. package/script/deps/jsr.io/@std/assert/1.0.7/equal.d.ts.map +1 -0
  196. package/script/deps/jsr.io/@std/assert/1.0.7/equal.js +139 -0
  197. package/script/deps/jsr.io/@std/assert/1.0.7/equals.d.ts +22 -0
  198. package/script/deps/jsr.io/@std/assert/1.0.7/equals.d.ts.map +1 -0
  199. package/script/deps/jsr.io/@std/assert/1.0.7/equals.js +48 -0
  200. package/script/deps/jsr.io/@std/assert/1.0.7/false.d.ts +18 -0
  201. package/script/deps/jsr.io/@std/assert/1.0.7/false.d.ts.map +1 -0
  202. package/script/deps/jsr.io/@std/assert/1.0.7/false.js +25 -0
  203. package/script/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts +23 -0
  204. package/script/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts.map +1 -0
  205. package/script/deps/jsr.io/@std/assert/1.0.7/instance_of.js +56 -0
  206. package/script/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts +25 -0
  207. package/script/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts.map +1 -0
  208. package/script/deps/jsr.io/@std/assert/1.0.7/is_error.js +57 -0
  209. package/script/deps/jsr.io/@std/assert/1.0.7/match.d.ts +18 -0
  210. package/script/deps/jsr.io/@std/assert/1.0.7/match.d.ts.map +1 -0
  211. package/script/deps/jsr.io/@std/assert/1.0.7/match.js +29 -0
  212. package/script/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts +20 -0
  213. package/script/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts.map +1 -0
  214. package/script/deps/jsr.io/@std/assert/1.0.7/not_instance_of.js +32 -0
  215. package/script/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts +18 -0
  216. package/script/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts.map +1 -0
  217. package/script/deps/jsr.io/@std/assert/1.0.7/not_match.js +29 -0
  218. package/script/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts +23 -0
  219. package/script/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts.map +1 -0
  220. package/script/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.js +35 -0
  221. package/script/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts +42 -0
  222. package/script/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts.map +1 -0
  223. package/script/deps/jsr.io/@std/assert/1.0.7/rejects.js +56 -0
  224. package/script/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts +24 -0
  225. package/script/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts.map +1 -0
  226. package/script/deps/jsr.io/@std/assert/1.0.7/strict_equals.js +60 -0
  227. package/script/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts +20 -0
  228. package/script/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts.map +1 -0
  229. package/script/deps/jsr.io/@std/expect/1.0.7/_assert_equals.js +32 -0
  230. package/script/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts +17 -0
  231. package/script/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts.map +1 -0
  232. package/script/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.js +29 -0
  233. package/script/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts +4 -0
  234. package/script/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts.map +1 -0
  235. package/script/deps/jsr.io/@std/expect/1.0.7/_assertions.js +18 -0
  236. package/script/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts +46 -0
  237. package/script/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts.map +1 -0
  238. package/script/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.js +182 -0
  239. package/script/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts +6 -0
  240. package/script/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts.map +1 -0
  241. package/script/deps/jsr.io/@std/expect/1.0.7/_build_message.js +33 -0
  242. package/script/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts +4 -0
  243. package/script/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts.map +1 -0
  244. package/script/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.js +15 -0
  245. package/script/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts +9 -0
  246. package/script/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts.map +1 -0
  247. package/script/deps/jsr.io/@std/expect/1.0.7/_equal.js +194 -0
  248. package/script/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts +4 -0
  249. package/script/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts.map +1 -0
  250. package/script/deps/jsr.io/@std/expect/1.0.7/_extend.js +15 -0
  251. package/script/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts +3 -0
  252. package/script/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts.map +1 -0
  253. package/script/deps/jsr.io/@std/expect/1.0.7/_inspect_args.js +17 -0
  254. package/script/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts +34 -0
  255. package/script/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts.map +1 -0
  256. package/script/deps/jsr.io/@std/expect/1.0.7/_matchers.js +597 -0
  257. package/script/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts +11 -0
  258. package/script/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts.map +1 -0
  259. package/script/deps/jsr.io/@std/expect/1.0.7/_mock_util.js +14 -0
  260. package/script/deps/jsr.io/@std/expect/1.0.7/_types.d.ts +838 -0
  261. package/script/deps/jsr.io/@std/expect/1.0.7/_types.d.ts.map +1 -0
  262. package/script/deps/jsr.io/@std/expect/1.0.7/_types.js +4 -0
  263. package/script/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts +9 -0
  264. package/script/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts.map +1 -0
  265. package/script/deps/jsr.io/@std/expect/1.0.7/_utils.js +226 -0
  266. package/script/deps/jsr.io/@std/expect/1.0.7/expect.d.ts +59 -0
  267. package/script/deps/jsr.io/@std/expect/1.0.7/expect.d.ts.map +1 -0
  268. package/script/deps/jsr.io/@std/expect/1.0.7/expect.js +510 -0
  269. package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts +160 -0
  270. package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts.map +1 -0
  271. package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.js +204 -0
  272. package/script/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
  273. package/script/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
  274. package/script/deps/jsr.io/@std/internal/1.0.5/build_message.js +116 -0
  275. package/script/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
  276. package/script/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
  277. package/script/deps/jsr.io/@std/internal/1.0.5/diff.js +284 -0
  278. package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
  279. package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
  280. package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.js +186 -0
  281. package/script/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
  282. package/script/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
  283. package/script/deps/jsr.io/@std/internal/1.0.5/format.js +41 -0
  284. package/script/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
  285. package/script/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
  286. package/script/deps/jsr.io/@std/internal/1.0.5/styles.js +220 -0
  287. package/script/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
  288. package/script/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
  289. package/script/deps/jsr.io/@std/internal/1.0.5/types.js +3 -0
  290. package/script/deps/jsr.io/@std/testing/1.0.4/_mock_utils.d.ts +15 -0
  291. package/script/deps/jsr.io/@std/testing/1.0.4/_mock_utils.d.ts.map +1 -0
  292. package/script/deps/jsr.io/@std/testing/1.0.4/_mock_utils.js +41 -0
  293. package/script/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts +74 -0
  294. package/script/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts.map +1 -0
  295. package/script/deps/jsr.io/@std/testing/1.0.4/_test_suite.js +355 -0
  296. package/script/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts +731 -0
  297. package/script/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts.map +1 -0
  298. package/script/deps/jsr.io/@std/testing/1.0.4/bdd.js +592 -0
  299. package/script/deps/jsr.io/@std/testing/1.0.4/mock.d.ts +674 -0
  300. package/script/deps/jsr.io/@std/testing/1.0.4/mock.d.ts.map +1 -0
  301. package/script/deps/jsr.io/@std/testing/1.0.4/mock.js +1102 -0
  302. package/script/src/ast/nodes/annotation.test.d.ts +2 -0
  303. package/script/src/ast/nodes/annotation.test.d.ts.map +1 -0
  304. package/script/src/ast/nodes/annotation.test.js +58 -0
  305. package/script/src/ast/nodes/argument.test.d.ts +2 -0
  306. package/script/src/ast/nodes/argument.test.d.ts.map +1 -0
  307. package/script/src/ast/nodes/argument.test.js +35 -0
  308. package/script/src/ast/nodes/call.test.d.ts +2 -0
  309. package/script/src/ast/nodes/call.test.d.ts.map +1 -0
  310. package/script/src/ast/nodes/call.test.js +37 -0
  311. package/script/src/ast/nodes/class.test.d.ts +2 -0
  312. package/script/src/ast/nodes/class.test.d.ts.map +1 -0
  313. package/script/src/ast/nodes/class.test.js +221 -0
  314. package/script/src/ast/nodes/constructor.test.d.ts +2 -0
  315. package/script/src/ast/nodes/constructor.test.d.ts.map +1 -0
  316. package/script/src/ast/nodes/constructor.test.js +141 -0
  317. package/script/src/ast/nodes/doc-tag.test.d.ts +2 -0
  318. package/script/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
  319. package/script/src/ast/nodes/doc-tag.test.js +69 -0
  320. package/script/src/ast/nodes/doc.test.d.ts +2 -0
  321. package/script/src/ast/nodes/doc.test.d.ts.map +1 -0
  322. package/script/src/ast/nodes/doc.test.js +35 -0
  323. package/script/src/ast/nodes/enum-value.test.d.ts +2 -0
  324. package/script/src/ast/nodes/enum-value.test.d.ts.map +1 -0
  325. package/script/src/ast/nodes/enum-value.test.js +117 -0
  326. package/script/src/ast/nodes/enum.test.d.ts +2 -0
  327. package/script/src/ast/nodes/enum.test.d.ts.map +1 -0
  328. package/script/src/ast/nodes/enum.test.js +131 -0
  329. package/script/src/ast/nodes/function.test.d.ts +2 -0
  330. package/script/src/ast/nodes/function.test.d.ts.map +1 -0
  331. package/script/src/ast/nodes/function.test.js +162 -0
  332. package/script/src/ast/nodes/generic-parameter.test.d.ts +2 -0
  333. package/script/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
  334. package/script/src/ast/nodes/generic-parameter.test.js +51 -0
  335. package/script/src/ast/nodes/init-block.test.d.ts +2 -0
  336. package/script/src/ast/nodes/init-block.test.d.ts.map +1 -0
  337. package/script/src/ast/nodes/init-block.test.js +30 -0
  338. package/script/src/ast/nodes/interface.test.d.ts +2 -0
  339. package/script/src/ast/nodes/interface.test.d.ts.map +1 -0
  340. package/script/src/ast/nodes/interface.test.js +123 -0
  341. package/script/src/ast/nodes/object.test.d.ts +2 -0
  342. package/script/src/ast/nodes/object.test.d.ts.map +1 -0
  343. package/script/src/ast/nodes/object.test.js +80 -0
  344. package/script/src/ast/nodes/parameter.test.d.ts +2 -0
  345. package/script/src/ast/nodes/parameter.test.d.ts.map +1 -0
  346. package/script/src/ast/nodes/parameter.test.js +154 -0
  347. package/script/src/ast/nodes/property.test.d.ts +2 -0
  348. package/script/src/ast/nodes/property.test.d.ts.map +1 -0
  349. package/script/src/ast/nodes/property.test.js +208 -0
  350. package/script/src/ast/nodes/reference.test.d.ts +2 -0
  351. package/script/src/ast/nodes/reference.test.d.ts.map +1 -0
  352. package/script/src/ast/nodes/reference.test.js +38 -0
  353. package/script/src/ast/nodes/string.test.d.ts +2 -0
  354. package/script/src/ast/nodes/string.test.d.ts.map +1 -0
  355. package/script/src/ast/nodes/string.test.js +50 -0
  356. package/script/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
  357. package/script/src/generators/services/spring-controllers/spring-controller-generator.d.ts.map +1 -1
  358. package/script/src/generators/services/spring-controllers/spring-controller-generator.js +11 -7
  359. package/script/src/import-collection.test.d.ts +2 -0
  360. package/script/src/import-collection.test.d.ts.map +1 -0
  361. package/script/src/import-collection.test.js +101 -0
  362. package/script/tests/openapi-models.test.d.ts +2 -0
  363. package/script/tests/openapi-models.test.d.ts.map +1 -0
  364. package/script/tests/openapi-models.test.js +48 -0
  365. package/src/_dnt.test_polyfills.ts +70 -0
  366. package/src/_dnt.test_shims.ts +64 -0
  367. package/src/deps/jsr.io/@std/assert/1.0.7/assertion_error.ts +31 -0
  368. package/src/deps/jsr.io/@std/assert/1.0.7/equal.ts +152 -0
  369. package/src/deps/jsr.io/@std/assert/1.0.7/equals.ts +52 -0
  370. package/src/deps/jsr.io/@std/assert/1.0.7/false.ts +26 -0
  371. package/src/deps/jsr.io/@std/assert/1.0.7/instance_of.ts +64 -0
  372. package/src/deps/jsr.io/@std/assert/1.0.7/is_error.ts +65 -0
  373. package/src/deps/jsr.io/@std/assert/1.0.7/match.ts +30 -0
  374. package/src/deps/jsr.io/@std/assert/1.0.7/not_instance_of.ts +33 -0
  375. package/src/deps/jsr.io/@std/assert/1.0.7/not_match.ts +30 -0
  376. package/src/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.ts +42 -0
  377. package/src/deps/jsr.io/@std/assert/1.0.7/rejects.ts +123 -0
  378. package/src/deps/jsr.io/@std/assert/1.0.7/strict_equals.ts +67 -0
  379. package/src/deps/jsr.io/@std/expect/1.0.7/_assert_equals.ts +38 -0
  380. package/src/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.ts +35 -0
  381. package/src/deps/jsr.io/@std/expect/1.0.7/_assertions.ts +18 -0
  382. package/src/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.ts +193 -0
  383. package/src/deps/jsr.io/@std/expect/1.0.7/_build_message.ts +51 -0
  384. package/src/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.ts +19 -0
  385. package/src/deps/jsr.io/@std/expect/1.0.7/_equal.ts +230 -0
  386. package/src/deps/jsr.io/@std/expect/1.0.7/_extend.ts +16 -0
  387. package/src/deps/jsr.io/@std/expect/1.0.7/_inspect_args.ts +15 -0
  388. package/src/deps/jsr.io/@std/expect/1.0.7/_matchers.ts +832 -0
  389. package/src/deps/jsr.io/@std/expect/1.0.7/_mock_util.ts +22 -0
  390. package/src/deps/jsr.io/@std/expect/1.0.7/_types.ts +917 -0
  391. package/src/deps/jsr.io/@std/expect/1.0.7/_utils.ts +283 -0
  392. package/src/deps/jsr.io/@std/expect/1.0.7/expect.ts +601 -0
  393. package/src/deps/jsr.io/@std/internal/1.0.5/assertion_state.ts +214 -0
  394. package/src/deps/jsr.io/@std/internal/1.0.5/build_message.ts +134 -0
  395. package/src/deps/jsr.io/@std/internal/1.0.5/diff.ts +317 -0
  396. package/src/deps/jsr.io/@std/internal/1.0.5/diff_str.ts +204 -0
  397. package/src/deps/jsr.io/@std/internal/1.0.5/format.ts +39 -0
  398. package/src/deps/jsr.io/@std/internal/1.0.5/styles.ts +233 -0
  399. package/src/deps/jsr.io/@std/internal/1.0.5/types.ts +18 -0
  400. package/src/deps/jsr.io/@std/testing/1.0.4/_mock_utils.ts +43 -0
  401. package/src/deps/jsr.io/@std/testing/1.0.4/_test_suite.ts +410 -0
  402. package/src/deps/jsr.io/@std/testing/1.0.4/bdd.ts +1211 -0
  403. package/src/deps/jsr.io/@std/testing/1.0.4/mock.ts +1807 -0
  404. package/src/mod.ts +8 -0
  405. package/src/src/assets.ts +9 -0
  406. package/src/src/ast/_index.ts +66 -0
  407. package/src/src/ast/common.ts +1 -0
  408. package/src/src/ast/index.ts +1 -0
  409. package/src/src/ast/node.ts +10 -0
  410. package/src/src/ast/nodes/annotation.test.ts +69 -0
  411. package/src/src/ast/nodes/annotation.ts +79 -0
  412. package/src/src/ast/nodes/argument.test.ts +41 -0
  413. package/src/src/ast/nodes/argument.ts +62 -0
  414. package/src/src/ast/nodes/call.test.ts +44 -0
  415. package/src/src/ast/nodes/call.ts +66 -0
  416. package/src/src/ast/nodes/class.test.ts +274 -0
  417. package/src/src/ast/nodes/class.ts +178 -0
  418. package/src/src/ast/nodes/collection-literal.ts +49 -0
  419. package/src/src/ast/nodes/constructor.test.ts +178 -0
  420. package/src/src/ast/nodes/constructor.ts +126 -0
  421. package/src/src/ast/nodes/doc-tag.test.ts +84 -0
  422. package/src/src/ast/nodes/doc-tag.ts +138 -0
  423. package/src/src/ast/nodes/doc.test.ts +42 -0
  424. package/src/src/ast/nodes/doc.ts +111 -0
  425. package/src/src/ast/nodes/enum-value.test.ts +146 -0
  426. package/src/src/ast/nodes/enum-value.ts +100 -0
  427. package/src/src/ast/nodes/enum.test.ts +167 -0
  428. package/src/src/ast/nodes/enum.ts +163 -0
  429. package/src/src/ast/nodes/function.test.ts +194 -0
  430. package/src/src/ast/nodes/function.ts +176 -0
  431. package/src/src/ast/nodes/generic-parameter.test.ts +60 -0
  432. package/src/src/ast/nodes/generic-parameter.ts +54 -0
  433. package/src/src/ast/nodes/init-block.test.ts +36 -0
  434. package/src/src/ast/nodes/init-block.ts +38 -0
  435. package/src/src/ast/nodes/interface.test.ts +151 -0
  436. package/src/src/ast/nodes/interface.ts +133 -0
  437. package/src/src/ast/nodes/lambda-type.ts +68 -0
  438. package/src/src/ast/nodes/lambda.ts +68 -0
  439. package/src/src/ast/nodes/object.test.ts +101 -0
  440. package/src/src/ast/nodes/object.ts +102 -0
  441. package/src/src/ast/nodes/parameter.test.ts +191 -0
  442. package/src/src/ast/nodes/parameter.ts +118 -0
  443. package/src/src/ast/nodes/property.test.ts +253 -0
  444. package/src/src/ast/nodes/property.ts +225 -0
  445. package/src/src/ast/nodes/reference.test.ts +47 -0
  446. package/src/src/ast/nodes/reference.ts +178 -0
  447. package/src/src/ast/nodes/string.test.ts +61 -0
  448. package/src/src/ast/nodes/string.ts +114 -0
  449. package/src/src/ast/nodes/types.ts +23 -0
  450. package/src/src/ast/references/index.ts +8 -0
  451. package/src/src/ast/references/jackson.ts +16 -0
  452. package/src/src/ast/references/jakarta.ts +10 -0
  453. package/src/src/ast/references/java.ts +19 -0
  454. package/src/src/ast/references/kotlin.ts +40 -0
  455. package/src/src/ast/references/okhttp3.ts +5 -0
  456. package/src/src/ast/references/reactor.ts +5 -0
  457. package/src/src/ast/references/spring.ts +58 -0
  458. package/src/src/ast/references/swagger.ts +19 -0
  459. package/src/src/ast/utils/get-kotlin-builder-options.ts +19 -0
  460. package/src/src/ast/utils/to-kt-node.ts +31 -0
  461. package/src/src/ast/utils/write-kt-annotations.ts +15 -0
  462. package/src/src/ast/utils/write-kt-arguments.ts +45 -0
  463. package/src/src/ast/utils/write-kt-enum-values.ts +27 -0
  464. package/src/src/ast/utils/write-kt-generic-parameters.ts +12 -0
  465. package/src/src/ast/utils/write-kt-members.ts +25 -0
  466. package/src/src/ast/utils/write-kt-node.ts +37 -0
  467. package/src/src/ast/utils/write-kt-parameters.ts +25 -0
  468. package/src/src/common-results.ts +4 -0
  469. package/src/src/config.ts +39 -0
  470. package/src/src/file-builder.ts +108 -0
  471. package/src/src/generators/file-generator.ts +29 -0
  472. package/src/src/generators/index.ts +4 -0
  473. package/src/src/generators/models/args.ts +128 -0
  474. package/src/src/generators/models/index.ts +4 -0
  475. package/src/src/generators/models/model-generator.ts +602 -0
  476. package/src/src/generators/models/models-generator.ts +65 -0
  477. package/src/src/generators/models/models.ts +95 -0
  478. package/src/src/generators/services/okhttp3-clients/args.ts +78 -0
  479. package/src/src/generators/services/okhttp3-clients/index.ts +4 -0
  480. package/src/src/generators/services/okhttp3-clients/models.ts +60 -0
  481. package/src/src/generators/services/okhttp3-clients/okhttp3-client-generator.ts +557 -0
  482. package/src/src/generators/services/okhttp3-clients/okhttp3-clients-generator.ts +128 -0
  483. package/src/src/generators/services/okhttp3-clients/refs.ts +55 -0
  484. package/src/src/generators/services/spring-controllers/args.ts +71 -0
  485. package/src/src/generators/services/spring-controllers/index.ts +4 -0
  486. package/src/src/generators/services/spring-controllers/models.ts +58 -0
  487. package/src/src/generators/services/spring-controllers/spring-controller-generator.ts +609 -0
  488. package/src/src/generators/services/spring-controllers/spring-controllers-generator.ts +70 -0
  489. package/src/src/import-collection.test.ts +116 -0
  490. package/src/src/import-collection.ts +98 -0
  491. package/src/src/types.ts +3 -0
  492. package/src/src/utils.ts +39 -0
  493. package/src/tests/openapi-models.test.ts +63 -0
  494. package/test_runner.js +227 -0
@@ -0,0 +1,597 @@
1
+ "use strict";
2
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.toBe = toBe;
5
+ exports.toEqual = toEqual;
6
+ exports.toStrictEqual = toStrictEqual;
7
+ exports.toBeCloseTo = toBeCloseTo;
8
+ exports.toBeDefined = toBeDefined;
9
+ exports.toBeUndefined = toBeUndefined;
10
+ exports.toBeFalsy = toBeFalsy;
11
+ exports.toBeTruthy = toBeTruthy;
12
+ exports.toBeGreaterThanOrEqual = toBeGreaterThanOrEqual;
13
+ exports.toBeGreaterThan = toBeGreaterThan;
14
+ exports.toBeInstanceOf = toBeInstanceOf;
15
+ exports.toBeLessThanOrEqual = toBeLessThanOrEqual;
16
+ exports.toBeLessThan = toBeLessThan;
17
+ exports.toBeNaN = toBeNaN;
18
+ exports.toBeNull = toBeNull;
19
+ exports.toHaveLength = toHaveLength;
20
+ exports.toHaveProperty = toHaveProperty;
21
+ exports.toContain = toContain;
22
+ exports.toContainEqual = toContainEqual;
23
+ exports.toMatch = toMatch;
24
+ exports.toMatchObject = toMatchObject;
25
+ exports.toHaveBeenCalled = toHaveBeenCalled;
26
+ exports.toHaveBeenCalledTimes = toHaveBeenCalledTimes;
27
+ exports.toHaveBeenCalledWith = toHaveBeenCalledWith;
28
+ exports.toHaveBeenLastCalledWith = toHaveBeenLastCalledWith;
29
+ exports.toHaveBeenNthCalledWith = toHaveBeenNthCalledWith;
30
+ exports.toHaveReturned = toHaveReturned;
31
+ exports.toHaveReturnedTimes = toHaveReturnedTimes;
32
+ exports.toHaveReturnedWith = toHaveReturnedWith;
33
+ exports.toHaveLastReturnedWith = toHaveLastReturnedWith;
34
+ exports.toHaveNthReturnedWith = toHaveNthReturnedWith;
35
+ exports.toThrow = toThrow;
36
+ const not_strict_equals_js_1 = require("../../assert/1.0.7/not_strict_equals.js");
37
+ const strict_equals_js_1 = require("../../assert/1.0.7/strict_equals.js");
38
+ const instance_of_js_1 = require("../../assert/1.0.7/instance_of.js");
39
+ const is_error_js_1 = require("../../assert/1.0.7/is_error.js");
40
+ const not_instance_of_js_1 = require("../../assert/1.0.7/not_instance_of.js");
41
+ const match_js_1 = require("../../assert/1.0.7/match.js");
42
+ const not_match_js_1 = require("../../assert/1.0.7/not_match.js");
43
+ const assertion_error_js_1 = require("../../assert/1.0.7/assertion_error.js");
44
+ const _assert_equals_js_1 = require("./_assert_equals.js");
45
+ const _assert_not_equals_js_1 = require("./_assert_not_equals.js");
46
+ const _equal_js_1 = require("./_equal.js");
47
+ const format_js_1 = require("../../internal/1.0.5/format.js");
48
+ const _mock_util_js_1 = require("./_mock_util.js");
49
+ const _inspect_args_js_1 = require("./_inspect_args.js");
50
+ const _utils_js_1 = require("./_utils.js");
51
+ function toBe(context, expect) {
52
+ if (context.isNot) {
53
+ (0, not_strict_equals_js_1.assertNotStrictEquals)(context.value, expect, context.customMessage);
54
+ }
55
+ else {
56
+ (0, strict_equals_js_1.assertStrictEquals)(context.value, expect, context.customMessage);
57
+ }
58
+ }
59
+ function toEqual(context, expected) {
60
+ const v = context.value;
61
+ const e = expected;
62
+ const equalsOptions = (0, _utils_js_1.buildEqualOptions)({
63
+ ...context,
64
+ customTesters: [
65
+ ...context.customTesters,
66
+ _utils_js_1.iterableEquality,
67
+ ],
68
+ });
69
+ if (context.isNot) {
70
+ (0, _assert_not_equals_js_1.assertNotEquals)(v, e, equalsOptions);
71
+ }
72
+ else {
73
+ (0, _assert_equals_js_1.assertEquals)(v, e, equalsOptions);
74
+ }
75
+ }
76
+ function toStrictEqual(context, expected) {
77
+ const equalsOptions = (0, _utils_js_1.buildEqualOptions)({
78
+ ...context,
79
+ strictCheck: true,
80
+ customTesters: [
81
+ ...context.customTesters,
82
+ _utils_js_1.iterableEquality,
83
+ ],
84
+ });
85
+ if (context.isNot) {
86
+ (0, _assert_not_equals_js_1.assertNotEquals)(context.value, expected, equalsOptions);
87
+ }
88
+ else {
89
+ (0, _assert_equals_js_1.assertEquals)(context.value, expected, equalsOptions);
90
+ }
91
+ }
92
+ function toBeCloseTo(context, expected, numDigits = 2) {
93
+ if (numDigits < 0) {
94
+ throw new Error("toBeCloseTo second argument must be a non-negative integer. Got " +
95
+ numDigits);
96
+ }
97
+ const tolerance = 0.5 * Math.pow(10, -numDigits);
98
+ const value = Number(context.value);
99
+ const pass = Math.abs(expected - value) < tolerance;
100
+ if (context.isNot) {
101
+ if (pass) {
102
+ throw new assertion_error_js_1.AssertionError(`Expected the value not to be close to ${expected} (using ${numDigits} digits), but it is`);
103
+ }
104
+ }
105
+ else {
106
+ if (!pass) {
107
+ throw new assertion_error_js_1.AssertionError(`Expected the value (${value} to be close to ${expected} (using ${numDigits} digits), but it is not`);
108
+ }
109
+ }
110
+ }
111
+ function toBeDefined(context) {
112
+ if (context.isNot) {
113
+ (0, strict_equals_js_1.assertStrictEquals)(context.value, undefined, context.customMessage);
114
+ }
115
+ else {
116
+ (0, not_strict_equals_js_1.assertNotStrictEquals)(context.value, undefined, context.customMessage);
117
+ }
118
+ }
119
+ function toBeUndefined(context) {
120
+ if (context.isNot) {
121
+ (0, not_strict_equals_js_1.assertNotStrictEquals)(context.value, undefined, context.customMessage);
122
+ }
123
+ else {
124
+ (0, strict_equals_js_1.assertStrictEquals)(context.value, undefined, context.customMessage);
125
+ }
126
+ }
127
+ function toBeFalsy(context) {
128
+ const isFalsy = !(context.value);
129
+ if (context.isNot) {
130
+ if (isFalsy) {
131
+ throw new assertion_error_js_1.AssertionError(`Expected ${context.value} to NOT be falsy`);
132
+ }
133
+ }
134
+ else {
135
+ if (!isFalsy) {
136
+ throw new assertion_error_js_1.AssertionError(`Expected ${context.value} to be falsy`);
137
+ }
138
+ }
139
+ }
140
+ function toBeTruthy(context) {
141
+ const isTruthy = !!(context.value);
142
+ if (context.isNot) {
143
+ if (isTruthy) {
144
+ throw new assertion_error_js_1.AssertionError(`Expected ${context.value} to NOT be truthy`);
145
+ }
146
+ }
147
+ else {
148
+ if (!isTruthy) {
149
+ throw new assertion_error_js_1.AssertionError(`Expected ${context.value} to be truthy`);
150
+ }
151
+ }
152
+ }
153
+ function toBeGreaterThanOrEqual(context, expected) {
154
+ const isGreaterOrEqual = Number(context.value) >= Number(expected);
155
+ if (context.isNot) {
156
+ if (isGreaterOrEqual) {
157
+ throw new assertion_error_js_1.AssertionError(`Expected ${context.value} to NOT be greater than or equal ${expected}`);
158
+ }
159
+ }
160
+ else {
161
+ if (!isGreaterOrEqual) {
162
+ throw new assertion_error_js_1.AssertionError(`Expected ${context.value} to be greater than or equal ${expected}`);
163
+ }
164
+ }
165
+ }
166
+ function toBeGreaterThan(context, expected) {
167
+ const isGreater = Number(context.value) > Number(expected);
168
+ if (context.isNot) {
169
+ if (isGreater) {
170
+ throw new assertion_error_js_1.AssertionError(`Expected ${context.value} to NOT be greater than ${expected}`);
171
+ }
172
+ }
173
+ else {
174
+ if (!isGreater) {
175
+ throw new assertion_error_js_1.AssertionError(`Expected ${context.value} to be greater than ${expected}`);
176
+ }
177
+ }
178
+ }
179
+ function toBeInstanceOf(context, expected) {
180
+ if (context.isNot) {
181
+ (0, not_instance_of_js_1.assertNotInstanceOf)(context.value, expected);
182
+ }
183
+ else {
184
+ (0, instance_of_js_1.assertInstanceOf)(context.value, expected);
185
+ }
186
+ }
187
+ function toBeLessThanOrEqual(context, expected) {
188
+ const isLower = Number(context.value) <= Number(expected);
189
+ if (context.isNot) {
190
+ if (isLower) {
191
+ throw new assertion_error_js_1.AssertionError(`Expected ${context.value} to NOT be lower than or equal ${expected}`);
192
+ }
193
+ }
194
+ else {
195
+ if (!isLower) {
196
+ throw new assertion_error_js_1.AssertionError(`Expected ${context.value} to be lower than or equal ${expected}`);
197
+ }
198
+ }
199
+ }
200
+ function toBeLessThan(context, expected) {
201
+ const isLower = Number(context.value) < Number(expected);
202
+ if (context.isNot) {
203
+ if (isLower) {
204
+ throw new assertion_error_js_1.AssertionError(`Expected ${context.value} to NOT be lower than ${expected}`);
205
+ }
206
+ }
207
+ else {
208
+ if (!isLower) {
209
+ throw new assertion_error_js_1.AssertionError(`Expected ${context.value} to be lower than ${expected}`);
210
+ }
211
+ }
212
+ }
213
+ function toBeNaN(context) {
214
+ const equalsOptions = (0, _utils_js_1.buildEqualOptions)(context);
215
+ if (context.isNot) {
216
+ (0, _assert_not_equals_js_1.assertNotEquals)(isNaN(Number(context.value)), true, {
217
+ ...equalsOptions,
218
+ msg: equalsOptions.msg || `Expected ${context.value} to not be NaN`,
219
+ });
220
+ }
221
+ else {
222
+ (0, _assert_equals_js_1.assertEquals)(isNaN(Number(context.value)), true, {
223
+ ...equalsOptions,
224
+ msg: equalsOptions.msg || `Expected ${context.value} to be NaN`,
225
+ });
226
+ }
227
+ }
228
+ function toBeNull(context) {
229
+ if (context.isNot) {
230
+ (0, not_strict_equals_js_1.assertNotStrictEquals)(context.value, null, context.customMessage || `Expected ${context.value} to not be null`);
231
+ }
232
+ else {
233
+ (0, strict_equals_js_1.assertStrictEquals)(context.value, null, context.customMessage || `Expected ${context.value} to be null`);
234
+ }
235
+ }
236
+ function toHaveLength(context, expected) {
237
+ const { value } = context;
238
+ // deno-lint-ignore no-explicit-any
239
+ const maybeLength = value === null || value === void 0 ? void 0 : value.length;
240
+ const hasLength = maybeLength === expected;
241
+ if (context.isNot) {
242
+ if (hasLength) {
243
+ throw new assertion_error_js_1.AssertionError(`Expected value not to have length ${expected}, but it does`);
244
+ }
245
+ }
246
+ else {
247
+ if (!hasLength) {
248
+ throw new assertion_error_js_1.AssertionError(`Expected value to have length ${expected}, but it does not: the value has length ${maybeLength}`);
249
+ }
250
+ }
251
+ }
252
+ function toHaveProperty(context, propName, v) {
253
+ const { value } = context;
254
+ let propPath = [];
255
+ if (Array.isArray(propName)) {
256
+ propPath = propName;
257
+ }
258
+ else {
259
+ propPath = propName.split(".");
260
+ }
261
+ // deno-lint-ignore no-explicit-any
262
+ let current = value;
263
+ while (true) {
264
+ if (current === undefined || current === null) {
265
+ break;
266
+ }
267
+ if (propPath.length === 0) {
268
+ break;
269
+ }
270
+ const prop = propPath.shift();
271
+ current = current[prop];
272
+ }
273
+ let hasProperty;
274
+ if (v) {
275
+ hasProperty = current !== undefined && propPath.length === 0 &&
276
+ (0, _equal_js_1.equal)(current, v, context);
277
+ }
278
+ else {
279
+ hasProperty = current !== undefined && propPath.length === 0;
280
+ }
281
+ let ofValue = "";
282
+ if (v) {
283
+ ofValue = ` of the value ${(0, _inspect_args_js_1.inspectArg)(v)}`;
284
+ }
285
+ if (context.isNot) {
286
+ if (hasProperty) {
287
+ throw new assertion_error_js_1.AssertionError(`Expected the value not to have the property ${propPath.join(".")}${ofValue}, but it does`);
288
+ }
289
+ }
290
+ else {
291
+ if (!hasProperty) {
292
+ throw new assertion_error_js_1.AssertionError(`Expected the value to have the property ${propPath.join(".")}${ofValue}, but it does not`);
293
+ }
294
+ }
295
+ }
296
+ function toContain(context, expected) {
297
+ var _a, _b;
298
+ // deno-lint-ignore no-explicit-any
299
+ const doesContain = (_b = (_a = context.value) === null || _a === void 0 ? void 0 : _a.includes) === null || _b === void 0 ? void 0 : _b.call(_a, expected);
300
+ const fmtValue = (0, format_js_1.format)(context.value);
301
+ const fmtExpected = (0, format_js_1.format)(expected);
302
+ if (context.isNot) {
303
+ if (doesContain) {
304
+ throw new assertion_error_js_1.AssertionError(`The value ${fmtValue} contains the expected item ${fmtExpected}`);
305
+ }
306
+ }
307
+ else {
308
+ if (!doesContain) {
309
+ throw new assertion_error_js_1.AssertionError(`The value ${fmtValue} doesn't contain the expected item ${fmtExpected}`);
310
+ }
311
+ }
312
+ }
313
+ function toContainEqual(context, expected) {
314
+ const { value } = context;
315
+ assertIsIterable(value);
316
+ let doesContain = false;
317
+ for (const item of value) {
318
+ if ((0, _equal_js_1.equal)(item, expected, context)) {
319
+ doesContain = true;
320
+ break;
321
+ }
322
+ }
323
+ const prettyStringify = (js) => JSON.stringify(js, null, "\t")
324
+ .replace(/\"|\n|\t/g, "")
325
+ .slice(0, 100);
326
+ const fmtValue = prettyStringify(context.value);
327
+ const fmtExpected = prettyStringify(expected);
328
+ if (context.isNot) {
329
+ if (doesContain) {
330
+ throw new assertion_error_js_1.AssertionError(`The value contains the expected item:
331
+ Value: ${fmtValue}
332
+ Expected: ${fmtExpected}`);
333
+ }
334
+ }
335
+ else {
336
+ if (!doesContain) {
337
+ throw new assertion_error_js_1.AssertionError(`The value doesn't contain the expected item:
338
+ Value: ${fmtValue}
339
+ Expected: ${fmtExpected}`);
340
+ }
341
+ }
342
+ }
343
+ // deno-lint-ignore no-explicit-any
344
+ function assertIsIterable(value) {
345
+ if (value == null) {
346
+ throw new assertion_error_js_1.AssertionError("The value is null or undefined");
347
+ }
348
+ if (typeof value[Symbol.iterator] !== "function") {
349
+ throw new assertion_error_js_1.AssertionError("The value is not iterable");
350
+ }
351
+ }
352
+ function toMatch(context, expected) {
353
+ if (context.isNot) {
354
+ (0, not_match_js_1.assertNotMatch)(String(context.value), expected, context.customMessage);
355
+ }
356
+ else {
357
+ (0, match_js_1.assertMatch)(String(context.value), expected, context.customMessage);
358
+ }
359
+ }
360
+ function toMatchObject(context, expected) {
361
+ const received = context.value;
362
+ if (typeof received !== "object" || received === null) {
363
+ throw new assertion_error_js_1.AssertionError("Received value must be an object");
364
+ }
365
+ if (typeof expected !== "object" || expected === null) {
366
+ throw new assertion_error_js_1.AssertionError("Received value must be an object");
367
+ }
368
+ const pass = (0, _equal_js_1.equal)(context.value, expected, {
369
+ strictCheck: false,
370
+ customTesters: [
371
+ ...context.customTesters,
372
+ _utils_js_1.iterableEquality,
373
+ _utils_js_1.subsetEquality,
374
+ ],
375
+ });
376
+ const triggerError = () => {
377
+ const actualString = (0, format_js_1.format)(context.value);
378
+ const expectedString = (0, format_js_1.format)(expected);
379
+ throw new assertion_error_js_1.AssertionError(`Expected ${actualString} to NOT match ${expectedString}`);
380
+ };
381
+ if (context.isNot && pass || !context.isNot && !pass) {
382
+ triggerError();
383
+ }
384
+ }
385
+ function toHaveBeenCalled(context) {
386
+ const calls = (0, _mock_util_js_1.getMockCalls)(context.value);
387
+ const hasBeenCalled = calls.length > 0;
388
+ if (context.isNot) {
389
+ if (hasBeenCalled) {
390
+ throw new assertion_error_js_1.AssertionError(`Expected mock function not to be called, but it was called ${calls.length} time(s)`);
391
+ }
392
+ }
393
+ else {
394
+ if (!hasBeenCalled) {
395
+ throw new assertion_error_js_1.AssertionError(`Expected mock function to be called, but it was not called`);
396
+ }
397
+ }
398
+ }
399
+ function toHaveBeenCalledTimes(context, expected) {
400
+ const calls = (0, _mock_util_js_1.getMockCalls)(context.value);
401
+ if (context.isNot) {
402
+ if (calls.length === expected) {
403
+ throw new assertion_error_js_1.AssertionError(`Expected mock function not to be called ${expected} time(s), but it was`);
404
+ }
405
+ }
406
+ else {
407
+ if (calls.length !== expected) {
408
+ throw new assertion_error_js_1.AssertionError(`Expected mock function to be called ${expected} time(s), but it was called ${calls.length} time(s)`);
409
+ }
410
+ }
411
+ }
412
+ function toHaveBeenCalledWith(context, ...expected) {
413
+ const calls = (0, _mock_util_js_1.getMockCalls)(context.value);
414
+ const hasBeenCalled = calls.some((call) => (0, _equal_js_1.equal)(call.args, expected));
415
+ if (context.isNot) {
416
+ if (hasBeenCalled) {
417
+ throw new assertion_error_js_1.AssertionError(`Expected mock function not to be called with ${(0, _inspect_args_js_1.inspectArgs)(expected)}, but it was`);
418
+ }
419
+ }
420
+ else {
421
+ if (!hasBeenCalled) {
422
+ let otherCalls = "";
423
+ if (calls.length > 0) {
424
+ otherCalls = `\n Other calls:\n ${calls.map((call) => (0, _inspect_args_js_1.inspectArgs)(call.args)).join("\n ")}`;
425
+ }
426
+ throw new assertion_error_js_1.AssertionError(`Expected mock function to be called with ${(0, _inspect_args_js_1.inspectArgs)(expected)}, but it was not.${otherCalls}`);
427
+ }
428
+ }
429
+ }
430
+ function toHaveBeenLastCalledWith(context, ...expected) {
431
+ var _a;
432
+ const calls = (0, _mock_util_js_1.getMockCalls)(context.value);
433
+ const hasBeenCalled = calls.length > 0 &&
434
+ (0, _equal_js_1.equal)((_a = calls.at(-1)) === null || _a === void 0 ? void 0 : _a.args, expected);
435
+ if (context.isNot) {
436
+ if (hasBeenCalled) {
437
+ throw new assertion_error_js_1.AssertionError(`Expected mock function not to be last called with ${(0, _inspect_args_js_1.inspectArgs)(expected)}, but it was`);
438
+ }
439
+ }
440
+ else {
441
+ if (!hasBeenCalled) {
442
+ const lastCall = calls.at(-1);
443
+ if (!lastCall) {
444
+ throw new assertion_error_js_1.AssertionError(`Expected mock function to be last called with ${(0, _inspect_args_js_1.inspectArgs)(expected)}, but it was not`);
445
+ }
446
+ else {
447
+ throw new assertion_error_js_1.AssertionError(`Expected mock function to be last called with ${(0, _inspect_args_js_1.inspectArgs)(expected)}, but it was last called with ${(0, _inspect_args_js_1.inspectArgs)(lastCall.args)}`);
448
+ }
449
+ }
450
+ }
451
+ }
452
+ function toHaveBeenNthCalledWith(context, nth, ...expected) {
453
+ var _a;
454
+ if (nth < 1) {
455
+ throw new Error(`nth must be greater than 0: received ${nth}`);
456
+ }
457
+ const calls = (0, _mock_util_js_1.getMockCalls)(context.value);
458
+ const callIndex = nth - 1;
459
+ const hasBeenCalled = calls.length > callIndex &&
460
+ (0, _equal_js_1.equal)((_a = calls[callIndex]) === null || _a === void 0 ? void 0 : _a.args, expected);
461
+ if (context.isNot) {
462
+ if (hasBeenCalled) {
463
+ throw new assertion_error_js_1.AssertionError(`Expected the n-th call (n=${nth}) of mock function is not with ${(0, _inspect_args_js_1.inspectArgs)(expected)}, but it was`);
464
+ }
465
+ }
466
+ else {
467
+ if (!hasBeenCalled) {
468
+ const nthCall = calls[callIndex];
469
+ if (!nthCall) {
470
+ throw new assertion_error_js_1.AssertionError(`Expected the n-th call (n=${nth}) of mock function is with ${(0, _inspect_args_js_1.inspectArgs)(expected)}, but the n-th call does not exist`);
471
+ }
472
+ else {
473
+ throw new assertion_error_js_1.AssertionError(`Expected the n-th call (n=${nth}) of mock function is with ${(0, _inspect_args_js_1.inspectArgs)(expected)}, but it was with ${(0, _inspect_args_js_1.inspectArgs)(nthCall.args)}`);
474
+ }
475
+ }
476
+ }
477
+ }
478
+ function toHaveReturned(context) {
479
+ const calls = (0, _mock_util_js_1.getMockCalls)(context.value);
480
+ const returned = calls.filter((call) => call.returns);
481
+ if (context.isNot) {
482
+ if (returned.length > 0) {
483
+ throw new assertion_error_js_1.AssertionError(`Expected the mock function to not have returned, but it returned ${returned.length} times`);
484
+ }
485
+ }
486
+ else {
487
+ if (returned.length === 0) {
488
+ throw new assertion_error_js_1.AssertionError(`Expected the mock function to have returned, but it did not return`);
489
+ }
490
+ }
491
+ }
492
+ function toHaveReturnedTimes(context, expected) {
493
+ const calls = (0, _mock_util_js_1.getMockCalls)(context.value);
494
+ const returned = calls.filter((call) => call.returns);
495
+ if (context.isNot) {
496
+ if (returned.length === expected) {
497
+ throw new assertion_error_js_1.AssertionError(`Expected the mock function to not have returned ${expected} times, but it returned ${returned.length} times`);
498
+ }
499
+ }
500
+ else {
501
+ if (returned.length !== expected) {
502
+ throw new assertion_error_js_1.AssertionError(`Expected the mock function to have returned ${expected} times, but it returned ${returned.length} times`);
503
+ }
504
+ }
505
+ }
506
+ function toHaveReturnedWith(context, expected) {
507
+ const calls = (0, _mock_util_js_1.getMockCalls)(context.value);
508
+ const returned = calls.filter((call) => call.returns);
509
+ const returnedWithExpected = returned.some((call) => (0, _equal_js_1.equal)(call.returned, expected));
510
+ if (context.isNot) {
511
+ if (returnedWithExpected) {
512
+ throw new assertion_error_js_1.AssertionError(`Expected the mock function to not have returned with ${(0, _inspect_args_js_1.inspectArg)(expected)}, but it did`);
513
+ }
514
+ }
515
+ else {
516
+ if (!returnedWithExpected) {
517
+ throw new assertion_error_js_1.AssertionError(`Expected the mock function to have returned with ${(0, _inspect_args_js_1.inspectArg)(expected)}, but it did not`);
518
+ }
519
+ }
520
+ }
521
+ function toHaveLastReturnedWith(context, expected) {
522
+ var _a;
523
+ const calls = (0, _mock_util_js_1.getMockCalls)(context.value);
524
+ const returned = calls.filter((call) => call.returns);
525
+ const lastReturnedWithExpected = returned.length > 0 &&
526
+ (0, _equal_js_1.equal)((_a = returned.at(-1)) === null || _a === void 0 ? void 0 : _a.returned, expected);
527
+ if (context.isNot) {
528
+ if (lastReturnedWithExpected) {
529
+ throw new assertion_error_js_1.AssertionError(`Expected the mock function to not have last returned with ${(0, _inspect_args_js_1.inspectArg)(expected)}, but it did`);
530
+ }
531
+ }
532
+ else {
533
+ if (!lastReturnedWithExpected) {
534
+ throw new assertion_error_js_1.AssertionError(`Expected the mock function to have last returned with ${(0, _inspect_args_js_1.inspectArg)(expected)}, but it did not`);
535
+ }
536
+ }
537
+ }
538
+ function toHaveNthReturnedWith(context, nth, expected) {
539
+ if (nth < 1) {
540
+ throw new Error(`nth(${nth}) must be greater than 0`);
541
+ }
542
+ const calls = (0, _mock_util_js_1.getMockCalls)(context.value);
543
+ const returned = calls.filter((call) => call.returns);
544
+ const returnIndex = nth - 1;
545
+ const maybeNthReturned = returned[returnIndex];
546
+ const nthReturnedWithExpected = maybeNthReturned &&
547
+ (0, _equal_js_1.equal)(maybeNthReturned.returned, expected);
548
+ if (context.isNot) {
549
+ if (nthReturnedWithExpected) {
550
+ throw new assertion_error_js_1.AssertionError(`Expected the mock function to not have n-th (n=${nth}) returned with ${(0, _inspect_args_js_1.inspectArg)(expected)}, but it did`);
551
+ }
552
+ }
553
+ else {
554
+ if (!nthReturnedWithExpected) {
555
+ throw new assertion_error_js_1.AssertionError(`Expected the mock function to have n-th (n=${nth}) returned with ${(0, _inspect_args_js_1.inspectArg)(expected)}, but it did not`);
556
+ }
557
+ }
558
+ }
559
+ function toThrow(context,
560
+ // deno-lint-ignore no-explicit-any
561
+ expected) {
562
+ if (typeof context.value === "function") {
563
+ try {
564
+ context.value = context.value();
565
+ }
566
+ catch (err) {
567
+ context.value = err;
568
+ }
569
+ }
570
+ let expectClass = undefined;
571
+ let expectMessage = undefined;
572
+ if (expected instanceof Error) {
573
+ expectClass = expected.constructor;
574
+ expectMessage = expected.message;
575
+ }
576
+ if (expected instanceof Function) {
577
+ expectClass = expected;
578
+ }
579
+ if (typeof expected === "string" || expected instanceof RegExp) {
580
+ expectMessage = expected;
581
+ }
582
+ if (context.isNot) {
583
+ let isError = false;
584
+ try {
585
+ (0, is_error_js_1.assertIsError)(context.value, expectClass, expectMessage, context.customMessage);
586
+ isError = true;
587
+ throw new assertion_error_js_1.AssertionError(`Expected to NOT throw ${expected}`);
588
+ }
589
+ catch (e) {
590
+ if (isError) {
591
+ throw e;
592
+ }
593
+ return;
594
+ }
595
+ }
596
+ return (0, is_error_js_1.assertIsError)(context.value, expectClass, expectMessage, context.customMessage);
597
+ }
@@ -0,0 +1,11 @@
1
+ export declare const MOCK_SYMBOL: unique symbol;
2
+ export type MockCall = {
3
+ args: any[];
4
+ returned?: any;
5
+ thrown?: any;
6
+ timestamp: number;
7
+ returns: boolean;
8
+ throws: boolean;
9
+ };
10
+ export declare function getMockCalls(f: any): MockCall[];
11
+ //# sourceMappingURL=_mock_util.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_mock_util.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/expect/1.0.7/_mock_util.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,eAAsB,CAAC;AAE/C,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,wBAAgB,YAAY,CAAC,CAAC,EAAE,GAAG,GAAG,QAAQ,EAAE,CAO/C"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
+ // deno-lint-ignore-file no-explicit-any
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.MOCK_SYMBOL = void 0;
6
+ exports.getMockCalls = getMockCalls;
7
+ exports.MOCK_SYMBOL = Symbol.for("@MOCK");
8
+ function getMockCalls(f) {
9
+ const mockInfo = f[exports.MOCK_SYMBOL];
10
+ if (!mockInfo) {
11
+ throw new Error("Received function must be a mock or spy function");
12
+ }
13
+ return [...mockInfo.calls];
14
+ }