@mtkruto/node 0.2.50 → 0.3.0

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 (311) hide show
  1. package/esm/0_deps.d.ts +3 -3
  2. package/esm/0_deps.d.ts.map +1 -1
  3. package/esm/0_deps.js +3 -3
  4. package/esm/client/0_params.d.ts +14 -12
  5. package/esm/client/0_params.d.ts.map +1 -1
  6. package/esm/client/0_storage_operations.d.ts +9 -1
  7. package/esm/client/0_storage_operations.d.ts.map +1 -1
  8. package/esm/client/0_storage_operations.js +24 -14
  9. package/esm/client/0_utilities.d.ts +5 -0
  10. package/esm/client/0_utilities.d.ts.map +1 -1
  11. package/esm/client/0_utilities.js +33 -1
  12. package/esm/client/1_types.d.ts +3 -3
  13. package/esm/client/1_types.d.ts.map +1 -1
  14. package/esm/client/2_account_manager.d.ts.map +1 -1
  15. package/esm/client/2_account_manager.js +11 -10
  16. package/esm/client/2_file_manager.d.ts +3 -6
  17. package/esm/client/2_file_manager.d.ts.map +1 -1
  18. package/esm/client/2_file_manager.js +9 -1
  19. package/esm/client/2_update_manager.d.ts +2 -2
  20. package/esm/client/2_update_manager.d.ts.map +1 -1
  21. package/esm/client/2_update_manager.js +100 -14
  22. package/esm/client/3_message_manager.d.ts +2 -3
  23. package/esm/client/3_message_manager.d.ts.map +1 -1
  24. package/esm/client/3_message_manager.js +67 -48
  25. package/esm/client/3_video_chat_manager.d.ts.map +1 -1
  26. package/esm/client/3_video_chat_manager.js +3 -2
  27. package/esm/client/4_chat_list_manager.d.ts +3 -0
  28. package/esm/client/4_chat_list_manager.d.ts.map +1 -1
  29. package/esm/client/4_chat_list_manager.js +53 -8
  30. package/esm/client/5_client.d.ts +15 -6
  31. package/esm/client/5_client.d.ts.map +1 -1
  32. package/esm/client/5_client.js +63 -19
  33. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/almost_equals.d.ts +1 -1
  34. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/almost_equals.d.ts.map +1 -1
  35. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/almost_equals.js +1 -1
  36. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/array_includes.d.ts +1 -1
  37. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/array_includes.d.ts.map +1 -1
  38. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/array_includes.js +2 -2
  39. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/assert.d.ts +1 -1
  40. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/assert.d.ts.map +1 -1
  41. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/assert.js +1 -1
  42. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/assertion_error.d.ts +1 -1
  43. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/assertion_error.d.ts.map +1 -1
  44. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/assertion_error.js +1 -1
  45. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/equal.d.ts +2 -2
  46. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/equal.d.ts.map +1 -1
  47. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/equal.js +2 -2
  48. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/equals.d.ts +1 -1
  49. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/equals.d.ts.map +1 -1
  50. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/equals.js +5 -5
  51. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/exists.d.ts +1 -1
  52. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/exists.d.ts.map +1 -1
  53. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/exists.js +1 -1
  54. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/fail.d.ts +1 -1
  55. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/fail.d.ts.map +1 -1
  56. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/fail.js +1 -1
  57. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/false.d.ts +1 -1
  58. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/false.d.ts.map +1 -1
  59. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/false.js +1 -1
  60. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/greater.d.ts +1 -1
  61. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/greater.d.ts.map +1 -1
  62. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/greater.js +2 -2
  63. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/greater_or_equal.d.ts +1 -1
  64. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/greater_or_equal.d.ts.map +1 -1
  65. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/greater_or_equal.js +2 -2
  66. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/instance_of.d.ts +3 -3
  67. package/esm/deps/jsr.io/@std/assert/1.0.6/instance_of.d.ts.map +1 -0
  68. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/instance_of.js +1 -1
  69. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/is_error.d.ts +2 -2
  70. package/esm/deps/jsr.io/@std/assert/1.0.6/is_error.d.ts.map +1 -0
  71. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/is_error.js +2 -2
  72. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/less.d.ts +1 -1
  73. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/less.d.ts.map +1 -1
  74. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/less.js +2 -2
  75. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/less_or_equal.d.ts +1 -1
  76. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/less_or_equal.d.ts.map +1 -1
  77. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/less_or_equal.js +2 -2
  78. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/match.d.ts +1 -1
  79. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/match.d.ts.map +1 -1
  80. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/match.js +1 -1
  81. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/mod.d.ts +1 -1
  82. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/mod.d.ts.map +1 -1
  83. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/mod.js +1 -1
  84. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_equals.d.ts +1 -1
  85. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_equals.d.ts.map +1 -1
  86. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_equals.js +1 -1
  87. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/not_instance_of.d.ts +2 -2
  88. package/esm/deps/jsr.io/@std/assert/1.0.6/not_instance_of.d.ts.map +1 -0
  89. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_instance_of.js +1 -1
  90. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_match.d.ts +1 -1
  91. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_match.d.ts.map +1 -1
  92. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_match.js +1 -1
  93. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/not_strict_equals.d.ts +1 -1
  94. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_strict_equals.d.ts.map +1 -1
  95. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_strict_equals.js +2 -2
  96. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/object_match.d.ts +2 -2
  97. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/object_match.d.ts.map +1 -1
  98. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/object_match.js +2 -2
  99. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/rejects.d.ts +3 -3
  100. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/rejects.d.ts.map +1 -1
  101. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/rejects.js +2 -3
  102. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/strict_equals.d.ts +1 -1
  103. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/strict_equals.d.ts.map +1 -1
  104. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/strict_equals.js +6 -6
  105. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/string_includes.d.ts +1 -1
  106. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/string_includes.d.ts.map +1 -1
  107. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/string_includes.js +1 -1
  108. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/throws.d.ts +3 -3
  109. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/throws.d.ts.map +1 -1
  110. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/throws.js +2 -3
  111. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/unimplemented.d.ts +1 -1
  112. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/unimplemented.d.ts.map +1 -1
  113. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/unimplemented.js +1 -1
  114. package/{script/deps/jsr.io/@std/assert/1.0.5 → esm/deps/jsr.io/@std/assert/1.0.6}/unreachable.d.ts +1 -1
  115. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/unreachable.d.ts.map +1 -1
  116. package/esm/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/unreachable.js +1 -1
  117. package/esm/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.2}/concat.d.ts +3 -2
  118. package/esm/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts.map +1 -0
  119. package/esm/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.2}/concat.js +3 -2
  120. package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/build_message.d.ts.map +1 -1
  121. package/{script/deps/jsr.io/@std/internal/1.0.3 → esm/deps/jsr.io/@std/internal/1.0.4}/diff.d.ts.map +1 -1
  122. package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/diff_str.d.ts.map +1 -1
  123. package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/format.d.ts.map +1 -1
  124. package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/styles.d.ts.map +1 -1
  125. package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/types.d.ts.map +1 -1
  126. package/esm/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/_constants.d.ts.map +1 -1
  127. package/esm/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/iterate_reader.d.ts.map +1 -1
  128. package/esm/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/types.d.ts.map +1 -1
  129. package/esm/tl/3_utilities.js +2 -2
  130. package/esm/types/0_id.d.ts +1 -1
  131. package/esm/types/1_bot_command_scope.js +1 -1
  132. package/esm/types/1_input_media.d.ts +1 -1
  133. package/esm/types/1_input_media.d.ts.map +1 -1
  134. package/package.json +1 -1
  135. package/script/0_deps.d.ts +3 -3
  136. package/script/0_deps.d.ts.map +1 -1
  137. package/script/0_deps.js +3 -3
  138. package/script/client/0_params.d.ts +14 -12
  139. package/script/client/0_params.d.ts.map +1 -1
  140. package/script/client/0_storage_operations.d.ts +9 -1
  141. package/script/client/0_storage_operations.d.ts.map +1 -1
  142. package/script/client/0_storage_operations.js +23 -13
  143. package/script/client/0_utilities.d.ts +5 -0
  144. package/script/client/0_utilities.d.ts.map +1 -1
  145. package/script/client/0_utilities.js +37 -1
  146. package/script/client/1_types.d.ts +3 -3
  147. package/script/client/1_types.d.ts.map +1 -1
  148. package/script/client/2_account_manager.d.ts.map +1 -1
  149. package/script/client/2_account_manager.js +11 -10
  150. package/script/client/2_file_manager.d.ts +3 -6
  151. package/script/client/2_file_manager.d.ts.map +1 -1
  152. package/script/client/2_file_manager.js +9 -1
  153. package/script/client/2_update_manager.d.ts +2 -2
  154. package/script/client/2_update_manager.d.ts.map +1 -1
  155. package/script/client/2_update_manager.js +100 -14
  156. package/script/client/3_message_manager.d.ts +2 -3
  157. package/script/client/3_message_manager.d.ts.map +1 -1
  158. package/script/client/3_message_manager.js +74 -55
  159. package/script/client/3_video_chat_manager.d.ts.map +1 -1
  160. package/script/client/3_video_chat_manager.js +3 -2
  161. package/script/client/4_chat_list_manager.d.ts +3 -0
  162. package/script/client/4_chat_list_manager.d.ts.map +1 -1
  163. package/script/client/4_chat_list_manager.js +51 -6
  164. package/script/client/5_client.d.ts +15 -6
  165. package/script/client/5_client.d.ts.map +1 -1
  166. package/script/client/5_client.js +61 -17
  167. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/almost_equals.d.ts +1 -1
  168. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/almost_equals.d.ts.map +1 -1
  169. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/almost_equals.js +1 -1
  170. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/array_includes.d.ts +1 -1
  171. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/array_includes.d.ts.map +1 -1
  172. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/array_includes.js +2 -2
  173. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/assert.d.ts +1 -1
  174. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/assert.d.ts.map +1 -1
  175. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/assert.js +1 -1
  176. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/assertion_error.d.ts +1 -1
  177. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/assertion_error.d.ts.map +1 -1
  178. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/assertion_error.js +1 -1
  179. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/equal.d.ts +2 -2
  180. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/equal.d.ts.map +1 -1
  181. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/equal.js +2 -2
  182. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/equals.d.ts +1 -1
  183. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/equals.d.ts.map +1 -1
  184. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/equals.js +5 -5
  185. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/exists.d.ts +1 -1
  186. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/exists.d.ts.map +1 -1
  187. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/exists.js +1 -1
  188. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/fail.d.ts +1 -1
  189. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/fail.d.ts.map +1 -1
  190. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/fail.js +1 -1
  191. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/false.d.ts +1 -1
  192. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/false.d.ts.map +1 -1
  193. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/false.js +1 -1
  194. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/greater.d.ts +1 -1
  195. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/greater.d.ts.map +1 -1
  196. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/greater.js +2 -2
  197. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/greater_or_equal.d.ts +1 -1
  198. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/greater_or_equal.d.ts.map +1 -1
  199. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/greater_or_equal.js +2 -2
  200. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/instance_of.d.ts +3 -3
  201. package/script/deps/jsr.io/@std/assert/1.0.6/instance_of.d.ts.map +1 -0
  202. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/instance_of.js +1 -1
  203. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/is_error.d.ts +2 -2
  204. package/script/deps/jsr.io/@std/assert/1.0.6/is_error.d.ts.map +1 -0
  205. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/is_error.js +2 -2
  206. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/less.d.ts +1 -1
  207. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/less.d.ts.map +1 -1
  208. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/less.js +2 -2
  209. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/less_or_equal.d.ts +1 -1
  210. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/less_or_equal.d.ts.map +1 -1
  211. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/less_or_equal.js +2 -2
  212. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/match.d.ts +1 -1
  213. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/match.d.ts.map +1 -1
  214. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/match.js +1 -1
  215. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/mod.d.ts +1 -1
  216. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/mod.d.ts.map +1 -1
  217. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/mod.js +1 -1
  218. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_equals.d.ts +1 -1
  219. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_equals.d.ts.map +1 -1
  220. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_equals.js +1 -1
  221. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/not_instance_of.d.ts +2 -2
  222. package/script/deps/jsr.io/@std/assert/1.0.6/not_instance_of.d.ts.map +1 -0
  223. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_instance_of.js +1 -1
  224. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_match.d.ts +1 -1
  225. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_match.d.ts.map +1 -1
  226. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_match.js +1 -1
  227. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/not_strict_equals.d.ts +1 -1
  228. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_strict_equals.d.ts.map +1 -1
  229. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/not_strict_equals.js +2 -2
  230. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/object_match.d.ts +2 -2
  231. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/object_match.d.ts.map +1 -1
  232. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/object_match.js +2 -2
  233. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/rejects.d.ts +3 -3
  234. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/rejects.d.ts.map +1 -1
  235. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/rejects.js +2 -3
  236. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/strict_equals.d.ts +1 -1
  237. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/strict_equals.d.ts.map +1 -1
  238. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/strict_equals.js +6 -6
  239. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/string_includes.d.ts +1 -1
  240. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/string_includes.d.ts.map +1 -1
  241. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/string_includes.js +1 -1
  242. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/throws.d.ts +3 -3
  243. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/throws.d.ts.map +1 -1
  244. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/throws.js +2 -3
  245. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/unimplemented.d.ts +1 -1
  246. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/unimplemented.d.ts.map +1 -1
  247. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/unimplemented.js +1 -1
  248. package/{esm/deps/jsr.io/@std/assert/1.0.5 → script/deps/jsr.io/@std/assert/1.0.6}/unreachable.d.ts +1 -1
  249. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/unreachable.d.ts.map +1 -1
  250. package/script/deps/jsr.io/@std/assert/{1.0.5 → 1.0.6}/unreachable.js +1 -1
  251. package/script/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.2}/concat.d.ts +3 -2
  252. package/script/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts.map +1 -0
  253. package/script/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.2}/concat.js +3 -2
  254. package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/build_message.d.ts.map +1 -1
  255. package/{esm/deps/jsr.io/@std/internal/1.0.3 → script/deps/jsr.io/@std/internal/1.0.4}/diff.d.ts.map +1 -1
  256. package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/diff_str.d.ts.map +1 -1
  257. package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/format.d.ts.map +1 -1
  258. package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/styles.d.ts.map +1 -1
  259. package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/types.d.ts.map +1 -1
  260. package/script/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/_constants.d.ts.map +1 -1
  261. package/script/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/iterate_reader.d.ts.map +1 -1
  262. package/script/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/types.d.ts.map +1 -1
  263. package/script/tl/3_utilities.js +2 -2
  264. package/script/types/0_id.d.ts +1 -1
  265. package/script/types/1_bot_command_scope.js +1 -1
  266. package/script/types/1_input_media.d.ts +1 -1
  267. package/script/types/1_input_media.d.ts.map +1 -1
  268. package/esm/deps/jsr.io/@std/assert/1.0.5/instance_of.d.ts.map +0 -1
  269. package/esm/deps/jsr.io/@std/assert/1.0.5/is_error.d.ts.map +0 -1
  270. package/esm/deps/jsr.io/@std/assert/1.0.5/not_instance_of.d.ts.map +0 -1
  271. package/esm/deps/jsr.io/@std/bytes/0.224.0/concat.d.ts.map +0 -1
  272. package/script/deps/jsr.io/@std/assert/1.0.5/instance_of.d.ts.map +0 -1
  273. package/script/deps/jsr.io/@std/assert/1.0.5/is_error.d.ts.map +0 -1
  274. package/script/deps/jsr.io/@std/assert/1.0.5/not_instance_of.d.ts.map +0 -1
  275. package/script/deps/jsr.io/@std/bytes/0.224.0/concat.d.ts.map +0 -1
  276. /package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/build_message.d.ts +0 -0
  277. /package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/build_message.js +0 -0
  278. /package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/diff.d.ts +0 -0
  279. /package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/diff.js +0 -0
  280. /package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/diff_str.d.ts +0 -0
  281. /package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/diff_str.js +0 -0
  282. /package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/format.d.ts +0 -0
  283. /package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/format.js +0 -0
  284. /package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/styles.d.ts +0 -0
  285. /package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/styles.js +0 -0
  286. /package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/types.d.ts +0 -0
  287. /package/esm/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/types.js +0 -0
  288. /package/esm/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/_constants.d.ts +0 -0
  289. /package/esm/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/_constants.js +0 -0
  290. /package/esm/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/iterate_reader.d.ts +0 -0
  291. /package/esm/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/iterate_reader.js +0 -0
  292. /package/esm/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/types.d.ts +0 -0
  293. /package/esm/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/types.js +0 -0
  294. /package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/build_message.d.ts +0 -0
  295. /package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/build_message.js +0 -0
  296. /package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/diff.d.ts +0 -0
  297. /package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/diff.js +0 -0
  298. /package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/diff_str.d.ts +0 -0
  299. /package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/diff_str.js +0 -0
  300. /package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/format.d.ts +0 -0
  301. /package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/format.js +0 -0
  302. /package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/styles.d.ts +0 -0
  303. /package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/styles.js +0 -0
  304. /package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/types.d.ts +0 -0
  305. /package/script/deps/jsr.io/@std/internal/{1.0.3 → 1.0.4}/types.js +0 -0
  306. /package/script/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/_constants.d.ts +0 -0
  307. /package/script/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/_constants.js +0 -0
  308. /package/script/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/iterate_reader.d.ts +0 -0
  309. /package/script/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/iterate_reader.js +0 -0
  310. /package/script/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/types.d.ts +0 -0
  311. /package/script/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/types.js +0 -0
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Deep equality comparison used in assertions
2
+ * Deep equality comparison used in assertions.
3
3
  *
