@goast/kotlin 0.4.7-beta2 → 0.4.8

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 (509) 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.9/assertion_error.d.ts +26 -0
  11. package/esm/deps/jsr.io/@std/assert/1.0.9/assertion_error.d.ts.map +1 -0
  12. package/esm/deps/jsr.io/@std/assert/1.0.9/assertion_error.js +30 -0
  13. package/esm/deps/jsr.io/@std/assert/1.0.9/equal.d.ts +17 -0
  14. package/esm/deps/jsr.io/@std/assert/1.0.9/equal.d.ts.map +1 -0
  15. package/esm/deps/jsr.io/@std/assert/1.0.9/equal.js +183 -0
  16. package/esm/deps/jsr.io/@std/assert/1.0.9/equals.d.ts +35 -0
  17. package/esm/deps/jsr.io/@std/assert/1.0.9/equals.d.ts.map +1 -0
  18. package/esm/deps/jsr.io/@std/assert/1.0.9/equals.js +58 -0
  19. package/esm/deps/jsr.io/@std/assert/1.0.9/false.d.ts +18 -0
  20. package/esm/deps/jsr.io/@std/assert/1.0.9/false.d.ts.map +1 -0
  21. package/esm/deps/jsr.io/@std/assert/1.0.9/false.js +22 -0
  22. package/esm/deps/jsr.io/@std/assert/1.0.9/instance_of.d.ts +23 -0
  23. package/esm/deps/jsr.io/@std/assert/1.0.9/instance_of.d.ts.map +1 -0
  24. package/esm/deps/jsr.io/@std/assert/1.0.9/instance_of.js +53 -0
  25. package/esm/deps/jsr.io/@std/assert/1.0.9/is_error.d.ts +25 -0
  26. package/esm/deps/jsr.io/@std/assert/1.0.9/is_error.d.ts.map +1 -0
  27. package/esm/deps/jsr.io/@std/assert/1.0.9/is_error.js +54 -0
  28. package/esm/deps/jsr.io/@std/assert/1.0.9/match.d.ts +18 -0
  29. package/esm/deps/jsr.io/@std/assert/1.0.9/match.d.ts.map +1 -0
  30. package/esm/deps/jsr.io/@std/assert/1.0.9/match.js +26 -0
  31. package/esm/deps/jsr.io/@std/assert/1.0.9/not_instance_of.d.ts +20 -0
  32. package/esm/deps/jsr.io/@std/assert/1.0.9/not_instance_of.d.ts.map +1 -0
  33. package/esm/deps/jsr.io/@std/assert/1.0.9/not_instance_of.js +29 -0
  34. package/esm/deps/jsr.io/@std/assert/1.0.9/not_match.d.ts +18 -0
  35. package/esm/deps/jsr.io/@std/assert/1.0.9/not_match.d.ts.map +1 -0
  36. package/esm/deps/jsr.io/@std/assert/1.0.9/not_match.js +26 -0
  37. package/esm/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.d.ts +23 -0
  38. package/esm/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.d.ts.map +1 -0
  39. package/esm/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.js +32 -0
  40. package/esm/deps/jsr.io/@std/assert/1.0.9/rejects.d.ts +42 -0
  41. package/esm/deps/jsr.io/@std/assert/1.0.9/rejects.d.ts.map +1 -0
  42. package/esm/deps/jsr.io/@std/assert/1.0.9/rejects.js +53 -0
  43. package/esm/deps/jsr.io/@std/assert/1.0.9/strict_equals.d.ts +24 -0
  44. package/esm/deps/jsr.io/@std/assert/1.0.9/strict_equals.d.ts.map +1 -0
  45. package/esm/deps/jsr.io/@std/assert/1.0.9/strict_equals.js +57 -0
  46. package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_equals.d.ts +20 -0
  47. package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_equals.d.ts.map +1 -0
  48. package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_equals.js +29 -0
  49. package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.d.ts +17 -0
  50. package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.d.ts.map +1 -0
  51. package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.js +26 -0
  52. package/esm/deps/jsr.io/@std/expect/1.0.9/_assertions.d.ts +4 -0
  53. package/esm/deps/jsr.io/@std/expect/1.0.9/_assertions.d.ts.map +1 -0
  54. package/esm/deps/jsr.io/@std/expect/1.0.9/_assertions.js +13 -0
  55. package/esm/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.d.ts +46 -0
  56. package/esm/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.d.ts.map +1 -0
  57. package/esm/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.js +160 -0
  58. package/esm/deps/jsr.io/@std/expect/1.0.9/_build_message.d.ts +6 -0
  59. package/esm/deps/jsr.io/@std/expect/1.0.9/_build_message.d.ts.map +1 -0
  60. package/esm/deps/jsr.io/@std/expect/1.0.9/_build_message.js +29 -0
  61. package/esm/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.d.ts +4 -0
  62. package/esm/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.d.ts.map +1 -0
  63. package/esm/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.js +11 -0
  64. package/esm/deps/jsr.io/@std/expect/1.0.9/_equal.d.ts +9 -0
  65. package/esm/deps/jsr.io/@std/expect/1.0.9/_equal.d.ts.map +1 -0
  66. package/esm/deps/jsr.io/@std/expect/1.0.9/_equal.js +191 -0
  67. package/esm/deps/jsr.io/@std/expect/1.0.9/_extend.d.ts +4 -0
  68. package/esm/deps/jsr.io/@std/expect/1.0.9/_extend.d.ts.map +1 -0
  69. package/esm/deps/jsr.io/@std/expect/1.0.9/_extend.js +11 -0
  70. package/esm/deps/jsr.io/@std/expect/1.0.9/_inspect_args.d.ts +3 -0
  71. package/esm/deps/jsr.io/@std/expect/1.0.9/_inspect_args.d.ts.map +1 -0
  72. package/esm/deps/jsr.io/@std/expect/1.0.9/_inspect_args.js +12 -0
  73. package/esm/deps/jsr.io/@std/expect/1.0.9/_matchers.d.ts +34 -0
  74. package/esm/deps/jsr.io/@std/expect/1.0.9/_matchers.d.ts.map +1 -0
  75. package/esm/deps/jsr.io/@std/expect/1.0.9/_matchers.js +568 -0
  76. package/esm/deps/jsr.io/@std/expect/1.0.9/_mock_util.d.ts +11 -0
  77. package/esm/deps/jsr.io/@std/expect/1.0.9/_mock_util.d.ts.map +1 -0
  78. package/esm/deps/jsr.io/@std/expect/1.0.9/_mock_util.js +10 -0
  79. package/esm/deps/jsr.io/@std/expect/1.0.9/_serializer.d.ts +4 -0
  80. package/esm/deps/jsr.io/@std/expect/1.0.9/_serializer.d.ts.map +1 -0
  81. package/esm/deps/jsr.io/@std/expect/1.0.9/_serializer.js +10 -0
  82. package/esm/deps/jsr.io/@std/expect/1.0.9/_types.d.ts +839 -0
  83. package/esm/deps/jsr.io/@std/expect/1.0.9/_types.d.ts.map +1 -0
  84. package/esm/deps/jsr.io/@std/expect/1.0.9/_types.js +3 -0
  85. package/esm/deps/jsr.io/@std/expect/1.0.9/_utils.d.ts +9 -0
  86. package/esm/deps/jsr.io/@std/expect/1.0.9/_utils.d.ts.map +1 -0
  87. package/esm/deps/jsr.io/@std/expect/1.0.9/_utils.js +218 -0
  88. package/esm/deps/jsr.io/@std/expect/1.0.9/expect.d.ts +60 -0
  89. package/esm/deps/jsr.io/@std/expect/1.0.9/expect.d.ts.map +1 -0
  90. package/esm/deps/jsr.io/@std/expect/1.0.9/expect.js +523 -0
  91. package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts +160 -0
  92. package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts.map +1 -0
  93. package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.js +199 -0
  94. package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
  95. package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
  96. package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.js +111 -0
  97. package/esm/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
  98. package/esm/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
  99. package/esm/deps/jsr.io/@std/internal/1.0.5/diff.js +277 -0
  100. package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
  101. package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
  102. package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.js +180 -0
  103. package/esm/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
  104. package/esm/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
  105. package/esm/deps/jsr.io/@std/internal/1.0.5/format.js +37 -0
  106. package/esm/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
  107. package/esm/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
  108. package/esm/deps/jsr.io/@std/internal/1.0.5/styles.js +207 -0
  109. package/esm/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
  110. package/esm/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
  111. package/esm/deps/jsr.io/@std/internal/1.0.5/types.js +2 -0
  112. package/esm/deps/jsr.io/@std/testing/1.0.6/_mock_utils.d.ts +15 -0
  113. package/esm/deps/jsr.io/@std/testing/1.0.6/_mock_utils.d.ts.map +1 -0
  114. package/esm/deps/jsr.io/@std/testing/1.0.6/_mock_utils.js +35 -0
  115. package/esm/deps/jsr.io/@std/testing/1.0.6/_test_suite.d.ts +74 -0
  116. package/esm/deps/jsr.io/@std/testing/1.0.6/_test_suite.d.ts.map +1 -0
  117. package/esm/deps/jsr.io/@std/testing/1.0.6/_test_suite.js +350 -0
  118. package/esm/deps/jsr.io/@std/testing/1.0.6/bdd.d.ts +736 -0
  119. package/esm/deps/jsr.io/@std/testing/1.0.6/bdd.d.ts.map +1 -0
  120. package/esm/deps/jsr.io/@std/testing/1.0.6/bdd.js +652 -0
  121. package/esm/deps/jsr.io/@std/testing/1.0.6/mock.d.ts +674 -0
  122. package/esm/deps/jsr.io/@std/testing/1.0.6/mock.d.ts.map +1 -0
  123. package/esm/deps/jsr.io/@std/testing/1.0.6/mock.js +1083 -0
  124. package/esm/src/ast/nodes/annotation.test.d.ts +2 -0
  125. package/esm/src/ast/nodes/annotation.test.d.ts.map +1 -0
  126. package/esm/src/ast/nodes/annotation.test.js +56 -0
  127. package/esm/src/ast/nodes/argument.test.d.ts +2 -0
  128. package/esm/src/ast/nodes/argument.test.d.ts.map +1 -0
  129. package/esm/src/ast/nodes/argument.test.js +33 -0
  130. package/esm/src/ast/nodes/call.test.d.ts +2 -0
  131. package/esm/src/ast/nodes/call.test.d.ts.map +1 -0
  132. package/esm/src/ast/nodes/call.test.js +35 -0
  133. package/esm/src/ast/nodes/class.test.d.ts +2 -0
  134. package/esm/src/ast/nodes/class.test.d.ts.map +1 -0
  135. package/esm/src/ast/nodes/class.test.js +219 -0
  136. package/esm/src/ast/nodes/constructor.test.d.ts +2 -0
  137. package/esm/src/ast/nodes/constructor.test.d.ts.map +1 -0
  138. package/esm/src/ast/nodes/constructor.test.js +139 -0
  139. package/esm/src/ast/nodes/doc-tag.test.d.ts +2 -0
  140. package/esm/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
  141. package/esm/src/ast/nodes/doc-tag.test.js +67 -0
  142. package/esm/src/ast/nodes/doc.test.d.ts +2 -0
  143. package/esm/src/ast/nodes/doc.test.d.ts.map +1 -0
  144. package/esm/src/ast/nodes/doc.test.js +33 -0
  145. package/esm/src/ast/nodes/enum-value.test.d.ts +2 -0
  146. package/esm/src/ast/nodes/enum-value.test.d.ts.map +1 -0
  147. package/esm/src/ast/nodes/enum-value.test.js +115 -0
  148. package/esm/src/ast/nodes/enum.test.d.ts +2 -0
  149. package/esm/src/ast/nodes/enum.test.d.ts.map +1 -0
  150. package/esm/src/ast/nodes/enum.test.js +129 -0
  151. package/esm/src/ast/nodes/function.test.d.ts +2 -0
  152. package/esm/src/ast/nodes/function.test.d.ts.map +1 -0
  153. package/esm/src/ast/nodes/function.test.js +160 -0
  154. package/esm/src/ast/nodes/generic-parameter.test.d.ts +2 -0
  155. package/esm/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
  156. package/esm/src/ast/nodes/generic-parameter.test.js +49 -0
  157. package/esm/src/ast/nodes/init-block.test.d.ts +2 -0
  158. package/esm/src/ast/nodes/init-block.test.d.ts.map +1 -0
  159. package/esm/src/ast/nodes/init-block.test.js +28 -0
  160. package/esm/src/ast/nodes/interface.test.d.ts +2 -0
  161. package/esm/src/ast/nodes/interface.test.d.ts.map +1 -0
  162. package/esm/src/ast/nodes/interface.test.js +121 -0
  163. package/esm/src/ast/nodes/object.test.d.ts +2 -0
  164. package/esm/src/ast/nodes/object.test.d.ts.map +1 -0
  165. package/esm/src/ast/nodes/object.test.js +78 -0
  166. package/esm/src/ast/nodes/parameter.test.d.ts +2 -0
  167. package/esm/src/ast/nodes/parameter.test.d.ts.map +1 -0
  168. package/esm/src/ast/nodes/parameter.test.js +152 -0
  169. package/esm/src/ast/nodes/property.test.d.ts +2 -0
  170. package/esm/src/ast/nodes/property.test.d.ts.map +1 -0
  171. package/esm/src/ast/nodes/property.test.js +206 -0
  172. package/esm/src/ast/nodes/reference.test.d.ts +2 -0
  173. package/esm/src/ast/nodes/reference.test.d.ts.map +1 -0
  174. package/esm/src/ast/nodes/reference.test.js +36 -0
  175. package/esm/src/ast/nodes/string.test.d.ts +2 -0
  176. package/esm/src/ast/nodes/string.test.d.ts.map +1 -0
  177. package/esm/src/ast/nodes/string.test.js +48 -0
  178. package/esm/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
  179. package/esm/src/generators/services/spring-controllers/models.d.ts +1 -0
  180. package/esm/src/generators/services/spring-controllers/models.d.ts.map +1 -1
  181. package/esm/src/generators/services/spring-controllers/models.js +1 -0
  182. package/esm/src/generators/services/spring-controllers/spring-controller-generator.d.ts +1 -1
  183. package/esm/src/generators/services/spring-controllers/spring-controller-generator.d.ts.map +1 -1
  184. package/esm/src/generators/services/spring-controllers/spring-controller-generator.js +11 -4
  185. package/esm/src/import-collection.test.d.ts +2 -0
  186. package/esm/src/import-collection.test.d.ts.map +1 -0
  187. package/esm/src/import-collection.test.js +99 -0
  188. package/esm/tests/openapi-models.test.d.ts +2 -0
  189. package/esm/tests/openapi-models.test.d.ts.map +1 -0
  190. package/esm/tests/openapi-models.test.js +45 -0
  191. package/package.json +1 -1
  192. package/script/_dnt.test_polyfills.d.ts +29 -0
  193. package/script/_dnt.test_polyfills.d.ts.map +1 -0
  194. package/script/_dnt.test_polyfills.js +32 -0
  195. package/script/_dnt.test_shims.d.ts +6 -0
  196. package/script/_dnt.test_shims.d.ts.map +1 -0
  197. package/script/_dnt.test_shims.js +65 -0
  198. package/script/deps/jsr.io/@std/assert/1.0.9/assertion_error.d.ts +26 -0
  199. package/script/deps/jsr.io/@std/assert/1.0.9/assertion_error.d.ts.map +1 -0
  200. package/script/deps/jsr.io/@std/assert/1.0.9/assertion_error.js +34 -0
  201. package/script/deps/jsr.io/@std/assert/1.0.9/equal.d.ts +17 -0
  202. package/script/deps/jsr.io/@std/assert/1.0.9/equal.d.ts.map +1 -0
  203. package/script/deps/jsr.io/@std/assert/1.0.9/equal.js +187 -0
  204. package/script/deps/jsr.io/@std/assert/1.0.9/equals.d.ts +35 -0
  205. package/script/deps/jsr.io/@std/assert/1.0.9/equals.d.ts.map +1 -0
  206. package/script/deps/jsr.io/@std/assert/1.0.9/equals.js +61 -0
  207. package/script/deps/jsr.io/@std/assert/1.0.9/false.d.ts +18 -0
  208. package/script/deps/jsr.io/@std/assert/1.0.9/false.d.ts.map +1 -0
  209. package/script/deps/jsr.io/@std/assert/1.0.9/false.js +25 -0
  210. package/script/deps/jsr.io/@std/assert/1.0.9/instance_of.d.ts +23 -0
  211. package/script/deps/jsr.io/@std/assert/1.0.9/instance_of.d.ts.map +1 -0
  212. package/script/deps/jsr.io/@std/assert/1.0.9/instance_of.js +56 -0
  213. package/script/deps/jsr.io/@std/assert/1.0.9/is_error.d.ts +25 -0
  214. package/script/deps/jsr.io/@std/assert/1.0.9/is_error.d.ts.map +1 -0
  215. package/script/deps/jsr.io/@std/assert/1.0.9/is_error.js +57 -0
  216. package/script/deps/jsr.io/@std/assert/1.0.9/match.d.ts +18 -0
  217. package/script/deps/jsr.io/@std/assert/1.0.9/match.d.ts.map +1 -0
  218. package/script/deps/jsr.io/@std/assert/1.0.9/match.js +29 -0
  219. package/script/deps/jsr.io/@std/assert/1.0.9/not_instance_of.d.ts +20 -0
  220. package/script/deps/jsr.io/@std/assert/1.0.9/not_instance_of.d.ts.map +1 -0
  221. package/script/deps/jsr.io/@std/assert/1.0.9/not_instance_of.js +32 -0
  222. package/script/deps/jsr.io/@std/assert/1.0.9/not_match.d.ts +18 -0
  223. package/script/deps/jsr.io/@std/assert/1.0.9/not_match.d.ts.map +1 -0
  224. package/script/deps/jsr.io/@std/assert/1.0.9/not_match.js +29 -0
  225. package/script/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.d.ts +23 -0
  226. package/script/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.d.ts.map +1 -0
  227. package/script/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.js +35 -0
  228. package/script/deps/jsr.io/@std/assert/1.0.9/rejects.d.ts +42 -0
  229. package/script/deps/jsr.io/@std/assert/1.0.9/rejects.d.ts.map +1 -0
  230. package/script/deps/jsr.io/@std/assert/1.0.9/rejects.js +56 -0
  231. package/script/deps/jsr.io/@std/assert/1.0.9/strict_equals.d.ts +24 -0
  232. package/script/deps/jsr.io/@std/assert/1.0.9/strict_equals.d.ts.map +1 -0
  233. package/script/deps/jsr.io/@std/assert/1.0.9/strict_equals.js +60 -0
  234. package/script/deps/jsr.io/@std/expect/1.0.9/_assert_equals.d.ts +20 -0
  235. package/script/deps/jsr.io/@std/expect/1.0.9/_assert_equals.d.ts.map +1 -0
  236. package/script/deps/jsr.io/@std/expect/1.0.9/_assert_equals.js +32 -0
  237. package/script/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.d.ts +17 -0
  238. package/script/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.d.ts.map +1 -0
  239. package/script/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.js +29 -0
  240. package/script/deps/jsr.io/@std/expect/1.0.9/_assertions.d.ts +4 -0
  241. package/script/deps/jsr.io/@std/expect/1.0.9/_assertions.d.ts.map +1 -0
  242. package/script/deps/jsr.io/@std/expect/1.0.9/_assertions.js +18 -0
  243. package/script/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.d.ts +46 -0
  244. package/script/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.d.ts.map +1 -0
  245. package/script/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.js +182 -0
  246. package/script/deps/jsr.io/@std/expect/1.0.9/_build_message.d.ts +6 -0
  247. package/script/deps/jsr.io/@std/expect/1.0.9/_build_message.d.ts.map +1 -0
  248. package/script/deps/jsr.io/@std/expect/1.0.9/_build_message.js +33 -0
  249. package/script/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.d.ts +4 -0
  250. package/script/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.d.ts.map +1 -0
  251. package/script/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.js +15 -0
  252. package/script/deps/jsr.io/@std/expect/1.0.9/_equal.d.ts +9 -0
  253. package/script/deps/jsr.io/@std/expect/1.0.9/_equal.d.ts.map +1 -0
  254. package/script/deps/jsr.io/@std/expect/1.0.9/_equal.js +194 -0
  255. package/script/deps/jsr.io/@std/expect/1.0.9/_extend.d.ts +4 -0
  256. package/script/deps/jsr.io/@std/expect/1.0.9/_extend.d.ts.map +1 -0
  257. package/script/deps/jsr.io/@std/expect/1.0.9/_extend.js +15 -0
  258. package/script/deps/jsr.io/@std/expect/1.0.9/_inspect_args.d.ts +3 -0
  259. package/script/deps/jsr.io/@std/expect/1.0.9/_inspect_args.d.ts.map +1 -0
  260. package/script/deps/jsr.io/@std/expect/1.0.9/_inspect_args.js +17 -0
  261. package/script/deps/jsr.io/@std/expect/1.0.9/_matchers.d.ts +34 -0
  262. package/script/deps/jsr.io/@std/expect/1.0.9/_matchers.d.ts.map +1 -0
  263. package/script/deps/jsr.io/@std/expect/1.0.9/_matchers.js +602 -0
  264. package/script/deps/jsr.io/@std/expect/1.0.9/_mock_util.d.ts +11 -0
  265. package/script/deps/jsr.io/@std/expect/1.0.9/_mock_util.d.ts.map +1 -0
  266. package/script/deps/jsr.io/@std/expect/1.0.9/_mock_util.js +14 -0
  267. package/script/deps/jsr.io/@std/expect/1.0.9/_serializer.d.ts +4 -0
  268. package/script/deps/jsr.io/@std/expect/1.0.9/_serializer.d.ts.map +1 -0
  269. package/script/deps/jsr.io/@std/expect/1.0.9/_serializer.js +14 -0
  270. package/script/deps/jsr.io/@std/expect/1.0.9/_types.d.ts +839 -0
  271. package/script/deps/jsr.io/@std/expect/1.0.9/_types.d.ts.map +1 -0
  272. package/script/deps/jsr.io/@std/expect/1.0.9/_types.js +4 -0
  273. package/script/deps/jsr.io/@std/expect/1.0.9/_utils.d.ts +9 -0
  274. package/script/deps/jsr.io/@std/expect/1.0.9/_utils.d.ts.map +1 -0
  275. package/script/deps/jsr.io/@std/expect/1.0.9/_utils.js +226 -0
  276. package/script/deps/jsr.io/@std/expect/1.0.9/expect.d.ts +60 -0
  277. package/script/deps/jsr.io/@std/expect/1.0.9/expect.d.ts.map +1 -0
  278. package/script/deps/jsr.io/@std/expect/1.0.9/expect.js +527 -0
  279. package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts +160 -0
  280. package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts.map +1 -0
  281. package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.js +204 -0
  282. package/script/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
  283. package/script/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
  284. package/script/deps/jsr.io/@std/internal/1.0.5/build_message.js +116 -0
  285. package/script/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
  286. package/script/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
  287. package/script/deps/jsr.io/@std/internal/1.0.5/diff.js +284 -0
  288. package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
  289. package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
  290. package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.js +186 -0
  291. package/script/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
  292. package/script/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
  293. package/script/deps/jsr.io/@std/internal/1.0.5/format.js +41 -0
  294. package/script/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
  295. package/script/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
  296. package/script/deps/jsr.io/@std/internal/1.0.5/styles.js +220 -0
  297. package/script/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
  298. package/script/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
  299. package/script/deps/jsr.io/@std/internal/1.0.5/types.js +3 -0
  300. package/script/deps/jsr.io/@std/testing/1.0.6/_mock_utils.d.ts +15 -0
  301. package/script/deps/jsr.io/@std/testing/1.0.6/_mock_utils.d.ts.map +1 -0
  302. package/script/deps/jsr.io/@std/testing/1.0.6/_mock_utils.js +41 -0
  303. package/script/deps/jsr.io/@std/testing/1.0.6/_test_suite.d.ts +74 -0
  304. package/script/deps/jsr.io/@std/testing/1.0.6/_test_suite.d.ts.map +1 -0
  305. package/script/deps/jsr.io/@std/testing/1.0.6/_test_suite.js +355 -0
  306. package/script/deps/jsr.io/@std/testing/1.0.6/bdd.d.ts +736 -0
  307. package/script/deps/jsr.io/@std/testing/1.0.6/bdd.d.ts.map +1 -0
  308. package/script/deps/jsr.io/@std/testing/1.0.6/bdd.js +663 -0
  309. package/script/deps/jsr.io/@std/testing/1.0.6/mock.d.ts +674 -0
  310. package/script/deps/jsr.io/@std/testing/1.0.6/mock.d.ts.map +1 -0
  311. package/script/deps/jsr.io/@std/testing/1.0.6/mock.js +1102 -0
  312. package/script/src/ast/nodes/annotation.test.d.ts +2 -0
  313. package/script/src/ast/nodes/annotation.test.d.ts.map +1 -0
  314. package/script/src/ast/nodes/annotation.test.js +58 -0
  315. package/script/src/ast/nodes/argument.test.d.ts +2 -0
  316. package/script/src/ast/nodes/argument.test.d.ts.map +1 -0
  317. package/script/src/ast/nodes/argument.test.js +35 -0
  318. package/script/src/ast/nodes/call.test.d.ts +2 -0
  319. package/script/src/ast/nodes/call.test.d.ts.map +1 -0
  320. package/script/src/ast/nodes/call.test.js +37 -0
  321. package/script/src/ast/nodes/class.test.d.ts +2 -0
  322. package/script/src/ast/nodes/class.test.d.ts.map +1 -0
  323. package/script/src/ast/nodes/class.test.js +221 -0
  324. package/script/src/ast/nodes/constructor.test.d.ts +2 -0
  325. package/script/src/ast/nodes/constructor.test.d.ts.map +1 -0
  326. package/script/src/ast/nodes/constructor.test.js +141 -0
  327. package/script/src/ast/nodes/doc-tag.test.d.ts +2 -0
  328. package/script/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
  329. package/script/src/ast/nodes/doc-tag.test.js +69 -0
  330. package/script/src/ast/nodes/doc.test.d.ts +2 -0
  331. package/script/src/ast/nodes/doc.test.d.ts.map +1 -0
  332. package/script/src/ast/nodes/doc.test.js +35 -0
  333. package/script/src/ast/nodes/enum-value.test.d.ts +2 -0
  334. package/script/src/ast/nodes/enum-value.test.d.ts.map +1 -0
  335. package/script/src/ast/nodes/enum-value.test.js +117 -0
  336. package/script/src/ast/nodes/enum.test.d.ts +2 -0
  337. package/script/src/ast/nodes/enum.test.d.ts.map +1 -0
  338. package/script/src/ast/nodes/enum.test.js +131 -0
  339. package/script/src/ast/nodes/function.test.d.ts +2 -0
  340. package/script/src/ast/nodes/function.test.d.ts.map +1 -0
  341. package/script/src/ast/nodes/function.test.js +162 -0
  342. package/script/src/ast/nodes/generic-parameter.test.d.ts +2 -0
  343. package/script/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
  344. package/script/src/ast/nodes/generic-parameter.test.js +51 -0
  345. package/script/src/ast/nodes/init-block.test.d.ts +2 -0
  346. package/script/src/ast/nodes/init-block.test.d.ts.map +1 -0
  347. package/script/src/ast/nodes/init-block.test.js +30 -0
  348. package/script/src/ast/nodes/interface.test.d.ts +2 -0
  349. package/script/src/ast/nodes/interface.test.d.ts.map +1 -0
  350. package/script/src/ast/nodes/interface.test.js +123 -0
  351. package/script/src/ast/nodes/object.test.d.ts +2 -0
  352. package/script/src/ast/nodes/object.test.d.ts.map +1 -0
  353. package/script/src/ast/nodes/object.test.js +80 -0
  354. package/script/src/ast/nodes/parameter.test.d.ts +2 -0
  355. package/script/src/ast/nodes/parameter.test.d.ts.map +1 -0
  356. package/script/src/ast/nodes/parameter.test.js +154 -0
  357. package/script/src/ast/nodes/property.test.d.ts +2 -0
  358. package/script/src/ast/nodes/property.test.d.ts.map +1 -0
  359. package/script/src/ast/nodes/property.test.js +208 -0
  360. package/script/src/ast/nodes/reference.test.d.ts +2 -0
  361. package/script/src/ast/nodes/reference.test.d.ts.map +1 -0
  362. package/script/src/ast/nodes/reference.test.js +38 -0
  363. package/script/src/ast/nodes/string.test.d.ts +2 -0
  364. package/script/src/ast/nodes/string.test.d.ts.map +1 -0
  365. package/script/src/ast/nodes/string.test.js +50 -0
  366. package/script/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
  367. package/script/src/generators/services/spring-controllers/models.d.ts +1 -0
  368. package/script/src/generators/services/spring-controllers/models.d.ts.map +1 -1
  369. package/script/src/generators/services/spring-controllers/models.js +1 -0
  370. package/script/src/generators/services/spring-controllers/spring-controller-generator.d.ts +1 -1
  371. package/script/src/generators/services/spring-controllers/spring-controller-generator.d.ts.map +1 -1
  372. package/script/src/generators/services/spring-controllers/spring-controller-generator.js +12 -5
  373. package/script/src/import-collection.test.d.ts +2 -0
  374. package/script/src/import-collection.test.d.ts.map +1 -0
  375. package/script/src/import-collection.test.js +101 -0
  376. package/script/tests/openapi-models.test.d.ts +2 -0
  377. package/script/tests/openapi-models.test.d.ts.map +1 -0
  378. package/script/tests/openapi-models.test.js +48 -0
  379. package/src/_dnt.test_polyfills.ts +70 -0
  380. package/src/_dnt.test_shims.ts +64 -0
  381. package/src/deps/jsr.io/@std/assert/1.0.9/assertion_error.ts +31 -0
  382. package/src/deps/jsr.io/@std/assert/1.0.9/equal.ts +210 -0
  383. package/src/deps/jsr.io/@std/assert/1.0.9/equals.ts +65 -0
  384. package/src/deps/jsr.io/@std/assert/1.0.9/false.ts +26 -0
  385. package/src/deps/jsr.io/@std/assert/1.0.9/instance_of.ts +64 -0
  386. package/src/deps/jsr.io/@std/assert/1.0.9/is_error.ts +65 -0
  387. package/src/deps/jsr.io/@std/assert/1.0.9/match.ts +30 -0
  388. package/src/deps/jsr.io/@std/assert/1.0.9/not_instance_of.ts +33 -0
  389. package/src/deps/jsr.io/@std/assert/1.0.9/not_match.ts +30 -0
  390. package/src/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.ts +42 -0
  391. package/src/deps/jsr.io/@std/assert/1.0.9/rejects.ts +123 -0
  392. package/src/deps/jsr.io/@std/assert/1.0.9/strict_equals.ts +67 -0
  393. package/src/deps/jsr.io/@std/expect/1.0.9/_assert_equals.ts +38 -0
  394. package/src/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.ts +35 -0
  395. package/src/deps/jsr.io/@std/expect/1.0.9/_assertions.ts +18 -0
  396. package/src/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.ts +193 -0
  397. package/src/deps/jsr.io/@std/expect/1.0.9/_build_message.ts +51 -0
  398. package/src/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.ts +19 -0
  399. package/src/deps/jsr.io/@std/expect/1.0.9/_equal.ts +230 -0
  400. package/src/deps/jsr.io/@std/expect/1.0.9/_extend.ts +16 -0
  401. package/src/deps/jsr.io/@std/expect/1.0.9/_inspect_args.ts +15 -0
  402. package/src/deps/jsr.io/@std/expect/1.0.9/_matchers.ts +838 -0
  403. package/src/deps/jsr.io/@std/expect/1.0.9/_mock_util.ts +22 -0
  404. package/src/deps/jsr.io/@std/expect/1.0.9/_serializer.ts +15 -0
  405. package/src/deps/jsr.io/@std/expect/1.0.9/_types.ts +919 -0
  406. package/src/deps/jsr.io/@std/expect/1.0.9/_utils.ts +283 -0
  407. package/src/deps/jsr.io/@std/expect/1.0.9/expect.ts +620 -0
  408. package/src/deps/jsr.io/@std/internal/1.0.5/assertion_state.ts +214 -0
  409. package/src/deps/jsr.io/@std/internal/1.0.5/build_message.ts +134 -0
  410. package/src/deps/jsr.io/@std/internal/1.0.5/diff.ts +317 -0
  411. package/src/deps/jsr.io/@std/internal/1.0.5/diff_str.ts +204 -0
  412. package/src/deps/jsr.io/@std/internal/1.0.5/format.ts +39 -0
  413. package/src/deps/jsr.io/@std/internal/1.0.5/styles.ts +233 -0
  414. package/src/deps/jsr.io/@std/internal/1.0.5/types.ts +18 -0
  415. package/src/deps/jsr.io/@std/testing/1.0.6/_mock_utils.ts +43 -0
  416. package/src/deps/jsr.io/@std/testing/1.0.6/_test_suite.ts +410 -0
  417. package/src/deps/jsr.io/@std/testing/1.0.6/bdd.ts +1285 -0
  418. package/src/deps/jsr.io/@std/testing/1.0.6/mock.ts +1807 -0
  419. package/src/mod.ts +8 -0
  420. package/src/src/assets.ts +9 -0
  421. package/src/src/ast/_index.ts +66 -0
  422. package/src/src/ast/common.ts +1 -0
  423. package/src/src/ast/index.ts +1 -0
  424. package/src/src/ast/node.ts +10 -0
  425. package/src/src/ast/nodes/annotation.test.ts +69 -0
  426. package/src/src/ast/nodes/annotation.ts +79 -0
  427. package/src/src/ast/nodes/argument.test.ts +41 -0
  428. package/src/src/ast/nodes/argument.ts +62 -0
  429. package/src/src/ast/nodes/call.test.ts +44 -0
  430. package/src/src/ast/nodes/call.ts +66 -0
  431. package/src/src/ast/nodes/class.test.ts +274 -0
  432. package/src/src/ast/nodes/class.ts +178 -0
  433. package/src/src/ast/nodes/collection-literal.ts +49 -0
  434. package/src/src/ast/nodes/constructor.test.ts +178 -0
  435. package/src/src/ast/nodes/constructor.ts +126 -0
  436. package/src/src/ast/nodes/doc-tag.test.ts +84 -0
  437. package/src/src/ast/nodes/doc-tag.ts +138 -0
  438. package/src/src/ast/nodes/doc.test.ts +42 -0
  439. package/src/src/ast/nodes/doc.ts +111 -0
  440. package/src/src/ast/nodes/enum-value.test.ts +146 -0
  441. package/src/src/ast/nodes/enum-value.ts +100 -0
  442. package/src/src/ast/nodes/enum.test.ts +167 -0
  443. package/src/src/ast/nodes/enum.ts +163 -0
  444. package/src/src/ast/nodes/function.test.ts +194 -0
  445. package/src/src/ast/nodes/function.ts +176 -0
  446. package/src/src/ast/nodes/generic-parameter.test.ts +60 -0
  447. package/src/src/ast/nodes/generic-parameter.ts +54 -0
  448. package/src/src/ast/nodes/init-block.test.ts +36 -0
  449. package/src/src/ast/nodes/init-block.ts +38 -0
  450. package/src/src/ast/nodes/interface.test.ts +151 -0
  451. package/src/src/ast/nodes/interface.ts +133 -0
  452. package/src/src/ast/nodes/lambda-type.ts +68 -0
  453. package/src/src/ast/nodes/lambda.ts +68 -0
  454. package/src/src/ast/nodes/object.test.ts +101 -0
  455. package/src/src/ast/nodes/object.ts +102 -0
  456. package/src/src/ast/nodes/parameter.test.ts +191 -0
  457. package/src/src/ast/nodes/parameter.ts +118 -0
  458. package/src/src/ast/nodes/property.test.ts +253 -0
  459. package/src/src/ast/nodes/property.ts +225 -0
  460. package/src/src/ast/nodes/reference.test.ts +47 -0
  461. package/src/src/ast/nodes/reference.ts +178 -0
  462. package/src/src/ast/nodes/string.test.ts +61 -0
  463. package/src/src/ast/nodes/string.ts +114 -0
  464. package/src/src/ast/nodes/types.ts +23 -0
  465. package/src/src/ast/references/index.ts +8 -0
  466. package/src/src/ast/references/jackson.ts +16 -0
  467. package/src/src/ast/references/jakarta.ts +10 -0
  468. package/src/src/ast/references/java.ts +19 -0
  469. package/src/src/ast/references/kotlin.ts +40 -0
  470. package/src/src/ast/references/okhttp3.ts +5 -0
  471. package/src/src/ast/references/reactor.ts +5 -0
  472. package/src/src/ast/references/spring.ts +64 -0
  473. package/src/src/ast/references/swagger.ts +23 -0
  474. package/src/src/ast/utils/get-kotlin-builder-options.ts +19 -0
  475. package/src/src/ast/utils/to-kt-node.ts +31 -0
  476. package/src/src/ast/utils/write-kt-annotations.ts +15 -0
  477. package/src/src/ast/utils/write-kt-arguments.ts +45 -0
  478. package/src/src/ast/utils/write-kt-enum-values.ts +27 -0
  479. package/src/src/ast/utils/write-kt-generic-parameters.ts +12 -0
  480. package/src/src/ast/utils/write-kt-members.ts +25 -0
  481. package/src/src/ast/utils/write-kt-node.ts +37 -0
  482. package/src/src/ast/utils/write-kt-parameters.ts +25 -0
  483. package/src/src/common-results.ts +4 -0
  484. package/src/src/config.ts +41 -0
  485. package/src/src/file-builder.ts +108 -0
  486. package/src/src/generators/file-generator.ts +29 -0
  487. package/src/src/generators/index.ts +4 -0
  488. package/src/src/generators/models/args.ts +128 -0
  489. package/src/src/generators/models/index.ts +4 -0
  490. package/src/src/generators/models/model-generator.ts +602 -0
  491. package/src/src/generators/models/models-generator.ts +65 -0
  492. package/src/src/generators/models/models.ts +95 -0
  493. package/src/src/generators/services/okhttp3-clients/args.ts +78 -0
  494. package/src/src/generators/services/okhttp3-clients/index.ts +4 -0
  495. package/src/src/generators/services/okhttp3-clients/models.ts +62 -0
  496. package/src/src/generators/services/okhttp3-clients/okhttp3-client-generator.ts +557 -0
  497. package/src/src/generators/services/okhttp3-clients/okhttp3-clients-generator.ts +130 -0
  498. package/src/src/generators/services/okhttp3-clients/refs.ts +55 -0
  499. package/src/src/generators/services/spring-controllers/args.ts +88 -0
  500. package/src/src/generators/services/spring-controllers/index.ts +4 -0
  501. package/src/src/generators/services/spring-controllers/models.ts +66 -0
  502. package/src/src/generators/services/spring-controllers/spring-controller-generator.ts +754 -0
  503. package/src/src/generators/services/spring-controllers/spring-controllers-generator.ts +70 -0
  504. package/src/src/import-collection.test.ts +116 -0
  505. package/src/src/import-collection.ts +98 -0
  506. package/src/src/types.ts +3 -0
  507. package/src/src/utils.ts +39 -0
  508. package/src/tests/openapi-models.test.ts +63 -0
  509. package/test_runner.js +227 -0
