@effectionx/worker 0.3.2 → 0.4.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 (269) hide show
  1. package/dist/message-channel.d.ts.map +1 -0
  2. package/dist/mod.d.ts +4 -0
  3. package/dist/mod.d.ts.map +1 -0
  4. package/dist/test-simple-worker.d.ts +2 -0
  5. package/dist/test-simple-worker.d.ts.map +1 -0
  6. package/dist/test-simple-worker.js +11 -0
  7. package/dist/tsconfig.tsbuildinfo +1 -0
  8. package/dist/types.d.ts.map +1 -0
  9. package/{esm → dist}/worker-main.d.ts +1 -1
  10. package/dist/worker-main.d.ts.map +1 -0
  11. package/{esm → dist}/worker-main.js +34 -16
  12. package/dist/worker.d.ts.map +1 -0
  13. package/{esm → dist}/worker.js +3 -4
  14. package/message-channel.ts +13 -0
  15. package/mod.ts +3 -0
  16. package/package.json +22 -16
  17. package/test-assets/boom-result-worker.ts +5 -0
  18. package/test-assets/boom-worker.ts +7 -0
  19. package/test-assets/counter-worker.ts +15 -0
  20. package/test-assets/crash-worker.ts +1 -0
  21. package/test-assets/echo-worker.ts +7 -0
  22. package/test-assets/result-worker.ts +5 -0
  23. package/test-assets/shutdown-worker.ts +24 -0
  24. package/test-assets/suspend-worker.ts +4 -0
  25. package/test-simple-worker.ts +12 -0
  26. package/tsconfig.json +20 -0
  27. package/types.ts +38 -0
  28. package/worker-main.ts +248 -0
  29. package/worker.test.ts +179 -0
  30. package/worker.ts +159 -0
  31. package/esm/_dnt.shims.d.ts +0 -2
  32. package/esm/_dnt.shims.d.ts.map +0 -1
  33. package/esm/_dnt.shims.js +0 -57
  34. package/esm/deps/jsr.io/@std/assert/1.0.16/almost_equals.d.ts +0 -29
  35. package/esm/deps/jsr.io/@std/assert/1.0.16/almost_equals.d.ts.map +0 -1
  36. package/esm/deps/jsr.io/@std/assert/1.0.16/almost_equals.js +0 -46
  37. package/esm/deps/jsr.io/@std/assert/1.0.16/array_includes.d.ts +0 -24
  38. package/esm/deps/jsr.io/@std/assert/1.0.16/array_includes.d.ts.map +0 -1
  39. package/esm/deps/jsr.io/@std/assert/1.0.16/array_includes.js +0 -46
  40. package/esm/deps/jsr.io/@std/assert/1.0.16/assert.d.ts +0 -16
  41. package/esm/deps/jsr.io/@std/assert/1.0.16/assert.d.ts.map +0 -1
  42. package/esm/deps/jsr.io/@std/assert/1.0.16/assert.js +0 -22
  43. package/esm/deps/jsr.io/@std/assert/1.0.16/assertion_error.d.ts +0 -26
  44. package/esm/deps/jsr.io/@std/assert/1.0.16/assertion_error.d.ts.map +0 -1
  45. package/esm/deps/jsr.io/@std/assert/1.0.16/assertion_error.js +0 -30
  46. package/esm/deps/jsr.io/@std/assert/1.0.16/equal.d.ts +0 -17
  47. package/esm/deps/jsr.io/@std/assert/1.0.16/equal.d.ts.map +0 -1
  48. package/esm/deps/jsr.io/@std/assert/1.0.16/equal.js +0 -186
  49. package/esm/deps/jsr.io/@std/assert/1.0.16/equals.d.ts +0 -35
  50. package/esm/deps/jsr.io/@std/assert/1.0.16/equals.d.ts.map +0 -1
  51. package/esm/deps/jsr.io/@std/assert/1.0.16/equals.js +0 -59
  52. package/esm/deps/jsr.io/@std/assert/1.0.16/exists.d.ts +0 -18
  53. package/esm/deps/jsr.io/@std/assert/1.0.16/exists.d.ts.map +0 -1
  54. package/esm/deps/jsr.io/@std/assert/1.0.16/exists.js +0 -27
  55. package/esm/deps/jsr.io/@std/assert/1.0.16/fail.d.ts +0 -15
  56. package/esm/deps/jsr.io/@std/assert/1.0.16/fail.d.ts.map +0 -1
  57. package/esm/deps/jsr.io/@std/assert/1.0.16/fail.js +0 -20
  58. package/esm/deps/jsr.io/@std/assert/1.0.16/false.d.ts +0 -18
  59. package/esm/deps/jsr.io/@std/assert/1.0.16/false.d.ts.map +0 -1
  60. package/esm/deps/jsr.io/@std/assert/1.0.16/false.js +0 -22
  61. package/esm/deps/jsr.io/@std/assert/1.0.16/greater.d.ts +0 -20
  62. package/esm/deps/jsr.io/@std/assert/1.0.16/greater.d.ts.map +0 -1
  63. package/esm/deps/jsr.io/@std/assert/1.0.16/greater.js +0 -29
  64. package/esm/deps/jsr.io/@std/assert/1.0.16/greater_or_equal.d.ts +0 -20
  65. package/esm/deps/jsr.io/@std/assert/1.0.16/greater_or_equal.d.ts.map +0 -1
  66. package/esm/deps/jsr.io/@std/assert/1.0.16/greater_or_equal.js +0 -29
  67. package/esm/deps/jsr.io/@std/assert/1.0.16/instance_of.d.ts +0 -23
  68. package/esm/deps/jsr.io/@std/assert/1.0.16/instance_of.d.ts.map +0 -1
  69. package/esm/deps/jsr.io/@std/assert/1.0.16/instance_of.js +0 -52
  70. package/esm/deps/jsr.io/@std/assert/1.0.16/is_error.d.ts +0 -25
  71. package/esm/deps/jsr.io/@std/assert/1.0.16/is_error.d.ts.map +0 -1
  72. package/esm/deps/jsr.io/@std/assert/1.0.16/is_error.js +0 -53
  73. package/esm/deps/jsr.io/@std/assert/1.0.16/less.d.ts +0 -19
  74. package/esm/deps/jsr.io/@std/assert/1.0.16/less.d.ts.map +0 -1
  75. package/esm/deps/jsr.io/@std/assert/1.0.16/less.js +0 -28
  76. package/esm/deps/jsr.io/@std/assert/1.0.16/less_or_equal.d.ts +0 -20
  77. package/esm/deps/jsr.io/@std/assert/1.0.16/less_or_equal.d.ts.map +0 -1
  78. package/esm/deps/jsr.io/@std/assert/1.0.16/less_or_equal.js +0 -29
  79. package/esm/deps/jsr.io/@std/assert/1.0.16/match.d.ts +0 -18
  80. package/esm/deps/jsr.io/@std/assert/1.0.16/match.d.ts.map +0 -1
  81. package/esm/deps/jsr.io/@std/assert/1.0.16/match.js +0 -26
  82. package/esm/deps/jsr.io/@std/assert/1.0.16/mod.d.ts +0 -44
  83. package/esm/deps/jsr.io/@std/assert/1.0.16/mod.d.ts.map +0 -1
  84. package/esm/deps/jsr.io/@std/assert/1.0.16/mod.js +0 -45
  85. package/esm/deps/jsr.io/@std/assert/1.0.16/not_equals.d.ts +0 -21
  86. package/esm/deps/jsr.io/@std/assert/1.0.16/not_equals.d.ts.map +0 -1
  87. package/esm/deps/jsr.io/@std/assert/1.0.16/not_equals.js +0 -33
  88. package/esm/deps/jsr.io/@std/assert/1.0.16/not_instance_of.d.ts +0 -20
  89. package/esm/deps/jsr.io/@std/assert/1.0.16/not_instance_of.d.ts.map +0 -1
  90. package/esm/deps/jsr.io/@std/assert/1.0.16/not_instance_of.js +0 -29
  91. package/esm/deps/jsr.io/@std/assert/1.0.16/not_match.d.ts +0 -18
  92. package/esm/deps/jsr.io/@std/assert/1.0.16/not_match.d.ts.map +0 -1
  93. package/esm/deps/jsr.io/@std/assert/1.0.16/not_match.js +0 -26
  94. package/esm/deps/jsr.io/@std/assert/1.0.16/not_strict_equals.d.ts +0 -23
  95. package/esm/deps/jsr.io/@std/assert/1.0.16/not_strict_equals.d.ts.map +0 -1
  96. package/esm/deps/jsr.io/@std/assert/1.0.16/not_strict_equals.js +0 -32
  97. package/esm/deps/jsr.io/@std/assert/1.0.16/object_match.d.ts +0 -29
  98. package/esm/deps/jsr.io/@std/assert/1.0.16/object_match.d.ts.map +0 -1
  99. package/esm/deps/jsr.io/@std/assert/1.0.16/object_match.js +0 -167
  100. package/esm/deps/jsr.io/@std/assert/1.0.16/rejects.d.ts +0 -42
  101. package/esm/deps/jsr.io/@std/assert/1.0.16/rejects.d.ts.map +0 -1
  102. package/esm/deps/jsr.io/@std/assert/1.0.16/rejects.js +0 -53
  103. package/esm/deps/jsr.io/@std/assert/1.0.16/strict_equals.d.ts +0 -24
  104. package/esm/deps/jsr.io/@std/assert/1.0.16/strict_equals.d.ts.map +0 -1
  105. package/esm/deps/jsr.io/@std/assert/1.0.16/strict_equals.js +0 -58
  106. package/esm/deps/jsr.io/@std/assert/1.0.16/string_includes.d.ts +0 -18
  107. package/esm/deps/jsr.io/@std/assert/1.0.16/string_includes.d.ts.map +0 -1
  108. package/esm/deps/jsr.io/@std/assert/1.0.16/string_includes.js +0 -26
  109. package/esm/deps/jsr.io/@std/assert/1.0.16/throws.d.ts +0 -45
  110. package/esm/deps/jsr.io/@std/assert/1.0.16/throws.d.ts.map +0 -1
  111. package/esm/deps/jsr.io/@std/assert/1.0.16/throws.js +0 -44
  112. package/esm/deps/jsr.io/@std/assert/1.0.16/unimplemented.d.ts +0 -15
  113. package/esm/deps/jsr.io/@std/assert/1.0.16/unimplemented.d.ts.map +0 -1
  114. package/esm/deps/jsr.io/@std/assert/1.0.16/unimplemented.js +0 -20
  115. package/esm/deps/jsr.io/@std/assert/1.0.16/unreachable.d.ts +0 -15
  116. package/esm/deps/jsr.io/@std/assert/1.0.16/unreachable.d.ts.map +0 -1
  117. package/esm/deps/jsr.io/@std/assert/1.0.16/unreachable.js +0 -20
  118. package/esm/deps/jsr.io/@std/internal/1.0.12/build_message.d.ts +0 -80
  119. package/esm/deps/jsr.io/@std/internal/1.0.12/build_message.d.ts.map +0 -1
  120. package/esm/deps/jsr.io/@std/internal/1.0.12/build_message.js +0 -116
  121. package/esm/deps/jsr.io/@std/internal/1.0.12/diff.d.ts +0 -140
  122. package/esm/deps/jsr.io/@std/internal/1.0.12/diff.d.ts.map +0 -1
  123. package/esm/deps/jsr.io/@std/internal/1.0.12/diff.js +0 -276
  124. package/esm/deps/jsr.io/@std/internal/1.0.12/diff_str.d.ts +0 -99
  125. package/esm/deps/jsr.io/@std/internal/1.0.12/diff_str.d.ts.map +0 -1
  126. package/esm/deps/jsr.io/@std/internal/1.0.12/diff_str.js +0 -182
  127. package/esm/deps/jsr.io/@std/internal/1.0.12/format.d.ts +0 -29
  128. package/esm/deps/jsr.io/@std/internal/1.0.12/format.d.ts.map +0 -1
  129. package/esm/deps/jsr.io/@std/internal/1.0.12/format.js +0 -70
  130. package/esm/deps/jsr.io/@std/internal/1.0.12/styles.d.ts +0 -159
  131. package/esm/deps/jsr.io/@std/internal/1.0.12/styles.d.ts.map +0 -1
  132. package/esm/deps/jsr.io/@std/internal/1.0.12/styles.js +0 -207
  133. package/esm/deps/jsr.io/@std/internal/1.0.12/types.d.ts +0 -25
  134. package/esm/deps/jsr.io/@std/internal/1.0.12/types.d.ts.map +0 -1
  135. package/esm/deps/jsr.io/@std/internal/1.0.12/types.js +0 -3
  136. package/esm/message-channel.d.ts.map +0 -1
  137. package/esm/mod.d.ts +0 -4
  138. package/esm/mod.d.ts.map +0 -1
  139. package/esm/package.json +0 -3
  140. package/esm/types.d.ts.map +0 -1
  141. package/esm/worker-main.d.ts.map +0 -1
  142. package/esm/worker.d.ts.map +0 -1
  143. package/script/_dnt.shims.d.ts +0 -2
  144. package/script/_dnt.shims.d.ts.map +0 -1
  145. package/script/_dnt.shims.js +0 -60
  146. package/script/deps/jsr.io/@std/assert/1.0.16/almost_equals.d.ts +0 -29
  147. package/script/deps/jsr.io/@std/assert/1.0.16/almost_equals.d.ts.map +0 -1
  148. package/script/deps/jsr.io/@std/assert/1.0.16/almost_equals.js +0 -49
  149. package/script/deps/jsr.io/@std/assert/1.0.16/array_includes.d.ts +0 -24
  150. package/script/deps/jsr.io/@std/assert/1.0.16/array_includes.d.ts.map +0 -1
  151. package/script/deps/jsr.io/@std/assert/1.0.16/array_includes.js +0 -49
  152. package/script/deps/jsr.io/@std/assert/1.0.16/assert.d.ts +0 -16
  153. package/script/deps/jsr.io/@std/assert/1.0.16/assert.d.ts.map +0 -1
  154. package/script/deps/jsr.io/@std/assert/1.0.16/assert.js +0 -25
  155. package/script/deps/jsr.io/@std/assert/1.0.16/assertion_error.d.ts +0 -26
  156. package/script/deps/jsr.io/@std/assert/1.0.16/assertion_error.d.ts.map +0 -1
  157. package/script/deps/jsr.io/@std/assert/1.0.16/assertion_error.js +0 -34
  158. package/script/deps/jsr.io/@std/assert/1.0.16/equal.d.ts +0 -17
  159. package/script/deps/jsr.io/@std/assert/1.0.16/equal.d.ts.map +0 -1
  160. package/script/deps/jsr.io/@std/assert/1.0.16/equal.js +0 -222
  161. package/script/deps/jsr.io/@std/assert/1.0.16/equals.d.ts +0 -35
  162. package/script/deps/jsr.io/@std/assert/1.0.16/equals.d.ts.map +0 -1
  163. package/script/deps/jsr.io/@std/assert/1.0.16/equals.js +0 -62
  164. package/script/deps/jsr.io/@std/assert/1.0.16/exists.d.ts +0 -18
  165. package/script/deps/jsr.io/@std/assert/1.0.16/exists.d.ts.map +0 -1
  166. package/script/deps/jsr.io/@std/assert/1.0.16/exists.js +0 -30
  167. package/script/deps/jsr.io/@std/assert/1.0.16/fail.d.ts +0 -15
  168. package/script/deps/jsr.io/@std/assert/1.0.16/fail.d.ts.map +0 -1
  169. package/script/deps/jsr.io/@std/assert/1.0.16/fail.js +0 -23
  170. package/script/deps/jsr.io/@std/assert/1.0.16/false.d.ts +0 -18
  171. package/script/deps/jsr.io/@std/assert/1.0.16/false.d.ts.map +0 -1
  172. package/script/deps/jsr.io/@std/assert/1.0.16/false.js +0 -25
  173. package/script/deps/jsr.io/@std/assert/1.0.16/greater.d.ts +0 -20
  174. package/script/deps/jsr.io/@std/assert/1.0.16/greater.d.ts.map +0 -1
  175. package/script/deps/jsr.io/@std/assert/1.0.16/greater.js +0 -32
  176. package/script/deps/jsr.io/@std/assert/1.0.16/greater_or_equal.d.ts +0 -20
  177. package/script/deps/jsr.io/@std/assert/1.0.16/greater_or_equal.d.ts.map +0 -1
  178. package/script/deps/jsr.io/@std/assert/1.0.16/greater_or_equal.js +0 -32
  179. package/script/deps/jsr.io/@std/assert/1.0.16/instance_of.d.ts +0 -23
  180. package/script/deps/jsr.io/@std/assert/1.0.16/instance_of.d.ts.map +0 -1
  181. package/script/deps/jsr.io/@std/assert/1.0.16/instance_of.js +0 -55
  182. package/script/deps/jsr.io/@std/assert/1.0.16/is_error.d.ts +0 -25
  183. package/script/deps/jsr.io/@std/assert/1.0.16/is_error.d.ts.map +0 -1
  184. package/script/deps/jsr.io/@std/assert/1.0.16/is_error.js +0 -56
  185. package/script/deps/jsr.io/@std/assert/1.0.16/less.d.ts +0 -19
  186. package/script/deps/jsr.io/@std/assert/1.0.16/less.d.ts.map +0 -1
  187. package/script/deps/jsr.io/@std/assert/1.0.16/less.js +0 -31
  188. package/script/deps/jsr.io/@std/assert/1.0.16/less_or_equal.d.ts +0 -20
  189. package/script/deps/jsr.io/@std/assert/1.0.16/less_or_equal.d.ts.map +0 -1
  190. package/script/deps/jsr.io/@std/assert/1.0.16/less_or_equal.js +0 -32
  191. package/script/deps/jsr.io/@std/assert/1.0.16/match.d.ts +0 -18
  192. package/script/deps/jsr.io/@std/assert/1.0.16/match.d.ts.map +0 -1
  193. package/script/deps/jsr.io/@std/assert/1.0.16/match.js +0 -29
  194. package/script/deps/jsr.io/@std/assert/1.0.16/mod.d.ts +0 -44
  195. package/script/deps/jsr.io/@std/assert/1.0.16/mod.d.ts.map +0 -1
  196. package/script/deps/jsr.io/@std/assert/1.0.16/mod.js +0 -61
  197. package/script/deps/jsr.io/@std/assert/1.0.16/not_equals.d.ts +0 -21
  198. package/script/deps/jsr.io/@std/assert/1.0.16/not_equals.d.ts.map +0 -1
  199. package/script/deps/jsr.io/@std/assert/1.0.16/not_equals.js +0 -36
  200. package/script/deps/jsr.io/@std/assert/1.0.16/not_instance_of.d.ts +0 -20
  201. package/script/deps/jsr.io/@std/assert/1.0.16/not_instance_of.d.ts.map +0 -1
  202. package/script/deps/jsr.io/@std/assert/1.0.16/not_instance_of.js +0 -32
  203. package/script/deps/jsr.io/@std/assert/1.0.16/not_match.d.ts +0 -18
  204. package/script/deps/jsr.io/@std/assert/1.0.16/not_match.d.ts.map +0 -1
  205. package/script/deps/jsr.io/@std/assert/1.0.16/not_match.js +0 -29
  206. package/script/deps/jsr.io/@std/assert/1.0.16/not_strict_equals.d.ts +0 -23
  207. package/script/deps/jsr.io/@std/assert/1.0.16/not_strict_equals.d.ts.map +0 -1
  208. package/script/deps/jsr.io/@std/assert/1.0.16/not_strict_equals.js +0 -35
  209. package/script/deps/jsr.io/@std/assert/1.0.16/object_match.d.ts +0 -29
  210. package/script/deps/jsr.io/@std/assert/1.0.16/object_match.d.ts.map +0 -1
  211. package/script/deps/jsr.io/@std/assert/1.0.16/object_match.js +0 -170
  212. package/script/deps/jsr.io/@std/assert/1.0.16/rejects.d.ts +0 -42
  213. package/script/deps/jsr.io/@std/assert/1.0.16/rejects.d.ts.map +0 -1
  214. package/script/deps/jsr.io/@std/assert/1.0.16/rejects.js +0 -56
  215. package/script/deps/jsr.io/@std/assert/1.0.16/strict_equals.d.ts +0 -24
  216. package/script/deps/jsr.io/@std/assert/1.0.16/strict_equals.d.ts.map +0 -1
  217. package/script/deps/jsr.io/@std/assert/1.0.16/strict_equals.js +0 -61
  218. package/script/deps/jsr.io/@std/assert/1.0.16/string_includes.d.ts +0 -18
  219. package/script/deps/jsr.io/@std/assert/1.0.16/string_includes.d.ts.map +0 -1
  220. package/script/deps/jsr.io/@std/assert/1.0.16/string_includes.js +0 -29
  221. package/script/deps/jsr.io/@std/assert/1.0.16/throws.d.ts +0 -45
  222. package/script/deps/jsr.io/@std/assert/1.0.16/throws.d.ts.map +0 -1
  223. package/script/deps/jsr.io/@std/assert/1.0.16/throws.js +0 -47
  224. package/script/deps/jsr.io/@std/assert/1.0.16/unimplemented.d.ts +0 -15
  225. package/script/deps/jsr.io/@std/assert/1.0.16/unimplemented.d.ts.map +0 -1
  226. package/script/deps/jsr.io/@std/assert/1.0.16/unimplemented.js +0 -23
  227. package/script/deps/jsr.io/@std/assert/1.0.16/unreachable.d.ts +0 -15
  228. package/script/deps/jsr.io/@std/assert/1.0.16/unreachable.d.ts.map +0 -1
  229. package/script/deps/jsr.io/@std/assert/1.0.16/unreachable.js +0 -23
  230. package/script/deps/jsr.io/@std/internal/1.0.12/build_message.d.ts +0 -80
  231. package/script/deps/jsr.io/@std/internal/1.0.12/build_message.d.ts.map +0 -1
  232. package/script/deps/jsr.io/@std/internal/1.0.12/build_message.js +0 -121
  233. package/script/deps/jsr.io/@std/internal/1.0.12/diff.d.ts +0 -140
  234. package/script/deps/jsr.io/@std/internal/1.0.12/diff.d.ts.map +0 -1
  235. package/script/deps/jsr.io/@std/internal/1.0.12/diff.js +0 -283
  236. package/script/deps/jsr.io/@std/internal/1.0.12/diff_str.d.ts +0 -99
  237. package/script/deps/jsr.io/@std/internal/1.0.12/diff_str.d.ts.map +0 -1
  238. package/script/deps/jsr.io/@std/internal/1.0.12/diff_str.js +0 -188
  239. package/script/deps/jsr.io/@std/internal/1.0.12/format.d.ts +0 -29
  240. package/script/deps/jsr.io/@std/internal/1.0.12/format.d.ts.map +0 -1
  241. package/script/deps/jsr.io/@std/internal/1.0.12/format.js +0 -106
  242. package/script/deps/jsr.io/@std/internal/1.0.12/styles.d.ts +0 -159
  243. package/script/deps/jsr.io/@std/internal/1.0.12/styles.d.ts.map +0 -1
  244. package/script/deps/jsr.io/@std/internal/1.0.12/styles.js +0 -252
  245. package/script/deps/jsr.io/@std/internal/1.0.12/types.d.ts +0 -25
  246. package/script/deps/jsr.io/@std/internal/1.0.12/types.d.ts.map +0 -1
  247. package/script/deps/jsr.io/@std/internal/1.0.12/types.js +0 -4
  248. package/script/message-channel.d.ts +0 -3
  249. package/script/message-channel.d.ts.map +0 -1
  250. package/script/message-channel.js +0 -16
  251. package/script/mod.d.ts +0 -4
  252. package/script/mod.d.ts.map +0 -1
  253. package/script/mod.js +0 -19
  254. package/script/package.json +0 -3
  255. package/script/types.d.ts +0 -33
  256. package/script/types.d.ts.map +0 -1
  257. package/script/types.js +0 -2
  258. package/script/worker-main.d.ts +0 -84
  259. package/script/worker-main.d.ts.map +0 -1
  260. package/script/worker-main.js +0 -190
  261. package/script/worker.d.ts +0 -63
  262. package/script/worker.d.ts.map +0 -1
  263. package/script/worker.js +0 -124
  264. /package/{esm → dist}/message-channel.d.ts +0 -0
  265. /package/{esm → dist}/message-channel.js +0 -0
  266. /package/{esm → dist}/mod.js +0 -0
  267. /package/{esm → dist}/types.d.ts +0 -0
  268. /package/{esm → dist}/types.js +0 -0
  269. /package/{esm → dist}/worker.d.ts +0 -0