4
4
  * @param c The actual value
5
5
  * @param d The expected value
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * @example Usage
9
9
  * ```ts
10
- * import { equal } from "@std/assert";
10
+ * import { equal } from "@std/assert/equal";
11
11
  *
12
12
  * equal({ foo: "bar" }, { foo: "bar" }); // Returns `true`
13
13
  * equal({ foo: "bar" }, { foo: "baz" }); // Returns `false
@@ -1 +1 @@
1
- {"version":3,"file":"equal.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/equal.ts"],"names":[],"mappings":"AAcA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,KAAK,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,GAAG,OAAO,CA0HrD"}
1
+ {"version":3,"file":"equal.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/equal.ts"],"names":[],"mappings":"AAcA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,KAAK,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,GAAG,OAAO,CA0HrD"}
@@ -9,7 +9,7 @@ function constructorsEqual(a, b) {
9
9
  !a.constructor && b.constructor === Object;
10
10
  }
11
11
  /**
12
- * Deep equality comparison used in assertions
12
+ * Deep equality comparison used in assertions.
13
13
  *
14
14
  * @param c The actual value
15
15
  * @param d The expected value
@@ -17,7 +17,7 @@ function constructorsEqual(a, b) {
17
17
  *
18
18
  * @example Usage
19
19
  * ```ts
20
- * import { equal } from "@std/assert";
20
+ * import { equal } from "@std/assert/equal";
21
21
  *
22
22
  * equal({ foo: "bar" }, { foo: "bar" }); // Returns `true`
23
23
  * equal({ foo: "bar" }, { foo: "baz" }); // Returns `false
@@ -6,7 +6,7 @@
6
6
  * same type.
7
7
  *
8
8
  * @example Usage
9
- * ```ts no-eval
9
+ * ```ts ignore
10
10
  * import { assertEquals } from "@std/assert";
11
11
  *
12
12
  * assertEquals("world", "world"); // Doesn't throw
@@ -1 +1 @@
1
- {"version":3,"file":"equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/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"}
1
+ {"version":3,"file":"equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/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"}
@@ -1,10 +1,10 @@
1
1
  // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // This module is browser compatible.
3
3
  import { equal } from "./equal.js";
4
- import { buildMessage } from "../../internal/1.0.3/build_message.js";
5
- import { diff } from "../../internal/1.0.3/diff.js";
6
- import { diffStr } from "../../internal/1.0.3/diff_str.js";
7
- import { format } from "../../internal/1.0.3/format.js";
4
+ import { buildMessage } from "../../internal/1.0.4/build_message.js";
5
+ import { diff } from "../../internal/1.0.4/diff.js";
6
+ import { diffStr } from "../../internal/1.0.4/diff_str.js";
7
+ import { format } from "../../internal/1.0.4/format.js";
8
8
  import { AssertionError } from "./assertion_error.js";
9
9
  /**
10
10
  * Make an assertion that `actual` and `expected` are equal, deeply. If not
@@ -14,7 +14,7 @@ import { AssertionError } from "./assertion_error.js";
14
14
  * same type.
15
15
  *
16
16
  * @example Usage
17
- * ```ts no-eval
17
+ * ```ts ignore
18
18
  * import { assertEquals } from "@std/assert";
19
19
  *
20
20
  * assertEquals("world", "world"); // Doesn't throw
@@ -3,7 +3,7 @@
3
3
  * If not then throw.
4
4
  *
5
5
  * @example Usage
6
- * ```ts no-eval
6
+ * ```ts ignore
7
7
  * import { assertExists } from "@std/assert";
8
8
  *
9
9
  * assertExists("something"); // Doesn't throw
@@ -1 +1 @@
1
- {"version":3,"file":"exists.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/exists.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAAC,CAAC,EAC5B,MAAM,EAAE,CAAC,EACT,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,MAAM,IAAI,WAAW,CAAC,CAAC,CAAC,CAOlC"}
1
+ {"version":3,"file":"exists.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/exists.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAAC,CAAC,EAC5B,MAAM,EAAE,CAAC,EACT,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,MAAM,IAAI,WAAW,CAAC,CAAC,CAAC,CAOlC"}
@@ -6,7 +6,7 @@ import { AssertionError } from "./assertion_error.js";
6
6
  * If not then throw.
7
7
  *
8
8
  * @example Usage
9
- * ```ts no-eval
9
+ * ```ts ignore
10
10
  * import { assertExists } from "@std/assert";
11
11
  *
12
12
  * assertExists("something"); // Doesn't throw
@@ -2,7 +2,7 @@
2
2
  * Forcefully throws a failed assertion.
3
3
  *
4
4
  * @example Usage
5
- * ```ts no-eval
5
+ * ```ts ignore
6
6
  * import { fail } from "@std/assert";
7
7
  *
8
8
  * fail("Deliberately failed!"); // Throws
@@ -1 +1 @@
1
- {"version":3,"file":"fail.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/fail.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;GAYG;AACH,wBAAgB,IAAI,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,KAAK,CAGxC"}
1
+ {"version":3,"file":"fail.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/fail.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;GAYG;AACH,wBAAgB,IAAI,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,KAAK,CAGxC"}
@@ -5,7 +5,7 @@ import { AssertionError } from "./assertion_error.js";
5
5
  * Forcefully throws a failed assertion.
6
6
  *
7
7
  * @example Usage
8
- * ```ts no-eval
8
+ * ```ts ignore
9
9
  * import { fail } from "@std/assert";
10
10
  *
11
11
  * fail("Deliberately failed!"); // Throws
@@ -4,7 +4,7 @@ export type Falsy = false | 0 | 0n | "" | null | undefined;
4
4
  * Make an assertion, error will be thrown if `expr` have truthy value.
5
5
  *
6
6
  * @example Usage
7
- * ```ts no-eval
7
+ * ```ts ignore
8
8
  * import { assertFalse } from "@std/assert";
9
9
  *
10
10
  * assertFalse(false); // Doesn't throw
@@ -1 +1 @@
1
- {"version":3,"file":"false.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/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"}
1
+ {"version":3,"file":"false.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/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"}
@@ -5,7 +5,7 @@ import { AssertionError } from "./assertion_error.js";
5
5
  * Make an assertion, error will be thrown if `expr` have truthy value.
6
6
  *
7
7
  * @example Usage
8
- * ```ts no-eval
8
+ * ```ts ignore
9
9
  * import { assertFalse } from "@std/assert";
10
10
  *
11
11
  * assertFalse(false); // Doesn't throw
@@ -3,7 +3,7 @@
3
3
  * If not then throw.
4
4
  *
5
5
  * @example Usage
6
- * ```ts no-eval
6
+ * ```ts ignore
7
7
  * import { assertGreater } from "@std/assert";
8
8
  *
9
9
  * assertGreater(2, 1); // Doesn't throw
@@ -1 +1 @@
1
- {"version":3,"file":"greater.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/greater.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,MAAM,QAMpE"}
1
+ {"version":3,"file":"greater.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/greater.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,MAAM,QAMpE"}
@@ -1,13 +1,13 @@
1
1
  // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // This module is browser compatible.
3
- import { format } from "../../internal/1.0.3/format.js";
3
+ import { format } from "../../internal/1.0.4/format.js";
4
4
  import { AssertionError } from "./assertion_error.js";
5
5
  /**
6
6
  * Make an assertion that `actual` is greater than `expected`.
7
7
  * If not then throw.
8
8
  *
9
9
  * @example Usage
10
- * ```ts no-eval
10
+ * ```ts ignore
11
11
  * import { assertGreater } from "@std/assert";
12
12
  *
13
13
  * assertGreater(2, 1); // Doesn't throw
@@ -3,7 +3,7 @@
3
3
  * If not then throw.
4
4
  *
5
5
  * @example Usage
6
- * ```ts no-eval
6
+ * ```ts ignore
7
7
  * import { assertGreaterOrEqual } from "@std/assert";
8
8
  *
9
9
  * assertGreaterOrEqual(2, 1); // Doesn't throw
@@ -1 +1 @@
1
- {"version":3,"file":"greater_or_equal.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/greater_or_equal.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,oBAAoB,CAAC,CAAC,EACpC,MAAM,EAAE,CAAC,EACT,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,QASb"}
1
+ {"version":3,"file":"greater_or_equal.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/greater_or_equal.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,oBAAoB,CAAC,CAAC,EACpC,MAAM,EAAE,CAAC,EACT,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,QASb"}
@@ -1,13 +1,13 @@
1
1
  // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // This module is browser compatible.
3
- import { format } from "../../internal/1.0.3/format.js";
3
+ import { format } from "../../internal/1.0.4/format.js";
4
4
  import { AssertionError } from "./assertion_error.js";
5
5
  /**
6
6
  * Make an assertion that `actual` is greater than or equal to `expected`.
7
7
  * If not then throw.
8
8
  *
9
9
  * @example Usage
10
- * ```ts no-eval
10
+ * ```ts ignore
11
11
  * import { assertGreaterOrEqual } from "@std/assert";
12
12
  *
13
13
  * assertGreaterOrEqual(2, 1); // Doesn't throw
@@ -1,13 +1,13 @@
1
1
  /** Any constructor */
