@effectionx/jsonl-store 0.1.2 → 0.2.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 (713) hide show
  1. package/esm/_dnt.polyfills.d.ts +120 -0
  2. package/esm/_dnt.polyfills.d.ts.map +1 -0
  3. package/esm/_dnt.polyfills.js +247 -0
  4. package/esm/_dnt.shims.d.ts +2 -0
  5. package/esm/_dnt.shims.d.ts.map +1 -0
  6. package/esm/_dnt.shims.js +57 -0
  7. package/esm/context.js +2 -2
  8. package/esm/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts +9 -0
  9. package/esm/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts.map +1 -0
  10. package/esm/deps/jsr.io/@std/bytes/1.0.6/_types.js +2 -0
  11. package/esm/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts +21 -0
  12. package/esm/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts.map +1 -0
  13. package/esm/deps/jsr.io/@std/bytes/1.0.6/concat.js +32 -0
  14. package/esm/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts +41 -0
  15. package/esm/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts.map +1 -0
  16. package/esm/deps/jsr.io/@std/bytes/1.0.6/copy.js +50 -0
  17. package/esm/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.d.ts +13 -0
  18. package/esm/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.d.ts.map +1 -0
  19. package/esm/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.js +33 -0
  20. package/esm/deps/jsr.io/@std/fs/1.0.4/_get_file_info_type.d.ts +12 -0
  21. package/esm/deps/jsr.io/@std/fs/1.0.4/_get_file_info_type.d.ts.map +1 -0
  22. package/esm/deps/jsr.io/@std/fs/1.0.4/_get_file_info_type.js +20 -0
  23. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_same_path.d.ts +10 -0
  24. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_same_path.d.ts.map +1 -0
  25. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_same_path.js +17 -0
  26. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_subdir.d.ts +12 -0
  27. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_subdir.d.ts.map +1 -0
  28. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_subdir.js +25 -0
  29. package/esm/deps/jsr.io/@std/fs/1.0.4/_to_path_string.d.ts +9 -0
  30. package/esm/deps/jsr.io/@std/fs/1.0.4/_to_path_string.d.ts.map +1 -0
  31. package/esm/deps/jsr.io/@std/fs/1.0.4/_to_path_string.js +13 -0
  32. package/esm/deps/jsr.io/@std/fs/1.0.4/copy.d.ts +117 -0
  33. package/esm/deps/jsr.io/@std/fs/1.0.4/copy.d.ts.map +1 -0
  34. package/esm/deps/jsr.io/@std/fs/1.0.4/copy.js +312 -0
  35. package/esm/deps/jsr.io/@std/fs/1.0.4/empty_dir.d.ts +48 -0
  36. package/esm/deps/jsr.io/@std/fs/1.0.4/empty_dir.d.ts.map +1 -0
  37. package/esm/deps/jsr.io/@std/fs/1.0.4/empty_dir.js +86 -0
  38. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_dir.d.ts +49 -0
  39. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_dir.d.ts.map +1 -0
  40. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_dir.js +101 -0
  41. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_file.d.ts +47 -0
  42. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_file.d.ts.map +1 -0
  43. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_file.js +89 -0
  44. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_link.d.ts +49 -0
  45. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_link.d.ts.map +1 -0
  46. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_link.js +60 -0
  47. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.d.ts +52 -0
  48. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.d.ts.map +1 -0
  49. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.js +119 -0
  50. package/esm/deps/jsr.io/@std/fs/1.0.4/eol.d.ts +53 -0
  51. package/esm/deps/jsr.io/@std/fs/1.0.4/eol.d.ts.map +1 -0
  52. package/esm/deps/jsr.io/@std/fs/1.0.4/eol.js +63 -0
  53. package/esm/deps/jsr.io/@std/fs/1.0.4/exists.d.ts +219 -0
  54. package/esm/deps/jsr.io/@std/fs/1.0.4/exists.d.ts.map +1 -0
  55. package/esm/deps/jsr.io/@std/fs/1.0.4/exists.js +269 -0
  56. package/esm/deps/jsr.io/@std/fs/1.0.4/expand_glob.d.ts +267 -0
  57. package/esm/deps/jsr.io/@std/fs/1.0.4/expand_glob.d.ts.map +1 -0
  58. package/esm/deps/jsr.io/@std/fs/1.0.4/expand_glob.js +414 -0
  59. package/esm/deps/jsr.io/@std/fs/1.0.4/mod.d.ts +29 -0
  60. package/esm/deps/jsr.io/@std/fs/1.0.4/mod.d.ts.map +1 -0
  61. package/esm/deps/jsr.io/@std/fs/1.0.4/mod.js +29 -0
  62. package/esm/deps/jsr.io/@std/fs/1.0.4/move.d.ts +86 -0
  63. package/esm/deps/jsr.io/@std/fs/1.0.4/move.d.ts.map +1 -0
  64. package/esm/deps/jsr.io/@std/fs/1.0.4/move.js +140 -0
  65. package/esm/deps/jsr.io/@std/fs/1.0.4/walk.d.ts +777 -0
  66. package/esm/deps/jsr.io/@std/fs/1.0.4/walk.d.ts.map +1 -0
  67. package/esm/deps/jsr.io/@std/fs/1.0.4/walk.js +845 -0
  68. package/esm/deps/jsr.io/@std/json/1.0.1/_common.d.ts +4 -0
  69. package/esm/deps/jsr.io/@std/json/1.0.1/_common.d.ts.map +1 -0
  70. package/esm/deps/jsr.io/@std/json/1.0.1/_common.js +11 -0
  71. package/esm/deps/jsr.io/@std/json/1.0.1/concatenated_json_parse_stream.d.ts +70 -0
  72. package/esm/deps/jsr.io/@std/json/1.0.1/concatenated_json_parse_stream.d.ts.map +1 -0
  73. package/esm/deps/jsr.io/@std/json/1.0.1/concatenated_json_parse_stream.js +196 -0
  74. package/esm/deps/jsr.io/@std/json/1.0.1/mod.d.ts +23 -0
  75. package/esm/deps/jsr.io/@std/json/1.0.1/mod.d.ts.map +1 -0
  76. package/esm/deps/jsr.io/@std/json/1.0.1/mod.js +23 -0
  77. package/esm/deps/jsr.io/@std/json/1.0.1/parse_stream.d.ts +53 -0
  78. package/esm/deps/jsr.io/@std/json/1.0.1/parse_stream.d.ts.map +1 -0
  79. package/esm/deps/jsr.io/@std/json/1.0.1/parse_stream.js +66 -0
  80. package/esm/deps/jsr.io/@std/json/1.0.1/stringify_stream.d.ts +95 -0
  81. package/esm/deps/jsr.io/@std/json/1.0.1/stringify_stream.d.ts.map +1 -0
  82. package/esm/deps/jsr.io/@std/json/1.0.1/stringify_stream.js +88 -0
  83. package/esm/deps/jsr.io/@std/json/1.0.1/types.d.ts +5 -0
  84. package/esm/deps/jsr.io/@std/json/1.0.1/types.d.ts.map +1 -0
  85. package/esm/deps/jsr.io/@std/json/1.0.1/types.js +3 -0
  86. package/esm/deps/jsr.io/@std/path/1.0.6/_common/assert_path.d.ts +2 -0
  87. package/esm/deps/jsr.io/@std/path/1.0.6/_common/assert_path.d.ts.map +1 -0
  88. package/esm/deps/jsr.io/@std/path/1.0.6/_common/assert_path.js +7 -0
  89. package/esm/deps/jsr.io/@std/path/1.0.6/_common/basename.d.ts +4 -0
  90. package/esm/deps/jsr.io/@std/path/1.0.6/_common/basename.d.ts.map +1 -0
  91. package/esm/deps/jsr.io/@std/path/1.0.6/_common/basename.js +40 -0
  92. package/esm/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts +2 -0
  93. package/esm/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts.map +1 -0
  94. package/esm/deps/jsr.io/@std/path/1.0.6/_common/common.js +23 -0
  95. package/esm/deps/jsr.io/@std/path/1.0.6/_common/constants.d.ts +40 -0
  96. package/esm/deps/jsr.io/@std/path/1.0.6/_common/constants.d.ts.map +1 -0
  97. package/esm/deps/jsr.io/@std/path/1.0.6/_common/constants.js +46 -0
  98. package/esm/deps/jsr.io/@std/path/1.0.6/_common/dirname.d.ts +2 -0
  99. package/esm/deps/jsr.io/@std/path/1.0.6/_common/dirname.d.ts.map +1 -0
  100. package/esm/deps/jsr.io/@std/path/1.0.6/_common/dirname.js +8 -0
  101. package/esm/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts +4 -0
  102. package/esm/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts.map +1 -0
  103. package/esm/deps/jsr.io/@std/path/1.0.6/_common/format.js +19 -0
  104. package/esm/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.d.ts +2 -0
  105. package/esm/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.d.ts.map +1 -0
  106. package/esm/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.js +9 -0
  107. package/esm/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts +35 -0
  108. package/esm/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts.map +1 -0
  109. package/esm/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.js +234 -0
  110. package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize.d.ts +2 -0
  111. package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize.d.ts.map +1 -0
  112. package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize.js +8 -0
  113. package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.d.ts +2 -0
  114. package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.d.ts.map +1 -0
  115. package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.js +77 -0
  116. package/esm/deps/jsr.io/@std/path/1.0.6/_common/relative.d.ts +2 -0
  117. package/esm/deps/jsr.io/@std/path/1.0.6/_common/relative.d.ts.map +1 -0
  118. package/esm/deps/jsr.io/@std/path/1.0.6/_common/relative.js +9 -0
  119. package/esm/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.d.ts +2 -0
  120. package/esm/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.d.ts.map +1 -0
  121. package/esm/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.js +19 -0
  122. package/esm/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.d.ts +2 -0
  123. package/esm/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.d.ts.map +1 -0
  124. package/esm/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.js +15 -0
  125. package/esm/deps/jsr.io/@std/path/1.0.6/_os.d.ts +2 -0
  126. package/esm/deps/jsr.io/@std/path/1.0.6/_os.d.ts.map +1 -0
  127. package/esm/deps/jsr.io/@std/path/1.0.6/_os.js +9 -0
  128. package/esm/deps/jsr.io/@std/path/1.0.6/basename.d.ts +28 -0
  129. package/esm/deps/jsr.io/@std/path/1.0.6/basename.d.ts.map +1 -0
  130. package/esm/deps/jsr.io/@std/path/1.0.6/basename.js +36 -0
  131. package/esm/deps/jsr.io/@std/path/1.0.6/common.d.ts +28 -0
  132. package/esm/deps/jsr.io/@std/path/1.0.6/common.d.ts.map +1 -0
  133. package/esm/deps/jsr.io/@std/path/1.0.6/common.js +33 -0
  134. package/esm/deps/jsr.io/@std/path/1.0.6/constants.d.ts +15 -0
  135. package/esm/deps/jsr.io/@std/path/1.0.6/constants.d.ts.map +1 -0
  136. package/esm/deps/jsr.io/@std/path/1.0.6/constants.js +17 -0
  137. package/esm/deps/jsr.io/@std/path/1.0.6/dirname.d.ts +23 -0
  138. package/esm/deps/jsr.io/@std/path/1.0.6/dirname.d.ts.map +1 -0
  139. package/esm/deps/jsr.io/@std/path/1.0.6/dirname.js +29 -0
  140. package/esm/deps/jsr.io/@std/path/1.0.6/extname.d.ts +23 -0
  141. package/esm/deps/jsr.io/@std/path/1.0.6/extname.d.ts.map +1 -0
  142. package/esm/deps/jsr.io/@std/path/1.0.6/extname.js +29 -0
  143. package/esm/deps/jsr.io/@std/path/1.0.6/format.d.ts +22 -0
  144. package/esm/deps/jsr.io/@std/path/1.0.6/format.d.ts.map +1 -0
  145. package/esm/deps/jsr.io/@std/path/1.0.6/format.js +27 -0
  146. package/esm/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts +22 -0
  147. package/esm/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts.map +1 -0
  148. package/esm/deps/jsr.io/@std/path/1.0.6/from_file_url.js +28 -0
  149. package/esm/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts +77 -0
  150. package/esm/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts.map +1 -0
  151. package/esm/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.js +83 -0
  152. package/esm/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts +22 -0
  153. package/esm/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts.map +1 -0
  154. package/esm/deps/jsr.io/@std/path/1.0.6/is_absolute.js +28 -0
  155. package/esm/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts +17 -0
  156. package/esm/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts.map +1 -0
  157. package/esm/deps/jsr.io/@std/path/1.0.6/is_glob.js +42 -0
  158. package/esm/deps/jsr.io/@std/path/1.0.6/join.d.ts +23 -0
  159. package/esm/deps/jsr.io/@std/path/1.0.6/join.d.ts.map +1 -0
  160. package/esm/deps/jsr.io/@std/path/1.0.6/join.js +29 -0
  161. package/esm/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts +28 -0
  162. package/esm/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts.map +1 -0
  163. package/esm/deps/jsr.io/@std/path/1.0.6/join_globs.js +34 -0
  164. package/esm/deps/jsr.io/@std/path/1.0.6/mod.d.ts +54 -0
  165. package/esm/deps/jsr.io/@std/path/1.0.6/mod.d.ts.map +1 -0
  166. package/esm/deps/jsr.io/@std/path/1.0.6/mod.js +57 -0
  167. package/esm/deps/jsr.io/@std/path/1.0.6/normalize.d.ts +27 -0
  168. package/esm/deps/jsr.io/@std/path/1.0.6/normalize.d.ts.map +1 -0
  169. package/esm/deps/jsr.io/@std/path/1.0.6/normalize.js +33 -0
  170. package/esm/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts +29 -0
  171. package/esm/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts.map +1 -0
  172. package/esm/deps/jsr.io/@std/path/1.0.6/normalize_glob.js +35 -0
  173. package/esm/deps/jsr.io/@std/path/1.0.6/parse.d.ts +35 -0
  174. package/esm/deps/jsr.io/@std/path/1.0.6/parse.d.ts.map +1 -0
  175. package/esm/deps/jsr.io/@std/path/1.0.6/parse.js +39 -0
  176. package/esm/deps/jsr.io/@std/path/1.0.6/posix/_util.d.ts +2 -0
  177. package/esm/deps/jsr.io/@std/path/1.0.6/posix/_util.d.ts.map +1 -0
  178. package/esm/deps/jsr.io/@std/path/1.0.6/posix/_util.js +8 -0
  179. package/esm/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts +23 -0
  180. package/esm/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts.map +1 -0
  181. package/esm/deps/jsr.io/@std/path/1.0.6/posix/basename.js +32 -0
  182. package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts +13 -0
  183. package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts.map +1 -0
  184. package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.js +14 -0
  185. package/esm/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts +20 -0
  186. package/esm/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts.map +1 -0
  187. package/esm/deps/jsr.io/@std/path/1.0.6/posix/dirname.js +50 -0
  188. package/esm/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts +21 -0
  189. package/esm/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts.map +1 -0
  190. package/esm/deps/jsr.io/@std/path/1.0.6/posix/extname.js +73 -0
  191. package/esm/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts +24 -0
  192. package/esm/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts.map +1 -0
  193. package/esm/deps/jsr.io/@std/path/1.0.6/posix/format.js +28 -0
  194. package/esm/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts +16 -0
  195. package/esm/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts.map +1 -0
  196. package/esm/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.js +21 -0
  197. package/esm/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts +72 -0
  198. package/esm/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts.map +1 -0
  199. package/esm/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.js +82 -0
  200. package/esm/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts +17 -0
  201. package/esm/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts.map +1 -0
  202. package/esm/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.js +23 -0
  203. package/esm/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts +20 -0
  204. package/esm/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts.map +1 -0
  205. package/esm/deps/jsr.io/@std/path/1.0.6/posix/join.js +29 -0
  206. package/esm/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts +20 -0
  207. package/esm/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts.map +1 -0
  208. package/esm/deps/jsr.io/@std/path/1.0.6/posix/join_globs.js +39 -0
  209. package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts +22 -0
  210. package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts.map +1 -0
  211. package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize.js +39 -0
  212. package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts +20 -0
  213. package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts.map +1 -0
  214. package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.js +31 -0
  215. package/esm/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts +25 -0
  216. package/esm/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts.map +1 -0
  217. package/esm/deps/jsr.io/@std/path/1.0.6/posix/parse.js +115 -0
  218. package/esm/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts +20 -0
  219. package/esm/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts.map +1 -0
  220. package/esm/deps/jsr.io/@std/path/1.0.6/posix/relative.js +106 -0
  221. package/esm/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts +17 -0
  222. package/esm/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts.map +1 -0
  223. package/esm/deps/jsr.io/@std/path/1.0.6/posix/resolve.js +59 -0
  224. package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts +17 -0
  225. package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts.map +1 -0
  226. package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.js +27 -0
  227. package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts +16 -0
  228. package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts.map +1 -0
  229. package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.js +20 -0
  230. package/esm/deps/jsr.io/@std/path/1.0.6/relative.d.ts +24 -0
  231. package/esm/deps/jsr.io/@std/path/1.0.6/relative.d.ts.map +1 -0
  232. package/esm/deps/jsr.io/@std/path/1.0.6/relative.js +30 -0
  233. package/esm/deps/jsr.io/@std/path/1.0.6/resolve.d.ts +22 -0
  234. package/esm/deps/jsr.io/@std/path/1.0.6/resolve.d.ts.map +1 -0
  235. package/esm/deps/jsr.io/@std/path/1.0.6/resolve.js +30 -0
  236. package/esm/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts +22 -0
  237. package/esm/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts.map +1 -0
  238. package/esm/deps/jsr.io/@std/path/1.0.6/to_file_url.js +28 -0
  239. package/esm/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts +21 -0
  240. package/esm/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts.map +1 -0
  241. package/esm/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.js +29 -0
  242. package/esm/deps/jsr.io/@std/path/1.0.6/types.d.ts +38 -0
  243. package/esm/deps/jsr.io/@std/path/1.0.6/types.d.ts.map +1 -0
  244. package/esm/deps/jsr.io/@std/path/1.0.6/types.js +3 -0
  245. package/esm/deps/jsr.io/@std/path/1.0.6/windows/_util.d.ts +4 -0
  246. package/esm/deps/jsr.io/@std/path/1.0.6/windows/_util.d.ts.map +1 -0
  247. package/esm/deps/jsr.io/@std/path/1.0.6/windows/_util.js +15 -0
  248. package/esm/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts +23 -0
  249. package/esm/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts.map +1 -0
  250. package/esm/deps/jsr.io/@std/path/1.0.6/windows/basename.js +44 -0
  251. package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts +13 -0
  252. package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts.map +1 -0
  253. package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.js +14 -0
  254. package/esm/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts +20 -0
  255. package/esm/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts.map +1 -0
  256. package/esm/deps/jsr.io/@std/path/1.0.6/windows/dirname.js +112 -0
  257. package/esm/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts +20 -0
  258. package/esm/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts.map +1 -0
  259. package/esm/deps/jsr.io/@std/path/1.0.6/windows/extname.js +81 -0
  260. package/esm/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts +24 -0
  261. package/esm/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts.map +1 -0
  262. package/esm/deps/jsr.io/@std/path/1.0.6/windows/format.js +28 -0
  263. package/esm/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts +18 -0
  264. package/esm/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts.map +1 -0
  265. package/esm/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.js +30 -0
  266. package/esm/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts +71 -0
  267. package/esm/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts.map +1 -0
  268. package/esm/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.js +82 -0
  269. package/esm/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts +17 -0
  270. package/esm/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts.map +1 -0
  271. package/esm/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.js +38 -0
  272. package/esm/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts +20 -0
  273. package/esm/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts.map +1 -0
  274. package/esm/deps/jsr.io/@std/path/1.0.6/windows/join.js +74 -0
  275. package/esm/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts +21 -0
  276. package/esm/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts.map +1 -0
  277. package/esm/deps/jsr.io/@std/path/1.0.6/windows/join_globs.js +40 -0
  278. package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts +22 -0
  279. package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts.map +1 -0
  280. package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize.js +134 -0
  281. package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts +20 -0
  282. package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts.map +1 -0
  283. package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.js +31 -0
  284. package/esm/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts +25 -0
  285. package/esm/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts.map +1 -0
  286. package/esm/deps/jsr.io/@std/path/1.0.6/windows/parse.js +176 -0
  287. package/esm/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts +23 -0
  288. package/esm/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts.map +1 -0
  289. package/esm/deps/jsr.io/@std/path/1.0.6/windows/relative.js +131 -0
  290. package/esm/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts +17 -0
  291. package/esm/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts.map +1 -0
  292. package/esm/deps/jsr.io/@std/path/1.0.6/windows/resolve.js +154 -0
  293. package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts +17 -0
  294. package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts.map +1 -0
  295. package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.js +34 -0
  296. package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts +17 -0
  297. package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts.map +1 -0
  298. package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.js +49 -0
  299. package/esm/deps/jsr.io/@std/streams/1.0.8/_common.d.ts +5 -0
  300. package/esm/deps/jsr.io/@std/streams/1.0.8/_common.d.ts.map +1 -0
  301. package/esm/deps/jsr.io/@std/streams/1.0.8/_common.js +27 -0
  302. package/esm/deps/jsr.io/@std/streams/1.0.8/buffer.d.ts +300 -0
  303. package/esm/deps/jsr.io/@std/streams/1.0.8/buffer.d.ts.map +1 -0
  304. package/esm/deps/jsr.io/@std/streams/1.0.8/buffer.js +406 -0
  305. package/esm/deps/jsr.io/@std/streams/1.0.8/byte_slice_stream.d.ts +44 -0
  306. package/esm/deps/jsr.io/@std/streams/1.0.8/byte_slice_stream.d.ts.map +1 -0
  307. package/esm/deps/jsr.io/@std/streams/1.0.8/byte_slice_stream.js +85 -0
  308. package/esm/deps/jsr.io/@std/streams/1.0.8/concat_readable_streams.d.ts +27 -0
  309. package/esm/deps/jsr.io/@std/streams/1.0.8/concat_readable_streams.d.ts.map +1 -0
  310. package/esm/deps/jsr.io/@std/streams/1.0.8/concat_readable_streams.js +47 -0
  311. package/esm/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.d.ts +66 -0
  312. package/esm/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.d.ts.map +1 -0
  313. package/esm/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.js +291 -0
  314. package/esm/deps/jsr.io/@std/streams/1.0.8/early_zip_readable_streams.d.ts +83 -0
  315. package/esm/deps/jsr.io/@std/streams/1.0.8/early_zip_readable_streams.d.ts.map +1 -0
  316. package/esm/deps/jsr.io/@std/streams/1.0.8/early_zip_readable_streams.js +102 -0
  317. package/esm/deps/jsr.io/@std/streams/1.0.8/limited_bytes_transform_stream.d.ts +101 -0
  318. package/esm/deps/jsr.io/@std/streams/1.0.8/limited_bytes_transform_stream.d.ts.map +1 -0
  319. package/esm/deps/jsr.io/@std/streams/1.0.8/limited_bytes_transform_stream.js +122 -0
  320. package/esm/deps/jsr.io/@std/streams/1.0.8/limited_transform_stream.d.ts +84 -0
  321. package/esm/deps/jsr.io/@std/streams/1.0.8/limited_transform_stream.d.ts.map +1 -0
  322. package/esm/deps/jsr.io/@std/streams/1.0.8/limited_transform_stream.js +106 -0
  323. package/esm/deps/jsr.io/@std/streams/1.0.8/merge_readable_streams.d.ts +38 -0
  324. package/esm/deps/jsr.io/@std/streams/1.0.8/merge_readable_streams.d.ts.map +1 -0
  325. package/esm/deps/jsr.io/@std/streams/1.0.8/merge_readable_streams.js +69 -0
  326. package/esm/deps/jsr.io/@std/streams/1.0.8/mod.d.ts +35 -0
  327. package/esm/deps/jsr.io/@std/streams/1.0.8/mod.d.ts.map +1 -0
  328. package/esm/deps/jsr.io/@std/streams/1.0.8/mod.js +35 -0
  329. package/esm/deps/jsr.io/@std/streams/1.0.8/text_delimiter_stream.d.ts +58 -0
  330. package/esm/deps/jsr.io/@std/streams/1.0.8/text_delimiter_stream.d.ts.map +1 -0
  331. package/esm/deps/jsr.io/@std/streams/1.0.8/text_delimiter_stream.js +123 -0
  332. package/esm/deps/jsr.io/@std/streams/1.0.8/text_line_stream.d.ts +72 -0
  333. package/esm/deps/jsr.io/@std/streams/1.0.8/text_line_stream.d.ts.map +1 -0
  334. package/esm/deps/jsr.io/@std/streams/1.0.8/text_line_stream.js +107 -0
  335. package/esm/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.d.ts +22 -0
  336. package/esm/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.d.ts.map +1 -0
  337. package/esm/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.js +35 -0
  338. package/esm/deps/jsr.io/@std/streams/1.0.8/to_blob.d.ts +22 -0
  339. package/esm/deps/jsr.io/@std/streams/1.0.8/to_blob.d.ts.map +1 -0
  340. package/esm/deps/jsr.io/@std/streams/1.0.8/to_blob.js +25 -0
  341. package/esm/deps/jsr.io/@std/streams/1.0.8/to_json.d.ts +38 -0
  342. package/esm/deps/jsr.io/@std/streams/1.0.8/to_json.d.ts.map +1 -0
  343. package/esm/deps/jsr.io/@std/streams/1.0.8/to_json.js +42 -0
  344. package/esm/deps/jsr.io/@std/streams/1.0.8/to_text.d.ts +29 -0
  345. package/esm/deps/jsr.io/@std/streams/1.0.8/to_text.d.ts.map +1 -0
  346. package/esm/deps/jsr.io/@std/streams/1.0.8/to_text.js +45 -0
  347. package/esm/deps/jsr.io/@std/streams/1.0.8/to_transform_stream.d.ts +61 -0
  348. package/esm/deps/jsr.io/@std/streams/1.0.8/to_transform_stream.d.ts.map +1 -0
  349. package/esm/deps/jsr.io/@std/streams/1.0.8/to_transform_stream.js +102 -0
  350. package/esm/deps/jsr.io/@std/streams/1.0.8/zip_readable_streams.d.ts +76 -0
  351. package/esm/deps/jsr.io/@std/streams/1.0.8/zip_readable_streams.d.ts.map +1 -0
  352. package/esm/deps/jsr.io/@std/streams/1.0.8/zip_readable_streams.js +102 -0
  353. package/esm/jsonl.js +4 -4
  354. package/esm/mod.d.ts +1 -0
  355. package/esm/mod.d.ts.map +1 -1
  356. package/esm/mod.js +1 -0
  357. package/package.json +5 -1
  358. package/script/_dnt.polyfills.d.ts +120 -0
  359. package/script/_dnt.polyfills.d.ts.map +1 -0
  360. package/script/_dnt.polyfills.js +250 -0
  361. package/script/_dnt.shims.d.ts +2 -0
  362. package/script/_dnt.shims.d.ts.map +1 -0
  363. package/script/_dnt.shims.js +60 -0
  364. package/script/context.js +2 -2
  365. package/script/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts +9 -0
  366. package/script/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts.map +1 -0
  367. package/script/deps/jsr.io/@std/bytes/1.0.6/_types.js +3 -0
  368. package/script/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts +21 -0
  369. package/script/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts.map +1 -0
  370. package/script/deps/jsr.io/@std/bytes/1.0.6/concat.js +35 -0
  371. package/script/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts +41 -0
  372. package/script/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts.map +1 -0
  373. package/script/deps/jsr.io/@std/bytes/1.0.6/copy.js +53 -0
  374. package/script/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.d.ts +13 -0
  375. package/script/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.d.ts.map +1 -0
  376. package/script/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.js +37 -0
  377. package/script/deps/jsr.io/@std/fs/1.0.4/_get_file_info_type.d.ts +12 -0
  378. package/script/deps/jsr.io/@std/fs/1.0.4/_get_file_info_type.d.ts.map +1 -0
  379. package/script/deps/jsr.io/@std/fs/1.0.4/_get_file_info_type.js +23 -0
  380. package/script/deps/jsr.io/@std/fs/1.0.4/_is_same_path.d.ts +10 -0
  381. package/script/deps/jsr.io/@std/fs/1.0.4/_is_same_path.d.ts.map +1 -0
  382. package/script/deps/jsr.io/@std/fs/1.0.4/_is_same_path.js +20 -0
  383. package/script/deps/jsr.io/@std/fs/1.0.4/_is_subdir.d.ts +12 -0
  384. package/script/deps/jsr.io/@std/fs/1.0.4/_is_subdir.d.ts.map +1 -0
  385. package/script/deps/jsr.io/@std/fs/1.0.4/_is_subdir.js +28 -0
  386. package/script/deps/jsr.io/@std/fs/1.0.4/_to_path_string.d.ts +9 -0
  387. package/script/deps/jsr.io/@std/fs/1.0.4/_to_path_string.d.ts.map +1 -0
  388. package/script/deps/jsr.io/@std/fs/1.0.4/_to_path_string.js +16 -0
  389. package/script/deps/jsr.io/@std/fs/1.0.4/copy.d.ts +117 -0
  390. package/script/deps/jsr.io/@std/fs/1.0.4/copy.d.ts.map +1 -0
  391. package/script/deps/jsr.io/@std/fs/1.0.4/copy.js +316 -0
  392. package/script/deps/jsr.io/@std/fs/1.0.4/empty_dir.d.ts +48 -0
  393. package/script/deps/jsr.io/@std/fs/1.0.4/empty_dir.d.ts.map +1 -0
  394. package/script/deps/jsr.io/@std/fs/1.0.4/empty_dir.js +90 -0
  395. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_dir.d.ts +49 -0
  396. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_dir.d.ts.map +1 -0
  397. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_dir.js +105 -0
  398. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_file.d.ts +47 -0
  399. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_file.d.ts.map +1 -0
  400. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_file.js +93 -0
  401. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_link.d.ts +49 -0
  402. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_link.d.ts.map +1 -0
  403. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_link.js +64 -0
  404. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.d.ts +52 -0
  405. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.d.ts.map +1 -0
  406. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.js +123 -0
  407. package/script/deps/jsr.io/@std/fs/1.0.4/eol.d.ts +53 -0
  408. package/script/deps/jsr.io/@std/fs/1.0.4/eol.d.ts.map +1 -0
  409. package/script/deps/jsr.io/@std/fs/1.0.4/eol.js +68 -0
  410. package/script/deps/jsr.io/@std/fs/1.0.4/exists.d.ts +219 -0
  411. package/script/deps/jsr.io/@std/fs/1.0.4/exists.d.ts.map +1 -0
  412. package/script/deps/jsr.io/@std/fs/1.0.4/exists.js +273 -0
  413. package/script/deps/jsr.io/@std/fs/1.0.4/expand_glob.d.ts +267 -0
  414. package/script/deps/jsr.io/@std/fs/1.0.4/expand_glob.d.ts.map +1 -0
  415. package/script/deps/jsr.io/@std/fs/1.0.4/expand_glob.js +418 -0
  416. package/script/deps/jsr.io/@std/fs/1.0.4/mod.d.ts +29 -0
  417. package/script/deps/jsr.io/@std/fs/1.0.4/mod.d.ts.map +1 -0
  418. package/script/deps/jsr.io/@std/fs/1.0.4/mod.js +45 -0
  419. package/script/deps/jsr.io/@std/fs/1.0.4/move.d.ts +86 -0
  420. package/script/deps/jsr.io/@std/fs/1.0.4/move.d.ts.map +1 -0
  421. package/script/deps/jsr.io/@std/fs/1.0.4/move.js +144 -0
  422. package/script/deps/jsr.io/@std/fs/1.0.4/walk.d.ts +777 -0
  423. package/script/deps/jsr.io/@std/fs/1.0.4/walk.d.ts.map +1 -0
  424. package/script/deps/jsr.io/@std/fs/1.0.4/walk.js +849 -0
  425. package/script/deps/jsr.io/@std/json/1.0.1/_common.d.ts +4 -0
  426. package/script/deps/jsr.io/@std/json/1.0.1/_common.d.ts.map +1 -0
  427. package/script/deps/jsr.io/@std/json/1.0.1/_common.js +14 -0
  428. package/script/deps/jsr.io/@std/json/1.0.1/concatenated_json_parse_stream.d.ts +70 -0
  429. package/script/deps/jsr.io/@std/json/1.0.1/concatenated_json_parse_stream.d.ts.map +1 -0
  430. package/script/deps/jsr.io/@std/json/1.0.1/concatenated_json_parse_stream.js +200 -0
  431. package/script/deps/jsr.io/@std/json/1.0.1/mod.d.ts +23 -0
  432. package/script/deps/jsr.io/@std/json/1.0.1/mod.d.ts.map +1 -0
  433. package/script/deps/jsr.io/@std/json/1.0.1/mod.js +39 -0
  434. package/script/deps/jsr.io/@std/json/1.0.1/parse_stream.d.ts +53 -0
  435. package/script/deps/jsr.io/@std/json/1.0.1/parse_stream.d.ts.map +1 -0
  436. package/script/deps/jsr.io/@std/json/1.0.1/parse_stream.js +70 -0
  437. package/script/deps/jsr.io/@std/json/1.0.1/stringify_stream.d.ts +95 -0
  438. package/script/deps/jsr.io/@std/json/1.0.1/stringify_stream.d.ts.map +1 -0
  439. package/script/deps/jsr.io/@std/json/1.0.1/stringify_stream.js +92 -0
  440. package/script/deps/jsr.io/@std/json/1.0.1/types.d.ts +5 -0
  441. package/script/deps/jsr.io/@std/json/1.0.1/types.d.ts.map +1 -0
  442. package/script/deps/jsr.io/@std/json/1.0.1/types.js +4 -0
  443. package/script/deps/jsr.io/@std/path/1.0.6/_common/assert_path.d.ts +2 -0
  444. package/script/deps/jsr.io/@std/path/1.0.6/_common/assert_path.d.ts.map +1 -0
  445. package/script/deps/jsr.io/@std/path/1.0.6/_common/assert_path.js +10 -0
  446. package/script/deps/jsr.io/@std/path/1.0.6/_common/basename.d.ts +4 -0
  447. package/script/deps/jsr.io/@std/path/1.0.6/_common/basename.d.ts.map +1 -0
  448. package/script/deps/jsr.io/@std/path/1.0.6/_common/basename.js +45 -0
  449. package/script/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts +2 -0
  450. package/script/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts.map +1 -0
  451. package/script/deps/jsr.io/@std/path/1.0.6/_common/common.js +26 -0
  452. package/script/deps/jsr.io/@std/path/1.0.6/_common/constants.d.ts +40 -0
  453. package/script/deps/jsr.io/@std/path/1.0.6/_common/constants.d.ts.map +1 -0
  454. package/script/deps/jsr.io/@std/path/1.0.6/_common/constants.js +49 -0
  455. package/script/deps/jsr.io/@std/path/1.0.6/_common/dirname.d.ts +2 -0
  456. package/script/deps/jsr.io/@std/path/1.0.6/_common/dirname.d.ts.map +1 -0
  457. package/script/deps/jsr.io/@std/path/1.0.6/_common/dirname.js +11 -0
  458. package/script/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts +4 -0
  459. package/script/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts.map +1 -0
  460. package/script/deps/jsr.io/@std/path/1.0.6/_common/format.js +23 -0
  461. package/script/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.d.ts +2 -0
  462. package/script/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.d.ts.map +1 -0
  463. package/script/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.js +12 -0
  464. package/script/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts +35 -0
  465. package/script/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts.map +1 -0
  466. package/script/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.js +237 -0
  467. package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize.d.ts +2 -0
  468. package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize.d.ts.map +1 -0
  469. package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize.js +11 -0
  470. package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.d.ts +2 -0
  471. package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.d.ts.map +1 -0
  472. package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.js +80 -0
  473. package/script/deps/jsr.io/@std/path/1.0.6/_common/relative.d.ts +2 -0
  474. package/script/deps/jsr.io/@std/path/1.0.6/_common/relative.d.ts.map +1 -0
  475. package/script/deps/jsr.io/@std/path/1.0.6/_common/relative.js +12 -0
  476. package/script/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.d.ts +2 -0
  477. package/script/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.d.ts.map +1 -0
  478. package/script/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.js +22 -0
  479. package/script/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.d.ts +2 -0
  480. package/script/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.d.ts.map +1 -0
  481. package/script/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.js +18 -0
  482. package/script/deps/jsr.io/@std/path/1.0.6/_os.d.ts +2 -0
  483. package/script/deps/jsr.io/@std/path/1.0.6/_os.d.ts.map +1 -0
  484. package/script/deps/jsr.io/@std/path/1.0.6/_os.js +45 -0
  485. package/script/deps/jsr.io/@std/path/1.0.6/basename.d.ts +28 -0
  486. package/script/deps/jsr.io/@std/path/1.0.6/basename.d.ts.map +1 -0
  487. package/script/deps/jsr.io/@std/path/1.0.6/basename.js +39 -0
  488. package/script/deps/jsr.io/@std/path/1.0.6/common.d.ts +28 -0
  489. package/script/deps/jsr.io/@std/path/1.0.6/common.d.ts.map +1 -0
  490. package/script/deps/jsr.io/@std/path/1.0.6/common.js +36 -0
  491. package/script/deps/jsr.io/@std/path/1.0.6/constants.d.ts +15 -0
  492. package/script/deps/jsr.io/@std/path/1.0.6/constants.d.ts.map +1 -0
  493. package/script/deps/jsr.io/@std/path/1.0.6/constants.js +20 -0
  494. package/script/deps/jsr.io/@std/path/1.0.6/dirname.d.ts +23 -0
  495. package/script/deps/jsr.io/@std/path/1.0.6/dirname.d.ts.map +1 -0
  496. package/script/deps/jsr.io/@std/path/1.0.6/dirname.js +32 -0
  497. package/script/deps/jsr.io/@std/path/1.0.6/extname.d.ts +23 -0
  498. package/script/deps/jsr.io/@std/path/1.0.6/extname.d.ts.map +1 -0
  499. package/script/deps/jsr.io/@std/path/1.0.6/extname.js +32 -0
  500. package/script/deps/jsr.io/@std/path/1.0.6/format.d.ts +22 -0
  501. package/script/deps/jsr.io/@std/path/1.0.6/format.d.ts.map +1 -0
  502. package/script/deps/jsr.io/@std/path/1.0.6/format.js +30 -0
  503. package/script/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts +22 -0
  504. package/script/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts.map +1 -0
  505. package/script/deps/jsr.io/@std/path/1.0.6/from_file_url.js +31 -0
  506. package/script/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts +77 -0
  507. package/script/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts.map +1 -0
  508. package/script/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.js +86 -0
  509. package/script/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts +22 -0
  510. package/script/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts.map +1 -0
  511. package/script/deps/jsr.io/@std/path/1.0.6/is_absolute.js +31 -0
  512. package/script/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts +17 -0
  513. package/script/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts.map +1 -0
  514. package/script/deps/jsr.io/@std/path/1.0.6/is_glob.js +45 -0
  515. package/script/deps/jsr.io/@std/path/1.0.6/join.d.ts +23 -0
  516. package/script/deps/jsr.io/@std/path/1.0.6/join.d.ts.map +1 -0
  517. package/script/deps/jsr.io/@std/path/1.0.6/join.js +32 -0
  518. package/script/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts +28 -0
  519. package/script/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts.map +1 -0
  520. package/script/deps/jsr.io/@std/path/1.0.6/join_globs.js +37 -0
  521. package/script/deps/jsr.io/@std/path/1.0.6/mod.d.ts +54 -0
  522. package/script/deps/jsr.io/@std/path/1.0.6/mod.d.ts.map +1 -0
  523. package/script/deps/jsr.io/@std/path/1.0.6/mod.js +73 -0
  524. package/script/deps/jsr.io/@std/path/1.0.6/normalize.d.ts +27 -0
  525. package/script/deps/jsr.io/@std/path/1.0.6/normalize.d.ts.map +1 -0
  526. package/script/deps/jsr.io/@std/path/1.0.6/normalize.js +36 -0
  527. package/script/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts +29 -0
  528. package/script/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts.map +1 -0
  529. package/script/deps/jsr.io/@std/path/1.0.6/normalize_glob.js +38 -0
  530. package/script/deps/jsr.io/@std/path/1.0.6/parse.d.ts +35 -0
  531. package/script/deps/jsr.io/@std/path/1.0.6/parse.d.ts.map +1 -0
  532. package/script/deps/jsr.io/@std/path/1.0.6/parse.js +42 -0
  533. package/script/deps/jsr.io/@std/path/1.0.6/posix/_util.d.ts +2 -0
  534. package/script/deps/jsr.io/@std/path/1.0.6/posix/_util.d.ts.map +1 -0
  535. package/script/deps/jsr.io/@std/path/1.0.6/posix/_util.js +11 -0
  536. package/script/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts +23 -0
  537. package/script/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts.map +1 -0
  538. package/script/deps/jsr.io/@std/path/1.0.6/posix/basename.js +35 -0
  539. package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts +13 -0
  540. package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts.map +1 -0
  541. package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.js +17 -0
  542. package/script/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts +20 -0
  543. package/script/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts.map +1 -0
  544. package/script/deps/jsr.io/@std/path/1.0.6/posix/dirname.js +53 -0
  545. package/script/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts +21 -0
  546. package/script/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts.map +1 -0
  547. package/script/deps/jsr.io/@std/path/1.0.6/posix/extname.js +76 -0
  548. package/script/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts +24 -0
  549. package/script/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts.map +1 -0
  550. package/script/deps/jsr.io/@std/path/1.0.6/posix/format.js +31 -0
  551. package/script/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts +16 -0
  552. package/script/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts.map +1 -0
  553. package/script/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.js +24 -0
  554. package/script/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts +72 -0
  555. package/script/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts.map +1 -0
  556. package/script/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.js +85 -0
  557. package/script/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts +17 -0
  558. package/script/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts.map +1 -0
  559. package/script/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.js +26 -0
  560. package/script/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts +20 -0
  561. package/script/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts.map +1 -0
  562. package/script/deps/jsr.io/@std/path/1.0.6/posix/join.js +32 -0
  563. package/script/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts +20 -0
  564. package/script/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts.map +1 -0
  565. package/script/deps/jsr.io/@std/path/1.0.6/posix/join_globs.js +42 -0
  566. package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts +22 -0
  567. package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts.map +1 -0
  568. package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize.js +42 -0
  569. package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts +20 -0
  570. package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts.map +1 -0
  571. package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.js +34 -0
  572. package/script/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts +25 -0
  573. package/script/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts.map +1 -0
  574. package/script/deps/jsr.io/@std/path/1.0.6/posix/parse.js +118 -0
  575. package/script/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts +20 -0
  576. package/script/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts.map +1 -0
  577. package/script/deps/jsr.io/@std/path/1.0.6/posix/relative.js +109 -0
  578. package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts +17 -0
  579. package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts.map +1 -0
  580. package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.js +95 -0
  581. package/script/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts +17 -0
  582. package/script/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts.map +1 -0
  583. package/script/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.js +30 -0
  584. package/script/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts +16 -0
  585. package/script/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts.map +1 -0
  586. package/script/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.js +23 -0
  587. package/script/deps/jsr.io/@std/path/1.0.6/relative.d.ts +24 -0
  588. package/script/deps/jsr.io/@std/path/1.0.6/relative.d.ts.map +1 -0
  589. package/script/deps/jsr.io/@std/path/1.0.6/relative.js +33 -0
  590. package/script/deps/jsr.io/@std/path/1.0.6/resolve.d.ts +22 -0
  591. package/script/deps/jsr.io/@std/path/1.0.6/resolve.d.ts.map +1 -0
  592. package/script/deps/jsr.io/@std/path/1.0.6/resolve.js +33 -0
  593. package/script/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts +22 -0
  594. package/script/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts.map +1 -0
  595. package/script/deps/jsr.io/@std/path/1.0.6/to_file_url.js +31 -0
  596. package/script/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts +21 -0
  597. package/script/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts.map +1 -0
  598. package/script/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.js +32 -0
  599. package/script/deps/jsr.io/@std/path/1.0.6/types.d.ts +38 -0
  600. package/script/deps/jsr.io/@std/path/1.0.6/types.d.ts.map +1 -0
  601. package/script/deps/jsr.io/@std/path/1.0.6/types.js +4 -0
  602. package/script/deps/jsr.io/@std/path/1.0.6/windows/_util.d.ts +4 -0
  603. package/script/deps/jsr.io/@std/path/1.0.6/windows/_util.d.ts.map +1 -0
  604. package/script/deps/jsr.io/@std/path/1.0.6/windows/_util.js +20 -0
  605. package/script/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts +23 -0
  606. package/script/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts.map +1 -0
  607. package/script/deps/jsr.io/@std/path/1.0.6/windows/basename.js +47 -0
  608. package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts +13 -0
  609. package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts.map +1 -0
  610. package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.js +17 -0
  611. package/script/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts +20 -0
  612. package/script/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts.map +1 -0
  613. package/script/deps/jsr.io/@std/path/1.0.6/windows/dirname.js +115 -0
  614. package/script/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts +20 -0
  615. package/script/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts.map +1 -0
  616. package/script/deps/jsr.io/@std/path/1.0.6/windows/extname.js +84 -0
  617. package/script/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts +24 -0
  618. package/script/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts.map +1 -0
  619. package/script/deps/jsr.io/@std/path/1.0.6/windows/format.js +31 -0
  620. package/script/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts +18 -0
  621. package/script/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts.map +1 -0
  622. package/script/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.js +33 -0
  623. package/script/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts +71 -0
  624. package/script/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts.map +1 -0
  625. package/script/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.js +85 -0
  626. package/script/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts +17 -0
  627. package/script/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts.map +1 -0
  628. package/script/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.js +41 -0
  629. package/script/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts +20 -0
  630. package/script/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts.map +1 -0
  631. package/script/deps/jsr.io/@std/path/1.0.6/windows/join.js +77 -0
  632. package/script/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts +21 -0
  633. package/script/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts.map +1 -0
  634. package/script/deps/jsr.io/@std/path/1.0.6/windows/join_globs.js +43 -0
  635. package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts +22 -0
  636. package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts.map +1 -0
  637. package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize.js +137 -0
  638. package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts +20 -0
  639. package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts.map +1 -0
  640. package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.js +34 -0
  641. package/script/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts +25 -0
  642. package/script/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts.map +1 -0
  643. package/script/deps/jsr.io/@std/path/1.0.6/windows/parse.js +179 -0
  644. package/script/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts +23 -0
  645. package/script/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts.map +1 -0
  646. package/script/deps/jsr.io/@std/path/1.0.6/windows/relative.js +134 -0
  647. package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts +17 -0
  648. package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts.map +1 -0
  649. package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.js +190 -0
  650. package/script/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts +17 -0
  651. package/script/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts.map +1 -0
  652. package/script/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.js +37 -0
  653. package/script/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts +17 -0
  654. package/script/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts.map +1 -0
  655. package/script/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.js +52 -0
  656. package/script/deps/jsr.io/@std/streams/1.0.8/_common.d.ts +5 -0
  657. package/script/deps/jsr.io/@std/streams/1.0.8/_common.d.ts.map +1 -0
  658. package/script/deps/jsr.io/@std/streams/1.0.8/_common.js +31 -0
  659. package/script/deps/jsr.io/@std/streams/1.0.8/buffer.d.ts +300 -0
  660. package/script/deps/jsr.io/@std/streams/1.0.8/buffer.d.ts.map +1 -0
  661. package/script/deps/jsr.io/@std/streams/1.0.8/buffer.js +410 -0
  662. package/script/deps/jsr.io/@std/streams/1.0.8/byte_slice_stream.d.ts +44 -0
  663. package/script/deps/jsr.io/@std/streams/1.0.8/byte_slice_stream.d.ts.map +1 -0
  664. package/script/deps/jsr.io/@std/streams/1.0.8/byte_slice_stream.js +89 -0
  665. package/script/deps/jsr.io/@std/streams/1.0.8/concat_readable_streams.d.ts +27 -0
  666. package/script/deps/jsr.io/@std/streams/1.0.8/concat_readable_streams.d.ts.map +1 -0
  667. package/script/deps/jsr.io/@std/streams/1.0.8/concat_readable_streams.js +50 -0
  668. package/script/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.d.ts +66 -0
  669. package/script/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.d.ts.map +1 -0
  670. package/script/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.js +295 -0
  671. package/script/deps/jsr.io/@std/streams/1.0.8/early_zip_readable_streams.d.ts +83 -0
  672. package/script/deps/jsr.io/@std/streams/1.0.8/early_zip_readable_streams.d.ts.map +1 -0
  673. package/script/deps/jsr.io/@std/streams/1.0.8/early_zip_readable_streams.js +105 -0
  674. package/script/deps/jsr.io/@std/streams/1.0.8/limited_bytes_transform_stream.d.ts +101 -0
  675. package/script/deps/jsr.io/@std/streams/1.0.8/limited_bytes_transform_stream.d.ts.map +1 -0
  676. package/script/deps/jsr.io/@std/streams/1.0.8/limited_bytes_transform_stream.js +126 -0
  677. package/script/deps/jsr.io/@std/streams/1.0.8/limited_transform_stream.d.ts +84 -0
  678. package/script/deps/jsr.io/@std/streams/1.0.8/limited_transform_stream.d.ts.map +1 -0
  679. package/script/deps/jsr.io/@std/streams/1.0.8/limited_transform_stream.js +110 -0
  680. package/script/deps/jsr.io/@std/streams/1.0.8/merge_readable_streams.d.ts +38 -0
  681. package/script/deps/jsr.io/@std/streams/1.0.8/merge_readable_streams.d.ts.map +1 -0
  682. package/script/deps/jsr.io/@std/streams/1.0.8/merge_readable_streams.js +72 -0
  683. package/script/deps/jsr.io/@std/streams/1.0.8/mod.d.ts +35 -0
  684. package/script/deps/jsr.io/@std/streams/1.0.8/mod.d.ts.map +1 -0
  685. package/script/deps/jsr.io/@std/streams/1.0.8/mod.js +51 -0
  686. package/script/deps/jsr.io/@std/streams/1.0.8/text_delimiter_stream.d.ts +58 -0
  687. package/script/deps/jsr.io/@std/streams/1.0.8/text_delimiter_stream.d.ts.map +1 -0
  688. package/script/deps/jsr.io/@std/streams/1.0.8/text_delimiter_stream.js +127 -0
  689. package/script/deps/jsr.io/@std/streams/1.0.8/text_line_stream.d.ts +72 -0
  690. package/script/deps/jsr.io/@std/streams/1.0.8/text_line_stream.d.ts.map +1 -0
  691. package/script/deps/jsr.io/@std/streams/1.0.8/text_line_stream.js +111 -0
  692. package/script/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.d.ts +22 -0
  693. package/script/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.d.ts.map +1 -0
  694. package/script/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.js +38 -0
  695. package/script/deps/jsr.io/@std/streams/1.0.8/to_blob.d.ts +22 -0
  696. package/script/deps/jsr.io/@std/streams/1.0.8/to_blob.d.ts.map +1 -0
  697. package/script/deps/jsr.io/@std/streams/1.0.8/to_blob.js +28 -0
  698. package/script/deps/jsr.io/@std/streams/1.0.8/to_json.d.ts +38 -0
  699. package/script/deps/jsr.io/@std/streams/1.0.8/to_json.d.ts.map +1 -0
  700. package/script/deps/jsr.io/@std/streams/1.0.8/to_json.js +45 -0
  701. package/script/deps/jsr.io/@std/streams/1.0.8/to_text.d.ts +29 -0
  702. package/script/deps/jsr.io/@std/streams/1.0.8/to_text.d.ts.map +1 -0
  703. package/script/deps/jsr.io/@std/streams/1.0.8/to_text.js +48 -0
  704. package/script/deps/jsr.io/@std/streams/1.0.8/to_transform_stream.d.ts +61 -0
  705. package/script/deps/jsr.io/@std/streams/1.0.8/to_transform_stream.d.ts.map +1 -0
  706. package/script/deps/jsr.io/@std/streams/1.0.8/to_transform_stream.js +105 -0
  707. package/script/deps/jsr.io/@std/streams/1.0.8/zip_readable_streams.d.ts +76 -0
  708. package/script/deps/jsr.io/@std/streams/1.0.8/zip_readable_streams.d.ts.map +1 -0
  709. package/script/deps/jsr.io/@std/streams/1.0.8/zip_readable_streams.js +105 -0
  710. package/script/jsonl.js +14 -14
  711. package/script/mod.d.ts +1 -0
  712. package/script/mod.d.ts.map +1 -1
  713. package/script/mod.js +1 -0