@@ -1,99 +0,0 @@
1
- import type { DiffResult } from "./types.js";
2
- /**
3
- * Unescape invisible characters.
4
- *
5
- * @see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String#escape_sequences}
6
- *
7
- * @param string String to unescape.
8
- *
9
- * @returns Unescaped string.
10
- *
11
- * @example Usage
12
- * ```ts
13
- * import { unescape } from "@std/internal/diff-str";
14
- * import { assertEquals } from "@std/assert";
15
- *
16
- * assertEquals(unescape("Hello\nWorld"), "Hello\\n\nWorld");
17
- * ```
18
- */
19
- export declare function unescape(string: string): string;
20
- /**
21
- * Tokenizes a string into an array of tokens.
22
- *
23
- * @param string The string to tokenize.
24
- * @param wordDiff If true, performs word-based tokenization. Default is false.
25
- *
26
- * @returns An array of tokens.
27
- *
28
- * @example Usage
29
- * ```ts
30
- * import { tokenize } from "@std/internal/diff-str";
31
- * import { assertEquals } from "@std/assert";
32
- *
33
- * assertEquals(tokenize("Hello\nWorld"), ["Hello\n", "World"]);
34
- * ```
35
- */
36
- export declare function tokenize(string: string, wordDiff?: boolean): string[];
37
- /**
38
- * Create details by filtering relevant word-diff for current line and merge
39
- * "space-diff" if surrounded by word-diff for cleaner displays.
40
- *
41
- * @param line Current line
42
- * @param tokens Word-diff tokens
43
- *
44
- * @returns Array of diff results.
45
- *
46
- * @example Usage
47
- * ```ts
48
- * import { createDetails } from "@std/internal/diff-str";
49
- * import { assertEquals } from "@std/assert";
50
- *
51
- * const tokens = [
52
- * { type: "added", value: "a" },
53
- * { type: "removed", value: "b" },
54
- * { type: "common", value: "c" },
55
- * ] as const;
56
- * assertEquals(
57
- * createDetails({ type: "added", value: "a" }, [...tokens]),
58
- * [{ type: "added", value: "a" }, { type: "common", value: "c" }]
59
- * );
60
- * ```
61
- */
62
- export declare function createDetails(line: DiffResult<string>, tokens: DiffResult<string>[]): DiffResult<string>[];
63
- /**
64
- * Renders the differences between the actual and expected strings. Partially
65
- * inspired from {@link https://github.com/kpdecker/jsdiff}.
66
- *
67
- * @param A Actual string
68
- * @param B Expected string
69
- *
70
- * @returns Array of diff results.
71
- *
72
- * @example Usage
73
- * ```ts
74
- * import { diffStr } from "@std/internal/diff-str";
75
- * import { assertEquals } from "@std/assert";
76
- *
77
- * assertEquals(diffStr("Hello!", "Hello"), [
78
- * {
79
- * type: "removed",
80
- * value: "Hello!\n",
81
- * details: [
82
- * { type: "common", value: "Hello" },
83
- * { type: "removed", value: "!" },
84
- * { type: "common", value: "\n" }
85
- * ]
86
- * },
87
- * {
88
- * type: "added",
89
- * value: "Hello\n",
90
- * details: [
91
- * { type: "common", value: "Hello" },
92
- * { type: "common", value: "\n" }
93
- * ]
94
- * }
95
- * ]);
96
- * ```
97
- */
98
- export declare function diffStr(A: string, B: string): DiffResult<string>[];
99
- //# sourceMappingURL=diff_str.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"diff_str.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.12/diff_str.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAqB,UAAU,EAAE,MAAM,YAAY,CAAC;AAGhE;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAY/C;AAKD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,UAAQ,GAAG,MAAM,EAAE,CAiBnE;AAED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,EACxB,MAAM,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,GAC3B,UAAU,CAAC,MAAM,CAAC,EAAE,CAetB;AAID;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,wBAAgB,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,EAAE,CAkDlE"}
@@ -1,188 +0,0 @@
1
- "use strict";
2
- // Copyright 2018-2025 the Deno authors. MIT license.
3
- // This module is browser compatible.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.unescape = unescape;
6
- exports.tokenize = tokenize;
7
- exports.createDetails = createDetails;
8
- exports.diffStr = diffStr;
9
- const diff_js_1 = require("./diff.js");
10
- /**
11
- * Unescape invisible characters.
12
- *
13
- * @see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String#escape_sequences}
14
- *
15
- * @param string String to unescape.
16
- *
17
- * @returns Unescaped string.
18
- *
19
- * @example Usage
20
- * ```ts
21
- * import { unescape } from "@std/internal/diff-str";
22
- * import { assertEquals } from "@std/assert";
23
- *
24
- * assertEquals(unescape("Hello\nWorld"), "Hello\\n\nWorld");
25
- * ```
26
- */
27
- function unescape(string) {
28
- return string
29
- .replaceAll("\\", "\\\\")
30
- .replaceAll("\b", "\\b")
31
- .replaceAll("\f", "\\f")
32
- .replaceAll("\t", "\\t")
33
- .replaceAll("\v", "\\v")
34
- // This does not remove line breaks
35
- .replaceAll(/\r\n|\r|\n/g, (str) => str === "\r" ? "\\r" : str === "\n" ? "\\n\n" : "\\r\\n\r\n");
36
- }
37
- const WHITESPACE_SYMBOLS = /((?:\\[bftv]|[^\S\r\n])+|\\[rn\\]|[()[\]{}'"\r\n]|\b)/;
38
- /**
39
- * Tokenizes a string into an array of tokens.
40
- *
41
- * @param string The string to tokenize.
42
- * @param wordDiff If true, performs word-based tokenization. Default is false.
43
- *
44
- * @returns An array of tokens.
45
- *
46
- * @example Usage
47
- * ```ts
48
- * import { tokenize } from "@std/internal/diff-str";
49
- * import { assertEquals } from "@std/assert";
50
- *
51
- * assertEquals(tokenize("Hello\nWorld"), ["Hello\n", "World"]);
52
- * ```
53
- */
54
- function tokenize(string, wordDiff = false) {
55
- if (wordDiff) {
56
- return string
57
- .split(WHITESPACE_SYMBOLS)
58
- .filter((token) => token);
59
- }
60
- const tokens = [];
61
- const lines = string.split(/(\n|\r\n)/).filter((line) => line);
62
- for (const [i, line] of lines.entries()) {
63
- if (i % 2) {
64
- tokens[tokens.length - 1] += line;
65
- }
66
- else {
67
- tokens.push(line);
68
- }
69
- }
70
- return tokens;
71
- }
72
- /**
73
- * Create details by filtering relevant word-diff for current line and merge
74
- * "space-diff" if surrounded by word-diff for cleaner displays.
75
- *
76
- * @param line Current line
77
- * @param tokens Word-diff tokens
78
- *
79
- * @returns Array of diff results.
80
- *
81
- * @example Usage
82
- * ```ts
83
- * import { createDetails } from "@std/internal/diff-str";
84
- * import { assertEquals } from "@std/assert";
85
- *
86
- * const tokens = [
87
- * { type: "added", value: "a" },
88
- * { type: "removed", value: "b" },
89
- * { type: "common", value: "c" },
90
- * ] as const;
91
- * assertEquals(
92
- * createDetails({ type: "added", value: "a" }, [...tokens]),
93
- * [{ type: "added", value: "a" }, { type: "common", value: "c" }]
94
- * );
95
- * ```
96
- */
97
- function createDetails(line, tokens) {
98
- return tokens.filter(({ type }) => type === line.type || type === "common")
99
- .map((result, i, t) => {
100
- const token = t[i - 1];
101
- if ((result.type === "common") && token &&
102
- (token.type === t[i + 1]?.type) && /\s+/.test(result.value)) {
103
- return {
104
- ...result,
105
- type: token.type,
106
- };
107
- }
108
- return result;
109
- });
110
- }
111
- const NON_WHITESPACE_REGEXP = /\S/;
112
- /**
113
- * Renders the differences between the actual and expected strings. Partially
114
- * inspired from {@link https://github.com/kpdecker/jsdiff}.
115
- *
116
- * @param A Actual string
117
- * @param B Expected string
118
- *
119
- * @returns Array of diff results.
120
- *
121
- * @example Usage
122
- * ```ts
123
- * import { diffStr } from "@std/internal/diff-str";
124
- * import { assertEquals } from "@std/assert";
125
- *
126
- * assertEquals(diffStr("Hello!", "Hello"), [
127
- * {
128
- * type: "removed",
129
- * value: "Hello!\n",
130
- * details: [
131
- * { type: "common", value: "Hello" },
132
- * { type: "removed", value: "!" },
133
- * { type: "common", value: "\n" }
134
- * ]
135
- * },
136
- * {
137
- * type: "added",
138
- * value: "Hello\n",
139
- * details: [
140
- * { type: "common", value: "Hello" },
141
- * { type: "common", value: "\n" }
142
- * ]
143
- * }
144
- * ]);
145
- * ```
146
- */
147
- function diffStr(A, B) {
148
- // Compute multi-line diff
149
- const diffResult = (0, diff_js_1.diff)(tokenize(`${unescape(A)}\n`), tokenize(`${unescape(B)}\n`));
150
- const added = [];
151
- const removed = [];
152
- for (const result of diffResult) {
153
- if (result.type === "added") {
154
- added.push(result);
155
- }
156
- if (result.type === "removed") {
157
- removed.push(result);
158
- }
159
- }
160
- // Compute word-diff
161
- const hasMoreRemovedLines = added.length < removed.length;
162
- const aLines = hasMoreRemovedLines ? added : removed;
163
- const bLines = hasMoreRemovedLines ? removed : added;
164
- for (const a of aLines) {
165
- let tokens = [];
166
- let b;
167
- // Search another diff line with at least one common token
168
- while (bLines.length) {
169
- b = bLines.shift();
170
- const tokenized = [
171
- tokenize(a.value, true),
172
- tokenize(b.value, true),
173
- ];
174
- if (hasMoreRemovedLines)
175
- tokenized.reverse();
176
- tokens = (0, diff_js_1.diff)(tokenized[0], tokenized[1]);
177
- if (tokens.some(({ type, value }) => type === "common" && NON_WHITESPACE_REGEXP.test(value))) {
178
- break;
179
- }
180
- }
181
- // Register word-diff details
182
- a.details = createDetails(a, tokens);
183
- if (b) {
184
- b.details = createDetails(b, tokens);
185
- }
186
- }
187
- return diffResult;
188
- }
@@ -1,29 +0,0 @@
1
- export type InspectFn = (v: unknown, options: {
2
- depth: number;
3
- sorted: boolean;
4
- trailingComma: boolean;
5
- compact: boolean;
6
- iterableLimit: number;
7
- getters: boolean;
8
- strAbbreviateSize: number;
9
- }) => string;
10
- /**
11
- * Converts the input into a string. Objects, Sets and Maps are sorted so as to
12
- * make tests less flaky.
13
- *
14
- * @param v Value to be formatted
15
- *
16
- * @returns The formatted string
17
- *
18
- * @example Usage
19
- * ```ts
20
- * import { format } from "@std/internal/format";
21
- * import { assertEquals } from "@std/assert";
22
- *
23
- * assertEquals(format({ a: 1, b: 2 }), "{\n a: 1,\n b: 2,\n}");
24
- * assertEquals(format(new Set([1, 2])), "Set(2) {\n 1,\n 2,\n}");
25
- * assertEquals(format(new Map([[1, 2]])), "Map(1) {\n 1 => 2,\n}");
26
- * ```
27
- */
28
- export declare function format(v: unknown): string;
29
- //# sourceMappingURL=format.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.12/format.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,SAAS,GAAG,CACtB,CAAC,EAAE,OAAO,EACV,OAAO,EAAE;IACP,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,aAAa,EAAE,OAAO,CAAC;IACvB,OAAO,EAAE,OAAO,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;CAC3B,KACE,MAAM,CAAC;AAEZ;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,MAAM,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,CAmBzC"}
@@ -1,106 +0,0 @@
1
- "use strict";
2
- // Copyright 2018-2025 the Deno authors. MIT license.
3
- // This module is browser compatible.
4
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
- if (k2 === undefined) k2 = k;
6
- var desc = Object.getOwnPropertyDescriptor(m, k);
7
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
- desc = { enumerable: true, get: function() { return m[k]; } };
9
- }
10
- Object.defineProperty(o, k2, desc);
11
- }) : (function(o, m, k, k2) {
12
- if (k2 === undefined) k2 = k;
13
- o[k2] = m[k];
14
- }));
15
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
- Object.defineProperty(o, "default", { enumerable: true, value: v });
17
- }) : function(o, v) {
18
- o["default"] = v;
19
- });
20
- var __importStar = (this && this.__importStar) || (function () {
21
- var ownKeys = function(o) {
22
- ownKeys = Object.getOwnPropertyNames || function (o) {
23
- var ar = [];
24
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
25
- return ar;
26
- };
27
- return ownKeys(o);
28
- };
29
- return function (mod) {
30
- if (mod && mod.__esModule) return mod;
31
- var result = {};
32
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
33
- __setModuleDefault(result, mod);
34
- return result;
35
- };
36
- })();
37
- Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.format = format;
39
- /** An inspect function conforming to the shape of `Deno.inspect` and `node:util`'s `inspect` */
40
- const dntShim = __importStar(require("../../../../../_dnt.shims.js"));
41
- /**
42
- * Converts the input into a string. Objects, Sets and Maps are sorted so as to
43
- * make tests less flaky.
44
- *
45
- * @param v Value to be formatted
46
- *
47
- * @returns The formatted string
48
- *
49
- * @example Usage
50
- * ```ts
51
- * import { format } from "@std/internal/format";
52
- * import { assertEquals } from "@std/assert";
53
- *
54
- * assertEquals(format({ a: 1, b: 2 }), "{\n a: 1,\n b: 2,\n}");
55
- * assertEquals(format(new Set([1, 2])), "Set(2) {\n 1,\n 2,\n}");
56
- * assertEquals(format(new Map([[1, 2]])), "Map(1) {\n 1 => 2,\n}");
57
- * ```
58
- */
59
- function format(v) {
60
- // deno-lint-ignore no-explicit-any
61
- const { Deno, process } = dntShim.dntGlobalThis;
62
- const inspect = Deno?.inspect ??
63
- process?.getBuiltinModule?.("node:util")?.inspect;
64
- return typeof inspect === "function"
65
- ? inspect(v, {
66
- depth: Infinity,
67
- sorted: true,
68
- trailingComma: true,
69
- compact: false,
70
- iterableLimit: Infinity,
71
- // getters should be true in assertEquals.
72
- getters: true,
73
- strAbbreviateSize: Infinity,
74
- })
75
- : basicInspect(v);
76
- }
77
- const formatters = [
78
- (v) => {
79
- if (typeof v === "undefined")
80
- return "undefined";
81
- if (typeof v === "bigint")
82
- return `${v}n`;
83
- if (typeof v === "string" ||
84
- typeof v === "number" ||
85
- typeof v === "boolean" ||
86
- v === null ||
87
- Array.isArray(v) ||
88
- [null, Object.prototype].includes(Object.getPrototypeOf(v))) {
89
- return JSON.stringify(v, null, 2);
90
- }
91
- },
92
- (v) => String(v),
93
- (v) => Object.prototype.toString.call(v),
94
- ];
95
- // for environments lacking both `Deno.inspect` and `process.inspect`
96
- function basicInspect(v) {
97
- for (const fmt of formatters) {
98
- try {
99
- const result = fmt(v);
100
- if (typeof result === "string")
101
- return result;
102
- }
103
- catch { /* try the next one */ }
104
- }
105
- return "[[Unable to format value]]";
106
- }
@@ -1,159 +0,0 @@
1
- /**
2
- * Sets the style of text to be printed to bold.
3
- *
4
- * Disable by setting the `NO_COLOR` environmental variable.
5
- *
6
- * @param str Text to make bold
7
- *
8
- * @returns Bold text for printing
9
- *
10
- * @example Usage
11
- * ```ts no-assert
12
- * import { bold } from "@std/internal/styles";
13
- *
14
- * console.log(bold("Hello, world!")); // Prints "Hello, world!" in bold
15
- * ```
16
- */
17
- export declare function bold(str: string): string;
18
- /**
19
- * Sets the color of text to be printed to red.
20
- *
21
- * Disable by setting the `NO_COLOR` environmental variable.
22
- *
23
- * @param str Text to make red
24
- *
25
- * @returns Red text for printing
26
- *
27
- * @example Usage
28
- * ```ts no-assert
29
- * import { red } from "@std/internal/styles";
30
- *
31
- * console.log(red("Hello, world!")); // Prints "Hello, world!" in red
32
- * ```
33
- */
34
- export declare function red(str: string): string;
35
- /**
36
- * Sets the color of text to be printed to green.
37
- *
38
- * Disable by setting the `NO_COLOR` environmental variable.
39
- *
40
- * @param str Text to make green
41
- *
42
- * @returns Green text for print
43
- *
44
- * @example Usage
45
- * ```ts no-assert
46
- * import { green } from "@std/internal/styles";
47
- *
48
- * console.log(green("Hello, world!")); // Prints "Hello, world!" in green
49
- * ```
50
- */
51
- export declare function green(str: string): string;
52
- /**
53
- * Sets the color of text to be printed to yellow.
54
- *
55
- * Disable by setting the `NO_COLOR` environmental variable.
56
- *
57
- * @param str Text to make yellow
58
- *
59
- * @returns Yellow text for print
60
- *
61
- * @example Usage
62
- * ```ts no-assert
63
- * import { yellow } from "@std/internal/styles";
64
- *
65
- * console.log(yellow("Hello, world!")); // Prints "Hello, world!" in yellow
66
- * ```
67
- */
68
- export declare function yellow(str: string): string;
69
- /**
70
- * Sets the color of text to be printed to white.
71
- *
72
- * @param str Text to make white
73
- *
74
- * @returns White text for print
75
- *
76
- * @example Usage
77
- * ```ts no-assert
78
- * import { white } from "@std/internal/styles";
79
- *
80
- * console.log(white("Hello, world!")); // Prints "Hello, world!" in white
81
- * ```
82
- */
83
- export declare function white(str: string): string;
84
- /**
85
- * Sets the color of text to be printed to gray.
86
- *
87
- * @param str Text to make gray
88
- *
89
- * @returns Gray text for print
90
- *
91
- * @example Usage
92
- * ```ts no-assert
93
- * import { gray } from "@std/internal/styles";
94
- *
95
- * console.log(gray("Hello, world!")); // Prints "Hello, world!" in gray
96
- * ```
97
- */
98
- export declare function gray(str: string): string;
99
- /**
100
- * Sets the color of text to be printed to bright-black.
101
- *
102
- * @param str Text to make bright-black
103
- *
104
- * @returns Bright-black text for print
105
- *
106
- * @example Usage
107
- * ```ts no-assert
108
- * import { brightBlack } from "@std/internal/styles";
109
- *
110
- * console.log(brightBlack("Hello, world!")); // Prints "Hello, world!" in bright-black
111
- * ```
112
- */
113
- export declare function brightBlack(str: string): string;
114
- /**
115
- * Sets the background color of text to be printed to red.
116
- *
117
- * @param str Text to make its background red
118
- *
119
- * @returns Red background text for print
120
- *
121
- * @example Usage
122
- * ```ts no-assert
123
- * import { bgRed } from "@std/internal/styles";
124
- *
125
- * console.log(bgRed("Hello, world!")); // Prints "Hello, world!" with red background
126
- * ```
127
- */
128
- export declare function bgRed(str: string): string;
129
- /**
130
- * Sets the background color of text to be printed to green.
131
- *
132
- * @param str Text to make its background green
133
- *
134
- * @returns Green background text for print
135
- *
136
- * @example Usage
137
- * ```ts no-assert
138
- * import { bgGreen } from "@std/internal/styles";
139
- *
140
- * console.log(bgGreen("Hello, world!")); // Prints "Hello, world!" with green background
141
- * ```
142
- */
143
- export declare function bgGreen(str: string): string;
144
- /**
145
- * Remove ANSI escape codes from the string.
146
- *
147
- * @param string Text to remove ANSI escape codes from
148
- *
149
- * @returns Text without ANSI escape codes
150
- *
151
- * @example Usage
152
- * ```ts no-assert
153
- * import { red, stripAnsiCode } from "@std/internal/styles";
154
- *
155
- * console.log(stripAnsiCode(red("Hello, world!"))); // Prints "Hello, world!"
156
- * ```
157
- */
158
- export declare function stripAnsiCode(string: string): string;
159
- //# sourceMappingURL=styles.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.12/styles.ts"],"names":[],"mappings":"AAqCA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAExC;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEvC;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEzC;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE1C;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEzC;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAExC;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE/C;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEzC;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE3C;AAWD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAEpD"}