2
2
  export type AnyConstructor = new (...args: any[]) => any;
3
3
  /** Gets constructor type */
4
- export type GetConstructorType<T extends AnyConstructor> = T extends new (...args: any) => infer C ? C : never;
4
+ export type GetConstructorType<T extends AnyConstructor> = InstanceType<T>;
5
5
  /**
6
6
  * Make an assertion that `obj` is an instance of `type`.
7
7
  * If not then throw.
8
8
  *
9
9
  * @example Usage
10
- * ```ts no-eval
10
+ * ```ts ignore
11
11
  * import { assertInstanceOf } from "@std/assert";
12
12
  *
13
13
  * assertInstanceOf(new Date(), Date); // Doesn't throw
@@ -19,5 +19,5 @@ export type GetConstructorType<T extends AnyConstructor> = T extends new (...arg
19
19
  * @param expectedType The expected class constructor.
20
20
  * @param msg The optional message to display if the assertion fails.
21
21
  */
22
- export declare function assertInstanceOf<T extends AnyConstructor>(actual: unknown, expectedType: T, msg?: string): asserts actual is GetConstructorType<T>;
22
+ export declare function assertInstanceOf<T extends abstract new (...args: any[]) => any>(actual: unknown, expectedType: T, msg?: string): asserts actual is InstanceType<T>;
23
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.6/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"}
@@ -6,7 +6,7 @@ import { AssertionError } from "./assertion_error.js";
6
6
  * If not then throw.