@@ -0,0 +1,122 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
5
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
6
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
7
+ };
8
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
9
+ if (kind === "m") throw new TypeError("Private method is not writable");
10
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
11
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
12
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
13
+ };
14
+ var _LimitedBytesTransformStream_read;
15
+ /**
16
+ * A {@linkcode TransformStream} that will only read & enqueue chunks until the
17
+ * total amount of enqueued data exceeds `size`. The last chunk that would
18
+ * exceed the limit will NOT be enqueued, in which case a {@linkcode RangeError}
19
+ * is thrown when `options.error` is set to true, otherwise the stream is just
20
+ * terminated.
21
+ *
22
+ * @example `size` is equal to the total byte length of the chunks
23
+ * ```ts
24
+ * import { LimitedBytesTransformStream } from "@std/streams/limited-bytes-transform-stream";
25
+ * import { assertEquals } from "@std/assert";
26
+ *
27
+ * const stream = ReadableStream.from(["1234", "5678"]);
28
+ * const transformed = stream.pipeThrough(new TextEncoderStream()).pipeThrough(
29
+ * new LimitedBytesTransformStream(8),
30
+ * ).pipeThrough(new TextDecoderStream());
31
+ *
32
+ * assertEquals(
33
+ * await Array.fromAsync(transformed),
34
+ * ["1234", "5678"],
35
+ * );
36
+ * ```
37
+ *
38
+ * @example `size` is less than the total byte length of the chunks, and at the
39
+ * boundary of the chunks
40
+ * ```ts
41
+ * import { LimitedBytesTransformStream } from "@std/streams/limited-bytes-transform-stream";
42
+ * import { assertEquals } from "@std/assert";
43
+ *
44
+ * const stream = ReadableStream.from(["1234", "5678"]);
45
+ * const transformed = stream.pipeThrough(new TextEncoderStream()).pipeThrough(
46
+ * // `4` is the boundary of the chunks
47
+ * new LimitedBytesTransformStream(4),
48
+ * ).pipeThrough(new TextDecoderStream());
49
+ *
50
+ * assertEquals(
51
+ * await Array.fromAsync(transformed),
52
+ * // The first chunk was read, but the second chunk was not
53
+ * ["1234"],
54
+ * );
55
+ * ```
56
+ *
57
+ * @example `size` is less than the total byte length of the chunks, and not at
58
+ * the boundary of the chunks
59
+ * ```ts
60
+ * import { LimitedBytesTransformStream } from "@std/streams/limited-bytes-transform-stream";
61
+ * import { assertEquals } from "@std/assert";
62
+ *
63
+ * const stream = ReadableStream.from(["1234", "5678"]);
64
+ * const transformed = stream.pipeThrough(new TextEncoderStream()).pipeThrough(
65
+ * // `5` is not the boundary of the chunks
66
+ * new LimitedBytesTransformStream(5),
67
+ * ).pipeThrough(new TextDecoderStream());
68
+ *
69
+ * assertEquals(
70
+ * await Array.fromAsync(transformed),
71
+ * // The second chunk was not read because it would exceed the specified size
72
+ * ["1234"],
73
+ * );
74
+ * ```
75
+ *
76
+ * @example Throw error when the total byte length of the chunks exceeds the
77
+ * specified size
78
+ *
79
+ * To do so, set `options.error` to `true`.
80
+ *
81
+ * ```ts
82
+ * import { LimitedBytesTransformStream } from "@std/streams/limited-bytes-transform-stream";
83
+ * import { assertRejects } from "@std/assert";
84
+ *
85
+ * const stream = ReadableStream.from(["1234", "5678"]);
86
+ * const transformed = stream.pipeThrough(new TextEncoderStream()).pipeThrough(
87
+ * new LimitedBytesTransformStream(5, { error: true }),
88
+ * ).pipeThrough(new TextDecoderStream());
89
+ *
90
+ * await assertRejects(async () => {
91
+ * await Array.fromAsync(transformed);
92
+ * }, RangeError);
93
+ * ```
94
+ */
95
+ export class LimitedBytesTransformStream extends TransformStream {
96
+ /**
97
+ * Constructs a new instance.
98
+ *
99
+ * @param size A size limit in bytes.
100
+ * @param options Options for the stream.
101
+ */
102
+ constructor(size, options = { error: false }) {
103
+ super({
104
+ transform: (chunk, controller) => {
105
+ if ((__classPrivateFieldGet(this, _LimitedBytesTransformStream_read, "f") + chunk.byteLength) > size) {
106
+ if (options.error) {
107
+ throw new RangeError(`Exceeded byte size limit of '${size}'`);
108
+ }
109
+ else {
110
+ controller.terminate();
111
+ }
112
+ }
113
+ else {
114
+ __classPrivateFieldSet(this, _LimitedBytesTransformStream_read, __classPrivateFieldGet(this, _LimitedBytesTransformStream_read, "f") + chunk.byteLength, "f");
115
+ controller.enqueue(chunk);
116
+ }
117
+ },
118
+ });
119
+ _LimitedBytesTransformStream_read.set(this, 0);
120
+ }
121
+ }
122
+ _LimitedBytesTransformStream_read = new WeakMap();
@@ -0,0 +1,84 @@
1
+ /** Options for {@linkcode LimitedTransformStream} */
2
+ export interface LimitedTransformStreamOptions {
3
+ /**
4
+ * If true, a {@linkcode RangeError} is thrown when the total number of
5
+ * enqueued chunks is about to exceed the specified limit.
6
+ *
7
+ * @default {false}
8
+ */
9
+ error?: boolean;
10
+ }
11
+ /**
12
+ * A {@linkcode TransformStream} that will only read & enqueue `size` amount of
13
+ * chunks.
14
+ *
15
+ * If `options.error` is set, then instead of terminating the stream,
16
+ * a {@linkcode RangeError} will be thrown when the total number of enqueued
17
+ * chunks is about to exceed the specified size.
18
+ *
19
+ * @typeparam T The type the chunks in the stream.
20
+ *
21
+ * @example `size` is equal to the total number of chunks
22
+ * ```ts
23
+ * import { LimitedTransformStream } from "@std/streams/limited-transform-stream";
24
+ * import { assertEquals } from "@std/assert";
25
+ *
26
+ * const stream = ReadableStream.from(["1234", "5678"]);
27
+ * const transformed = stream.pipeThrough(
28
+ * new LimitedTransformStream(2),
29
+ * );
30
+ *
31
+ * // All chunks were read
32
+ * assertEquals(
33
+ * await Array.fromAsync(transformed),
34
+ * ["1234", "5678"],
35
+ * );
36
+ * ```
37
+ *
38
+ * @example `size` is less than the total number of chunks
39
+ * ```ts
40
+ * import { LimitedTransformStream } from "@std/streams/limited-transform-stream";
41
+ * import { assertEquals } from "@std/assert";
42
+ *
43
+ * const stream = ReadableStream.from(["1234", "5678"]);
44
+ * const transformed = stream.pipeThrough(
45
+ * new LimitedTransformStream(1),
46
+ * );
47
+ *
48
+ * // Only the first chunk was read
49
+ * assertEquals(
50
+ * await Array.fromAsync(transformed),
51
+ * ["1234"],
52
+ * );
53
+ * ```
54
+ *
55
+ * @example Throw a {@linkcode RangeError} when the total number of chunks is
56
+ * about to exceed the specified limit
57
+ *
58
+ * Do this by setting `options.error` to `true`.
59
+ *
60
+ * ```ts
61
+ * import { LimitedTransformStream } from "@std/streams/limited-transform-stream";
62
+ * import { assertRejects } from "@std/assert";
63
+ *
64
+ * const stream = ReadableStream.from(["1234", "5678"]);
65
+ * const transformed = stream.pipeThrough(
66
+ * new LimitedTransformStream(1, { error: true }),
67
+ * );
68
+ *
69
+ * await assertRejects(async () => {
70
+ * await Array.fromAsync(transformed);
71
+ * }, RangeError);
72
+ * ```
73
+ */
74
+ export declare class LimitedTransformStream<T> extends TransformStream<T, T> {
75
+ #private;
76
+ /**
77
+ * Constructs a new instance.
78
+ *
79
+ * @param size The maximum number of chunks to read.
80
+ * @param options Options for the stream.
81
+ */
82
+ constructor(size: number, options?: LimitedTransformStreamOptions);
83
+ }
84
+ //# sourceMappingURL=limited_transform_stream.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"limited_transform_stream.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/streams/1.0.8/limited_transform_stream.ts"],"names":[],"mappings":"AAGA,qDAAqD;AACrD,MAAM,WAAW,6BAA6B;IAC5C;;;;;OAKG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,qBAAa,sBAAsB,CAAC,CAAC,CAAE,SAAQ,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC;;IAGlE;;;;;OAKG;gBAED,IAAI,EAAE,MAAM,EACZ,OAAO,GAAE,6BAAgD;CAiB5D"}
@@ -0,0 +1,106 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
5
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
6
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
7
+ };
8
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
9
+ if (kind === "m") throw new TypeError("Private method is not writable");
10
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
11
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
12
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
13
+ };
14
+ var _LimitedTransformStream_read;
15
+ /**
16
+ * A {@linkcode TransformStream} that will only read & enqueue `size` amount of
17
+ * chunks.
18
+ *
19
+ * If `options.error` is set, then instead of terminating the stream,
20
+ * a {@linkcode RangeError} will be thrown when the total number of enqueued
21
+ * chunks is about to exceed the specified size.
22
+ *
23
+ * @typeparam T The type the chunks in the stream.
24
+ *
25
+ * @example `size` is equal to the total number of chunks
26
+ * ```ts
27
+ * import { LimitedTransformStream } from "@std/streams/limited-transform-stream";
28
+ * import { assertEquals } from "@std/assert";
29
+ *
30
+ * const stream = ReadableStream.from(["1234", "5678"]);
31
+ * const transformed = stream.pipeThrough(
32
+ * new LimitedTransformStream(2),
33
+ * );
34
+ *
35
+ * // All chunks were read
36
+ * assertEquals(
37
+ * await Array.fromAsync(transformed),
38
+ * ["1234", "5678"],
39
+ * );
40
+ * ```
41
+ *
42
+ * @example `size` is less than the total number of chunks
43
+ * ```ts
44
+ * import { LimitedTransformStream } from "@std/streams/limited-transform-stream";
45
+ * import { assertEquals } from "@std/assert";
46
+ *
47
+ * const stream = ReadableStream.from(["1234", "5678"]);
48
+ * const transformed = stream.pipeThrough(
49
+ * new LimitedTransformStream(1),
50
+ * );
51
+ *
52
+ * // Only the first chunk was read
53
+ * assertEquals(
54
+ * await Array.fromAsync(transformed),
55
+ * ["1234"],
56
+ * );
57
+ * ```
58
+ *
59
+ * @example Throw a {@linkcode RangeError} when the total number of chunks is
60
+ * about to exceed the specified limit
61
+ *
62
+ * Do this by setting `options.error` to `true`.
63
+ *
64
+ * ```ts
65
+ * import { LimitedTransformStream } from "@std/streams/limited-transform-stream";
66
+ * import { assertRejects } from "@std/assert";
67
+ *
68
+ * const stream = ReadableStream.from(["1234", "5678"]);
69
+ * const transformed = stream.pipeThrough(
70
+ * new LimitedTransformStream(1, { error: true }),
71
+ * );
72
+ *
73
+ * await assertRejects(async () => {
74
+ * await Array.fromAsync(transformed);
75
+ * }, RangeError);
76
+ * ```
77
+ */
78
+ export class LimitedTransformStream extends TransformStream {
79
+ /**
80
+ * Constructs a new instance.
81
+ *
82
+ * @param size The maximum number of chunks to read.
83
+ * @param options Options for the stream.
84
+ */
85
+ constructor(size, options = { error: false }) {
86
+ super({
87
+ transform: (chunk, controller) => {
88
+ var _a;
89
+ if ((__classPrivateFieldGet(this, _LimitedTransformStream_read, "f") + 1) > size) {
90
+ if (options.error) {
91
+ throw new RangeError(`Exceeded chunk limit of '${size}'`);
92
+ }
93
+ else {
94
+ controller.terminate();
95
+ }
96
+ }
97
+ else {
98
+ __classPrivateFieldSet(this, _LimitedTransformStream_read, (_a = __classPrivateFieldGet(this, _LimitedTransformStream_read, "f"), _a++, _a), "f");
99
+ controller.enqueue(chunk);
100
+ }
101
+ },
102
+ });
103
+ _LimitedTransformStream_read.set(this, 0);
104
+ }
105
+ }
106
+ _LimitedTransformStream_read = new WeakMap();
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Merge multiple streams into a single one, not taking order into account.
3
+ * If a stream ends before other ones, the other will continue adding data,
4
+ * and the finished one will not add any more data.
5
+ *
6
+ * @typeparam T The type of the chunks in the input/output streams.
7
+ * @param streams An iterable of `ReadableStream`s to merge.
8
+ * @returns A `ReadableStream` that will emit the merged chunks.
9
+ *
10
+ * @example Merge 2 streams
11
+ * ```ts
12
+ * import { mergeReadableStreams } from "@std/streams/merge-readable-streams";
13
+ * import { assertEquals } from "@std/assert";
14
+ *
15
+ * const stream1 = ReadableStream.from([1, 2]);
16
+ * const stream2 = ReadableStream.from([3, 4, 5]);
17
+ *
18
+ * const mergedStream = mergeReadableStreams(stream1, stream2);
19
+ * const merged = await Array.fromAsync(mergedStream);
20
+ * assertEquals(merged.toSorted(), [1, 2, 3, 4, 5]);
21
+ * ```
22
+ *
23
+ * @example Merge 3 streams
24
+ * ```ts
25
+ * import { mergeReadableStreams } from "@std/streams/merge-readable-streams";
26
+ * import { assertEquals } from "@std/assert";
27
+ *
28
+ * const stream1 = ReadableStream.from([1, 2]);
29
+ * const stream2 = ReadableStream.from([3, 4, 5]);
30
+ * const stream3 = ReadableStream.from([6]);
31
+ *
32
+ * const mergedStream = mergeReadableStreams(stream1, stream2, stream3);
33
+ * const merged = await Array.fromAsync(mergedStream);
34
+ * assertEquals(merged.toSorted(), [1, 2, 3, 4, 5, 6]);
35
+ * ```
36
+ */
37
+ export declare function mergeReadableStreams<T>(...streams: ReadableStream<T>[]): ReadableStream<T>;
38
+ //# sourceMappingURL=merge_readable_streams.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"merge_readable_streams.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/streams/1.0.8/merge_readable_streams.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,wBAAgB,oBAAoB,CAAC,CAAC,EACpC,GAAG,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC,EAAE,GAC9B,cAAc,CAAC,CAAC,CAAC,CA8BnB"}
@@ -0,0 +1,69 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ /**
3
+ * Merge multiple streams into a single one, not taking order into account.
4
+ * If a stream ends before other ones, the other will continue adding data,
5
+ * and the finished one will not add any more data.
6
+ *
7
+ * @typeparam T The type of the chunks in the input/output streams.
8
+ * @param streams An iterable of `ReadableStream`s to merge.
9
+ * @returns A `ReadableStream` that will emit the merged chunks.
10
+ *
11
+ * @example Merge 2 streams
12
+ * ```ts
13
+ * import { mergeReadableStreams } from "@std/streams/merge-readable-streams";
14
+ * import { assertEquals } from "@std/assert";
15
+ *
16
+ * const stream1 = ReadableStream.from([1, 2]);
17
+ * const stream2 = ReadableStream.from([3, 4, 5]);
18
+ *
19
+ * const mergedStream = mergeReadableStreams(stream1, stream2);
20
+ * const merged = await Array.fromAsync(mergedStream);
21
+ * assertEquals(merged.toSorted(), [1, 2, 3, 4, 5]);
22
+ * ```
23
+ *
24
+ * @example Merge 3 streams
25
+ * ```ts
26
+ * import { mergeReadableStreams } from "@std/streams/merge-readable-streams";
27
+ * import { assertEquals } from "@std/assert";
28
+ *
29
+ * const stream1 = ReadableStream.from([1, 2]);
30
+ * const stream2 = ReadableStream.from([3, 4, 5]);
31
+ * const stream3 = ReadableStream.from([6]);
32
+ *
33
+ * const mergedStream = mergeReadableStreams(stream1, stream2, stream3);
34
+ * const merged = await Array.fromAsync(mergedStream);
35
+ * assertEquals(merged.toSorted(), [1, 2, 3, 4, 5, 6]);
36
+ * ```
37
+ */
38
+ export function mergeReadableStreams(...streams) {
39
+ const resolvePromises = streams.map(() => Promise.withResolvers());
40
+ return new ReadableStream({
41
+ start(controller) {
42
+ let mustClose = false;
43
+ Promise.all(resolvePromises.map(({ promise }) => promise))
44
+ .then(() => {
45
+ controller.close();
46
+ })
47
+ .catch((error) => {
48
+ mustClose = true;
49
+ controller.error(error);
50
+ });
51
+ for (const [index, stream] of streams.entries()) {
52
+ (async () => {
53
+ try {
54
+ for await (const data of stream) {
55
+ if (mustClose) {
56
+ break;
57
+ }
58
+ controller.enqueue(data);
59
+ }
60
+ resolvePromises[index].resolve();
61
+ }
62
+ catch (error) {
63
+ resolvePromises[index].reject(error);
64
+ }
65
+ })();
66
+ }
67
+ },
68
+ });
69
+ }
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Utilities for working with the
3
+ * {@link https://developer.mozilla.org/en-US/docs/Web/API/Streams_API | Streams API}.
4
+ *
5
+ * Includes buffering and conversion.
6
+ *
7
+ * ```ts
8
+ * import { toText } from "@std/streams";
9
+ * import { assertEquals } from "@std/assert";
10
+ *
11
+ * const stream = ReadableStream.from(["Hello, world!"]);
12
+ * const text = await toText(stream);
13
+ *
14
+ * assertEquals(text, "Hello, world!");
15
+ * ```
16
+ *
17
+ * @module
18
+ */
19
+ export * from "./buffer.js";
20
+ export * from "./byte_slice_stream.js";
21
+ export * from "./concat_readable_streams.js";
22
+ export * from "./delimiter_stream.js";
23
+ export * from "./early_zip_readable_streams.js";
24
+ export * from "./limited_bytes_transform_stream.js";
25
+ export * from "./limited_transform_stream.js";
26
+ export * from "./merge_readable_streams.js";
27
+ export * from "./text_delimiter_stream.js";
28
+ export * from "./text_line_stream.js";
29
+ export * from "./to_array_buffer.js";
30
+ export * from "./to_blob.js";
31
+ export * from "./to_json.js";
32
+ export * from "./to_text.js";
33
+ export * from "./to_transform_stream.js";
34
+ export * from "./zip_readable_streams.js";
35
+ //# sourceMappingURL=mod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/streams/1.0.8/mod.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;GAiBG;AAEH,cAAc,aAAa,CAAC;AAC5B,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC"}
@@ -0,0 +1,35 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ /**
3
+ * Utilities for working with the
4
+ * {@link https://developer.mozilla.org/en-US/docs/Web/API/Streams_API | Streams API}.
5
+ *
6
+ * Includes buffering and conversion.
7
+ *
8
+ * ```ts
9
+ * import { toText } from "@std/streams";
10
+ * import { assertEquals } from "@std/assert";
11
+ *
12
+ * const stream = ReadableStream.from(["Hello, world!"]);
13
+ * const text = await toText(stream);
14
+ *
15
+ * assertEquals(text, "Hello, world!");
16
+ * ```
17
+ *
18
+ * @module
19
+ */
20
+ export * from "./buffer.js";
21
+ export * from "./byte_slice_stream.js";
22
+ export * from "./concat_readable_streams.js";
23
+ export * from "./delimiter_stream.js";
24
+ export * from "./early_zip_readable_streams.js";
25
+ export * from "./limited_bytes_transform_stream.js";
26
+ export * from "./limited_transform_stream.js";
27
+ export * from "./merge_readable_streams.js";
28
+ export * from "./text_delimiter_stream.js";
29
+ export * from "./text_line_stream.js";
30
+ export * from "./to_array_buffer.js";
31
+ export * from "./to_blob.js";
32
+ export * from "./to_json.js";
33
+ export * from "./to_text.js";
34
+ export * from "./to_transform_stream.js";
35
+ export * from "./zip_readable_streams.js";
@@ -0,0 +1,58 @@
1
+ import type { DelimiterStreamOptions } from "./delimiter_stream.js";
2
+ /**
3
+ * Transform a stream `string` into a stream where each chunk is divided by a
4
+ * given delimiter.
5
+ *
6
+ * If you are working with a stream of `Uint8Array`, consider using {@linkcode DelimiterStream}.
7
+ *
8
+ * If you want to split by a newline, consider using {@linkcode TextLineStream}.
9
+ *
10
+ * @example Comma-separated values
11
+ * ```ts
12
+ * import { TextDelimiterStream } from "@std/streams/text-delimiter-stream";
13
+ * import { assertEquals } from "@std/assert";
14
+ *
15
+ * const stream = ReadableStream.from([
16
+ * "alice,20,",
17
+ * ",US,",
18
+ * ]);
19
+ *
20
+ * const valueStream = stream.pipeThrough(new TextDelimiterStream(","));
21
+ *
22
+ * assertEquals(
23
+ * await Array.fromAsync(valueStream),
24
+ * ["alice", "20", "", "US", ""],
25
+ * );
26
+ * ```
27
+ *
28
+ * @example Semicolon-separated values with suffix disposition
29
+ * ```ts
30
+ * import { TextDelimiterStream } from "@std/streams/text-delimiter-stream";
31
+ * import { assertEquals } from "@std/assert";
32
+ *
33
+ * const stream = ReadableStream.from([
34
+ * "const a = 42;;let b =",
35
+ * " true;",
36
+ * ]);
37
+ *
38
+ * const valueStream = stream.pipeThrough(
39
+ * new TextDelimiterStream(";", { disposition: "suffix" }),
40
+ * );
41
+ *
42
+ * assertEquals(
43
+ * await Array.fromAsync(valueStream),
44
+ * ["const a = 42;", ";", "let b = true;", ""],
45
+ * );
46
+ * ```
47
+ */
48
+ export declare class TextDelimiterStream extends TransformStream<string, string> {
49
+ #private;
50
+ /**
51
+ * Constructs a new instance.
52
+ *
53
+ * @param delimiter A delimiter to split the stream by.
54
+ * @param options Options for the stream.
55
+ */
56
+ constructor(delimiter: string, options?: DelimiterStreamOptions);
57
+ }
58
+ //# sourceMappingURL=text_delimiter_stream.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text_delimiter_stream.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/streams/1.0.8/text_delimiter_stream.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAEV,sBAAsB,EACvB,MAAM,uBAAuB,CAAC;AAE/B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6CG;AACH,qBAAa,mBAAoB,SAAQ,eAAe,CAAC,MAAM,EAAE,MAAM,CAAC;;IAQtE;;;;;OAKG;gBAED,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,sBAAsB;CAkDnC"}