@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,29 @@
1
+ declare global {
2
+ interface Object {
3
+ /**
4
+ * Determines whether an object has a property with the specified name.
5
+ * @param o An object.
6
+ * @param v A property name.
7
+ */
8
+ hasOwn(o: object, v: PropertyKey): boolean;
9
+ }
10
+ }
11
+ export {};
12
+ declare global {
13
+ interface String {
14
+ /**
15
+ * Replace all instances of a substring in a string, using a regular expression or search string.
16
+ * @param searchValue A string to search for.
17
+ * @param replaceValue A string containing the text to replace for every successful match of searchValue in this string.
18
+ */
19
+ replaceAll(searchValue: string | RegExp, replaceValue: string): string;
20
+ /**
21
+ * Replace all instances of a substring in a string, using a regular expression or search string.
22
+ * @param searchValue A string to search for.
23
+ * @param replacer A function that returns the replacement text.
24
+ */
25
+ replaceAll(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
26
+ }
27
+ }
28
+ export {};
29
+ //# sourceMappingURL=_dnt.test_polyfills.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_dnt.test_polyfills.d.ts","sourceRoot":"","sources":["../src/_dnt.test_polyfills.ts"],"names":[],"mappings":"AAeA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd;;;;WAIG;QACH,MAAM,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC;KAC5C;CACF;AAED,OAAO,EAAE,CAAC;AACV,OAAO,CAAC,MAAM,CAAC;IAEb,UAAU,MAAM;QACd;;;;WAIG;QACH,UAAU,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;QAEvE;;;;WAIG;QACH,UAAU,CACR,WAAW,EAAE,MAAM,GAAG,MAAM,EAC5B,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,MAAM,GACtD,MAAM,CAAC;KACX;CACF;AAsBD,OAAO,EAAE,CAAC"}
@@ -0,0 +1,31 @@
1
+ // https://github.com/tc39/proposal-accessible-object-hasownproperty/blob/main/polyfill.js
2
+ if (!Object.hasOwn) {
3
+ Object.defineProperty(Object, "hasOwn", {
4
+ value: function (object, property) {
5
+ if (object == null) {
6
+ throw new TypeError("Cannot convert undefined or null to object");
7
+ }
8
+ return Object.prototype.hasOwnProperty.call(Object(object), property);
9
+ },
10
+ configurable: true,
11
+ enumerable: false,
12
+ writable: true,
13
+ });
14
+ }
15
+ /**
16
+ * String.prototype.replaceAll() polyfill
17
+ * https://gomakethings.com/how-to-replace-a-section-of-a-string-with-another-one-with-vanilla-js/
18
+ * @author Chris Ferdinandi
19
+ * @license MIT
20
+ */
21
+ if (!String.prototype.replaceAll) {
22
+ String.prototype.replaceAll = function (str, newStr) {
23
+ // If a regex pattern
24
+ if (Object.prototype.toString.call(str).toLowerCase() === "[object regexp]") {
25
+ return this.replace(str, newStr);
26
+ }
27
+ // If a string
28
+ return this.replace(new RegExp(str, "g"), newStr);
29
+ };
30
+ }
31
+ export {};
@@ -0,0 +1,6 @@
1
+ import { Deno } from "@deno/shim-deno-test";
2
+ export { Deno } from "@deno/shim-deno-test";
3
+ export declare const dntGlobalThis: Omit<typeof globalThis, "Deno"> & {
4
+ Deno: typeof Deno;
5
+ };
6
+ //# sourceMappingURL=_dnt.test_shims.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_dnt.test_shims.d.ts","sourceRoot":"","sources":["../src/_dnt.test_shims.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAK5C,eAAO,MAAM,aAAa;;CAA2C,CAAC"}
@@ -0,0 +1,61 @@
1
+ import { Deno } from "@deno/shim-deno-test";
2
+ export { Deno } from "@deno/shim-deno-test";
3
+ const dntGlobals = {
4
+ Deno,
5
+ };
6
+ export const dntGlobalThis = createMergeProxy(globalThis, dntGlobals);
7
+ function createMergeProxy(baseObj, extObj) {
8
+ return new Proxy(baseObj, {
9
+ get(_target, prop, _receiver) {
10
+ if (prop in extObj) {
11
+ return extObj[prop];
12
+ }
13
+ else {
14
+ return baseObj[prop];
15
+ }
16
+ },
17
+ set(_target, prop, value) {
18
+ if (prop in extObj) {
19
+ delete extObj[prop];
20
+ }
21
+ baseObj[prop] = value;
22
+ return true;
23
+ },
24
+ deleteProperty(_target, prop) {
25
+ let success = false;
26
+ if (prop in extObj) {
27
+ delete extObj[prop];
28
+ success = true;
29
+ }
30
+ if (prop in baseObj) {
31
+ delete baseObj[prop];
32
+ success = true;
33
+ }
34
+ return success;
35
+ },
36
+ ownKeys(_target) {
37
+ const baseKeys = Reflect.ownKeys(baseObj);
38
+ const extKeys = Reflect.ownKeys(extObj);
39
+ const extKeysSet = new Set(extKeys);
40
+ return [...baseKeys.filter((k) => !extKeysSet.has(k)), ...extKeys];
41
+ },
42
+ defineProperty(_target, prop, desc) {
43
+ if (prop in extObj) {
44
+ delete extObj[prop];
45
+ }
46
+ Reflect.defineProperty(baseObj, prop, desc);
47
+ return true;
48
+ },
49
+ getOwnPropertyDescriptor(_target, prop) {
50
+ if (prop in extObj) {
51
+ return Reflect.getOwnPropertyDescriptor(extObj, prop);
52
+ }
53
+ else {
54
+ return Reflect.getOwnPropertyDescriptor(baseObj, prop);
55
+ }
56
+ },
57
+ has(_target, prop) {
58
+ return prop in extObj || prop in baseObj;
59
+ },
60
+ });
61
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Error thrown when an assertion fails.
3
+ *
4
+ * @example Usage
5
+ * ```ts ignore
6
+ * import { AssertionError } from "@std/assert";
7
+ *
8
+ * try {
9
+ * throw new AssertionError("foo", { cause: "bar" });
10
+ * } catch (error) {
11
+ * if (error instanceof AssertionError) {
12
+ * error.message === "foo"; // true
13
+ * error.cause === "bar"; // true
14
+ * }
15
+ * }
16
+ * ```
17
+ */
18
+ export declare class AssertionError extends Error {
19
+ /** Constructs a new instance.
20
+ *
21
+ * @param message The error message.
22
+ * @param options Additional options. This argument is still unstable. It may change in the future release.
23
+ */
24
+ constructor(message: string, options?: ErrorOptions);
25
+ }
26
+ //# sourceMappingURL=assertion_error.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assertion_error.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.7/assertion_error.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,cAAe,SAAQ,KAAK;IACvC;;;;OAIG;gBACS,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,YAAY;CAIpD"}
@@ -0,0 +1,30 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ /**
4
+ * Error thrown when an assertion fails.
5
+ *
6
+ * @example Usage
7
+ * ```ts ignore
8
+ * import { AssertionError } from "@std/assert";
9
+ *
10
+ * try {
11
+ * throw new AssertionError("foo", { cause: "bar" });
12
+ * } catch (error) {
13
+ * if (error instanceof AssertionError) {
14
+ * error.message === "foo"; // true
15
+ * error.cause === "bar"; // true
16
+ * }
17
+ * }
18
+ * ```
19
+ */
20
+ export class AssertionError extends Error {
21
+ /** Constructs a new instance.
22
+ *
23
+ * @param message The error message.
24
+ * @param options Additional options. This argument is still unstable. It may change in the future release.
25
+ */
26
+ constructor(message, options) {
27
+ super(message, options);
28
+ this.name = "AssertionError";
29
+ }
30
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Deep equality comparison used in assertions.
3
+ *
4
+ * @param c The actual value
5
+ * @param d The expected value
6
+ * @returns `true` if the values are deeply equal, `false` otherwise
7
+ *
8
+ * @example Usage
9
+ * ```ts
10
+ * import { equal } from "@std/assert/equal";
11
+ *
12
+ * equal({ foo: "bar" }, { foo: "bar" }); // Returns `true`
13
+ * equal({ foo: "bar" }, { foo: "baz" }); // Returns `false
14
+ * ```
15
+ */
16
+ export declare function equal(c: unknown, d: unknown): boolean;
17
+ //# sourceMappingURL=equal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"equal.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.7/equal.ts"],"names":[],"mappings":"AAcA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,KAAK,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,GAAG,OAAO,CA0HrD"}
@@ -0,0 +1,136 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ function isKeyedCollection(x) {
4
+ return x instanceof Set || x instanceof Map;
5
+ }
6
+ function constructorsEqual(a, b) {
7
+ return a.constructor === b.constructor ||
8
+ a.constructor === Object && !b.constructor ||
9
+ !a.constructor && b.constructor === Object;
10
+ }
11
+ /**
12
+ * Deep equality comparison used in assertions.
13
+ *
14
+ * @param c The actual value
15
+ * @param d The expected value
16
+ * @returns `true` if the values are deeply equal, `false` otherwise
17
+ *
18
+ * @example Usage
19
+ * ```ts
20
+ * import { equal } from "@std/assert/equal";
21
+ *
22
+ * equal({ foo: "bar" }, { foo: "bar" }); // Returns `true`
23
+ * equal({ foo: "bar" }, { foo: "baz" }); // Returns `false
24
+ * ```
25
+ */
26
+ export function equal(c, d) {
27
+ const seen = new Map();
28
+ return (function compare(a, b) {
29
+ // Have to render RegExp & Date for string comparison
30
+ // unless it's mistreated as object
31
+ if (a &&
32
+ b &&
33
+ ((a instanceof RegExp && b instanceof RegExp) ||
34
+ (a instanceof URL && b instanceof URL))) {
35
+ return String(a) === String(b);
36
+ }
37
+ if (a instanceof Date && b instanceof Date) {
38
+ const aTime = a.getTime();
39
+ const bTime = b.getTime();
40
+ // Check for NaN equality manually since NaN is not
41
+ // equal to itself.
42
+ if (Number.isNaN(aTime) && Number.isNaN(bTime)) {
43
+ return true;
44
+ }
45
+ return aTime === bTime;
46
+ }
47
+ if (typeof a === "number" && typeof b === "number") {
48
+ return Number.isNaN(a) && Number.isNaN(b) || a === b;
49
+ }
50
+ if (Object.is(a, b)) {
51
+ return true;
52
+ }
53
+ if (a && typeof a === "object" && b && typeof b === "object") {
54
+ if (a && b && !constructorsEqual(a, b)) {
55
+ return false;
56
+ }
57
+ if (a instanceof WeakMap || b instanceof WeakMap) {
58
+ if (!(a instanceof WeakMap && b instanceof WeakMap))
59
+ return false;
60
+ throw new TypeError("cannot compare WeakMap instances");
61
+ }
62
+ if (a instanceof WeakSet || b instanceof WeakSet) {
63
+ if (!(a instanceof WeakSet && b instanceof WeakSet))
64
+ return false;
65
+ throw new TypeError("cannot compare WeakSet instances");
66
+ }
67
+ if (a instanceof WeakRef || b instanceof WeakRef) {
68
+ if (!(a instanceof WeakRef && b instanceof WeakRef))
69
+ return false;
70
+ return compare(a.deref(), b.deref());
71
+ }
72
+ if (seen.get(a) === b) {
73
+ return true;
74
+ }
75
+ if (Object.keys(a).length !== Object.keys(b).length) {
76
+ return false;
77
+ }
78
+ seen.set(a, b);
79
+ if (isKeyedCollection(a) && isKeyedCollection(b)) {
80
+ if (a.size !== b.size) {
81
+ return false;
82
+ }
83
+ const aKeys = [...a.keys()];
84
+ const primitiveKeysFastPath = aKeys.every((k) => {
85
+ return typeof k === "string" ||
86
+ typeof k === "number" ||
87
+ typeof k === "boolean" ||
88
+ typeof k === "bigint" ||
89
+ typeof k === "symbol" ||
90
+ k == null;
91
+ });
92
+ if (primitiveKeysFastPath) {
93
+ if (a instanceof Set) {
94
+ return a.symmetricDifference(b).size === 0;
95
+ }
96
+ for (const key of aKeys) {
97
+ if (!b.has(key) ||
98
+ !compare(a.get(key), b.get(key))) {
99
+ return false;
100
+ }
101
+ }
102
+ return true;
103
+ }
104
+ let unmatchedEntries = a.size;
105
+ for (const [aKey, aValue] of a.entries()) {
106
+ for (const [bKey, bValue] of b.entries()) {
107
+ /* Given that Map keys can be references, we need
108
+ * to ensure that they are also deeply equal */
109
+ if (!compare(aKey, bKey))
110
+ continue;
111
+ if ((aKey === aValue && bKey === bValue) ||
112
+ (compare(aValue, bValue))) {
113
+ unmatchedEntries--;
114
+ break;
115
+ }
116
+ }
117
+ }
118
+ return unmatchedEntries === 0;
119
+ }
120
+ const merged = { ...a, ...b };
121
+ for (const key of [
122
+ ...Object.getOwnPropertyNames(merged),
123
+ ...Object.getOwnPropertySymbols(merged),
124
+ ]) {
125
+ if (!compare(a && a[key], b && b[key])) {
126
+ return false;
127
+ }
128
+ if (((key in a) && (!(key in b))) || ((key in b) && (!(key in a)))) {
129
+ return false;
130
+ }
131
+ }
132
+ return true;
133
+ }
134
+ return false;
135
+ })(c, d);
136
+ }
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Make an assertion that `actual` and `expected` are equal, deeply. If not
3
+ * deeply equal, then throw.
4
+ *
5
+ * Type parameter can be specified to ensure values under comparison have the
6
+ * same type.
7
+ *
8
+ * @example Usage
9
+ * ```ts ignore
10
+ * import { assertEquals } from "@std/assert";
11
+ *
12
+ * assertEquals("world", "world"); // Doesn't throw
13
+ * assertEquals("hello", "world"); // Throws
14
+ * ```
15
+ *
16
+ * @typeParam T The type of the values to compare. This is usually inferred.
17
+ * @param actual The actual value to compare.
18
+ * @param expected The expected value to compare.
19
+ * @param msg The optional message to display if the assertion fails.
20
+ */
21
+ export declare function assertEquals<T>(actual: T, expected: T, msg?: string): void;
22
+ //# sourceMappingURL=equals.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.7/equals.ts"],"names":[],"mappings":"AAUA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,YAAY,CAAC,CAAC,EAC5B,MAAM,EAAE,CAAC,EACT,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,QAkBb"}
@@ -0,0 +1,45 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { equal } from "./equal.js";
4
+ import { buildMessage } from "../../internal/1.0.5/build_message.js";
5
+ import { diff } from "../../internal/1.0.5/diff.js";
6
+ import { diffStr } from "../../internal/1.0.5/diff_str.js";
7
+ import { format } from "../../internal/1.0.5/format.js";
8
+ import { AssertionError } from "./assertion_error.js";
9
+ /**
10
+ * Make an assertion that `actual` and `expected` are equal, deeply. If not
11
+ * deeply equal, then throw.
12
+ *
13
+ * Type parameter can be specified to ensure values under comparison have the
14
+ * same type.
15
+ *
16
+ * @example Usage
17
+ * ```ts ignore
18
+ * import { assertEquals } from "@std/assert";
19
+ *
20
+ * assertEquals("world", "world"); // Doesn't throw
21
+ * assertEquals("hello", "world"); // Throws
22
+ * ```
23
+ *
24
+ * @typeParam T The type of the values to compare. This is usually inferred.
25
+ * @param actual The actual value to compare.
26
+ * @param expected The expected value to compare.
27
+ * @param msg The optional message to display if the assertion fails.
28
+ */
29
+ export function assertEquals(actual, expected, msg) {
30
+ if (equal(actual, expected)) {
31
+ return;
32
+ }
33
+ const msgSuffix = msg ? `: ${msg}` : ".";
34
+ let message = `Values are not equal${msgSuffix}`;
35
+ const actualString = format(actual);
36
+ const expectedString = format(expected);
37
+ const stringDiff = (typeof actual === "string") &&
38
+ (typeof expected === "string");
39
+ const diffResult = stringDiff
40
+ ? diffStr(actual, expected)
41
+ : diff(actualString.split("\n"), expectedString.split("\n"));
42
+ const diffMsg = buildMessage(diffResult, { stringDiff }).join("\n");
43
+ message = `${message}\n${diffMsg}`;
44
+ throw new AssertionError(message);
45
+ }
@@ -0,0 +1,18 @@
1
+ /** Assertion condition for {@linkcode assertFalse}. */
2
+ export type Falsy = false | 0 | 0n | "" | null | undefined;
3
+ /**
4
+ * Make an assertion, error will be thrown if `expr` have truthy value.
5
+ *
6
+ * @example Usage
7
+ * ```ts ignore
8
+ * import { assertFalse } from "@std/assert";
9
+ *
10
+ * assertFalse(false); // Doesn't throw
11
+ * assertFalse(true); // Throws
12
+ * ```
13
+ *
14
+ * @param expr The expression to test.
15
+ * @param msg The optional message to display if the assertion fails.
16
+ */
17
+ export declare function assertFalse(expr: unknown, msg?: string): asserts expr is Falsy;
18
+ //# sourceMappingURL=false.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"false.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.7/false.ts"],"names":[],"mappings":"AAIA,uDAAuD;AACvD,MAAM,MAAM,KAAK,GAAG,KAAK,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;AAE3D;;;;;;;;;;;;;GAaG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,OAAO,EAAE,GAAG,SAAK,GAAG,OAAO,CAAC,IAAI,IAAI,KAAK,CAI1E"}
@@ -0,0 +1,22 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { AssertionError } from "./assertion_error.js";
4
+ /**
5
+ * Make an assertion, error will be thrown if `expr` have truthy value.
6
+ *
7
+ * @example Usage
8
+ * ```ts ignore
9
+ * import { assertFalse } from "@std/assert";
10
+ *
11
+ * assertFalse(false); // Doesn't throw
12
+ * assertFalse(true); // Throws
13
+ * ```
14
+ *
15
+ * @param expr The expression to test.
16
+ * @param msg The optional message to display if the assertion fails.
17
+ */
18
+ export function assertFalse(expr, msg = "") {
19
+ if (expr) {
20
+ throw new AssertionError(msg);
21
+ }
22
+ }
@@ -0,0 +1,23 @@
1
+ /** Any constructor */
2
+ export type AnyConstructor = new (...args: any[]) => any;
3
+ /** Gets constructor type */
4
+ export type GetConstructorType<T extends AnyConstructor> = InstanceType<T>;
5
+ /**
6
+ * Make an assertion that `obj` is an instance of `type`.
7
+ * If not then throw.
8
+ *
9
+ * @example Usage
10
+ * ```ts ignore
11
+ * import { assertInstanceOf } from "@std/assert";
12
+ *
13
+ * assertInstanceOf(new Date(), Date); // Doesn't throw
14
+ * assertInstanceOf(new Date(), Number); // Throws
15
+ * ```
16
+ *
17
+ * @typeParam T The expected type of the object.
18
+ * @param actual The object to check.
19
+ * @param expectedType The expected class constructor.
20
+ * @param msg The optional message to display if the assertion fails.
21
+ */
22
+ export declare function assertInstanceOf<T extends abstract new (...args: any[]) => any>(actual: unknown, expectedType: T, msg?: string): asserts actual is InstanceType<T>;
23
+ //# sourceMappingURL=instance_of.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"instance_of.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.7/instance_of.ts"],"names":[],"mappings":"AAIA,sBAAsB;AAEtB,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;AACzD,4BAA4B;AAC5B,MAAM,MAAM,kBAAkB,CAAC,CAAC,SAAS,cAAc,IAAI,YAAY,CAAC,CAAC,CAAC,CAAC;AAE3E;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,gBAAgB,CAE9B,CAAC,SAAS,QAAQ,MAAM,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAE9C,MAAM,EAAE,OAAO,EACf,YAAY,EAAE,CAAC,EACf,GAAG,SAAK,GACP,OAAO,CAAC,MAAM,IAAI,YAAY,CAAC,CAAC,CAAC,CA6BnC"}
@@ -0,0 +1,53 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { AssertionError } from "./assertion_error.js";
4
+ /**
5
+ * Make an assertion that `obj` is an instance of `type`.
6
+ * If not then throw.
7
+ *
8
+ * @example Usage
9
+ * ```ts ignore
10
+ * import { assertInstanceOf } from "@std/assert";
11
+ *
12
+ * assertInstanceOf(new Date(), Date); // Doesn't throw
13
+ * assertInstanceOf(new Date(), Number); // Throws
14
+ * ```
15
+ *
16
+ * @typeParam T The expected type of the object.
17
+ * @param actual The object to check.
18
+ * @param expectedType The expected class constructor.
19
+ * @param msg The optional message to display if the assertion fails.
20
+ */
21
+ export function assertInstanceOf(actual, expectedType, msg = "") {
22
+ var _a, _b;
23
+ if (actual instanceof expectedType)
24
+ return;
25
+ const msgSuffix = msg ? `: ${msg}` : ".";
26
+ const expectedTypeStr = expectedType.name;
27
+ let actualTypeStr = "";
28
+ if (actual === null) {
29
+ actualTypeStr = "null";
30
+ }
31
+ else if (actual === undefined) {
32
+ actualTypeStr = "undefined";
33
+ }
34
+ else if (typeof actual === "object") {
35
+ actualTypeStr = (_b = (_a = actual.constructor) === null || _a === void 0 ? void 0 : _a.name) !== null && _b !== void 0 ? _b : "Object";
36
+ }
37
+ else {
38
+ actualTypeStr = typeof actual;
39
+ }
40
+ if (expectedTypeStr === actualTypeStr) {
41
+ msg =
42
+ `Expected object to be an instance of "${expectedTypeStr}"${msgSuffix}`;
43
+ }
44
+ else if (actualTypeStr === "function") {
45
+ msg =
46
+ `Expected object to be an instance of "${expectedTypeStr}" but was not an instanced object${msgSuffix}`;
47
+ }
48
+ else {
49
+ msg =
50
+ `Expected object to be an instance of "${expectedTypeStr}" but was "${actualTypeStr}"${msgSuffix}`;
51
+ }
52
+ throw new AssertionError(msg);
53
+ }
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Make an assertion that `error` is an `Error`.
3
+ * If not then an error will be thrown.
4
+ * An error class and a string that should be included in the
5
+ * error message can also be asserted.
6
+ *
7
+ * @example Usage
8
+ * ```ts ignore
9
+ * import { assertIsError } from "@std/assert";
10
+ *
11
+ * assertIsError(null); // Throws
12
+ * assertIsError(new RangeError("Out of range")); // Doesn't throw
13
+ * assertIsError(new RangeError("Out of range"), SyntaxError); // Throws
14
+ * assertIsError(new RangeError("Out of range"), SyntaxError, "Out of range"); // Doesn't throw
15
+ * assertIsError(new RangeError("Out of range"), SyntaxError, "Within range"); // Throws
16
+ * ```
17
+ *
18
+ * @typeParam E The type of the error to assert.
19
+ * @param error The error to assert.
20
+ * @param ErrorClass The optional error class to assert.
21
+ * @param msgMatches The optional string or RegExp to assert in the error message.
22
+ * @param msg The optional message to display if the assertion fails.
23
+ */
24
+ export declare function assertIsError<E extends Error = Error>(error: unknown, ErrorClass?: abstract new (...args: any[]) => E, msgMatches?: string | RegExp, msg?: string): asserts error is E;
25
+ //# sourceMappingURL=is_error.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is_error.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.7/is_error.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,KAAK,GAAG,KAAK,EACnD,KAAK,EAAE,OAAO,EAEd,UAAU,CAAC,EAAE,QAAQ,MAAM,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EAC/C,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAC5B,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,KAAK,IAAI,CAAC,CA8BpB"}
@@ -0,0 +1,54 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { AssertionError } from "./assertion_error.js";
4
+ import { stripAnsiCode } from "../../internal/1.0.5/styles.js";
5
+ /**
6
+ * Make an assertion that `error` is an `Error`.
7
+ * If not then an error will be thrown.
8
+ * An error class and a string that should be included in the
9
+ * error message can also be asserted.
10
+ *
11
+ * @example Usage
12
+ * ```ts ignore
13
+ * import { assertIsError } from "@std/assert";
14
+ *
15
+ * assertIsError(null); // Throws
16
+ * assertIsError(new RangeError("Out of range")); // Doesn't throw
17
+ * assertIsError(new RangeError("Out of range"), SyntaxError); // Throws
18
+ * assertIsError(new RangeError("Out of range"), SyntaxError, "Out of range"); // Doesn't throw
19
+ * assertIsError(new RangeError("Out of range"), SyntaxError, "Within range"); // Throws
20
+ * ```
21
+ *
22
+ * @typeParam E The type of the error to assert.
23
+ * @param error The error to assert.
24
+ * @param ErrorClass The optional error class to assert.
25
+ * @param msgMatches The optional string or RegExp to assert in the error message.
26
+ * @param msg The optional message to display if the assertion fails.
27
+ */
28
+ export function assertIsError(error,
29
+ // deno-lint-ignore no-explicit-any
30
+ ErrorClass, msgMatches, msg) {
31
+ var _a;
32
+ const msgSuffix = msg ? `: ${msg}` : ".";
33
+ if (!(error instanceof Error)) {
34
+ throw new AssertionError(`Expected "error" to be an Error object${msgSuffix}`);
35
+ }
36
+ if (ErrorClass && !(error instanceof ErrorClass)) {
37
+ msg =
38
+ `Expected error to be instance of "${ErrorClass.name}", but was "${(_a = error === null || error === void 0 ? void 0 : error.constructor) === null || _a === void 0 ? void 0 : _a.name}"${msgSuffix}`;
39
+ throw new AssertionError(msg);
40
+ }
41
+ let msgCheck;
42
+ if (typeof msgMatches === "string") {
43
+ msgCheck = stripAnsiCode(error.message).includes(stripAnsiCode(msgMatches));
44
+ }
45
+ if (msgMatches instanceof RegExp) {
46
+ msgCheck = msgMatches.test(stripAnsiCode(error.message));
47
+ }
48
+ if (msgMatches && !msgCheck) {
49
+ msg = `Expected error message to include ${msgMatches instanceof RegExp
50
+ ? msgMatches.toString()
51
+ : JSON.stringify(msgMatches)}, but got ${JSON.stringify(error === null || error === void 0 ? void 0 : error.message)}${msgSuffix}`;
52
+ throw new AssertionError(msg);
53
+ }
54
+ }
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Make an assertion that `actual` match RegExp `expected`. If not
3
+ * then throw.
4
+ *
5
+ * @example Usage
6
+ * ```ts ignore
7
+ * import { assertMatch } from "@std/assert";
8
+ *
9
+ * assertMatch("Raptor", /Raptor/); // Doesn't throw
10
+ * assertMatch("Denosaurus", /Raptor/); // Throws
11
+ * ```
12
+ *
13
+ * @param actual The actual value to be matched.
14
+ * @param expected The expected pattern to match.
15
+ * @param msg The optional message to display if the assertion fails.
16
+ */
17
+ export declare function assertMatch(actual: string, expected: RegExp, msg?: string): void;
18
+ //# sourceMappingURL=match.d.ts.map