7
7
  *
8
8
  * @example Usage
9
- * ```ts no-eval
9
+ * ```ts ignore
10
10
  * import { assertInstanceOf } from "@std/assert";
11
11
  *
12
12
  * assertInstanceOf(new Date(), Date); // Doesn't throw
@@ -5,7 +5,7 @@
5
5
  * error message can also be asserted.
6
6
  *
7
7
  * @example Usage
8
- * ```ts no-eval
8
+ * ```ts ignore
9
9
  * import { assertIsError } from "@std/assert";
10
10
  *
11
11
  * assertIsError(null); // Throws
@@ -21,5 +21,5 @@
21
21
  * @param msgMatches The optional string or RegExp to assert in the error message.
22
22
  * @param msg The optional message to display if the assertion fails.
23
23
  */
24
- export declare function assertIsError<E extends Error = Error>(error: unknown, ErrorClass?: new (...args: any[]) => E, msgMatches?: string | RegExp, msg?: string): asserts error is E;
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
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.6/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"}
@@ -1,7 +1,7 @@
1
1
  // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // This module is browser compatible.
3
3
  import { AssertionError } from "./assertion_error.js";
4
- import { stripAnsiCode } from "../../internal/1.0.3/styles.js";
4
+ import { stripAnsiCode } from "../../internal/1.0.4/styles.js";
5
5
  /**
6
6
  * Make an assertion that `error` is an `Error`.
7
7
  * If not then an error will be thrown.
@@ -9,7 +9,7 @@ import { stripAnsiCode } from "../../internal/1.0.3/styles.js";
9
9
  * error message can also be asserted.
10
10
  *
11
11
  * @example Usage
12
- * ```ts no-eval
12
+ * ```ts ignore
13
13
  * import { assertIsError } from "@std/assert";
14
14
  *
15
15
  * assertIsError(null); // Throws
@@ -3,7 +3,7 @@
3
3
  * If not then throw.
4
4
  *
5
5
  * @example Usage
6
- * ```ts no-eval
6
+ * ```ts ignore
7
7
  * import { assertLess } from "@std/assert";
8
8
  *
9
9
  * assertLess(1, 2); // Doesn't throw
@@ -1 +1 @@
1
- {"version":3,"file":"less.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/less.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,MAAM,QAMjE"}
1
+ {"version":3,"file":"less.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/less.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,MAAM,QAMjE"}
@@ -1,13 +1,13 @@
1
1
  // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // This module is browser compatible.
3
- import { format } from "../../internal/1.0.3/format.js";
3
+ import { format } from "../../internal/1.0.4/format.js";
4
4
  import { AssertionError } from "./assertion_error.js";
5
5
  /**
6
6
  * Make an assertion that `actual` is less than `expected`.
7
7
  * If not then throw.
8
8
  *
9
9
  * @example Usage
10
- * ```ts no-eval
10
+ * ```ts ignore
11
11
  * import { assertLess } from "@std/assert";
12
12
  *
13
13
  * assertLess(1, 2); // Doesn't throw
@@ -3,7 +3,7 @@
3
3
  * If not then throw.
4
4
  *
5
5
  * @example Usage
6
- * ```ts no-eval
6
+ * ```ts ignore
7
7
  * import { assertLessOrEqual } from "@std/assert";
8
8
  *
9
9
  * assertLessOrEqual(1, 2); // Doesn't throw
@@ -1 +1 @@
1
- {"version":3,"file":"less_or_equal.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/less_or_equal.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,EACjC,MAAM,EAAE,CAAC,EACT,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,QASb"}
1
+ {"version":3,"file":"less_or_equal.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/less_or_equal.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,EACjC,MAAM,EAAE,CAAC,EACT,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,QASb"}
@@ -1,13 +1,13 @@
1
1
  // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // This module is browser compatible.
3
- import { format } from "../../internal/1.0.3/format.js";
3
+ import { format } from "../../internal/1.0.4/format.js";
4
4
  import { AssertionError } from "./assertion_error.js";
5
5
  /**
6
6
  * Make an assertion that `actual` is less than or equal to `expected`.
7
7
  * If not then throw.
8
8
  *
9
9
  * @example Usage
10
- * ```ts no-eval
10
+ * ```ts ignore
11
11
  * import { assertLessOrEqual } from "@std/assert";
12
12
  *
13
13
  * assertLessOrEqual(1, 2); // Doesn't throw
@@ -3,7 +3,7 @@
3
3
  * then throw.
4
4
  *
5
5
  * @example Usage
6
- * ```ts no-eval
6
+ * ```ts ignore
7
7
  * import { assertMatch } from "@std/assert";
8
8
  *
9
9
  * assertMatch("Raptor", /Raptor/); // Doesn't throw
@@ -1 +1 @@
1
- {"version":3,"file":"match.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/match.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,WAAW,CACzB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,GAAG,CAAC,EAAE,MAAM,QAMb"}
1
+ {"version":3,"file":"match.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/match.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,WAAW,CACzB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,GAAG,CAAC,EAAE,MAAM,QAMb"}
@@ -6,7 +6,7 @@ import { AssertionError } from "./assertion_error.js";
6
6
  * then throw.
7
7
  *
8
8
  * @example Usage
9
- * ```ts no-eval
9
+ * ```ts ignore
10
10
  * import { assertMatch } from "@std/assert";
11
11
  *
12
12
  * assertMatch("Raptor", /Raptor/); // Doesn't throw
@@ -5,7 +5,7 @@
5
5
  * This module is browser compatible, but do not rely on good formatting of
6
6
  * values for AssertionError messages in browsers.
7
7
  *
8
- * ```ts no-eval
8
+ * ```ts ignore
9
9
  * import { assert } from "@std/assert";
10
10
  *
11
11
  * assert("I am truthy"); // Doesn't throw
@@ -1 +1 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/mod.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;GAeG;AAEH,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/mod.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;GAeG;AAEH,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}
@@ -7,7 +7,7 @@
7
7
  * This module is browser compatible, but do not rely on good formatting of
8
8
  * values for AssertionError messages in browsers.
9
9
  *
10
- * ```ts no-eval
10
+ * ```ts ignore
11
11
  * import { assert } from "@std/assert";
12
12
  *
13
13
  * assert("I am truthy"); // Doesn't throw
@@ -5,7 +5,7 @@
5
5
  * Type parameter can be specified to ensure values under comparison have the same type.
6
6
  *
7
7
  * @example Usage
8
- * ```ts no-eval
8
+ * ```ts ignore
9
9
  * import { assertNotEquals } from "@std/assert";
10
10
  *
11
11
  * assertNotEquals(1, 2); // Doesn't throw
@@ -1 +1 @@
1
- {"version":3,"file":"not_equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/not_equals.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,eAAe,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,MAAM,QAUtE"}
1
+ {"version":3,"file":"not_equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/not_equals.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,eAAe,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,MAAM,QAUtE"}
@@ -9,7 +9,7 @@ import { AssertionError } from "./assertion_error.js";
9
9
  * Type parameter can be specified to ensure values under comparison have the same type.
10
10
  *
11
11
  * @example Usage
12
- * ```ts no-eval
12
+ * ```ts ignore
13
13
  * import { assertNotEquals } from "@std/assert";
14
14
  *
15
15
  * assertNotEquals(1, 2); // Doesn't throw
@@ -3,7 +3,7 @@
3
3
  * If so, then throw.
4
4
  *
5
5
  * @example Usage
6
- * ```ts no-eval
6
+ * ```ts ignore
7
7
  * import { assertNotInstanceOf } from "@std/assert";
8
8
  *
9
9
  * assertNotInstanceOf(new Date(), Number); // Doesn't throw
@@ -16,5 +16,5 @@
16
16
  * @param unexpectedType The class constructor to check against.
17
17
  * @param msg The optional message to display if the assertion fails.
18
18
  */
