@effectionx/jsonl-store 0.3.1 → 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 (756) hide show
  1. package/context.test.ts +10 -0
  2. package/context.ts +18 -0
  3. package/{esm → dist}/context.d.ts +1 -1
  4. package/dist/context.d.ts.map +1 -0
  5. package/{esm → dist}/context.js +2 -2
  6. package/dist/fs-helpers.d.ts +41 -0
  7. package/dist/fs-helpers.d.ts.map +1 -0
  8. package/dist/fs-helpers.js +94 -0
  9. package/{script → dist}/jsonl.d.ts +1 -1
  10. package/dist/jsonl.d.ts.map +1 -0
  11. package/{esm → dist}/jsonl.js +16 -21
  12. package/dist/mod.d.ts +4 -0
  13. package/dist/mod.d.ts.map +1 -0
  14. package/{esm → dist}/mod.js +0 -1
  15. package/dist/stream-helpers.d.ts +14 -0
  16. package/dist/stream-helpers.d.ts.map +1 -0
  17. package/dist/stream-helpers.js +44 -0
  18. package/dist/tsconfig.tsbuildinfo +1 -0
  19. package/dist/types.d.ts.map +1 -0
  20. package/fs-helpers.ts +129 -0
  21. package/jsonl.test.ts +135 -0
  22. package/jsonl.ts +254 -0
  23. package/mod.ts +3 -0
  24. package/package.json +19 -17
  25. package/stream-helpers.ts +45 -0
  26. package/tsconfig.json +14 -0
  27. package/types.ts +15 -0
  28. package/esm/_dnt.polyfills.d.ts +0 -120
  29. package/esm/_dnt.polyfills.d.ts.map +0 -1
  30. package/esm/_dnt.polyfills.js +0 -247
  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/context.d.ts.map +0 -1
  35. package/esm/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts +0 -9
  36. package/esm/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts.map +0 -1
  37. package/esm/deps/jsr.io/@std/bytes/1.0.6/_types.js +0 -2
  38. package/esm/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts +0 -21
  39. package/esm/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts.map +0 -1
  40. package/esm/deps/jsr.io/@std/bytes/1.0.6/concat.js +0 -32
  41. package/esm/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts +0 -41
  42. package/esm/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts.map +0 -1
  43. package/esm/deps/jsr.io/@std/bytes/1.0.6/copy.js +0 -50
  44. package/esm/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.d.ts +0 -13
  45. package/esm/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.d.ts.map +0 -1
  46. package/esm/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.js +0 -33
  47. package/esm/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.d.ts +0 -12
  48. package/esm/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.d.ts.map +0 -1
  49. package/esm/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.js +0 -20
  50. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_same_path.d.ts +0 -10
  51. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_same_path.d.ts.map +0 -1
  52. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_same_path.js +0 -17
  53. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_subdir.d.ts +0 -12
  54. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_subdir.d.ts.map +0 -1
  55. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_subdir.js +0 -25
  56. package/esm/deps/jsr.io/@std/fs/1.0.20/_to_path_string.d.ts +0 -9
  57. package/esm/deps/jsr.io/@std/fs/1.0.20/_to_path_string.d.ts.map +0 -1
  58. package/esm/deps/jsr.io/@std/fs/1.0.20/_to_path_string.js +0 -13
  59. package/esm/deps/jsr.io/@std/fs/1.0.20/copy.d.ts +0 -117
  60. package/esm/deps/jsr.io/@std/fs/1.0.20/copy.d.ts.map +0 -1
  61. package/esm/deps/jsr.io/@std/fs/1.0.20/copy.js +0 -312
  62. package/esm/deps/jsr.io/@std/fs/1.0.20/empty_dir.d.ts +0 -48
  63. package/esm/deps/jsr.io/@std/fs/1.0.20/empty_dir.d.ts.map +0 -1
  64. package/esm/deps/jsr.io/@std/fs/1.0.20/empty_dir.js +0 -86
  65. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_dir.d.ts +0 -49
  66. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_dir.d.ts.map +0 -1
  67. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_dir.js +0 -101
  68. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_file.d.ts +0 -47
  69. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_file.d.ts.map +0 -1
  70. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_file.js +0 -89
  71. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_link.d.ts +0 -49
  72. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_link.d.ts.map +0 -1
  73. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_link.js +0 -60
  74. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.d.ts +0 -70
  75. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.d.ts.map +0 -1
  76. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.js +0 -155
  77. package/esm/deps/jsr.io/@std/fs/1.0.20/eol.d.ts +0 -52
  78. package/esm/deps/jsr.io/@std/fs/1.0.20/eol.d.ts.map +0 -1
  79. package/esm/deps/jsr.io/@std/fs/1.0.20/eol.js +0 -67
  80. package/esm/deps/jsr.io/@std/fs/1.0.20/exists.d.ts +0 -219
  81. package/esm/deps/jsr.io/@std/fs/1.0.20/exists.d.ts.map +0 -1
  82. package/esm/deps/jsr.io/@std/fs/1.0.20/exists.js +0 -269
  83. package/esm/deps/jsr.io/@std/fs/1.0.20/expand_glob.d.ts +0 -267
  84. package/esm/deps/jsr.io/@std/fs/1.0.20/expand_glob.d.ts.map +0 -1
  85. package/esm/deps/jsr.io/@std/fs/1.0.20/expand_glob.js +0 -439
  86. package/esm/deps/jsr.io/@std/fs/1.0.20/mod.d.ts +0 -29
  87. package/esm/deps/jsr.io/@std/fs/1.0.20/mod.d.ts.map +0 -1
  88. package/esm/deps/jsr.io/@std/fs/1.0.20/mod.js +0 -29
  89. package/esm/deps/jsr.io/@std/fs/1.0.20/move.d.ts +0 -86
  90. package/esm/deps/jsr.io/@std/fs/1.0.20/move.d.ts.map +0 -1
  91. package/esm/deps/jsr.io/@std/fs/1.0.20/move.js +0 -141
  92. package/esm/deps/jsr.io/@std/fs/1.0.20/walk.d.ts +0 -777
  93. package/esm/deps/jsr.io/@std/fs/1.0.20/walk.d.ts.map +0 -1
  94. package/esm/deps/jsr.io/@std/fs/1.0.20/walk.js +0 -845
  95. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.d.ts +0 -2
  96. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.d.ts.map +0 -1
  97. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.js +0 -12
  98. package/esm/deps/jsr.io/@std/internal/1.0.12/os.d.ts +0 -3
  99. package/esm/deps/jsr.io/@std/internal/1.0.12/os.d.ts.map +0 -1
  100. package/esm/deps/jsr.io/@std/internal/1.0.12/os.js +0 -5
  101. package/esm/deps/jsr.io/@std/json/1.0.2/_common.d.ts +0 -4
  102. package/esm/deps/jsr.io/@std/json/1.0.2/_common.d.ts.map +0 -1
  103. package/esm/deps/jsr.io/@std/json/1.0.2/_common.js +0 -11
  104. package/esm/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.d.ts +0 -70
  105. package/esm/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.d.ts.map +0 -1
  106. package/esm/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.js +0 -196
  107. package/esm/deps/jsr.io/@std/json/1.0.2/mod.d.ts +0 -23
  108. package/esm/deps/jsr.io/@std/json/1.0.2/mod.d.ts.map +0 -1
  109. package/esm/deps/jsr.io/@std/json/1.0.2/mod.js +0 -23
  110. package/esm/deps/jsr.io/@std/json/1.0.2/parse_stream.d.ts +0 -53
  111. package/esm/deps/jsr.io/@std/json/1.0.2/parse_stream.d.ts.map +0 -1
  112. package/esm/deps/jsr.io/@std/json/1.0.2/parse_stream.js +0 -66
  113. package/esm/deps/jsr.io/@std/json/1.0.2/stringify_stream.d.ts +0 -95
  114. package/esm/deps/jsr.io/@std/json/1.0.2/stringify_stream.d.ts.map +0 -1
  115. package/esm/deps/jsr.io/@std/json/1.0.2/stringify_stream.js +0 -88
  116. package/esm/deps/jsr.io/@std/json/1.0.2/types.d.ts +0 -5
  117. package/esm/deps/jsr.io/@std/json/1.0.2/types.d.ts.map +0 -1
  118. package/esm/deps/jsr.io/@std/json/1.0.2/types.js +0 -3
  119. package/esm/deps/jsr.io/@std/path/1.1.3/_common/assert_path.d.ts +0 -2
  120. package/esm/deps/jsr.io/@std/path/1.1.3/_common/assert_path.d.ts.map +0 -1
  121. package/esm/deps/jsr.io/@std/path/1.1.3/_common/assert_path.js +0 -7
  122. package/esm/deps/jsr.io/@std/path/1.1.3/_common/basename.d.ts +0 -4
  123. package/esm/deps/jsr.io/@std/path/1.1.3/_common/basename.d.ts.map +0 -1
  124. package/esm/deps/jsr.io/@std/path/1.1.3/_common/basename.js +0 -40
  125. package/esm/deps/jsr.io/@std/path/1.1.3/_common/common.d.ts +0 -2
  126. package/esm/deps/jsr.io/@std/path/1.1.3/_common/common.d.ts.map +0 -1
  127. package/esm/deps/jsr.io/@std/path/1.1.3/_common/common.js +0 -23
  128. package/esm/deps/jsr.io/@std/path/1.1.3/_common/constants.d.ts +0 -40
  129. package/esm/deps/jsr.io/@std/path/1.1.3/_common/constants.d.ts.map +0 -1
  130. package/esm/deps/jsr.io/@std/path/1.1.3/_common/constants.js +0 -46
  131. package/esm/deps/jsr.io/@std/path/1.1.3/_common/dirname.d.ts +0 -2
  132. package/esm/deps/jsr.io/@std/path/1.1.3/_common/dirname.d.ts.map +0 -1
  133. package/esm/deps/jsr.io/@std/path/1.1.3/_common/dirname.js +0 -8
  134. package/esm/deps/jsr.io/@std/path/1.1.3/_common/format.d.ts +0 -4
  135. package/esm/deps/jsr.io/@std/path/1.1.3/_common/format.d.ts.map +0 -1
  136. package/esm/deps/jsr.io/@std/path/1.1.3/_common/format.js +0 -19
  137. package/esm/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.d.ts +0 -2
  138. package/esm/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.d.ts.map +0 -1
  139. package/esm/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.js +0 -9
  140. package/esm/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.d.ts +0 -35
  141. package/esm/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.d.ts.map +0 -1
  142. package/esm/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.js +0 -234
  143. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize.d.ts +0 -2
  144. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize.d.ts.map +0 -1
  145. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize.js +0 -8
  146. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.d.ts +0 -2
  147. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.d.ts.map +0 -1
  148. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.js +0 -77
  149. package/esm/deps/jsr.io/@std/path/1.1.3/_common/relative.d.ts +0 -2
  150. package/esm/deps/jsr.io/@std/path/1.1.3/_common/relative.d.ts.map +0 -1
  151. package/esm/deps/jsr.io/@std/path/1.1.3/_common/relative.js +0 -9
  152. package/esm/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.d.ts +0 -2
  153. package/esm/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.d.ts.map +0 -1
  154. package/esm/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.js +0 -19
  155. package/esm/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.d.ts +0 -2
  156. package/esm/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.d.ts.map +0 -1
  157. package/esm/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.js +0 -15
  158. package/esm/deps/jsr.io/@std/path/1.1.3/basename.d.ts +0 -27
  159. package/esm/deps/jsr.io/@std/path/1.1.3/basename.d.ts.map +0 -1
  160. package/esm/deps/jsr.io/@std/path/1.1.3/basename.js +0 -35
  161. package/esm/deps/jsr.io/@std/path/1.1.3/common.d.ts +0 -28
  162. package/esm/deps/jsr.io/@std/path/1.1.3/common.d.ts.map +0 -1
  163. package/esm/deps/jsr.io/@std/path/1.1.3/common.js +0 -33
  164. package/esm/deps/jsr.io/@std/path/1.1.3/constants.d.ts +0 -15
  165. package/esm/deps/jsr.io/@std/path/1.1.3/constants.d.ts.map +0 -1
  166. package/esm/deps/jsr.io/@std/path/1.1.3/constants.js +0 -17
  167. package/esm/deps/jsr.io/@std/path/1.1.3/dirname.d.ts +0 -22
  168. package/esm/deps/jsr.io/@std/path/1.1.3/dirname.d.ts.map +0 -1
  169. package/esm/deps/jsr.io/@std/path/1.1.3/dirname.js +0 -28
  170. package/esm/deps/jsr.io/@std/path/1.1.3/extname.d.ts +0 -22
  171. package/esm/deps/jsr.io/@std/path/1.1.3/extname.d.ts.map +0 -1
  172. package/esm/deps/jsr.io/@std/path/1.1.3/extname.js +0 -28
  173. package/esm/deps/jsr.io/@std/path/1.1.3/format.d.ts +0 -22
  174. package/esm/deps/jsr.io/@std/path/1.1.3/format.d.ts.map +0 -1
  175. package/esm/deps/jsr.io/@std/path/1.1.3/format.js +0 -27
  176. package/esm/deps/jsr.io/@std/path/1.1.3/from_file_url.d.ts +0 -22
  177. package/esm/deps/jsr.io/@std/path/1.1.3/from_file_url.d.ts.map +0 -1
  178. package/esm/deps/jsr.io/@std/path/1.1.3/from_file_url.js +0 -28
  179. package/esm/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.d.ts +0 -77
  180. package/esm/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.d.ts.map +0 -1
  181. package/esm/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.js +0 -83
  182. package/esm/deps/jsr.io/@std/path/1.1.3/is_absolute.d.ts +0 -22
  183. package/esm/deps/jsr.io/@std/path/1.1.3/is_absolute.d.ts.map +0 -1
  184. package/esm/deps/jsr.io/@std/path/1.1.3/is_absolute.js +0 -28
  185. package/esm/deps/jsr.io/@std/path/1.1.3/is_glob.d.ts +0 -17
  186. package/esm/deps/jsr.io/@std/path/1.1.3/is_glob.d.ts.map +0 -1
  187. package/esm/deps/jsr.io/@std/path/1.1.3/is_glob.js +0 -42
  188. package/esm/deps/jsr.io/@std/path/1.1.3/join.d.ts +0 -23
  189. package/esm/deps/jsr.io/@std/path/1.1.3/join.d.ts.map +0 -1
  190. package/esm/deps/jsr.io/@std/path/1.1.3/join.js +0 -29
  191. package/esm/deps/jsr.io/@std/path/1.1.3/join_globs.d.ts +0 -28
  192. package/esm/deps/jsr.io/@std/path/1.1.3/join_globs.d.ts.map +0 -1
  193. package/esm/deps/jsr.io/@std/path/1.1.3/join_globs.js +0 -34
  194. package/esm/deps/jsr.io/@std/path/1.1.3/mod.d.ts +0 -213
  195. package/esm/deps/jsr.io/@std/path/1.1.3/mod.d.ts.map +0 -1
  196. package/esm/deps/jsr.io/@std/path/1.1.3/mod.js +0 -216
  197. package/esm/deps/jsr.io/@std/path/1.1.3/normalize.d.ts +0 -26
  198. package/esm/deps/jsr.io/@std/path/1.1.3/normalize.d.ts.map +0 -1
  199. package/esm/deps/jsr.io/@std/path/1.1.3/normalize.js +0 -32
  200. package/esm/deps/jsr.io/@std/path/1.1.3/normalize_glob.d.ts +0 -29
  201. package/esm/deps/jsr.io/@std/path/1.1.3/normalize_glob.d.ts.map +0 -1
  202. package/esm/deps/jsr.io/@std/path/1.1.3/normalize_glob.js +0 -35
  203. package/esm/deps/jsr.io/@std/path/1.1.3/parse.d.ts +0 -35
  204. package/esm/deps/jsr.io/@std/path/1.1.3/parse.d.ts.map +0 -1
  205. package/esm/deps/jsr.io/@std/path/1.1.3/parse.js +0 -39
  206. package/esm/deps/jsr.io/@std/path/1.1.3/posix/_util.d.ts +0 -2
  207. package/esm/deps/jsr.io/@std/path/1.1.3/posix/_util.d.ts.map +0 -1
  208. package/esm/deps/jsr.io/@std/path/1.1.3/posix/_util.js +0 -8
  209. package/esm/deps/jsr.io/@std/path/1.1.3/posix/basename.d.ts +0 -39
  210. package/esm/deps/jsr.io/@std/path/1.1.3/posix/basename.d.ts.map +0 -1
  211. package/esm/deps/jsr.io/@std/path/1.1.3/posix/basename.js +0 -52
  212. package/esm/deps/jsr.io/@std/path/1.1.3/posix/constants.d.ts +0 -13
  213. package/esm/deps/jsr.io/@std/path/1.1.3/posix/constants.d.ts.map +0 -1
  214. package/esm/deps/jsr.io/@std/path/1.1.3/posix/constants.js +0 -14
  215. package/esm/deps/jsr.io/@std/path/1.1.3/posix/dirname.d.ts +0 -30
  216. package/esm/deps/jsr.io/@std/path/1.1.3/posix/dirname.d.ts.map +0 -1
  217. package/esm/deps/jsr.io/@std/path/1.1.3/posix/dirname.js +0 -64
  218. package/esm/deps/jsr.io/@std/path/1.1.3/posix/extname.d.ts +0 -37
  219. package/esm/deps/jsr.io/@std/path/1.1.3/posix/extname.d.ts.map +0 -1
  220. package/esm/deps/jsr.io/@std/path/1.1.3/posix/extname.js +0 -93
  221. package/esm/deps/jsr.io/@std/path/1.1.3/posix/format.d.ts +0 -24
  222. package/esm/deps/jsr.io/@std/path/1.1.3/posix/format.d.ts.map +0 -1
  223. package/esm/deps/jsr.io/@std/path/1.1.3/posix/format.js +0 -28
  224. package/esm/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.d.ts +0 -16
  225. package/esm/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.d.ts.map +0 -1
  226. package/esm/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.js +0 -21
  227. package/esm/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.d.ts +0 -72
  228. package/esm/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.d.ts.map +0 -1
  229. package/esm/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.js +0 -82
  230. package/esm/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.d.ts +0 -17
  231. package/esm/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.d.ts.map +0 -1
  232. package/esm/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.js +0 -23
  233. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join.d.ts +0 -31
  234. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join.d.ts.map +0 -1
  235. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join.js +0 -45
  236. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join_globs.d.ts +0 -20
  237. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join_globs.d.ts.map +0 -1
  238. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join_globs.js +0 -40
  239. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize.d.ts +0 -37
  240. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize.d.ts.map +0 -1
  241. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize.js +0 -58
  242. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.d.ts +0 -20
  243. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.d.ts.map +0 -1
  244. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.js +0 -32
  245. package/esm/deps/jsr.io/@std/path/1.1.3/posix/parse.d.ts +0 -25
  246. package/esm/deps/jsr.io/@std/path/1.1.3/posix/parse.d.ts.map +0 -1
  247. package/esm/deps/jsr.io/@std/path/1.1.3/posix/parse.js +0 -115
  248. package/esm/deps/jsr.io/@std/path/1.1.3/posix/relative.d.ts +0 -20
  249. package/esm/deps/jsr.io/@std/path/1.1.3/posix/relative.d.ts.map +0 -1
  250. package/esm/deps/jsr.io/@std/path/1.1.3/posix/relative.js +0 -106
  251. package/esm/deps/jsr.io/@std/path/1.1.3/posix/resolve.d.ts +0 -17
  252. package/esm/deps/jsr.io/@std/path/1.1.3/posix/resolve.d.ts.map +0 -1
  253. package/esm/deps/jsr.io/@std/path/1.1.3/posix/resolve.js +0 -59
  254. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.d.ts +0 -17
  255. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.d.ts.map +0 -1
  256. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.js +0 -27
  257. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.d.ts +0 -16
  258. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.d.ts.map +0 -1
  259. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.js +0 -20
  260. package/esm/deps/jsr.io/@std/path/1.1.3/relative.d.ts +0 -24
  261. package/esm/deps/jsr.io/@std/path/1.1.3/relative.d.ts.map +0 -1
  262. package/esm/deps/jsr.io/@std/path/1.1.3/relative.js +0 -30
  263. package/esm/deps/jsr.io/@std/path/1.1.3/resolve.d.ts +0 -22
  264. package/esm/deps/jsr.io/@std/path/1.1.3/resolve.d.ts.map +0 -1
  265. package/esm/deps/jsr.io/@std/path/1.1.3/resolve.js +0 -30
  266. package/esm/deps/jsr.io/@std/path/1.1.3/to_file_url.d.ts +0 -22
  267. package/esm/deps/jsr.io/@std/path/1.1.3/to_file_url.d.ts.map +0 -1
  268. package/esm/deps/jsr.io/@std/path/1.1.3/to_file_url.js +0 -28
  269. package/esm/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.d.ts +0 -21
  270. package/esm/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.d.ts.map +0 -1
  271. package/esm/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.js +0 -29
  272. package/esm/deps/jsr.io/@std/path/1.1.3/types.d.ts +0 -38
  273. package/esm/deps/jsr.io/@std/path/1.1.3/types.d.ts.map +0 -1
  274. package/esm/deps/jsr.io/@std/path/1.1.3/types.js +0 -3
  275. package/esm/deps/jsr.io/@std/path/1.1.3/windows/_util.d.ts +0 -4
  276. package/esm/deps/jsr.io/@std/path/1.1.3/windows/_util.d.ts.map +0 -1
  277. package/esm/deps/jsr.io/@std/path/1.1.3/windows/_util.js +0 -15
  278. package/esm/deps/jsr.io/@std/path/1.1.3/windows/basename.d.ts +0 -22
  279. package/esm/deps/jsr.io/@std/path/1.1.3/windows/basename.d.ts.map +0 -1
  280. package/esm/deps/jsr.io/@std/path/1.1.3/windows/basename.js +0 -47
  281. package/esm/deps/jsr.io/@std/path/1.1.3/windows/constants.d.ts +0 -13
  282. package/esm/deps/jsr.io/@std/path/1.1.3/windows/constants.d.ts.map +0 -1
  283. package/esm/deps/jsr.io/@std/path/1.1.3/windows/constants.js +0 -14
  284. package/esm/deps/jsr.io/@std/path/1.1.3/windows/dirname.d.ts +0 -17
  285. package/esm/deps/jsr.io/@std/path/1.1.3/windows/dirname.d.ts.map +0 -1
  286. package/esm/deps/jsr.io/@std/path/1.1.3/windows/dirname.js +0 -113
  287. package/esm/deps/jsr.io/@std/path/1.1.3/windows/extname.d.ts +0 -17
  288. package/esm/deps/jsr.io/@std/path/1.1.3/windows/extname.d.ts.map +0 -1
  289. package/esm/deps/jsr.io/@std/path/1.1.3/windows/extname.js +0 -82
  290. package/esm/deps/jsr.io/@std/path/1.1.3/windows/format.d.ts +0 -24
  291. package/esm/deps/jsr.io/@std/path/1.1.3/windows/format.d.ts.map +0 -1
  292. package/esm/deps/jsr.io/@std/path/1.1.3/windows/format.js +0 -28
  293. package/esm/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.d.ts +0 -18
  294. package/esm/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.d.ts.map +0 -1
  295. package/esm/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.js +0 -30
  296. package/esm/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.d.ts +0 -71
  297. package/esm/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.d.ts.map +0 -1
  298. package/esm/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.js +0 -82
  299. package/esm/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.d.ts +0 -17
  300. package/esm/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.d.ts.map +0 -1
  301. package/esm/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.js +0 -38
  302. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join.d.ts +0 -18
  303. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join.d.ts.map +0 -1
  304. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join.js +0 -77
  305. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join_globs.d.ts +0 -21
  306. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join_globs.d.ts.map +0 -1
  307. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join_globs.js +0 -41
  308. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize.d.ts +0 -19
  309. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize.d.ts.map +0 -1
  310. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize.js +0 -135
  311. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.d.ts +0 -20
  312. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.d.ts.map +0 -1
  313. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.js +0 -32
  314. package/esm/deps/jsr.io/@std/path/1.1.3/windows/parse.d.ts +0 -25
  315. package/esm/deps/jsr.io/@std/path/1.1.3/windows/parse.d.ts.map +0 -1
  316. package/esm/deps/jsr.io/@std/path/1.1.3/windows/parse.js +0 -176
  317. package/esm/deps/jsr.io/@std/path/1.1.3/windows/relative.d.ts +0 -23
  318. package/esm/deps/jsr.io/@std/path/1.1.3/windows/relative.d.ts.map +0 -1
  319. package/esm/deps/jsr.io/@std/path/1.1.3/windows/relative.js +0 -131
  320. package/esm/deps/jsr.io/@std/path/1.1.3/windows/resolve.d.ts +0 -17
  321. package/esm/deps/jsr.io/@std/path/1.1.3/windows/resolve.d.ts.map +0 -1
  322. package/esm/deps/jsr.io/@std/path/1.1.3/windows/resolve.js +0 -154
  323. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.d.ts +0 -17
  324. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.d.ts.map +0 -1
  325. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.js +0 -34
  326. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.d.ts +0 -17
  327. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.d.ts.map +0 -1
  328. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.js +0 -49
  329. package/esm/deps/jsr.io/@std/streams/1.0.14/_common.d.ts +0 -5
  330. package/esm/deps/jsr.io/@std/streams/1.0.14/_common.d.ts.map +0 -1
  331. package/esm/deps/jsr.io/@std/streams/1.0.14/_common.js +0 -27
  332. package/esm/deps/jsr.io/@std/streams/1.0.14/buffer.d.ts +0 -300
  333. package/esm/deps/jsr.io/@std/streams/1.0.14/buffer.d.ts.map +0 -1
  334. package/esm/deps/jsr.io/@std/streams/1.0.14/buffer.js +0 -411
  335. package/esm/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.d.ts +0 -44
  336. package/esm/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.d.ts.map +0 -1
  337. package/esm/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.js +0 -85
  338. package/esm/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.d.ts +0 -27
  339. package/esm/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.d.ts.map +0 -1
  340. package/esm/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.js +0 -48
  341. package/esm/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.d.ts +0 -66
  342. package/esm/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.d.ts.map +0 -1
  343. package/esm/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.js +0 -291
  344. package/esm/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.d.ts +0 -83
  345. package/esm/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.d.ts.map +0 -1
  346. package/esm/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.js +0 -102
  347. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.d.ts +0 -101
  348. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.d.ts.map +0 -1
  349. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.js +0 -122
  350. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.d.ts +0 -84
  351. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.d.ts.map +0 -1
  352. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.js +0 -106
  353. package/esm/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.d.ts +0 -38
  354. package/esm/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.d.ts.map +0 -1
  355. package/esm/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.js +0 -69
  356. package/esm/deps/jsr.io/@std/streams/1.0.14/mod.d.ts +0 -35
  357. package/esm/deps/jsr.io/@std/streams/1.0.14/mod.d.ts.map +0 -1
  358. package/esm/deps/jsr.io/@std/streams/1.0.14/mod.js +0 -35
  359. package/esm/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.d.ts +0 -58
  360. package/esm/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.d.ts.map +0 -1
  361. package/esm/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.js +0 -123
  362. package/esm/deps/jsr.io/@std/streams/1.0.14/text_line_stream.d.ts +0 -72
  363. package/esm/deps/jsr.io/@std/streams/1.0.14/text_line_stream.d.ts.map +0 -1
  364. package/esm/deps/jsr.io/@std/streams/1.0.14/text_line_stream.js +0 -107
  365. package/esm/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.d.ts +0 -22
  366. package/esm/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.d.ts.map +0 -1
  367. package/esm/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.js +0 -35
  368. package/esm/deps/jsr.io/@std/streams/1.0.14/to_blob.d.ts +0 -22
  369. package/esm/deps/jsr.io/@std/streams/1.0.14/to_blob.d.ts.map +0 -1
  370. package/esm/deps/jsr.io/@std/streams/1.0.14/to_blob.js +0 -25
  371. package/esm/deps/jsr.io/@std/streams/1.0.14/to_json.d.ts +0 -38
  372. package/esm/deps/jsr.io/@std/streams/1.0.14/to_json.d.ts.map +0 -1
  373. package/esm/deps/jsr.io/@std/streams/1.0.14/to_json.js +0 -42
  374. package/esm/deps/jsr.io/@std/streams/1.0.14/to_text.d.ts +0 -29
  375. package/esm/deps/jsr.io/@std/streams/1.0.14/to_text.d.ts.map +0 -1
  376. package/esm/deps/jsr.io/@std/streams/1.0.14/to_text.js +0 -45
  377. package/esm/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.d.ts +0 -61
  378. package/esm/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.d.ts.map +0 -1
  379. package/esm/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.js +0 -103
  380. package/esm/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.d.ts +0 -76
  381. package/esm/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.d.ts.map +0 -1
  382. package/esm/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.js +0 -102
  383. package/esm/jsonl.d.ts +0 -102
  384. package/esm/jsonl.d.ts.map +0 -1
  385. package/esm/mod.d.ts +0 -5
  386. package/esm/mod.d.ts.map +0 -1
  387. package/esm/package.json +0 -3
  388. package/esm/types.d.ts.map +0 -1
  389. package/script/_dnt.polyfills.d.ts +0 -120
  390. package/script/_dnt.polyfills.d.ts.map +0 -1
  391. package/script/_dnt.polyfills.js +0 -250
  392. package/script/_dnt.shims.d.ts +0 -2
  393. package/script/_dnt.shims.d.ts.map +0 -1
  394. package/script/_dnt.shims.js +0 -60
  395. package/script/context.d.ts +0 -5
  396. package/script/context.d.ts.map +0 -1
  397. package/script/context.js +0 -18
  398. package/script/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts +0 -9
  399. package/script/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts.map +0 -1
  400. package/script/deps/jsr.io/@std/bytes/1.0.6/_types.js +0 -3
  401. package/script/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts +0 -21
  402. package/script/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts.map +0 -1
  403. package/script/deps/jsr.io/@std/bytes/1.0.6/concat.js +0 -35
  404. package/script/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts +0 -41
  405. package/script/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts.map +0 -1
  406. package/script/deps/jsr.io/@std/bytes/1.0.6/copy.js +0 -53
  407. package/script/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.d.ts +0 -13
  408. package/script/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.d.ts.map +0 -1
  409. package/script/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.js +0 -37
  410. package/script/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.d.ts +0 -12
  411. package/script/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.d.ts.map +0 -1
  412. package/script/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.js +0 -23
  413. package/script/deps/jsr.io/@std/fs/1.0.20/_is_same_path.d.ts +0 -10
  414. package/script/deps/jsr.io/@std/fs/1.0.20/_is_same_path.d.ts.map +0 -1
  415. package/script/deps/jsr.io/@std/fs/1.0.20/_is_same_path.js +0 -20
  416. package/script/deps/jsr.io/@std/fs/1.0.20/_is_subdir.d.ts +0 -12
  417. package/script/deps/jsr.io/@std/fs/1.0.20/_is_subdir.d.ts.map +0 -1
  418. package/script/deps/jsr.io/@std/fs/1.0.20/_is_subdir.js +0 -28
  419. package/script/deps/jsr.io/@std/fs/1.0.20/_to_path_string.d.ts +0 -9
  420. package/script/deps/jsr.io/@std/fs/1.0.20/_to_path_string.d.ts.map +0 -1
  421. package/script/deps/jsr.io/@std/fs/1.0.20/_to_path_string.js +0 -16
  422. package/script/deps/jsr.io/@std/fs/1.0.20/copy.d.ts +0 -117
  423. package/script/deps/jsr.io/@std/fs/1.0.20/copy.d.ts.map +0 -1
  424. package/script/deps/jsr.io/@std/fs/1.0.20/copy.js +0 -316
  425. package/script/deps/jsr.io/@std/fs/1.0.20/empty_dir.d.ts +0 -48
  426. package/script/deps/jsr.io/@std/fs/1.0.20/empty_dir.d.ts.map +0 -1
  427. package/script/deps/jsr.io/@std/fs/1.0.20/empty_dir.js +0 -90
  428. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_dir.d.ts +0 -49
  429. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_dir.d.ts.map +0 -1
  430. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_dir.js +0 -105
  431. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_file.d.ts +0 -47
  432. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_file.d.ts.map +0 -1
  433. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_file.js +0 -93
  434. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_link.d.ts +0 -49
  435. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_link.d.ts.map +0 -1
  436. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_link.js +0 -64
  437. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.d.ts +0 -70
  438. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.d.ts.map +0 -1
  439. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.js +0 -159
  440. package/script/deps/jsr.io/@std/fs/1.0.20/eol.d.ts +0 -52
  441. package/script/deps/jsr.io/@std/fs/1.0.20/eol.d.ts.map +0 -1
  442. package/script/deps/jsr.io/@std/fs/1.0.20/eol.js +0 -105
  443. package/script/deps/jsr.io/@std/fs/1.0.20/exists.d.ts +0 -219
  444. package/script/deps/jsr.io/@std/fs/1.0.20/exists.d.ts.map +0 -1
  445. package/script/deps/jsr.io/@std/fs/1.0.20/exists.js +0 -273
  446. package/script/deps/jsr.io/@std/fs/1.0.20/expand_glob.d.ts +0 -267
  447. package/script/deps/jsr.io/@std/fs/1.0.20/expand_glob.d.ts.map +0 -1
  448. package/script/deps/jsr.io/@std/fs/1.0.20/expand_glob.js +0 -443
  449. package/script/deps/jsr.io/@std/fs/1.0.20/mod.d.ts +0 -29
  450. package/script/deps/jsr.io/@std/fs/1.0.20/mod.d.ts.map +0 -1
  451. package/script/deps/jsr.io/@std/fs/1.0.20/mod.js +0 -45
  452. package/script/deps/jsr.io/@std/fs/1.0.20/move.d.ts +0 -86
  453. package/script/deps/jsr.io/@std/fs/1.0.20/move.d.ts.map +0 -1
  454. package/script/deps/jsr.io/@std/fs/1.0.20/move.js +0 -145
  455. package/script/deps/jsr.io/@std/fs/1.0.20/walk.d.ts +0 -777
  456. package/script/deps/jsr.io/@std/fs/1.0.20/walk.d.ts.map +0 -1
  457. package/script/deps/jsr.io/@std/fs/1.0.20/walk.js +0 -849
  458. package/script/deps/jsr.io/@std/internal/1.0.12/_os.d.ts +0 -2
  459. package/script/deps/jsr.io/@std/internal/1.0.12/_os.d.ts.map +0 -1
  460. package/script/deps/jsr.io/@std/internal/1.0.12/_os.js +0 -48
  461. package/script/deps/jsr.io/@std/internal/1.0.12/os.d.ts +0 -3
  462. package/script/deps/jsr.io/@std/internal/1.0.12/os.d.ts.map +0 -1
  463. package/script/deps/jsr.io/@std/internal/1.0.12/os.js +0 -8
  464. package/script/deps/jsr.io/@std/json/1.0.2/_common.d.ts +0 -4
  465. package/script/deps/jsr.io/@std/json/1.0.2/_common.d.ts.map +0 -1
  466. package/script/deps/jsr.io/@std/json/1.0.2/_common.js +0 -14
  467. package/script/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.d.ts +0 -70
  468. package/script/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.d.ts.map +0 -1
  469. package/script/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.js +0 -200
  470. package/script/deps/jsr.io/@std/json/1.0.2/mod.d.ts +0 -23
  471. package/script/deps/jsr.io/@std/json/1.0.2/mod.d.ts.map +0 -1
  472. package/script/deps/jsr.io/@std/json/1.0.2/mod.js +0 -39
  473. package/script/deps/jsr.io/@std/json/1.0.2/parse_stream.d.ts +0 -53
  474. package/script/deps/jsr.io/@std/json/1.0.2/parse_stream.d.ts.map +0 -1
  475. package/script/deps/jsr.io/@std/json/1.0.2/parse_stream.js +0 -70
  476. package/script/deps/jsr.io/@std/json/1.0.2/stringify_stream.d.ts +0 -95
  477. package/script/deps/jsr.io/@std/json/1.0.2/stringify_stream.d.ts.map +0 -1
  478. package/script/deps/jsr.io/@std/json/1.0.2/stringify_stream.js +0 -92
  479. package/script/deps/jsr.io/@std/json/1.0.2/types.d.ts +0 -5
  480. package/script/deps/jsr.io/@std/json/1.0.2/types.d.ts.map +0 -1
  481. package/script/deps/jsr.io/@std/json/1.0.2/types.js +0 -4
  482. package/script/deps/jsr.io/@std/path/1.1.3/_common/assert_path.d.ts +0 -2
  483. package/script/deps/jsr.io/@std/path/1.1.3/_common/assert_path.d.ts.map +0 -1
  484. package/script/deps/jsr.io/@std/path/1.1.3/_common/assert_path.js +0 -10
  485. package/script/deps/jsr.io/@std/path/1.1.3/_common/basename.d.ts +0 -4
  486. package/script/deps/jsr.io/@std/path/1.1.3/_common/basename.d.ts.map +0 -1
  487. package/script/deps/jsr.io/@std/path/1.1.3/_common/basename.js +0 -45
  488. package/script/deps/jsr.io/@std/path/1.1.3/_common/common.d.ts +0 -2
  489. package/script/deps/jsr.io/@std/path/1.1.3/_common/common.d.ts.map +0 -1
  490. package/script/deps/jsr.io/@std/path/1.1.3/_common/common.js +0 -26
  491. package/script/deps/jsr.io/@std/path/1.1.3/_common/constants.d.ts +0 -40
  492. package/script/deps/jsr.io/@std/path/1.1.3/_common/constants.d.ts.map +0 -1
  493. package/script/deps/jsr.io/@std/path/1.1.3/_common/constants.js +0 -49
  494. package/script/deps/jsr.io/@std/path/1.1.3/_common/dirname.d.ts +0 -2
  495. package/script/deps/jsr.io/@std/path/1.1.3/_common/dirname.d.ts.map +0 -1
  496. package/script/deps/jsr.io/@std/path/1.1.3/_common/dirname.js +0 -11
  497. package/script/deps/jsr.io/@std/path/1.1.3/_common/format.d.ts +0 -4
  498. package/script/deps/jsr.io/@std/path/1.1.3/_common/format.d.ts.map +0 -1
  499. package/script/deps/jsr.io/@std/path/1.1.3/_common/format.js +0 -23
  500. package/script/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.d.ts +0 -2
  501. package/script/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.d.ts.map +0 -1
  502. package/script/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.js +0 -12
  503. package/script/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.d.ts +0 -35
  504. package/script/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.d.ts.map +0 -1
  505. package/script/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.js +0 -237
  506. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize.d.ts +0 -2
  507. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize.d.ts.map +0 -1
  508. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize.js +0 -11
  509. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.d.ts +0 -2
  510. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.d.ts.map +0 -1
  511. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.js +0 -80
  512. package/script/deps/jsr.io/@std/path/1.1.3/_common/relative.d.ts +0 -2
  513. package/script/deps/jsr.io/@std/path/1.1.3/_common/relative.d.ts.map +0 -1
  514. package/script/deps/jsr.io/@std/path/1.1.3/_common/relative.js +0 -12
  515. package/script/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.d.ts +0 -2
  516. package/script/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.d.ts.map +0 -1
  517. package/script/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.js +0 -22
  518. package/script/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.d.ts +0 -2
  519. package/script/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.d.ts.map +0 -1
  520. package/script/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.js +0 -18
  521. package/script/deps/jsr.io/@std/path/1.1.3/basename.d.ts +0 -27
  522. package/script/deps/jsr.io/@std/path/1.1.3/basename.d.ts.map +0 -1
  523. package/script/deps/jsr.io/@std/path/1.1.3/basename.js +0 -38
  524. package/script/deps/jsr.io/@std/path/1.1.3/common.d.ts +0 -28
  525. package/script/deps/jsr.io/@std/path/1.1.3/common.d.ts.map +0 -1
  526. package/script/deps/jsr.io/@std/path/1.1.3/common.js +0 -36
  527. package/script/deps/jsr.io/@std/path/1.1.3/constants.d.ts +0 -15
  528. package/script/deps/jsr.io/@std/path/1.1.3/constants.d.ts.map +0 -1
  529. package/script/deps/jsr.io/@std/path/1.1.3/constants.js +0 -20
  530. package/script/deps/jsr.io/@std/path/1.1.3/dirname.d.ts +0 -22
  531. package/script/deps/jsr.io/@std/path/1.1.3/dirname.d.ts.map +0 -1
  532. package/script/deps/jsr.io/@std/path/1.1.3/dirname.js +0 -31
  533. package/script/deps/jsr.io/@std/path/1.1.3/extname.d.ts +0 -22
  534. package/script/deps/jsr.io/@std/path/1.1.3/extname.d.ts.map +0 -1
  535. package/script/deps/jsr.io/@std/path/1.1.3/extname.js +0 -31
  536. package/script/deps/jsr.io/@std/path/1.1.3/format.d.ts +0 -22
  537. package/script/deps/jsr.io/@std/path/1.1.3/format.d.ts.map +0 -1
  538. package/script/deps/jsr.io/@std/path/1.1.3/format.js +0 -30
  539. package/script/deps/jsr.io/@std/path/1.1.3/from_file_url.d.ts +0 -22
  540. package/script/deps/jsr.io/@std/path/1.1.3/from_file_url.d.ts.map +0 -1
  541. package/script/deps/jsr.io/@std/path/1.1.3/from_file_url.js +0 -31
  542. package/script/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.d.ts +0 -77
  543. package/script/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.d.ts.map +0 -1
  544. package/script/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.js +0 -86
  545. package/script/deps/jsr.io/@std/path/1.1.3/is_absolute.d.ts +0 -22
  546. package/script/deps/jsr.io/@std/path/1.1.3/is_absolute.d.ts.map +0 -1
  547. package/script/deps/jsr.io/@std/path/1.1.3/is_absolute.js +0 -31
  548. package/script/deps/jsr.io/@std/path/1.1.3/is_glob.d.ts +0 -17
  549. package/script/deps/jsr.io/@std/path/1.1.3/is_glob.d.ts.map +0 -1
  550. package/script/deps/jsr.io/@std/path/1.1.3/is_glob.js +0 -45
  551. package/script/deps/jsr.io/@std/path/1.1.3/join.d.ts +0 -23
  552. package/script/deps/jsr.io/@std/path/1.1.3/join.d.ts.map +0 -1
  553. package/script/deps/jsr.io/@std/path/1.1.3/join.js +0 -32
  554. package/script/deps/jsr.io/@std/path/1.1.3/join_globs.d.ts +0 -28
  555. package/script/deps/jsr.io/@std/path/1.1.3/join_globs.d.ts.map +0 -1
  556. package/script/deps/jsr.io/@std/path/1.1.3/join_globs.js +0 -37
  557. package/script/deps/jsr.io/@std/path/1.1.3/mod.d.ts +0 -213
  558. package/script/deps/jsr.io/@std/path/1.1.3/mod.d.ts.map +0 -1
  559. package/script/deps/jsr.io/@std/path/1.1.3/mod.js +0 -232
  560. package/script/deps/jsr.io/@std/path/1.1.3/normalize.d.ts +0 -26
  561. package/script/deps/jsr.io/@std/path/1.1.3/normalize.d.ts.map +0 -1
  562. package/script/deps/jsr.io/@std/path/1.1.3/normalize.js +0 -35
  563. package/script/deps/jsr.io/@std/path/1.1.3/normalize_glob.d.ts +0 -29
  564. package/script/deps/jsr.io/@std/path/1.1.3/normalize_glob.d.ts.map +0 -1
  565. package/script/deps/jsr.io/@std/path/1.1.3/normalize_glob.js +0 -38
  566. package/script/deps/jsr.io/@std/path/1.1.3/parse.d.ts +0 -35
  567. package/script/deps/jsr.io/@std/path/1.1.3/parse.d.ts.map +0 -1
  568. package/script/deps/jsr.io/@std/path/1.1.3/parse.js +0 -42
  569. package/script/deps/jsr.io/@std/path/1.1.3/posix/_util.d.ts +0 -2
  570. package/script/deps/jsr.io/@std/path/1.1.3/posix/_util.d.ts.map +0 -1
  571. package/script/deps/jsr.io/@std/path/1.1.3/posix/_util.js +0 -11
  572. package/script/deps/jsr.io/@std/path/1.1.3/posix/basename.d.ts +0 -39
  573. package/script/deps/jsr.io/@std/path/1.1.3/posix/basename.d.ts.map +0 -1
  574. package/script/deps/jsr.io/@std/path/1.1.3/posix/basename.js +0 -55
  575. package/script/deps/jsr.io/@std/path/1.1.3/posix/constants.d.ts +0 -13
  576. package/script/deps/jsr.io/@std/path/1.1.3/posix/constants.d.ts.map +0 -1
  577. package/script/deps/jsr.io/@std/path/1.1.3/posix/constants.js +0 -17
  578. package/script/deps/jsr.io/@std/path/1.1.3/posix/dirname.d.ts +0 -30
  579. package/script/deps/jsr.io/@std/path/1.1.3/posix/dirname.d.ts.map +0 -1
  580. package/script/deps/jsr.io/@std/path/1.1.3/posix/dirname.js +0 -67
  581. package/script/deps/jsr.io/@std/path/1.1.3/posix/extname.d.ts +0 -37
  582. package/script/deps/jsr.io/@std/path/1.1.3/posix/extname.d.ts.map +0 -1
  583. package/script/deps/jsr.io/@std/path/1.1.3/posix/extname.js +0 -96
  584. package/script/deps/jsr.io/@std/path/1.1.3/posix/format.d.ts +0 -24
  585. package/script/deps/jsr.io/@std/path/1.1.3/posix/format.d.ts.map +0 -1
  586. package/script/deps/jsr.io/@std/path/1.1.3/posix/format.js +0 -31
  587. package/script/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.d.ts +0 -16
  588. package/script/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.d.ts.map +0 -1
  589. package/script/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.js +0 -24
  590. package/script/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.d.ts +0 -72
  591. package/script/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.d.ts.map +0 -1
  592. package/script/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.js +0 -85
  593. package/script/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.d.ts +0 -17
  594. package/script/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.d.ts.map +0 -1
  595. package/script/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.js +0 -26
  596. package/script/deps/jsr.io/@std/path/1.1.3/posix/join.d.ts +0 -31
  597. package/script/deps/jsr.io/@std/path/1.1.3/posix/join.d.ts.map +0 -1
  598. package/script/deps/jsr.io/@std/path/1.1.3/posix/join.js +0 -48
  599. package/script/deps/jsr.io/@std/path/1.1.3/posix/join_globs.d.ts +0 -20
  600. package/script/deps/jsr.io/@std/path/1.1.3/posix/join_globs.d.ts.map +0 -1
  601. package/script/deps/jsr.io/@std/path/1.1.3/posix/join_globs.js +0 -43
  602. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize.d.ts +0 -37
  603. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize.d.ts.map +0 -1
  604. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize.js +0 -61
  605. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.d.ts +0 -20
  606. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.d.ts.map +0 -1
  607. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.js +0 -35
  608. package/script/deps/jsr.io/@std/path/1.1.3/posix/parse.d.ts +0 -25
  609. package/script/deps/jsr.io/@std/path/1.1.3/posix/parse.d.ts.map +0 -1
  610. package/script/deps/jsr.io/@std/path/1.1.3/posix/parse.js +0 -118
  611. package/script/deps/jsr.io/@std/path/1.1.3/posix/relative.d.ts +0 -20
  612. package/script/deps/jsr.io/@std/path/1.1.3/posix/relative.d.ts.map +0 -1
  613. package/script/deps/jsr.io/@std/path/1.1.3/posix/relative.js +0 -109
  614. package/script/deps/jsr.io/@std/path/1.1.3/posix/resolve.d.ts +0 -17
  615. package/script/deps/jsr.io/@std/path/1.1.3/posix/resolve.d.ts.map +0 -1
  616. package/script/deps/jsr.io/@std/path/1.1.3/posix/resolve.js +0 -95
  617. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.d.ts +0 -17
  618. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.d.ts.map +0 -1
  619. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.js +0 -30
  620. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.d.ts +0 -16
  621. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.d.ts.map +0 -1
  622. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.js +0 -23
  623. package/script/deps/jsr.io/@std/path/1.1.3/relative.d.ts +0 -24
  624. package/script/deps/jsr.io/@std/path/1.1.3/relative.d.ts.map +0 -1
  625. package/script/deps/jsr.io/@std/path/1.1.3/relative.js +0 -33
  626. package/script/deps/jsr.io/@std/path/1.1.3/resolve.d.ts +0 -22
  627. package/script/deps/jsr.io/@std/path/1.1.3/resolve.d.ts.map +0 -1
  628. package/script/deps/jsr.io/@std/path/1.1.3/resolve.js +0 -33
  629. package/script/deps/jsr.io/@std/path/1.1.3/to_file_url.d.ts +0 -22
  630. package/script/deps/jsr.io/@std/path/1.1.3/to_file_url.d.ts.map +0 -1
  631. package/script/deps/jsr.io/@std/path/1.1.3/to_file_url.js +0 -31
  632. package/script/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.d.ts +0 -21
  633. package/script/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.d.ts.map +0 -1
  634. package/script/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.js +0 -32
  635. package/script/deps/jsr.io/@std/path/1.1.3/types.d.ts +0 -38
  636. package/script/deps/jsr.io/@std/path/1.1.3/types.d.ts.map +0 -1
  637. package/script/deps/jsr.io/@std/path/1.1.3/types.js +0 -4
  638. package/script/deps/jsr.io/@std/path/1.1.3/windows/_util.d.ts +0 -4
  639. package/script/deps/jsr.io/@std/path/1.1.3/windows/_util.d.ts.map +0 -1
  640. package/script/deps/jsr.io/@std/path/1.1.3/windows/_util.js +0 -20
  641. package/script/deps/jsr.io/@std/path/1.1.3/windows/basename.d.ts +0 -22
  642. package/script/deps/jsr.io/@std/path/1.1.3/windows/basename.d.ts.map +0 -1
  643. package/script/deps/jsr.io/@std/path/1.1.3/windows/basename.js +0 -50
  644. package/script/deps/jsr.io/@std/path/1.1.3/windows/constants.d.ts +0 -13
  645. package/script/deps/jsr.io/@std/path/1.1.3/windows/constants.d.ts.map +0 -1
  646. package/script/deps/jsr.io/@std/path/1.1.3/windows/constants.js +0 -17
  647. package/script/deps/jsr.io/@std/path/1.1.3/windows/dirname.d.ts +0 -17
  648. package/script/deps/jsr.io/@std/path/1.1.3/windows/dirname.d.ts.map +0 -1
  649. package/script/deps/jsr.io/@std/path/1.1.3/windows/dirname.js +0 -116
  650. package/script/deps/jsr.io/@std/path/1.1.3/windows/extname.d.ts +0 -17
  651. package/script/deps/jsr.io/@std/path/1.1.3/windows/extname.d.ts.map +0 -1
  652. package/script/deps/jsr.io/@std/path/1.1.3/windows/extname.js +0 -85
  653. package/script/deps/jsr.io/@std/path/1.1.3/windows/format.d.ts +0 -24
  654. package/script/deps/jsr.io/@std/path/1.1.3/windows/format.d.ts.map +0 -1
  655. package/script/deps/jsr.io/@std/path/1.1.3/windows/format.js +0 -31
  656. package/script/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.d.ts +0 -18
  657. package/script/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.d.ts.map +0 -1
  658. package/script/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.js +0 -33
  659. package/script/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.d.ts +0 -71
  660. package/script/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.d.ts.map +0 -1
  661. package/script/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.js +0 -85
  662. package/script/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.d.ts +0 -17
  663. package/script/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.d.ts.map +0 -1
  664. package/script/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.js +0 -41
  665. package/script/deps/jsr.io/@std/path/1.1.3/windows/join.d.ts +0 -18
  666. package/script/deps/jsr.io/@std/path/1.1.3/windows/join.d.ts.map +0 -1
  667. package/script/deps/jsr.io/@std/path/1.1.3/windows/join.js +0 -80
  668. package/script/deps/jsr.io/@std/path/1.1.3/windows/join_globs.d.ts +0 -21
  669. package/script/deps/jsr.io/@std/path/1.1.3/windows/join_globs.d.ts.map +0 -1
  670. package/script/deps/jsr.io/@std/path/1.1.3/windows/join_globs.js +0 -44
  671. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize.d.ts +0 -19
  672. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize.d.ts.map +0 -1
  673. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize.js +0 -138
  674. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.d.ts +0 -20
  675. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.d.ts.map +0 -1
  676. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.js +0 -35
  677. package/script/deps/jsr.io/@std/path/1.1.3/windows/parse.d.ts +0 -25
  678. package/script/deps/jsr.io/@std/path/1.1.3/windows/parse.d.ts.map +0 -1
  679. package/script/deps/jsr.io/@std/path/1.1.3/windows/parse.js +0 -179
  680. package/script/deps/jsr.io/@std/path/1.1.3/windows/relative.d.ts +0 -23
  681. package/script/deps/jsr.io/@std/path/1.1.3/windows/relative.d.ts.map +0 -1
  682. package/script/deps/jsr.io/@std/path/1.1.3/windows/relative.js +0 -134
  683. package/script/deps/jsr.io/@std/path/1.1.3/windows/resolve.d.ts +0 -17
  684. package/script/deps/jsr.io/@std/path/1.1.3/windows/resolve.d.ts.map +0 -1
  685. package/script/deps/jsr.io/@std/path/1.1.3/windows/resolve.js +0 -190
  686. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.d.ts +0 -17
  687. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.d.ts.map +0 -1
  688. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.js +0 -37
  689. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.d.ts +0 -17
  690. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.d.ts.map +0 -1
  691. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.js +0 -52
  692. package/script/deps/jsr.io/@std/streams/1.0.14/_common.d.ts +0 -5
  693. package/script/deps/jsr.io/@std/streams/1.0.14/_common.d.ts.map +0 -1
  694. package/script/deps/jsr.io/@std/streams/1.0.14/_common.js +0 -31
  695. package/script/deps/jsr.io/@std/streams/1.0.14/buffer.d.ts +0 -300
  696. package/script/deps/jsr.io/@std/streams/1.0.14/buffer.d.ts.map +0 -1
  697. package/script/deps/jsr.io/@std/streams/1.0.14/buffer.js +0 -415
  698. package/script/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.d.ts +0 -44
  699. package/script/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.d.ts.map +0 -1
  700. package/script/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.js +0 -89
  701. package/script/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.d.ts +0 -27
  702. package/script/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.d.ts.map +0 -1
  703. package/script/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.js +0 -51
  704. package/script/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.d.ts +0 -66
  705. package/script/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.d.ts.map +0 -1
  706. package/script/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.js +0 -295
  707. package/script/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.d.ts +0 -83
  708. package/script/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.d.ts.map +0 -1
  709. package/script/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.js +0 -105
  710. package/script/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.d.ts +0 -101
  711. package/script/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.d.ts.map +0 -1
  712. package/script/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.js +0 -126
  713. package/script/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.d.ts +0 -84
  714. package/script/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.d.ts.map +0 -1
  715. package/script/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.js +0 -110
  716. package/script/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.d.ts +0 -38
  717. package/script/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.d.ts.map +0 -1
  718. package/script/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.js +0 -72
  719. package/script/deps/jsr.io/@std/streams/1.0.14/mod.d.ts +0 -35
  720. package/script/deps/jsr.io/@std/streams/1.0.14/mod.d.ts.map +0 -1
  721. package/script/deps/jsr.io/@std/streams/1.0.14/mod.js +0 -51
  722. package/script/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.d.ts +0 -58
  723. package/script/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.d.ts.map +0 -1
  724. package/script/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.js +0 -127
  725. package/script/deps/jsr.io/@std/streams/1.0.14/text_line_stream.d.ts +0 -72
  726. package/script/deps/jsr.io/@std/streams/1.0.14/text_line_stream.d.ts.map +0 -1
  727. package/script/deps/jsr.io/@std/streams/1.0.14/text_line_stream.js +0 -111
  728. package/script/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.d.ts +0 -22
  729. package/script/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.d.ts.map +0 -1
  730. package/script/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.js +0 -38
  731. package/script/deps/jsr.io/@std/streams/1.0.14/to_blob.d.ts +0 -22
  732. package/script/deps/jsr.io/@std/streams/1.0.14/to_blob.d.ts.map +0 -1
  733. package/script/deps/jsr.io/@std/streams/1.0.14/to_blob.js +0 -28
  734. package/script/deps/jsr.io/@std/streams/1.0.14/to_json.d.ts +0 -38
  735. package/script/deps/jsr.io/@std/streams/1.0.14/to_json.d.ts.map +0 -1
  736. package/script/deps/jsr.io/@std/streams/1.0.14/to_json.js +0 -45
  737. package/script/deps/jsr.io/@std/streams/1.0.14/to_text.d.ts +0 -29
  738. package/script/deps/jsr.io/@std/streams/1.0.14/to_text.d.ts.map +0 -1
  739. package/script/deps/jsr.io/@std/streams/1.0.14/to_text.js +0 -48
  740. package/script/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.d.ts +0 -61
  741. package/script/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.d.ts.map +0 -1
  742. package/script/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.js +0 -106
  743. package/script/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.d.ts +0 -76
  744. package/script/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.d.ts.map +0 -1
  745. package/script/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.js +0 -105
  746. package/script/jsonl.d.ts.map +0 -1
  747. package/script/jsonl.js +0 -244
  748. package/script/mod.d.ts +0 -5
  749. package/script/mod.d.ts.map +0 -1
  750. package/script/mod.js +0 -24
  751. package/script/package.json +0 -3
  752. package/script/types.d.ts +0 -14
  753. package/script/types.d.ts.map +0 -1
  754. package/script/types.js +0 -2
  755. /package/{esm → dist}/types.d.ts +0 -0
  756. /package/{esm → dist}/types.js +0 -0