@@ -0,0 +1,527 @@
1
+ "use strict";
2
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
+ // This module is browser compatible.
4
+ // Copyright 2019 Allain Lalonde. All rights reserved. ISC License.
5
+ // Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ // The documentation is extracted from https://github.com/jestjs/jest/blob/main/website/versioned_docs/version-29.7/ExpectAPI.md
7
+ // and updated for the Deno ecosystem.
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.expect = expect;
10
+ const tslib_1 = require("tslib");
11
+ const assertion_error_js_1 = require("../../assert/1.0.9/assertion_error.js");
12
+ const _assertions_js_1 = require("./_assertions.js");
13
+ const _custom_equality_tester_js_1 = require("./_custom_equality_tester.js");
14
+ const _equal_js_1 = require("./_equal.js");
15
+ const _extend_js_1 = require("./_extend.js");
16
+ const _matchers_js_1 = require("./_matchers.js");
17
+ const _serializer_js_1 = require("./_serializer.js");
18
+ const _utils_js_1 = require("./_utils.js");
19
+ const asymmetricMatchers = tslib_1.__importStar(require("./_asymmetric_matchers.js"));
20
+ const matchers = {
21
+ lastCalledWith: _matchers_js_1.toHaveBeenLastCalledWith,
22
+ lastReturnedWith: _matchers_js_1.toHaveLastReturnedWith,
23
+ nthCalledWith: _matchers_js_1.toHaveBeenNthCalledWith,
24
+ nthReturnedWith: _matchers_js_1.toHaveNthReturnedWith,
25
+ toBeCalled: _matchers_js_1.toHaveBeenCalled,
26
+ toBeCalledTimes: _matchers_js_1.toHaveBeenCalledTimes,
27
+ toBeCalledWith: _matchers_js_1.toHaveBeenCalledWith,
28
+ toBeCloseTo: _matchers_js_1.toBeCloseTo,
29
+ toBeDefined: _matchers_js_1.toBeDefined,
30
+ toBeFalsy: _matchers_js_1.toBeFalsy,
31
+ toBeGreaterThanOrEqual: _matchers_js_1.toBeGreaterThanOrEqual,
32
+ toBeGreaterThan: _matchers_js_1.toBeGreaterThan,
33
+ toBeInstanceOf: _matchers_js_1.toBeInstanceOf,
34
+ toBeLessThanOrEqual: _matchers_js_1.toBeLessThanOrEqual,
35
+ toBeLessThan: _matchers_js_1.toBeLessThan,
36
+ toBeNaN: _matchers_js_1.toBeNaN,
37
+ toBeNull: _matchers_js_1.toBeNull,
38
+ toBeTruthy: _matchers_js_1.toBeTruthy,
39
+ toBeUndefined: _matchers_js_1.toBeUndefined,
40
+ toBe: _matchers_js_1.toBe,
41
+ toContainEqual: _matchers_js_1.toContainEqual,
42
+ toContain: _matchers_js_1.toContain,
43
+ toEqual: _matchers_js_1.toEqual,
44
+ toHaveBeenCalledTimes: _matchers_js_1.toHaveBeenCalledTimes,
45
+ toHaveBeenCalledWith: _matchers_js_1.toHaveBeenCalledWith,
46
+ toHaveBeenCalled: _matchers_js_1.toHaveBeenCalled,
47
+ toHaveBeenLastCalledWith: _matchers_js_1.toHaveBeenLastCalledWith,
48
+ toHaveBeenNthCalledWith: _matchers_js_1.toHaveBeenNthCalledWith,
49
+ toHaveLength: _matchers_js_1.toHaveLength,
50
+ toHaveLastReturnedWith: _matchers_js_1.toHaveLastReturnedWith,
51
+ toHaveNthReturnedWith: _matchers_js_1.toHaveNthReturnedWith,
52
+ toHaveProperty: _matchers_js_1.toHaveProperty,
53
+ toHaveReturnedTimes: _matchers_js_1.toHaveReturnedTimes,
54
+ toHaveReturnedWith: _matchers_js_1.toHaveReturnedWith,
55
+ toHaveReturned: _matchers_js_1.toHaveReturned,
56
+ toMatchObject: _matchers_js_1.toMatchObject,
57
+ toMatch: _matchers_js_1.toMatch,
58
+ toReturn: _matchers_js_1.toHaveReturned,
59
+ toReturnTimes: _matchers_js_1.toHaveReturnedTimes,
60
+ toReturnWith: _matchers_js_1.toHaveReturnedWith,
61
+ toStrictEqual: _matchers_js_1.toStrictEqual,
62
+ toThrow: _matchers_js_1.toThrow,
63
+ };
64
+ /**
65
+ * **Note:** the documentation for this module is taken from [Jest](https://github.com/jestjs/jest/blob/main/website/versioned_docs/version-29.7/ExpectAPI.md)
66
+ * and the examples are updated for Deno.
67
+ *
68
+ * The `expect` function is used to test a value. You will use `expect` along with a
69
+ * "matcher" function to assert something about a value.
70
+ *
71
+ * @example Usage
72
+ * ```ts no-assert
73
+ * import { expect } from "@std/expect";
74
+ *
75
+ * function bestLaCroixFlavor(): string {
76
+ * return "grapefruit";
77
+ * }
78
+ *
79
+ * Deno.test("the best flavor is grapefruit", () => {
80
+ * expect(bestLaCroixFlavor()).toBe("grapefruit");
81
+ * });
82
+ * ```
83
+ *
84
+ * In this case, `toBe` is the matcher function. There are a lot of different
85
+ * matcher functions, documented in the main module description.
86
+ *
87
+ * The argument to `expect` should be the value that your code produces, and any
88
+ * argument to the matcher should be the correct value. If you mix them up, your
89
+ * tests will still work, but the error messages on failing tests will look
90
+ * strange.
91
+ *
92
+ * @param value The value to perform assertions on.
93
+ * @param customMessage An optional custom message to include in the assertion error.
94
+ * @returns An expected object that can be used to chain matchers.
95
+ *
96
+ * @typeParam T The interface used for `expect`. This is usually needed only if you want to use `expect.extend` to create custom matchers.
97
+ */
98
+ function expect(value, customMessage) {
99
+ let isNot = false;
100
+ let isPromised = false;
101
+ const self = new Proxy({}, {
102
+ get(_, name) {
103
+ if (name === "not") {
104
+ isNot = !isNot;
105
+ return self;
106
+ }
107
+ if (name === "resolves") {
108
+ if (!(0, _utils_js_1.isPromiseLike)(value)) {
109
+ throw new assertion_error_js_1.AssertionError("Expected value must be PromiseLike");
110
+ }
111
+ isPromised = true;
112
+ return self;
113
+ }
114
+ if (name === "rejects") {
115
+ if (!(0, _utils_js_1.isPromiseLike)(value)) {
116
+ throw new assertion_error_js_1.AssertionError("Expected value must be a PromiseLike");
117
+ }
118
+ value = value.then((value) => {
119
+ throw new assertion_error_js_1.AssertionError(`Promise did not reject: resolved to ${value}`);
120
+ }, (err) => err);
121
+ isPromised = true;
122
+ return self;
123
+ }
124
+ const extendMatchers = (0, _extend_js_1.getExtendMatchers)();
125
+ const allMatchers = {
126
+ ...matchers,
127
+ ...extendMatchers,
128
+ };
129
+ const matcher = allMatchers[name];
130
+ if (!matcher) {
131
+ throw new TypeError(typeof name === "string"
132
+ ? `matcher not found: ${name}`
133
+ : "matcher not found");
134
+ }
135
+ return (...args) => {
136
+ function applyMatcher(value, args) {
137
+ const context = {
138
+ value,
139
+ equal: _equal_js_1.equal,
140
+ isNot: false,
141
+ customMessage,
142
+ customTesters: (0, _custom_equality_tester_js_1.getCustomEqualityTesters)(),
143
+ };
144
+ if (isNot) {
145
+ context.isNot = true;
146
+ }
147
+ if (name in extendMatchers) {
148
+ const result = matcher(context, ...args);
149
+ if (context.isNot) {
150
+ if (result.pass) {
151
+ throw new assertion_error_js_1.AssertionError(result.message());
152
+ }
153
+ }
154
+ else if (!result.pass) {
155
+ throw new assertion_error_js_1.AssertionError(result.message());
156
+ }
157
+ }
158
+ else {
159
+ matcher(context, ...args);
160
+ }
161
+ (0, _assertions_js_1.emitAssertionTrigger)();
162
+ }
163
+ return isPromised
164
+ ? value.then((value) => applyMatcher(value, args))
165
+ : applyMatcher(value, args);
166
+ };
167
+ },
168
+ });
169
+ return self;
170
+ }
171
+ /**
172
+ * You can use `expect.addEqualityTesters` to add your own methods to test if two
173
+ * objects are equal. For example, let's say you have a class in your code that
174
+ * represents volume and can determine if two volumes using different units are
175
+ * equal. You may want `toEqual` (and other equality matchers) to use this custom
176
+ * equality method when comparing to Volume classes. You can add a custom equality
177
+ * tester to have `toEqual` detect and apply custom logic when comparing Volume
178
+ * classes:
179
+ *
180
+ * @example
181
+ * ```ts
182
+ * import { expect } from "@std/expect";
183
+ *
184
+ * class Volume {
185
+ * amount: number;
186
+ * unit: "L" | "mL";
187
+ *
188
+ * constructor(amount: number, unit: "L" | "mL") {
189
+ * this.amount = amount;
190
+ * this.unit = unit;
191
+ * }
192
+ *
193
+ * toString() {
194
+ * return `[Volume ${this.amount}${this.unit}]`;
195
+ * }
196
+ *
197
+ * equals(other: Volume) {
198
+ * if (this.unit === other.unit) {
199
+ * return this.amount === other.amount;
200
+ * } else if (this.unit === "L" && other.unit === "mL") {
201
+ * return this.amount * 1000 === other.amount;
202
+ * } else {
203
+ * return this.amount === other.amount * 1000;
204
+ * }
205
+ * }
206
+ * }
207
+ *
208
+ * function areVolumesEqual(a: Volume, b: Volume) {
209
+ * const isAVolume = a instanceof Volume;
210
+ * const isBVolume = b instanceof Volume;
211
+ * if (isAVolume && isBVolume) {
212
+ * return a.equals(b);
213
+ * } else if (isAVolume === isBVolume) {
214
+ * return undefined;
215
+ * } else {
216
+ * return false;
217
+ * }
218
+ * }
219
+ *
220
+ * expect.addEqualityTesters([areVolumesEqual]);
221
+ *
222
+ * Deno.test("are equal with different units", () => {
223
+ * expect(new Volume(1, "L")).toEqual(new Volume(1000, "mL"));
224
+ * });
225
+ * ```
226
+ */
227
+ expect.addEqualityTesters = _custom_equality_tester_js_1.addCustomEqualityTesters;
228
+ /**
229
+ * Extend `expect()` with custom provided matchers.
230
+ *
231
+ * To do so, you will need to extend the interface `Expected` to define the new signature of the `expect`.
232
+ *
233
+ * ```ts
234
+ * import type { Async, Expected } from "./expect.ts";
235
+ * import { expect } from "./expect.ts";
236
+ *
237
+ * // Extends the `Expected` interface with your new matchers signatures
238
+ * interface ExtendedExpected<IsAsync = false> extends Expected<IsAsync> {
239
+ * // Matcher that asserts value is a dinosaur
240
+ * toBeDinosaur: (options?: { includeTrexs?: boolean }) => unknown;
241
+ *
242
+ * // NOTE: You also need to overrides the following typings to allow modifiers to correctly infer typing
243
+ * not: IsAsync extends true ? Async<ExtendedExpected<true>>
244
+ * : ExtendedExpected<false>;
245
+ * resolves: Async<ExtendedExpected<true>>;
246
+ * rejects: Async<ExtendedExpected<true>>;
247
+ * }
248
+ *
249
+ * // Call `expect.extend()` with your new matchers definitions
250
+ * expect.extend({
251
+ * toBeDinosaur(context, options) {
252
+ * const dino = `${context.value}`;
253
+ * const allowed = ["🦕"];
254
+ * if (options?.includeTrexs) {
255
+ * allowed.push("🦖");
256
+ * }
257
+ * const pass = allowed.includes(dino);
258
+ * if (context.isNot) {
259
+ * // Note: when `context.isNot` is set, the test is considered successful when `pass` is false
260
+ * return {
261
+ * message: () => `Expected "${dino}" to NOT be a dinosaur`,
262
+ * pass,
263
+ * };
264
+ * }
265
+ * return { message: () => `Expected "${dino}" to be a dinosaur`, pass };
266
+ * },
267
+ * });
268
+ *
269
+ * // Alias expect to avoid having to pass the generic typing argument each time
270
+ * // This is probably what you want to export and reuse across your tests
271
+ * const myexpect = expect<ExtendedExpected>;
272
+ *
273
+ * // Perform some tests
274
+ * myexpect("🦕").toBeDinosaur();
275
+ * myexpect("🦧").not.toBeDinosaur();
276
+ * await myexpect(Promise.resolve("🦕")).resolves.toBeDinosaur();
277
+ * await myexpect(Promise.resolve("🦧")).resolves.not.toBeDinosaur();
278
+ *
279
+ * // Regular matchers will still be available
280
+ * myexpect("foo").not.toBeNull()
281
+ * myexpect.anything
282
+ * ```
283
+ */
284
+ expect.extend = _extend_js_1.setExtendMatchers;
285
+ /**
286
+ * `expect.anything()` matches anything but `null` or `undefined`. You can use it
287
+ * inside `toEqual` or `toHaveBeenCalledWith` instead of a literal value.
288
+ *
289
+ * @example
290
+ * ```ts
291
+ * import { expect, fn } from "@std/expect";
292
+ *
293
+ * Deno.test("map calls its argument with a non-null argument", () => {
294
+ * const mock = fn();
295
+ * [1].map((x) => mock(x));
296
+ * expect(mock).toHaveBeenCalledWith(expect.anything());
297
+ * });
298
+ ```
299
+ */
300
+ expect.anything = asymmetricMatchers.anything;
301
+ /**
302
+ * `expect.any(constructor)` matches anything that was created with the given
303
+ * constructor or if it's a primitive that is of the passed type. You can use it
304
+ * inside `toEqual` or `toHaveBeenCalledWith` instead of a literal value.
305
+ *
306
+ * @example
307
+ * ```ts
308
+ * import { expect } from "@std/expect";
309
+ *
310
+ * class Cat {}
311
+ * Deno.test("expect.any()", () => {
312
+ * expect(new Cat()).toEqual(expect.any(Cat));
313
+ * expect("Hello").toEqual(expect.any(String));
314
+ * expect(1).toEqual(expect.any(Number));
315
+ * expect(() => {}).toEqual(expect.any(Function));
316
+ * expect(false).toEqual(expect.any(Boolean));
317
+ * expect(BigInt(1)).toEqual(expect.any(BigInt));
318
+ * expect(Symbol("sym")).toEqual(expect.any(Symbol));
319
+ * });
320
+ * ```
321
+ */
322
+ expect.any = asymmetricMatchers.any;
323
+ /**
324
+ * `expect.arrayContaining(array)` matches a received array which contains all of
325
+ * the elements in the expected array. That is, the expected array is a **subset**
326
+ * of the received array. Therefore, it matches a received array which contains
327
+ * elements that are **not** in the expected array.
328
+ *
329
+ * You can use it instead of a literal value:
330
+ *
331
+ * - in `toEqual` or `toHaveBeenCalledWith`
332
+ * - to match a property in `objectContaining` or `toMatchObject`
333
+ *
334
+ * @example
335
+ * ```ts
336
+ * import { expect } from "@std/expect";
337
+ *
338
+ * Deno.test("expect.arrayContaining() with array of numbers", () => {
339
+ * const arr = [1, 2, 3];
340
+ * expect([1, 2, 3, 4]).toEqual(expect.arrayContaining(arr));
341
+ * expect([4, 5, 6]).not.toEqual(expect.arrayContaining(arr));
342
+ * expect([1, 2, 3]).toEqual(expect.arrayContaining(arr));
343
+ * });
344
+ * ```
345
+ */
346
+ expect.arrayContaining = asymmetricMatchers.arrayContaining;
347
+ /**
348
+ * `expect.closeTo(number, numDigits?)` is useful when comparing floating point
349
+ * numbers in object properties or array item. If you need to compare a number,
350
+ * please use `.toBeCloseTo` instead.
351
+ *
352
+ * The optional `numDigits` argument limits the number of digits to check **after**
353
+ * the decimal point. For the default value `2`, the test criterion is
354
+ * `Math.abs(expected - received) < 0.005 (that is, 10 ** -2 / 2)`.
355
+ *
356
+ * @example
357
+ * ```ts
358
+ * import { expect } from "@std/expect";
359
+ *
360
+ * Deno.test("compare float in object properties", () => {
361
+ * expect({
362
+ * title: "0.1 + 0.2",
363
+ * sum: 0.1 + 0.2,
364
+ * }).toEqual({
365
+ * title: "0.1 + 0.2",
366
+ * sum: expect.closeTo(0.3, 5),
367
+ * });
368
+ * });
369
+ * ```
370
+ */
371
+ expect.closeTo = asymmetricMatchers.closeTo;
372
+ /**
373
+ * `expect.stringContaining(string)` matches the received value if it is a string
374
+ * that contains the exact expected string.
375
+ *
376
+ * @example
377
+ * ```ts
378
+ * import { expect } from "@std/expect";
379
+ *
380
+ * Deno.test("expect.stringContaining() with strings", () => {
381
+ * expect("https://deno.com/").toEqual(expect.stringContaining("deno"));
382
+ * expect("function").toEqual(expect.stringContaining("func"));
383
+ *
384
+ * expect("Hello, World").not.toEqual(expect.stringContaining("hello"));
385
+ * expect("foobar").not.toEqual(expect.stringContaining("bazz"));
386
+ * });
387
+ * ```
388
+ */
389
+ expect.stringContaining = asymmetricMatchers.stringContaining;
390
+ /**
391
+ * `expect.stringMatching(string | regexp)` matches the received value if it is a
392
+ * string that matches the expected string or regular expression.
393
+ *
394
+ * You can use it instead of a literal value:
395
+ *
396
+ * - in `toEqual` or `toHaveBeenCalledWith`
397
+ * - to match an element in `arrayContaining`
398
+ * - to match a property in `objectContaining` (not available yet) or `toMatchObject`
399
+ *
400
+ * @example
401
+ * ```ts
402
+ * import { expect } from "@std/expect";
403
+ *
404
+ * Deno.test("example", () => {
405
+ * expect("deno_std").toEqual(expect.stringMatching(/std/));
406
+ * expect("0123456789").toEqual(expect.stringMatching(/\d+/));
407
+ * expect("e").not.toEqual(expect.stringMatching(/\s/));
408
+ * expect("queue").not.toEqual(expect.stringMatching(/en/));
409
+ * });
410
+ * ```
411
+ */
412
+ expect.stringMatching = asymmetricMatchers.stringMatching;
413
+ /**
414
+ * `expect.hasAssertions` verifies that at least one assertion is called during a test.
415
+ *
416
+ * Note: expect.hasAssertions only can use in bdd function test suite, such as `test` or `it`.
417
+ *
418
+ * @example
419
+ * ```ts
420
+ *
421
+ * import { test } from "@std/testing/bdd";
422
+ * import { expect } from "@std/expect";
423
+ *
424
+ * test("it works", () => {
425
+ * expect.hasAssertions();
426
+ * expect("a").not.toBe("b");
427
+ * });
428
+ * ```
429
+ */
430
+ expect.hasAssertions = _assertions_js_1.hasAssertions;
431
+ /**
432
+ * `expect.assertions` verifies that a certain number of assertions are called during a test.
433
+ *
434
+ * Note: expect.assertions only can use in bdd function test suite, such as `test` or `it`.
435
+ *
436
+ * @example
437
+ * ```ts
438
+ *
439
+ * import { test } from "@std/testing/bdd";
440
+ * import { expect } from "@std/expect";
441
+ *
442
+ * test("it works", () => {
443
+ * expect.assertions(1);
444
+ * expect("a").not.toBe("b");
445
+ * });
446
+ * ```
447
+ */
448
+ expect.assertions = _assertions_js_1.assertions;
449
+ /**
450
+ * `expect.objectContaining(object)` matches any received object that recursively matches the expected properties.
451
+ * That is, the expected object is not a subset of the received object. Therefore, it matches a received object
452
+ * which contains properties that are not in the expected object.
453
+ *
454
+ * @example
455
+ * ```ts
456
+ * import { expect } from "@std/expect";
457
+ *
458
+ * Deno.test("example", () => {
459
+ * expect({ bar: 'baz' }).toEqual(expect.objectContaining({ bar: 'bar'}));
460
+ * expect({ bar: 'baz' }).not.toEqual(expect.objectContaining({ foo: 'bar'}));
461
+ * });
462
+ * ```
463
+ */
464
+ expect.objectContaining = asymmetricMatchers.objectContaining;
465
+ /**
466
+ * `expect.not.arrayContaining` matches a received array which does not contain
467
+ * all of the elements in the expected array. That is, the expected array is not
468
+ * a subset of the received array.
469
+ *
470
+ * `expect.not.objectContaining` matches any received object that does not recursively
471
+ * match the expected properties. That is, the expected object is not a subset of the
472
+ * received object. Therefore, it matches a received object which contains properties
473
+ * that are not in the expected object.
474
+ *
475
+ * `expect.not.stringContaining` matches the received value if it is not a string
476
+ * or if it is a string that does not contain the exact expected string.
477
+ *
478
+ * `expect.not.stringMatching` matches the received value if it is not a string
479
+ * or if it is a string that does not match the expected string or regular expression.
480
+ *
481
+ * @example
482
+ * ```ts
483
+ * import { expect } from "@std/expect";
484
+ *
485
+ * Deno.test("expect.not.arrayContaining", () => {
486
+ * const expected = ["Samantha"];
487
+ * expect(["Alice", "Bob", "Eve"]).toEqual(expect.not.arrayContaining(expected));
488
+ * });
489
+ *
490
+ * Deno.test("expect.not.objectContaining", () => {
491
+ * const expected = { foo: "bar" };
492
+ * expect({ bar: "baz" }).toEqual(expect.not.objectContaining(expected));
493
+ * });
494
+ *
495
+ * Deno.test("expect.not.stringContaining", () => {
496
+ * const expected = "Hello world!";
497
+ * expect("How are you?").toEqual(expect.not.stringContaining(expected));
498
+ * });
499
+ *
500
+ * Deno.test("expect.not.stringMatching", () => {
501
+ * const expected = /Hello world!/;
502
+ * expect("How are you?").toEqual(expect.not.stringMatching(expected));
503
+ * });
504
+ * ```
505
+ */
506
+ expect.not = {
507
+ arrayContaining: asymmetricMatchers.arrayNotContaining,
508
+ objectContaining: asymmetricMatchers.objectNotContaining,
509
+ stringContaining: asymmetricMatchers.stringNotContaining,
510
+ stringMatching: asymmetricMatchers.stringNotMatching,
511
+ };
512
+ /**
513
+ * `expect.addSnapshotSerializer` adds a module that formats application-specific data structures.
514
+ *
515
+ * For an individual test file, an added module precedes any modules from snapshotSerializers configuration,
516
+ * which precede the default snapshot serializers for built-in JavaScript types.
517
+ * The last module added is the first module tested.
518
+ *
519
+ * @example
520
+ * ```ts no-eval
521
+ * import { expect } from "@std/expect";
522
+ * import serializerAnsi from "npm:jest-snapshot-serializer-ansi";
523
+ *
524
+ * expect.addSnapshotSerializer(serializerAnsi);
525
+ * ```
526
+ */
527
+ expect.addSnapshotSerializer = _serializer_js_1.addSerializer;
@@ -0,0 +1,160 @@
1
+ /**
2
+ * Check the test suite internal state
3
+ *
4
+ * @example Usage
5
+ * ```ts ignore
6
+ * import { AssertionState } from "@std/internal";
7
+ *
8
+ * const assertionState = new AssertionState();
9
+ * ```
10
+ */
11
+ export declare class AssertionState {
12
+ #private;
13
+ constructor();
14
+ /**
15
+ * Get the number that through `expect.assertions` api set.
16
+ *
17
+ * @returns the number that through `expect.assertions` api set.
18
+ *
19
+ * @example Usage
20
+ * ```ts ignore
21
+ * import { AssertionState } from "@std/internal";
22
+ *
23
+ * const assertionState = new AssertionState();
24
+ * assertionState.assertionCount;
25
+ * ```
26
+ */
27
+ get assertionCount(): number | undefined;
28
+ /**
29
+ * Get a certain number that assertions were called before.
30
+ *
31
+ * @returns return a certain number that assertions were called before.
32
+ *
33
+ * @example Usage
34
+ * ```ts ignore
35
+ * import { AssertionState } from "@std/internal";
36
+ *
37
+ * const assertionState = new AssertionState();
38
+ * assertionState.assertionTriggeredCount;
39
+ * ```
40
+ */
41
+ get assertionTriggeredCount(): number;
42
+ /**
43
+ * If `expect.hasAssertions` called, then through this method to update #state.assertionCheck value.
44
+ *
45
+ * @param val Set #state.assertionCheck's value
46
+ *
47
+ * @example Usage
48
+ * ```ts ignore
49
+ * import { AssertionState } from "@std/internal";
50
+ *
51
+ * const assertionState = new AssertionState();
52
+ * assertionState.setAssertionCheck(true);
53
+ * ```
54
+ */
55
+ setAssertionCheck(val: boolean): void;
56
+ /**
57
+ * If any matchers was called, `#state.assertionTriggered` will be set through this method.
58
+ *
59
+ * @param val Set #state.assertionTriggered's value
60
+ *
61
+ * @example Usage
62
+ * ```ts ignore
63
+ * import { AssertionState } from "@std/internal";
64
+ *
65
+ * const assertionState = new AssertionState();
66
+ * assertionState.setAssertionTriggered(true);
67
+ * ```
68
+ */
69
+ setAssertionTriggered(val: boolean): void;
70
+ /**
71
+ * If `expect.assertions` called, then through this method to update #state.assertionCheck value.
72
+ *
73
+ * @param num Set #state.assertionCount's value, for example if the value is set 2, that means
74
+ * you must have two assertion matchers call in your test suite.
75
+ *
76
+ * @example Usage
77
+ * ```ts ignore
78
+ * import { AssertionState } from "@std/internal";
79
+ *
80
+ * const assertionState = new AssertionState();
81
+ * assertionState.setAssertionCount(2);
82
+ * ```
83
+ */
84
+ setAssertionCount(num: number): void;
85
+ /**
86
+ * If any matchers was called, `#state.assertionTriggeredCount` value will plus one internally.
87
+ *
88
+ * @example Usage
89
+ * ```ts ignore
90
+ * import { AssertionState } from "@std/internal";
91
+ *
92
+ * const assertionState = new AssertionState();
93
+ * assertionState.updateAssertionTriggerCount();
94
+ * ```
95
+ */
96
+ updateAssertionTriggerCount(): void;
97
+ /**
98
+ * Check Assertion internal state, if `#state.assertionCheck` is set true, but
99
+ * `#state.assertionTriggered` is still false, then should throw an Assertion Error.
100
+ *
101
+ * @returns a boolean value, that the test suite is satisfied with the check. If not,
102
+ * it should throw an AssertionError.
103
+ *
104
+ * @example Usage
105
+ * ```ts ignore
106
+ * import { AssertionState } from "@std/internal";
107
+ *
108
+ * const assertionState = new AssertionState();
109
+ * if (assertionState.checkAssertionErrorState()) {
110
+ * // throw AssertionError("");
111
+ * }
112
+ * ```
113
+ */
114
+ checkAssertionErrorState(): boolean;
115
+ /**
116
+ * Reset all assertion state when every test suite function ran completely.
117
+ *
118
+ * @example Usage
119
+ * ```ts ignore
120
+ * import { AssertionState } from "@std/internal";
121
+ *
122
+ * const assertionState = new AssertionState();
123
+ * assertionState.resetAssertionState();
124
+ * ```
125
+ */
126
+ resetAssertionState(): void;
127
+ /**
128
+ * Check Assertion called state, if `#state.assertionCount` is set to a number value, but
129
+ * `#state.assertionTriggeredCount` is less then it, then should throw an assertion error.
130
+ *
131
+ * @returns a boolean value, that the test suite is satisfied with the check. If not,
132
+ * it should throw an AssertionError.
133
+ *
134
+ * @example Usage
135
+ * ```ts ignore
136
+ * import { AssertionState } from "@std/internal";
137
+ *
138
+ * const assertionState = new AssertionState();
139
+ * if (assertionState.checkAssertionCountSatisfied()) {
140
+ * // throw AssertionError("");
141
+ * }
142
+ * ```
143
+ */
144
+ checkAssertionCountSatisfied(): boolean;
145
+ }
146
+ /**
147
+ * return an instance of AssertionState
148
+ *
149
+ * @returns AssertionState
150
+ *
151
+ * @example Usage
152
+ * ```ts ignore
153
+ * import { getAssertionState } from "@std/internal";
154
+ *
155
+ * const assertionState = getAssertionState();
156
+ * assertionState.setAssertionTriggered(true);
157
+ * ```
158
+ */
159
+ export declare function getAssertionState(): AssertionState;
160
+ //# sourceMappingURL=assertion_state.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assertion_state.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.5/assertion_state.ts"],"names":[],"mappings":"AAEA;;;;;;;;;GASG;AACH,qBAAa,cAAc;;;IAiBzB;;;;;;;;;;;;OAYG;IACH,IAAI,cAAc,IAAI,MAAM,GAAG,SAAS,CAEvC;IAED;;;;;;;;;;;;OAYG;IACH,IAAI,uBAAuB,IAAI,MAAM,CAEpC;IAED;;;;;;;;;;;;OAYG;IACH,iBAAiB,CAAC,GAAG,EAAE,OAAO;IAI9B;;;;;;;;;;;;OAYG;IACH,qBAAqB,CAAC,GAAG,EAAE,OAAO;IAIlC;;;;;;;;;;;;;OAaG;IACH,iBAAiB,CAAC,GAAG,EAAE,MAAM;IAI7B;;;;;;;;;;OAUG;IACH,2BAA2B;IAM3B;;;;;;;;;;;;;;;;OAgBG;IACH,wBAAwB,IAAI,OAAO;IAInC;;;;;;;;;;OAUG;IACH,mBAAmB,IAAI,IAAI;IAS3B;;;;;;;;;;;;;;;;OAgBG;IACH,4BAA4B,IAAI,OAAO;CAIxC;AAID;;;;;;;;;;;;GAYG;AACH,wBAAgB,iBAAiB,IAAI,cAAc,CAElD"}