19
- export declare function assertNotInstanceOf<A, T>(actual: A, unexpectedType: new (...args: any[]) => T, msg?: string): asserts actual is Exclude<A, T>;
19
+ export declare function assertNotInstanceOf<A, T>(actual: A, unexpectedType: abstract new (...args: any[]) => T, msg?: string): asserts actual is Exclude<A, T>;
20
20
  //# sourceMappingURL=not_instance_of.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"not_instance_of.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/not_instance_of.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,mBAAmB,CAAC,CAAC,EAAE,CAAC,EACtC,MAAM,EAAE,CAAC,EAET,cAAc,EAAE,QAAQ,MAAM,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EAClD,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,MAAM,IAAI,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,CAKjC"}
@@ -6,7 +6,7 @@ import { assertFalse } from "./false.js";
6
6
  * If so, then throw.
7
7
  *
8
8
  * @example Usage
9
- * ```ts no-eval
9
+ * ```ts ignore
10
10
  * import { assertNotInstanceOf } from "@std/assert";
11
11
  *
12
12
  * assertNotInstanceOf(new Date(), Number); // Doesn't throw
@@ -3,7 +3,7 @@
3
3
  * then throw.
4
4
  *
5
5
  * @example Usage
6
- * ```ts no-eval
6
+ * ```ts ignore
7
7
  * import { assertNotMatch } from "@std/assert";