@@ -1,49 +0,0 @@
1
- /**
2
- * Asynchronously ensures that the directory exists, like
3
- * {@linkcode https://www.ibm.com/docs/en/aix/7.3?topic=m-mkdir-command#mkdir__row-d3e133766 | mkdir -p}.
4
- *
5
- * If the directory already exists, this function does nothing. If the directory
6
- * does not exist, it is created.
7
- *
8
- * Requires `--allow-read` and `--allow-write` permissions.
9
- *
10
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
11
- * for more information on Deno's permissions system.
12
- *
13
- * @param dir The path of the directory to ensure, as a string or URL.
14
- *
15
- * @returns A promise that resolves once the directory exists.
16
- *
17
- * @example Usage
18
- * ```ts ignore
19
- * import { ensureDir } from "@std/fs/ensure-dir";
20
- *
21
- * await ensureDir("./bar");
22
- * ```
23
- */
24
- export declare function ensureDir(dir: string | URL): Promise<void>;
25
- /**
26
- * Synchronously ensures that the directory exists, like
27
- * {@linkcode https://www.ibm.com/docs/en/aix/7.3?topic=m-mkdir-command#mkdir__row-d3e133766 | mkdir -p}.
28
- *
29
- * If the directory already exists, this function does nothing. If the directory
30
- * does not exist, it is created.
31
- *
32
- * Requires `--allow-read` and `--allow-write` permissions.
33
- *
34
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
35
- * for more information on Deno's permissions system.
36
- *
37
- * @param dir The path of the directory to ensure, as a string or URL.
38
- *
39
- * @returns A void value that returns once the directory exists.
40
- *
41
- * @example Usage
42
- * ```ts ignore
43
- * import { ensureDirSync } from "@std/fs/ensure-dir";
44
- *
45
- * ensureDirSync("./bar");
46
- * ```
47
- */
48
- export declare function ensureDirSync(dir: string | URL): void;
49
- //# sourceMappingURL=ensure_dir.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ensure_dir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.20/ensure_dir.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAsB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,iBAuBhD;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,QAuB9C"}
@@ -1,105 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ensureDir = ensureDir;
4
- exports.ensureDirSync = ensureDirSync;
5
- // Copyright 2018-2025 the Deno authors. MIT license.
6
- const _get_file_info_type_js_1 = require("./_get_file_info_type.js");
7
- /**
8
- * Asynchronously ensures that the directory exists, like
9
- * {@linkcode https://www.ibm.com/docs/en/aix/7.3?topic=m-mkdir-command#mkdir__row-d3e133766 | mkdir -p}.
10
- *
11
- * If the directory already exists, this function does nothing. If the directory
12
- * does not exist, it is created.
13
- *
14
- * Requires `--allow-read` and `--allow-write` permissions.
15
- *
16
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
17
- * for more information on Deno's permissions system.
18
- *
19
- * @param dir The path of the directory to ensure, as a string or URL.
20
- *
21
- * @returns A promise that resolves once the directory exists.
22
- *
23
- * @example Usage
24
- * ```ts ignore
25
- * import { ensureDir } from "@std/fs/ensure-dir";
26
- *
27
- * await ensureDir("./bar");
28
- * ```
29
- */
30
- async function ensureDir(dir) {
31
- try {
32
- const fileInfo = await Deno.stat(dir);
33
- throwIfNotDirectory(fileInfo);
34
- return;
35
- }
36
- catch (err) {
37
- if (!(err instanceof Deno.errors.NotFound)) {
38
- throw err;
39
- }
40
- }
41
- // The dir doesn't exist. Create it.
42
- // This can be racy. So we catch AlreadyExists and check stat again.
43
- try {
44
- await Deno.mkdir(dir, { recursive: true });
45
- }
46
- catch (err) {
47
- if (!(err instanceof Deno.errors.AlreadyExists)) {
48
- throw err;
49
- }
50
- const fileInfo = await Deno.stat(dir);
51
- throwIfNotDirectory(fileInfo);
52
- }
53
- }
54
- /**
55
- * Synchronously ensures that the directory exists, like
56
- * {@linkcode https://www.ibm.com/docs/en/aix/7.3?topic=m-mkdir-command#mkdir__row-d3e133766 | mkdir -p}.
57
- *
58
- * If the directory already exists, this function does nothing. If the directory
59
- * does not exist, it is created.
60
- *
61
- * Requires `--allow-read` and `--allow-write` permissions.
62
- *
63
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
64
- * for more information on Deno's permissions system.
65
- *
66
- * @param dir The path of the directory to ensure, as a string or URL.
67
- *
68
- * @returns A void value that returns once the directory exists.
69
- *
70
- * @example Usage
71
- * ```ts ignore
72
- * import { ensureDirSync } from "@std/fs/ensure-dir";
73
- *
74
- * ensureDirSync("./bar");
75
- * ```
76
- */
77
- function ensureDirSync(dir) {
78
- try {
79
- const fileInfo = Deno.statSync(dir);
80
- throwIfNotDirectory(fileInfo);
81
- return;
82
- }
83
- catch (err) {
84
- if (!(err instanceof Deno.errors.NotFound)) {
85
- throw err;
86
- }
87
- }
88
- // The dir doesn't exist. Create it.
89
- // This can be racy. So we catch AlreadyExists and check stat again.
90
- try {
91
- Deno.mkdirSync(dir, { recursive: true });
92
- }
93
- catch (err) {
94
- if (!(err instanceof Deno.errors.AlreadyExists)) {
95
- throw err;
96
- }
97
- const fileInfo = Deno.statSync(dir);
98
- throwIfNotDirectory(fileInfo);
99
- }
100
- }
101
- function throwIfNotDirectory(fileInfo) {
102
- if (!fileInfo.isDirectory) {
103
- throw new Error(`Failed to ensure directory exists: expected 'dir', got '${(0, _get_file_info_type_js_1.getFileInfoType)(fileInfo)}'`);
104
- }
105
- }
@@ -1,47 +0,0 @@
1
- /**
2
- * Asynchronously ensures that the file exists.
3
- *
4
- * If the file already exists, this function does nothing. If the parent
5
- * directories for the file do not exist, they are created.
6
- *
7
- * Requires `--allow-read` and `--allow-write` permissions.
8
- *
9
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
10
- * for more information on Deno's permissions system.
11
- *
12
- * @param filePath The path of the file to ensure, as a string or URL.
13
- *
14
- * @returns A void promise that resolves once the file exists.
15
- *
16
- * @example Usage
17
- * ```ts ignore
18
- * import { ensureFile } from "@std/fs/ensure-file";
19
- *
20
- * await ensureFile("./folder/targetFile.dat");
21
- * ```
22
- */
23
- export declare function ensureFile(filePath: string | URL): Promise<void>;
24
- /**
25
- * Synchronously ensures that the file exists.
26
- *
27
- * If the file already exists, this function does nothing. If the parent
28
- * directories for the file do not exist, they are created.
29
- *
30
- * Requires `--allow-read` and `--allow-write` permissions.
31
- *
32
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
33
- * for more information on Deno's permissions system.
34
- *
35
- * @param filePath The path of the file to ensure, as a string or URL.
36
- *
37
- * @returns A void value that returns once the file exists.
38
- *
39
- * @example Usage
40
- * ```ts ignore
41
- * import { ensureFileSync } from "@std/fs/ensure-file";
42
- *
43
- * ensureFileSync("./folder/targetFile.dat");
44
- * ```
45
- */
46
- export declare function ensureFileSync(filePath: string | URL): void;
47
- //# sourceMappingURL=ensure_file.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ensure_file.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.20/ensure_file.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAsB,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC,CAuBtE;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,CAsB3D"}
@@ -1,93 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ensureFile = ensureFile;
4
- exports.ensureFileSync = ensureFileSync;
5
- // Copyright 2018-2025 the Deno authors. MIT license.
6
- const dirname_js_1 = require("../../path/1.1.3/dirname.js");
7
- const ensure_dir_js_1 = require("./ensure_dir.js");
8
- const _get_file_info_type_js_1 = require("./_get_file_info_type.js");
9
- const _to_path_string_js_1 = require("./_to_path_string.js");
10
- /**
11
- * Asynchronously ensures that the file exists.
12
- *
13
- * If the file already exists, this function does nothing. If the parent
14
- * directories for the file do not exist, they are created.
15
- *
16
- * Requires `--allow-read` and `--allow-write` permissions.
17
- *
18
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
19
- * for more information on Deno's permissions system.
20
- *
21
- * @param filePath The path of the file to ensure, as a string or URL.
22
- *
23
- * @returns A void promise that resolves once the file exists.
24
- *
25
- * @example Usage
26
- * ```ts ignore
27
- * import { ensureFile } from "@std/fs/ensure-file";
28
- *
29
- * await ensureFile("./folder/targetFile.dat");
30
- * ```
31
- */
32
- async function ensureFile(filePath) {
33
- try {
34
- // if file exists
35
- const stat = await Deno.lstat(filePath);
36
- if (!stat.isFile) {
37
- throw new Error(`Failed to ensure file exists: expected 'file', got '${(0, _get_file_info_type_js_1.getFileInfoType)(stat)}'`);
38
- }
39
- }
40
- catch (err) {
41
- // if file not exists
42
- if (err instanceof Deno.errors.NotFound) {
43
- // ensure dir exists
44
- await (0, ensure_dir_js_1.ensureDir)((0, dirname_js_1.dirname)((0, _to_path_string_js_1.toPathString)(filePath)));
45
- // create file
46
- await Deno.writeFile(filePath, new Uint8Array());
47
- return;
48
- }
49
- throw err;
50
- }
51
- }
52
- /**
53
- * Synchronously ensures that the file exists.
54
- *
55
- * If the file already exists, this function does nothing. If the parent
56
- * directories for the file do not exist, they are created.
57
- *
58
- * Requires `--allow-read` and `--allow-write` permissions.
59
- *
60
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
61
- * for more information on Deno's permissions system.
62
- *
63
- * @param filePath The path of the file to ensure, as a string or URL.
64
- *
65
- * @returns A void value that returns once the file exists.
66
- *
67
- * @example Usage
68
- * ```ts ignore
69
- * import { ensureFileSync } from "@std/fs/ensure-file";
70
- *
71
- * ensureFileSync("./folder/targetFile.dat");
72
- * ```
73
- */
74
- function ensureFileSync(filePath) {
75
- try {
76
- // if file exists
77
- const stat = Deno.lstatSync(filePath);
78
- if (!stat.isFile) {
79
- throw new Error(`Failed to ensure file exists: expected 'file', got '${(0, _get_file_info_type_js_1.getFileInfoType)(stat)}'`);
80
- }
81
- }
82
- catch (err) {
83
- // if file not exists
84
- if (err instanceof Deno.errors.NotFound) {
85
- // ensure dir exists
86
- (0, ensure_dir_js_1.ensureDirSync)((0, dirname_js_1.dirname)((0, _to_path_string_js_1.toPathString)(filePath)));
87
- // create file
88
- Deno.writeFileSync(filePath, new Uint8Array());
89
- return;
90
- }
91
- throw err;
92
- }
93
- }
@@ -1,49 +0,0 @@
1
- /**
2
- * Asynchronously ensures that the hard link exists.
3
- *
4
- * If the parent directories for the hard link do not exist, they are created.
5
- *
6
- * Requires `--allow-read` and `--allow-write` permissions.
7
- *
8
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
9
- * for more information on Deno's permissions system.
10
- *
11
- * @param src The source file path as a string or URL. Directory hard links are
12
- * not allowed.
13
- * @param dest The destination link path as a string or URL.
14
- *
15
- * @returns A void promise that resolves once the hard link exists.
16
- *
17
- * @example Usage
18
- * ```ts ignore
19
- * import { ensureLink } from "@std/fs/ensure-link";
20
- *
21
- * await ensureLink("./folder/targetFile.dat", "./folder/targetFile.link.dat");
22
- * ```
23
- */
24
- export declare function ensureLink(src: string | URL, dest: string | URL): Promise<void>;
25
- /**
26
- * Synchronously ensures that the hard link exists.
27
- *
28
- * If the parent directories for the hard link do not exist, they are created.
29
- *
30
- * Requires `--allow-read` and `--allow-write` permissions.
31
- *
32
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
33
- * for more information on Deno's permissions system.
34
- *
35
- * @param src The source file path as a string or URL. Directory hard links are
36
- * not allowed.
37
- * @param dest The destination link path as a string or URL.
38
- *
39
- * @returns A void value that returns once the hard link exists.
40
- *
41
- * @example Usage
42
- * ```ts ignore
43
- * import { ensureLinkSync } from "@std/fs/ensure-link";
44
- *
45
- * ensureLinkSync("./folder/targetFile.dat", "./folder/targetFile.link.dat");
46
- * ```
47
- */
48
- export declare function ensureLinkSync(src: string | URL, dest: string | URL): void;
49
- //# sourceMappingURL=ensure_link.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ensure_link.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.20/ensure_link.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAsB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,GAAG,iBAKrE;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,GAAG,QAKnE"}
@@ -1,64 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ensureLink = ensureLink;
4
- exports.ensureLinkSync = ensureLinkSync;
5
- // Copyright 2018-2025 the Deno authors. MIT license.
6
- const dirname_js_1 = require("../../path/1.1.3/dirname.js");
7
- const ensure_dir_js_1 = require("./ensure_dir.js");
8
- const _to_path_string_js_1 = require("./_to_path_string.js");
9
- /**
10
- * Asynchronously ensures that the hard link exists.
11
- *
12
- * If the parent directories for the hard link do not exist, they are created.
13
- *
14
- * Requires `--allow-read` and `--allow-write` permissions.
15
- *
16
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
17
- * for more information on Deno's permissions system.
18
- *
19
- * @param src The source file path as a string or URL. Directory hard links are
20
- * not allowed.
21
- * @param dest The destination link path as a string or URL.
22
- *
23
- * @returns A void promise that resolves once the hard link exists.
24
- *
25
- * @example Usage
26
- * ```ts ignore
27
- * import { ensureLink } from "@std/fs/ensure-link";
28
- *
29
- * await ensureLink("./folder/targetFile.dat", "./folder/targetFile.link.dat");
30
- * ```
31
- */
32
- async function ensureLink(src, dest) {
33
- dest = (0, _to_path_string_js_1.toPathString)(dest);
34
- await (0, ensure_dir_js_1.ensureDir)((0, dirname_js_1.dirname)(dest));
35
- await Deno.link((0, _to_path_string_js_1.toPathString)(src), dest);
36
- }
37
- /**
38
- * Synchronously ensures that the hard link exists.
39
- *
40
- * If the parent directories for the hard link do not exist, they are created.
41
- *
42
- * Requires `--allow-read` and `--allow-write` permissions.
43
- *
44
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
45
- * for more information on Deno's permissions system.
46
- *
47
- * @param src The source file path as a string or URL. Directory hard links are
48
- * not allowed.
49
- * @param dest The destination link path as a string or URL.
50
- *
51
- * @returns A void value that returns once the hard link exists.
52
- *
53
- * @example Usage
54
- * ```ts ignore
55
- * import { ensureLinkSync } from "@std/fs/ensure-link";
56
- *
57
- * ensureLinkSync("./folder/targetFile.dat", "./folder/targetFile.link.dat");
58
- * ```
59
- */
60
- function ensureLinkSync(src, dest) {
61
- dest = (0, _to_path_string_js_1.toPathString)(dest);
62
- (0, ensure_dir_js_1.ensureDirSync)((0, dirname_js_1.dirname)(dest));
63
- Deno.linkSync((0, _to_path_string_js_1.toPathString)(src), dest);
64
- }
@@ -1,70 +0,0 @@
1
- /**
2
- * Asynchronously ensures that the link exists, and points to a valid file.
3
- *
4
- * If the parent directories for the link do not exist, they are created. If the
5
- * link already exists, and it is not modified, this function does nothing. If
6
- * the link already exists, and it does not point to the given target, an error
7
- * is thrown.
8
- *
9
- * Requires `--allow-read` and `--allow-write` permissions.
10
- *
11
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
12
- * for more information on Deno's permissions system.
13
- *
14
- * @param target The source file path as a string or URL. If it is a relative path string, it have to be relative to the link path.
15
- * @param linkName The destination link path as a string or URL.
16
- *
17
- * @returns A void promise that resolves once the link exists.
18
- *
19
- * @example Basic usage
20
- * ```ts ignore
21
- * import { ensureSymlink } from "@std/fs/ensure-symlink";
22
- *
23
- * // Ensures the link `./targetFile.link.dat` exists and points to `./targetFile.dat`
24
- * await ensureSymlink("./targetFile.dat", "./targetFile.link.dat");
25
- * ```
26
- *
27
- * @example Ensuring a link in a folder
28
- * ```ts ignore
29
- * import { ensureSymlink } from "@std/fs/ensure-symlink";
30
- *
31
- * // Ensures the link `./folder/targetFile.link.dat` exists and points to `./folder/targetFile.dat`
32
- * await ensureSymlink("./targetFile.dat", "./folder/targetFile.link.dat");
33
- * ```
34
- */
35
- export declare function ensureSymlink(target: string | URL, linkName: string | URL): Promise<void>;
36
- /**
37
- * Synchronously ensures that the link exists, and points to a valid file.
38
- *
39
- * If the parent directories for the link do not exist, they are created. If the
40
- * link already exists, and it is not modified, this function does nothing. If
41
- * the link already exists, and it does not point to the given target, an error
42
- * is thrown.
43
- *
44
- * Requires `--allow-read` and `--allow-write` permissions.
45
- *
46
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
47
- * for more information on Deno's permissions system.
48
- *
49
- * @param target The source file path as a string or URL. If it is a relative path string, it have to be relative to the link path.
50
- * @param linkName The destination link path as a string or URL.
51
- * @returns A void value that returns once the link exists.
52
- *
53
- * @example Basic usage
54
- * ```ts ignore
55
- * import { ensureSymlinkSync } from "@std/fs/ensure-symlink";
56
- *
57
- * // Ensures the link `./targetFile.link.dat` exists and points to `./targetFile.dat`
58
- * ensureSymlinkSync("./targetFile.dat", "./targetFile.link.dat");
59
- * ```
60
- *
61
- * @example Ensuring a link in a folder
62
- * ```ts ignore
63
- * import { ensureSymlinkSync } from "@std/fs/ensure-symlink";
64
- *
65
- * // Ensures the link `./folder/targetFile.link.dat` exists and points to `./folder/targetFile.dat`
66
- * ensureSymlinkSync("./targetFile.dat", "./folder/targetFile.link.dat");
67
- * ```
68
- */
69
- export declare function ensureSymlinkSync(target: string | URL, linkName: string | URL): void;
70
- //# sourceMappingURL=ensure_symlink.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ensure_symlink.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.ts"],"names":[],"mappings":"AAuBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,wBAAsB,aAAa,CACjC,MAAM,EAAE,MAAM,GAAG,GAAG,EACpB,QAAQ,EAAE,MAAM,GAAG,GAAG,iBAyCvB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,wBAAgB,iBAAiB,CAC/B,MAAM,EAAE,MAAM,GAAG,GAAG,EACpB,QAAQ,EAAE,MAAM,GAAG,GAAG,QAyCvB"}
@@ -1,159 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ensureSymlink = ensureSymlink;
4
- exports.ensureSymlinkSync = ensureSymlinkSync;
5
- // Copyright 2018-2025 the Deno authors. MIT license.
6
- const dirname_js_1 = require("../../path/1.1.3/dirname.js");
7
- const resolve_js_1 = require("../../path/1.1.3/resolve.js");
8
- const ensure_dir_js_1 = require("./ensure_dir.js");
9
- const _get_file_info_type_js_1 = require("./_get_file_info_type.js");
10
- const _to_path_string_js_1 = require("./_to_path_string.js");
11
- const os_js_1 = require("../../internal/1.0.12/os.js");
12
- function resolveSymlinkTarget(target, linkName) {
13
- if (typeof target !== "string")
14
- return target; // URL is always absolute path
15
- if (typeof linkName === "string") {
16
- return (0, resolve_js_1.resolve)((0, dirname_js_1.dirname)(linkName), target);
17
- }
18
- else {
19
- return new URL(target, linkName);
20
- }
21
- }
22
- function getSymlinkOption(type) {
23
- return os_js_1.isWindows ? { type: type === "dir" ? "dir" : "file" } : undefined;
24
- }
25
- /**
26
- * Asynchronously ensures that the link exists, and points to a valid file.
27
- *
28
- * If the parent directories for the link do not exist, they are created. If the
29
- * link already exists, and it is not modified, this function does nothing. If
30
- * the link already exists, and it does not point to the given target, an error
31
- * is thrown.
32
- *
33
- * Requires `--allow-read` and `--allow-write` permissions.
34
- *
35
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
36
- * for more information on Deno's permissions system.
37
- *
38
- * @param target The source file path as a string or URL. If it is a relative path string, it have to be relative to the link path.
39
- * @param linkName The destination link path as a string or URL.
40
- *
41
- * @returns A void promise that resolves once the link exists.
42
- *
43
- * @example Basic usage
44
- * ```ts ignore
45
- * import { ensureSymlink } from "@std/fs/ensure-symlink";
46
- *
47
- * // Ensures the link `./targetFile.link.dat` exists and points to `./targetFile.dat`
48
- * await ensureSymlink("./targetFile.dat", "./targetFile.link.dat");
49
- * ```
50
- *
51
- * @example Ensuring a link in a folder
52
- * ```ts ignore
53
- * import { ensureSymlink } from "@std/fs/ensure-symlink";
54
- *
55
- * // Ensures the link `./folder/targetFile.link.dat` exists and points to `./folder/targetFile.dat`
56
- * await ensureSymlink("./targetFile.dat", "./folder/targetFile.link.dat");
57
- * ```
58
- */
59
- async function ensureSymlink(target, linkName) {
60
- const targetRealPath = resolveSymlinkTarget(target, linkName);
61
- let srcStatInfo;
62
- try {
63
- srcStatInfo = await Deno.lstat(targetRealPath);
64
- }
65
- catch (error) {
66
- if (error instanceof Deno.errors.NotFound) {
67
- throw new Deno.errors.NotFound(`Cannot ensure symlink as the target path does not exist: ${targetRealPath}`);
68
- }
69
- throw error;
70
- }
71
- const srcFilePathType = (0, _get_file_info_type_js_1.getFileInfoType)(srcStatInfo);
72
- await (0, ensure_dir_js_1.ensureDir)((0, dirname_js_1.dirname)((0, _to_path_string_js_1.toPathString)(linkName)));
73
- const options = getSymlinkOption(srcFilePathType);
74
- try {
75
- await Deno.symlink(target, linkName, options);
76
- }
77
- catch (error) {
78
- if (!(error instanceof Deno.errors.AlreadyExists)) {
79
- throw error;
80
- }
81
- const linkStatInfo = await Deno.lstat(linkName);
82
- if (!linkStatInfo.isSymlink) {
83
- const type = (0, _get_file_info_type_js_1.getFileInfoType)(linkStatInfo);
84
- throw new Deno.errors.AlreadyExists(`A '${type}' already exists at the path: ${linkName}`);
85
- }
86
- const linkPath = await Deno.readLink(linkName);
87
- const linkRealPath = (0, resolve_js_1.resolve)(linkPath);
88
- if (linkRealPath !== targetRealPath) {
89
- throw new Deno.errors.AlreadyExists(`A symlink targeting to an undesired path already exists: ${linkName} -> ${linkRealPath}`);
90
- }
91
- }
92
- }
93
- /**
94
- * Synchronously ensures that the link exists, and points to a valid file.
95
- *
96
- * If the parent directories for the link do not exist, they are created. If the
97
- * link already exists, and it is not modified, this function does nothing. If
98
- * the link already exists, and it does not point to the given target, an error
99
- * is thrown.
100
- *
101
- * Requires `--allow-read` and `--allow-write` permissions.
102
- *
103
- * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
104
- * for more information on Deno's permissions system.
105
- *
106
- * @param target The source file path as a string or URL. If it is a relative path string, it have to be relative to the link path.
107
- * @param linkName The destination link path as a string or URL.
108
- * @returns A void value that returns once the link exists.
109
- *
110
- * @example Basic usage
111
- * ```ts ignore
112
- * import { ensureSymlinkSync } from "@std/fs/ensure-symlink";
113
- *
114
- * // Ensures the link `./targetFile.link.dat` exists and points to `./targetFile.dat`
115
- * ensureSymlinkSync("./targetFile.dat", "./targetFile.link.dat");
116
- * ```
117
- *
118
- * @example Ensuring a link in a folder
119
- * ```ts ignore
120
- * import { ensureSymlinkSync } from "@std/fs/ensure-symlink";
121
- *
122
- * // Ensures the link `./folder/targetFile.link.dat` exists and points to `./folder/targetFile.dat`
123
- * ensureSymlinkSync("./targetFile.dat", "./folder/targetFile.link.dat");
124
- * ```
125
- */
126
- function ensureSymlinkSync(target, linkName) {
127
- const targetRealPath = resolveSymlinkTarget(target, linkName);
128
- let srcStatInfo;
129
- try {
130
- srcStatInfo = Deno.lstatSync(targetRealPath);
131
- }
132
- catch (error) {
133
- if (error instanceof Deno.errors.NotFound) {
134
- throw new Deno.errors.NotFound(`Cannot ensure symlink as the target path does not exist: ${targetRealPath}`);
135
- }
136
- throw error;
137
- }
138
- const srcFilePathType = (0, _get_file_info_type_js_1.getFileInfoType)(srcStatInfo);
139
- (0, ensure_dir_js_1.ensureDirSync)((0, dirname_js_1.dirname)((0, _to_path_string_js_1.toPathString)(linkName)));
140
- const options = getSymlinkOption(srcFilePathType);
141
- try {
142
- Deno.symlinkSync(target, linkName, options);
143
- }
144
- catch (error) {
145
- if (!(error instanceof Deno.errors.AlreadyExists)) {
146
- throw error;
147
- }
148
- const linkStatInfo = Deno.lstatSync(linkName);
149
- if (!linkStatInfo.isSymlink) {
150
- const type = (0, _get_file_info_type_js_1.getFileInfoType)(linkStatInfo);
151
- throw new Deno.errors.AlreadyExists(`A '${type}' already exists at the path: ${linkName}`);
152
- }
153
- const linkPath = Deno.readLinkSync(linkName);
154
- const linkRealPath = (0, resolve_js_1.resolve)(linkPath);
155
- if (linkRealPath !== targetRealPath) {
156
- throw new Deno.errors.AlreadyExists(`A symlink targeting to an undesired path already exists: ${linkName} -> ${linkRealPath}`);
157
- }
158
- }
159
- }