@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,917 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // deno-lint-ignore-file no-explicit-any
3
+
4
+ export interface MatcherContext {
5
+ value: unknown;
6
+ isNot: boolean;
7
+ equal: (a: unknown, b: unknown, options?: EqualOptions) => boolean;
8
+ customTesters: Tester[];
9
+ customMessage: string | undefined;
10
+ }
11
+
12
+ export type Matcher = (
13
+ context: MatcherContext,
14
+ ...args: any[]
15
+ ) => MatchResult | ExtendMatchResult;
16
+
17
+ export type Matchers = {
18
+ [key: string]: Matcher;
19
+ };
20
+ export type MatchResult = void | Promise<void> | boolean;
21
+ export type ExtendMatchResult = {
22
+ message: () => string;
23
+ pass: boolean;
24
+ };
25
+
26
+ /** A constructor that accepts any args and returns any value */
27
+ export type AnyConstructor = new (...args: any[]) => any;
28
+
29
+ export type Tester = (a: any, b: any, customTesters: Tester[]) => void;
30
+
31
+ /** converts all the methods in an interface to be async functions */
32
+ export type Async<T> = {
33
+ [K in keyof T]: T[K] extends (...args: any[]) => unknown
34
+ ? (...args: Parameters<T[K]>) => Promise<ReturnType<T[K]>>
35
+ : T[K];
36
+ };
37
+
38
+ /**
39
+ * The Expected interface defines the available assertion methods.
40
+ */
41
+ export interface Expected<IsAsync = false> {
42
+ /**
43
+ * Asserts that the function was called with the specified arguments.
44
+ *
45
+ * @example Usage
46
+ * ```ts
47
+ * import { expect, fn } from "@std/expect";
48
+ *
49
+ * const mock = fn();
50
+ * mock("foo", 42);
51
+ * mock("bar", 43)
52
+ *
53
+ * expect(mock).lastCalledWith("bar", 43);
54
+ * expect(mock).not.lastCalledWith("foo", 42);
55
+ * ```
56
+ *
57
+ * @param expected The expected arguments.
58
+ */
59
+ lastCalledWith(...expected: unknown[]): void;
60
+
61
+ /**
62
+ * Asserts that the function returned the specified value.
63
+ *
64
+ * @example Usage
65
+ * ```ts
66
+ * import { expect, fn } from "@std/expect";
67
+ *
68
+ * const mock = fn((str: string, num: number) => [str, num]);
69
+ * mock("foo", 42);
70
+ * mock("bar", 43);
71
+ *
72
+ * expect(mock).lastReturnedWith(["bar", 43]);
73
+ * expect(mock).not.lastReturnedWith(["foo", 42]);
74
+ *
75
+ * @param expected The expected return value.
76
+ */
77
+ lastReturnedWith(expected: unknown): void;
78
+
79
+ /**
80
+ * Asserts that the function was called with the specified arguments at the specified call index.
81
+ *
82
+ * @example Usage
83
+ * ```ts
84
+ * import { expect, fn } from "@std/expect";
85
+ *
86
+ * const mock = fn();
87
+ * mock("foo", 42);
88
+ * mock("bar", 43);
89
+ * mock("baz", 44);
90
+ *
91
+ * expect(mock).nthCalledWith(1, "foo", 42);
92
+ * expect(mock).nthCalledWith(2, "bar", 43);
93
+ * expect(mock).nthCalledWith(3, "baz", 44);
94
+ * ```
95
+ * @param nth The call index.
96
+ * @param expected The expected arguments.
97
+ */
98
+ nthCalledWith(nth: number, ...expected: unknown[]): void;
99
+
100
+ /**
101
+ * Asserts that the function returned the specified value at the specified call index.
102
+ *
103
+ * @example Usage
104
+ * ```ts
105
+ * import { expect, fn } from "@std/expect";
106
+ *
107
+ * const mock = fn((str: string, num: number) => [str, num]);
108
+ * mock("foo", 42);
109
+ * mock("bar", 43);
110
+ * mock("baz", 44);
111
+ *
112
+ * expect(mock).nthReturnedWith(1, ["foo", 42]);
113
+ * expect(mock).nthReturnedWith(2, ["bar", 43]);
114
+ * expect(mock).nthReturnedWith(3, ["baz", 44]);
115
+ * ```
116
+ *
117
+ * @param nth The call index.
118
+ * @param expected The expected return value.
119
+ */
120
+ nthReturnedWith(nth: number, expected: unknown): void;
121
+
122
+ /**
123
+ * Asserts that the function was called at least once.
124
+ *
125
+ * @example Usage
126
+ * ```ts
127
+ * import { expect, fn } from "@std/expect";
128
+ *
129
+ * const mock = fn();
130
+ * const mock2 = fn();
131
+ * mock();
132
+ *
133
+ * expect(mock).toBeCalled();
134
+ * expect(mock2).not.toBeCalled();
135
+ * ```
136
+ */
137
+ toBeCalled(): void;
138
+
139
+ /**
140
+ * Asserts that the function was called the specified number of times.
141
+ *
142
+ * @example Usage
143
+ * ```ts
144
+ * import { expect, fn } from "@std/expect";
145
+ *
146
+ * const mock = fn();
147
+ * mock();
148
+ * mock();
149
+ *
150
+ * expect(mock).not.toBeCalledTimes(1);
151
+ * expect(mock).toBeCalledTimes(2);
152
+ * expect(mock).not.toBeCalledTimes(3);
153
+ * ```
154
+ *
155
+ * @param expected The expected number of times.
156
+ */
157
+ toBeCalledTimes(expected: number): void;
158
+
159
+ /**
160
+ * Asserts that the function was called with the specified arguments.
161
+ *
162
+ * @example Usage
163
+ * ```ts
164
+ * import { expect, fn } from "@std/expect";
165
+ *
166
+ * const mock = fn();
167
+ * mock("foo", 42);
168
+ * mock("bar", 43);
169
+ *
170
+ * expect(mock).toBeCalledWith("foo", 42);
171
+ * expect(mock).toBeCalledWith("bar", 43);
172
+ * expect(mock).not.toBeCalledWith("baz", 44);
173
+ * ```
174
+ *
175
+ * @param expected The expected arguments.
176
+ */
177
+ toBeCalledWith(...expected: unknown[]): void;
178
+
179
+ /**
180
+ * Asserts that the value is close to the specified number within a tolerance.
181
+ *
182
+ * @example Usage
183
+ * ```ts
184
+ * import { expect } from "@std/expect";
185
+ *
186
+ * expect(0.2 + 0.1).toBeCloseTo(0.3);
187
+ * expect(0.2 + 0.1).toBeCloseTo(0.3, 15);
188
+ * expect(0.2 + 0.1).not.toBeCloseTo(0.3, 16);
189
+ * ```
190
+ *
191
+ * @param candidate The candidate number.
192
+ * @param tolerance The tolerance value (optional).
193
+ */
194
+ toBeCloseTo(candidate: number, tolerance?: number): void;
195
+
196
+ /**
197
+ * Asserts that the value is defined.
198
+ *
199
+ * @example Usage
200
+ * ```ts
201
+ * import { expect } from "@std/expect";
202
+ *
203
+ * expect(null).toBeDefined();
204
+ * expect(undefined).not.toBeDefined();
205
+ * ```
206
+ */
207
+ toBeDefined(): void;
208
+
209
+ /**
210
+ * Asserts that the value is falsy.
211
+ *
212
+ * @example Usage
213
+ * ```ts
214
+ * import { expect } from "@std/expect";
215
+ *
216
+ * expect(null).toBeFalsy();
217
+ * expect(undefined).toBeFalsy();
218
+ * expect(0).toBeFalsy();
219
+ * expect("").toBeFalsy();
220
+ * expect(false).toBeFalsy();
221
+ * expect(NaN).toBeFalsy();
222
+ *
223
+ * expect(1).not.toBeFalsy();
224
+ * expect("foo").not.toBeFalsy();
225
+ * expect([]).not.toBeFalsy();
226
+ * ```
227
+ */
228
+ toBeFalsy(): void;
229
+
230
+ /**
231
+ * Asserts that the value is greater than the specified number.
232
+ *
233
+ * @example Usage
234
+ * ```ts
235
+ * import { expect } from "@std/expect";
236
+ *
237
+ * expect(2).toBeGreaterThan(1);
238
+ * expect(2).not.toBeGreaterThan(2);
239
+ * expect(2).not.toBeGreaterThan(3);
240
+ * ```
241
+ *
242
+ * @param expected The expected number.
243
+ */
244
+ toBeGreaterThan(expected: number): void;
245
+
246
+ /**
247
+ * Asserts that the value is greater than or equal to the specified number.
248
+ *
249
+ * @example Usage
250
+ * ```ts
251
+ * import { expect } from "@std/expect";
252
+ *
253
+ * expect(2).toBeGreaterThanOrEqual(1);
254
+ * expect(2).toBeGreaterThanOrEqual(2);
255
+ * expect(2).not.toBeGreaterThanOrEqual(3);
256
+ * ```
257
+ *
258
+ * @param expected The expected number.
259
+ */
260
+ toBeGreaterThanOrEqual(expected: number): void;
261
+
262
+ /**
263
+ * Asserts that the value is an instance of the specified constructor.
264
+ *
265
+ * @example Usage
266
+ * ```ts
267
+ * import { expect } from "@std/expect";
268
+ *
269
+ * expect(new Error()).toBeInstanceOf(Error);
270
+ * expect(new Error()).not.toBeInstanceOf(TypeError);
271
+ * ```
272
+ *
273
+ * @param expected The expected constructor.
274
+ */
275
+ toBeInstanceOf<T extends AnyConstructor>(expected: T): void;
276
+
277
+ /**
278
+ * Asserts that the value is less than the specified number.
279
+ *
280
+ * @example Usage
281
+ * ```ts
282
+ * import { expect } from "@std/expect";
283
+ *
284
+ * expect(1).toBeLessThan(2);
285
+ * expect(1).not.toBeLessThan(1);
286
+ * expect(1).not.toBeLessThan(0);
287
+ * ```
288
+ *
289
+ * @param expected The expected number.
290
+ */
291
+ toBeLessThan(expected: number): void;
292
+
293
+ /**
294
+ * Asserts that the value is less than or equal to the specified number.
295
+ *
296
+ * @example Usage
297
+ * ```ts
298
+ * import { expect } from "@std/expect";
299
+ *
300
+ * expect(1).toBeLessThanOrEqual(2);
301
+ * expect(1).toBeLessThanOrEqual(1);
302
+ * expect(1).not.toBeLessThanOrEqual(0);
303
+ * ```
304
+ *
305
+ * @param expected The expected number.
306
+ */
307
+ toBeLessThanOrEqual(expected: number): void;
308
+
309
+ /**
310
+ * Asserts that the value is NaN.
311
+ *
312
+ * @example Usage
313
+ * ```ts
314
+ * import { expect } from "@std/expect";
315
+ *
316
+ * expect(NaN).toBeNaN();
317
+ * expect(1).not.toBeNaN();
318
+ * expect(undefined).toBeNaN();
319
+ * expect(null).not.toBeNaN();
320
+ * ```
321
+ */
322
+ toBeNaN(): void;
323
+
324
+ /**
325
+ * Asserts that the value is null.
326
+ *
327
+ * @example Usage
328
+ * ```ts
329
+ * import { expect } from "@std/expect";
330
+ *
331
+ * expect(null).toBeNull();
332
+ * expect(undefined).not.toBeNull();
333
+ * ```
334
+ */
335
+ toBeNull(): void;
336
+
337
+ /**
338
+ * Asserts that the value is truthy.
339
+ *
340
+ * @example Usage
341
+ * ```ts
342
+ * import { expect } from "@std/expect";
343
+ *
344
+ * expect(1).toBeTruthy();
345
+ * expect("foo").toBeTruthy();
346
+ * expect([]).toBeTruthy();
347
+ * expect({}).toBeTruthy();
348
+ * expect(true).toBeTruthy();
349
+ *
350
+ * expect(0).not.toBeTruthy();
351
+ * expect("").not.toBeTruthy();
352
+ * expect(null).not.toBeTruthy();
353
+ * expect(undefined).not.toBeTruthy();
354
+ * expect(false).not.toBeTruthy();
355
+ * expect(NaN).not.toBeTruthy();
356
+ * ```
357
+ */
358
+ toBeTruthy(): void;
359
+
360
+ /**
361
+ * Asserts that the value is undefined.
362
+ *
363
+ * @example Usage
364
+ * ```ts
365
+ * import { expect } from "@std/expect";
366
+ *
367
+ * expect(undefined).toBeUndefined();
368
+ * expect(null).not.toBeUndefined();
369
+ * ```
370
+ */
371
+ toBeUndefined(): void;
372
+
373
+ /**
374
+ * Asserts that the value is equal to the specified value.
375
+ * @param expected The expected value.
376
+ *
377
+ * @example Usage
378
+ * ```ts
379
+ * import { expect } from "@std/expect";
380
+ *
381
+ * expect(42).toBe(42);
382
+ * expect("foo").toBe("foo");
383
+ *
384
+ * const obj = {};
385
+ * expect(obj).toBe(obj);
386
+ * expect(obj).not.toBe({});
387
+ * ```
388
+ */
389
+ toBe(expected: unknown): void;
390
+
391
+ /**
392
+ * Asserts that the value contains the specified value (deep equality).
393
+ *
394
+ * @example Usage
395
+ * ```ts
396
+ * import { expect } from "@std/expect";
397
+ *
398
+ * expect([1, 2, 3]).toContainEqual(2);
399
+ * expect([1, 2, 3]).not.toContainEqual(4);
400
+ *
401
+ * expect([{ foo: 42 }, { bar: 43 }]).toContainEqual({ bar: 43 });
402
+ * expect([{ foo: 42 }, { bar: 43 }]).not.toContainEqual({ baz: 44 });
403
+ * ```
404
+ *
405
+ * @param expected The expected value.
406
+ */
407
+ toContainEqual(expected: unknown): void;
408
+
409
+ /**
410
+ * Asserts that the value contains the specified value (shallow equality).
411
+ *
412
+ * @example Usage
413
+ * ```ts
414
+ * import { expect } from "@std/expect";
415
+ *
416
+ * expect([1, 2, 3]).toContain(2);
417
+ * expect([1, 2, 3]).not.toContain(4);
418
+ *
419
+ * const item0 = { foo: 42 };
420
+ * const item1 = { bar: 43 };
421
+ * const items = [item0, item1];
422
+ * expect(items).toContain(item1);
423
+ * expect(items).not.toContain({ foo: 42 });
424
+ * ```
425
+ *
426
+ * @param expected The expected value.
427
+ */
428
+ toContain(expected: unknown): void;
429
+
430
+ /**
431
+ * Asserts that the value is equal to the specified value (deep equality).
432
+ *
433
+ * @example Usage
434
+ * ```ts
435
+ * import { expect } from "@std/expect";
436
+ *
437
+ * expect(42).toEqual(42);
438
+ * expect({ foo: 42 }).toEqual({ foo: 42 });
439
+ * expect([1, 2, 3]).toEqual([1, 2, 3]);
440
+ * ```
441
+ *
442
+ * @param expected The expected value.
443
+ */
444
+ toEqual(expected: unknown): void;
445
+
446
+ /**
447
+ * Asserts that the function was called the specified number of times.
448
+ *
449
+ * @example Usage
450
+ * ```ts
451
+ * import { expect, fn } from "@std/expect";
452
+ *
453
+ * const mock = fn();
454
+ * mock();
455
+ * mock();
456
+ *
457
+ * expect(mock).not.toHaveBeenCalledTimes(1);
458
+ * expect(mock).toHaveBeenCalledTimes(2);
459
+ * expect(mock).not.toHaveBeenCalledTimes(3);
460
+ * ```
461
+ * @param expected The expected number of times.
462
+ */
463
+ toHaveBeenCalledTimes(expected: number): void;
464
+
465
+ /**
466
+ * Asserts that the function was called with the specified arguments.
467
+ *
468
+ * @example Usage
469
+ * ```ts
470
+ * import { expect, fn } from "@std/expect";
471
+ *
472
+ * const mock = fn();
473
+ * mock("foo", 42);
474
+ * mock("bar", 43);
475
+ *
476
+ * expect(mock).toHaveBeenCalledWith("foo", 42);
477
+ * expect(mock).toHaveBeenCalledWith("bar", 43);
478
+ * expect(mock).not.toHaveBeenCalledWith("baz", 44);
479
+ * ```
480
+ * @param expected The expected arguments.
481
+ */
482
+ toHaveBeenCalledWith(...expected: unknown[]): void;
483
+
484
+ /**
485
+ * Asserts that the function was called at least once.
486
+ *
487
+ * @example Usage
488
+ * ```ts
489
+ * import { expect, fn } from "@std/expect";
490
+ *
491
+ * const mock = fn();
492
+ * const mock2 = fn();
493
+ *
494
+ * mock();
495
+ *
496
+ * expect(mock).toHaveBeenCalled();
497
+ * expect(mock2).not.toHaveBeenCalled();
498
+ * ```
499
+ */
500
+ toHaveBeenCalled(): void;
501
+
502
+ /**
503
+ * Asserts that the function was last called with the specified arguments.
504
+ *
505
+ * @example Usage
506
+ * ```ts
507
+ * import { expect, fn } from "@std/expect";
508
+ *
509
+ * const mock = fn();
510
+ * mock("foo", 42);
511
+ * mock("bar", 43);
512
+ *
513
+ * expect(mock).toHaveBeenLastCalledWith("bar", 43);
514
+ * expect(mock).not.toHaveBeenLastCalledWith("foo", 42);
515
+ * ```
516
+ *
517
+ * @param expected The expected arguments.
518
+ */
519
+ toHaveBeenLastCalledWith(...expected: unknown[]): void;
520
+
521
+ /**
522
+ * Asserts that the function was called with the specified arguments at the specified call index.
523
+ *
524
+ * @example Usage
525
+ * ```ts
526
+ * import { expect, fn } from "@std/expect";
527
+ *
528
+ * const mock = fn();
529
+ * mock("foo", 42);
530
+ * mock("bar", 43);
531
+ * mock("baz", 44);
532
+ *
533
+ * expect(mock).toHaveBeenNthCalledWith(1, "foo", 42);
534
+ * expect(mock).toHaveBeenNthCalledWith(2, "bar", 43);
535
+ * expect(mock).toHaveBeenNthCalledWith(3, "baz", 44);
536
+ * ```
537
+ *
538
+ * @param nth The call index.
539
+ * @param expected The expected arguments.
540
+ */
541
+ toHaveBeenNthCalledWith(nth: number, ...expected: unknown[]): void;
542
+
543
+ /**
544
+ * Asserts that the value has the specified length.
545
+ *
546
+ * @example Usage
547
+ * ```ts
548
+ * import { expect } from "@std/expect";
549
+ *
550
+ * expect([1, 2, 3]).toHaveLength(3);
551
+ * expect("foo").toHaveLength(3);
552
+ * expect([]).toHaveLength(0);
553
+ * ```
554
+ *
555
+ * @param expected The expected length.
556
+ */
557
+ toHaveLength(expected: number): void;
558
+
559
+ /**
560
+ * Asserts that the function last returned the specified value.
561
+ *
562
+ * @example Usage
563
+ * ```ts
564
+ * import { expect, fn } from "@std/expect";
565
+ *
566
+ * const mock = fn((str: string, num: number) => [str, num]);
567
+ * mock("foo", 42);
568
+ * mock("bar", 43);
569
+ *
570
+ * expect(mock).toHaveLastReturnedWith(["bar", 43]);
571
+ * expect(mock).not.toHaveLastReturnedWith(["foo", 42]);
572
+ * ```
573
+ *
574
+ * @param expected The expected return value.
575
+ */
576
+ toHaveLastReturnedWith(expected: unknown): void;
577
+
578
+ /**
579
+ * Asserts that the function returned the specified value at the specified call index.
580
+ *
581
+ * @example Usage
582
+ * ```ts
583
+ * import { expect, fn } from "@std/expect";
584
+ *
585
+ * const mock = fn((str: string, num: number) => [str, num]);
586
+ * mock("foo", 42);
587
+ * mock("bar", 43);
588
+ * mock("baz", 44);
589
+ *
590
+ * expect(mock).toHaveNthReturnedWith(1, ["foo", 42]);
591
+ * expect(mock).toHaveNthReturnedWith(2, ["bar", 43]);
592
+ * expect(mock).toHaveNthReturnedWith(3, ["baz", 44]);
593
+ * ```
594
+ *
595
+ * @param nth The call index.
596
+ * @param expected The expected return value.
597
+ */
598
+ toHaveNthReturnedWith(nth: number, expected: unknown): void;
599
+
600
+ /**
601
+ * Asserts that the value has the specified property with an optional value.
602
+ *
603
+ * @example Usage
604
+ * ```ts
605
+ * import { expect } from "@std/expect";
606
+ *
607
+ * expect({ foo: 42 }).toHaveProperty("foo");
608
+ * expect({ foo: 42 }).toHaveProperty("foo", 42);
609
+ * expect({ foo: 42 }).not.toHaveProperty("bar");
610
+ * ```
611
+ *
612
+ * @param propName The property name or an array of property names.
613
+ * @param value The expected value (optional).
614
+ */
615
+ toHaveProperty(propName: string | string[], value?: unknown): void;
616
+
617
+ /**
618
+ * Asserts that the function returned the specified number of times.
619
+ *
620
+ * @example Usage
621
+ * ```ts
622
+ * import { expect, fn } from "@std/expect";
623
+ *
624
+ * const mock = fn();
625
+ * mock();
626
+ * mock();
627
+ *
628
+ * expect(mock).toHaveReturnedTimes(2);
629
+ * expect(mock).not.toHaveReturnedTimes(3);
630
+ * ```
631
+ *
632
+ * @param expected The expected number of times.
633
+ */
634
+ toHaveReturnedTimes(expected: number): void;
635
+
636
+ /**
637
+ * Asserts that the function returned the specified value.
638
+ *
639
+ * @example Usage
640
+ * ```ts
641
+ * import { expect, fn } from "@std/expect";
642
+ *
643
+ * const mockFn = fn((x: number) => ({ foo: x + 1 }));
644
+ *
645
+ * mockFn(5);
646
+ * mockFn(6);
647
+ *
648
+ * expect(mockFn).toHaveReturnedWith({ foo: 7 });
649
+ * expect(mockFn).not.toHaveReturnedWith({ foo: 5 });
650
+ * ```
651
+ *
652
+ * @param expected The expected return value.
653
+ */
654
+ toHaveReturnedWith(expected: unknown): void;
655
+
656
+ /**
657
+ * Asserts that the function returned.
658
+ *
659
+ * @example Usage
660
+ * ```ts
661
+ * import { expect, fn } from "@std/expect";
662
+ *
663
+ * const mock = fn();
664
+ *
665
+ * expect(mock).not.toHaveReturned();
666
+ *
667
+ * mock();
668
+ *
669
+ * expect(mock).toHaveReturned();
670
+ * ```
671
+ */
672
+ toHaveReturned(): void;
673
+
674
+ /**
675
+ * Asserts that the value matches the specified regular expression.
676
+ *
677
+ * @example Usage
678
+ * ```ts
679
+ * import { expect } from "@std/expect";
680
+ *
681
+ * expect("foo").toMatch(/^foo$/);
682
+ * expect("bar").not.toMatch(/^foo$/);
683
+ * ```
684
+ *
685
+ * @param expected The expected regular expression.
686
+ */
687
+ toMatch(expected: RegExp): void;
688
+
689
+ /**
690
+ * Asserts that the value matches the specified object (deep equality).
691
+ *
692
+ * @example Usage
693
+ * ```ts
694
+ * import { expect } from "@std/expect";
695
+ *
696
+ * expect({ foo: 42 }).toMatchObject({ foo: 42 });
697
+ * expect({ foo: 42 }).not.toMatchObject({ foo: 43 });
698
+ * ```
699
+ *
700
+ * @param expected The expected object or array of objects.
701
+ */
702
+ toMatchObject(
703
+ expected: Record<PropertyKey, unknown> | Record<PropertyKey, unknown>[],
704
+ ): void;
705
+
706
+ /**
707
+ * Asserts that the function returned.
708
+ *
709
+ * @example Usage
710
+ * ```ts
711
+ * import { expect, fn } from "@std/expect";
712
+ *
713
+ * const mock = fn();
714
+ *
715
+ * expect(mock).not.toReturn();
716
+ *
717
+ * mock();
718
+ *
719
+ * expect(mock).toReturn();
720
+ */
721
+ toReturn(): void;
722
+
723
+ /**
724
+ * Asserts that the function returns the specified number of times.
725
+ *
726
+ * @example Usage
727
+ * ```ts
728
+ * import { expect, fn } from "@std/expect";
729
+ *
730
+ * const mock = fn();
731
+ * mock();
732
+ * mock();
733
+ *
734
+ * expect(mock).not.toReturnTimes(1);
735
+ * expect(mock).toReturnTimes(2);
736
+ * expect(mock).not.toReturnTimes(3);
737
+ * ```
738
+ *
739
+ * @param expected The expected number of times.
740
+ */
741
+ toReturnTimes(expected: number): void;
742
+
743
+ // TODO(iuioiua): Add `.not.toReturnWith` to the documentation.
744
+ /**
745
+ * Asserts that the function returns the specified value.
746
+ *
747
+ * @example Usage
748
+ * ```ts
749
+ * import { expect, fn } from "@std/expect";
750
+ *
751
+ * const mock = fn(() => 42);
752
+ *
753
+ * // expect(mock).toReturnWith(42);
754
+ * expect(mock).not.toReturnWith(43);
755
+ * ```
756
+ *
757
+ * @param expected The expected return value.
758
+ */
759
+ toReturnWith(expected: unknown): void;
760
+
761
+ /**
762
+ * Asserts that the value is strictly equal to the specified value.
763
+ *
764
+ * @example Usage
765
+ * ```ts
766
+ * import { expect } from "@std/expect";
767
+ *
768
+ * expect(42).toStrictEqual(42);
769
+ * expect("foo").toStrictEqual("foo");
770
+ *
771
+ * const obj = {};
772
+ * expect(obj).toStrictEqual(obj);
773
+ *
774
+ * class LaCroix {
775
+ * flavor: string;
776
+ *
777
+ * constructor(flavor: string) {
778
+ * this.flavor = flavor;
779
+ * }
780
+ * }
781
+ * expect(new LaCroix("lemon")).not.toStrictEqual({ flavor: "lemon" });
782
+ * ```
783
+ *
784
+ * @param candidate The candidate value.
785
+ */
786
+ toStrictEqual(candidate: unknown): void;
787
+
788
+ /**
789
+ * Asserts that the function throws an error.
790
+ *
791
+ * @example Usage
792
+ * ```ts
793
+ * import { expect } from "@std/expect";
794
+ *
795
+ * const fn = () => { throw new TypeError("foo") };
796
+ * const fn2 = () => {};
797
+ *
798
+ * expect(fn).toThrow();
799
+ * expect(fn2).not.toThrow();
800
+ *
801
+ * expect(fn).toThrow(TypeError);
802
+ * expect(fn).toThrow("foo");
803
+ * expect(fn).toThrow(/foo/);
804
+ *
805
+ * expect(fn).not.toThrow(SyntaxError);
806
+ * expect(fn).not.toThrow("bar");
807
+ * expect(fn).not.toThrow(/bar/);
808
+ * ```
809
+ * @param expected The expected error message, regular expression, or error constructor.
810
+ */
811
+ toThrow<E extends Error = Error>(
812
+ expected?: string | RegExp | E | (new (...args: any[]) => E),
813
+ ): void;
814
+
815
+ /**
816
+ * The negation object that allows chaining negated assertions.
817
+ */
818
+ not: IsAsync extends true ? Async<Expected<true>> : Expected<false>;
819
+
820
+ /**
821
+ * The object that allows chaining assertions with async functions that are expected to resolve to a value.
822
+ */
823
+ resolves: Async<Expected<true>>;
824
+
825
+ /**
826
+ * The object that allows chaining assertions with async functions that are expected to throw an error.
827
+ */
828
+ rejects: Async<Expected<true>>;
829
+
830
+ /**
831
+ * Additional custom assertion methods can be added here.
832
+ */
833
+ [name: string]: unknown;
834
+ }
835
+
836
+ export type MatcherKey = keyof Omit<Expected, "not" | "resolves" | "rejects">;
837
+
838
+ export type EqualOptions = {
839
+ customTesters?: Tester[];
840
+ msg?: string;
841
+ formatter?: (value: unknown) => string;
842
+ strictCheck?: boolean;
843
+ };
844
+
845
+ export interface EqualOptionUtil extends MatcherContext {
846
+ strictCheck?: boolean;
847
+ }
848
+
849
+ export interface Colors {
850
+ comment: { close: string; open: string };
851
+ content: { close: string; open: string };
852
+ prop: { close: string; open: string };
853
+ tag: { close: string; open: string };
854
+ value: { close: string; open: string };
855
+ }
856
+ type Indent = (arg0: string) => string;
857
+ type Print = (arg0: unknown) => string;
858
+
859
+ export type Refs = Array<unknown>;
860
+
861
+ export type CompareKeys = ((a: string, b: string) => number) | null | undefined;
862
+
863
+ export interface Config {
864
+ callToJSON: boolean;
865
+ compareKeys: CompareKeys;
866
+ colors: Colors;
867
+ escapeRegex: boolean;
868
+ escapeString: boolean;
869
+ indent: string;
870
+ maxDepth: number;
871
+ maxWidth: number;
872
+ min: boolean;
873
+ printBasicPrototype: boolean;
874
+ printFunctionName: boolean;
875
+ spacingInner: string;
876
+ spacingOuter: string;
877
+ }
878
+
879
+ export type Printer = (
880
+ val: unknown,
881
+ config: Config,
882
+ indentation: string,
883
+ depth: number,
884
+ refs: Refs,
885
+ hasCalledToJSON?: boolean,
886
+ ) => string;
887
+
888
+ interface PluginOptions {
889
+ edgeSpacing: string;
890
+ min: boolean;
891
+ spacing: string;
892
+ }
893
+
894
+ type Test = (arg0: any) => boolean;
895
+
896
+ export interface NewSnapshotPlugin {
897
+ serialize: (
898
+ val: any,
899
+ config: Config,
900
+ indentation: string,
901
+ depth: number,
902
+ refs: Refs,
903
+ printer: Printer,
904
+ ) => string;
905
+ test: Test;
906
+ }
907
+
908
+ export interface OldSnapshotPlugin {
909
+ print: (
910
+ val: unknown,
911
+ print: Print,
912
+ indent: Indent,
913
+ options: PluginOptions,
914
+ colors: Colors,
915
+ ) => string;
916
+ test: Test;
917
+ }