8
8
  *
9
9
  * assertNotMatch("Denosaurus", /Raptor/); // Doesn't throw
@@ -1 +1 @@
1
- {"version":3,"file":"not_match.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/not_match.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,cAAc,CAC5B,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,GAAG,CAAC,EAAE,MAAM,QAMb"}
1
+ {"version":3,"file":"not_match.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/not_match.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,cAAc,CAC5B,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,GAAG,CAAC,EAAE,MAAM,QAMb"}
@@ -6,7 +6,7 @@ import { AssertionError } from "./assertion_error.js";
6
6
  * then throw.
7
7
  *
8
8
  * @example Usage
9
- * ```ts no-eval
9
+ * ```ts ignore
10
10
  * import { assertNotMatch } from "@std/assert";
11
11
  *
12
12
  * assertNotMatch("Denosaurus", /Raptor/); // Doesn't throw
@@ -4,7 +4,7 @@
4
4
  * equal then throw.
5
5
  *
6
6
  * @example Usage
7
- * ```ts no-eval
7
+ * ```ts ignore
8
8
  * import { assertNotStrictEquals } from "@std/assert";
9
9
  *
10
10
  * assertNotStrictEquals(1, 1); // Throws
@@ -1 +1 @@
1
- {"version":3,"file":"not_strict_equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/not_strict_equals.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,EACrC,MAAM,EAAE,CAAC,EACT,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,QAYb"}
1
+ {"version":3,"file":"not_strict_equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,EACrC,MAAM,EAAE,CAAC,EACT,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,QAYb"}
@@ -1,14 +1,14 @@
1
1
  // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // This module is browser compatible.
3
3
  import { AssertionError } from "./assertion_error.js";
4
- import { format } from "../../internal/1.0.3/format.js";
4
+ import { format } from "../../internal/1.0.4/format.js";
5
5
  /**
6
6
  * Make an assertion that `actual` and `expected` are not strictly equal, using
7
7
  * {@linkcode Object.is} for equality comparison. If the values are strictly
8
8
  * equal then throw.
9
9
  *
10
10
  * @example Usage
11
- * ```ts no-eval
11
+ * ```ts ignore
12
12
  * import { assertNotStrictEquals } from "@std/assert";
13
13
  *
14
14
  * assertNotStrictEquals(1, 1); // Throws
@@ -3,7 +3,7 @@
3
3
  * deeply. If not, then throw.
4
4
  *
5
5
  * @example Usage
6
- * ```ts no-eval
6
+ * ```ts ignore
7
7
  * import { assertObjectMatch } from "@std/assert";
8
8
  *
9
9
  * assertObjectMatch({ foo: "bar" }, { foo: "bar" }); // Doesn't throw
@@ -13,7 +13,7 @@
13
13
  * ```
14
14
  *
15
15
  * @example Usage with nested objects
16
- * ```ts no-eval
16
+ * ```ts ignore
17
17
  * import { assertObjectMatch } from "@std/assert";
18
18
  *
19
19
  * assertObjectMatch({ foo: { bar: 3, baz: 4 } }, { foo: { bar: 3 } }); // Doesn't throw
@@ -1 +1 @@
1
- {"version":3,"file":"object_match.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/object_match.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,iBAAiB,CAE/B,MAAM,EAAE,MAAM,CAAC,WAAW,EAAE,GAAG,CAAC,EAChC,QAAQ,EAAE,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,EACtC,GAAG,CAAC,EAAE,MAAM,GACX,IAAI,CAUN"}
1
+ {"version":3,"file":"object_match.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/object_match.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,iBAAiB,CAE/B,MAAM,EAAE,MAAM,CAAC,WAAW,EAAE,GAAG,CAAC,EAChC,QAAQ,EAAE,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,EACtC,GAAG,CAAC,EAAE,MAAM,GACX,IAAI,CAUN"}
@@ -6,7 +6,7 @@ import { assertEquals } from "./equals.js";
6
6
  * deeply. If not, then throw.
7
7
  *
8
8
  * @example Usage
9
- * ```ts no-eval
9
+ * ```ts ignore
10
10
  * import { assertObjectMatch } from "@std/assert";
11
11
  *
12
12
  * assertObjectMatch({ foo: "bar" }, { foo: "bar" }); // Doesn't throw
@@ -16,7 +16,7 @@ import { assertEquals } from "./equals.js";
16
16
  * ```
17
17
  *
18
18
  * @example Usage with nested objects
19
- * ```ts no-eval
19
+ * ```ts ignore
20
20
  * import { assertObjectMatch } from "@std/assert";
21
21
  *
22
22
  * assertObjectMatch({ foo: { bar: 3, baz: 4 } }, { foo: { bar: 3 } }); // Doesn't throw
@@ -4,7 +4,7 @@
4
4
  * To assert that a synchronous function throws, use {@linkcode assertThrows}.
5
5
  *
6
6
  * @example Usage
7
- * ```ts no-eval
7
+ * ```ts ignore
8
8
  * import { assertRejects } from "@std/assert";
9
9
  *
10
10
  * await assertRejects(async () => Promise.reject(new Error())); // Doesn't throw
@@ -24,7 +24,7 @@ export declare function assertRejects(fn: () => PromiseLike<unknown>, msg?: stri
24
24
  * To assert that a synchronous function throws, use {@linkcode assertThrows}.
25
25
  *
26
26
  * @example Usage
27
- * ```ts no-eval
27
+ * ```ts ignore
28
28
  * import { assertRejects } from "@std/assert";
29
29
  *
30
30
  * await assertRejects(async () => Promise.reject(new Error()), Error); // Doesn't throw
@@ -38,5 +38,5 @@ export declare function assertRejects(fn: () => PromiseLike<unknown>, msg?: stri
38
38
  * @param msg The optional message to display if the assertion fails.
39
39
  * @returns The promise which resolves to the thrown error.
40
40
  */
41
- export declare function assertRejects<E extends Error = Error>(fn: () => PromiseLike<unknown>, ErrorClass: new (...args: any[]) => E, msgIncludes?: string, msg?: string): Promise<E>;
41
+ export declare function assertRejects<E extends Error = Error>(fn: () => PromiseLike<unknown>, ErrorClass: abstract new (...args: any[]) => E, msgIncludes?: string, msg?: string): Promise<E>;
42
42
  //# sourceMappingURL=rejects.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rejects.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/rejects.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,aAAa,CAC3B,EAAE,EAAE,MAAM,WAAW,CAAC,OAAO,CAAC,EAC9B,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,OAAO,CAAC,CAAC;AACpB;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,KAAK,GAAG,KAAK,EACnD,EAAE,EAAE,MAAM,WAAW,CAAC,OAAO,CAAC,EAE9B,UAAU,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EACrC,WAAW,CAAC,EAAE,MAAM,EACpB,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"rejects.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.6/rejects.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,aAAa,CAC3B,EAAE,EAAE,MAAM,WAAW,CAAC,OAAO,CAAC,EAC9B,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,OAAO,CAAC,CAAC;AACpB;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,KAAK,GAAG,KAAK,EACnD,EAAE,EAAE,MAAM,WAAW,CAAC,OAAO,CAAC,EAE9B,UAAU,EAAE,QAAQ,MAAM,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EAC9C,WAAW,CAAC,EAAE,MAAM,EACpB,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,CAAC,CAAC,CAAC"}