@effectionx/watch 0.1.1

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 (586) hide show
  1. package/README.md +46 -0
  2. package/esm/_dnt.polyfills.d.ts +8 -0
  3. package/esm/_dnt.polyfills.d.ts.map +1 -0
  4. package/esm/_dnt.polyfills.js +110 -0
  5. package/esm/_dnt.shims.d.ts +2 -0
  6. package/esm/_dnt.shims.d.ts.map +1 -0
  7. package/esm/_dnt.shims.js +57 -0
  8. package/esm/deno.d.ts +36 -0
  9. package/esm/deno.d.ts.map +1 -0
  10. package/esm/deno.js +34 -0
  11. package/esm/deps/jsr.io/@gordonb/pipe/0.1.0/pipe.d.ts +113 -0
  12. package/esm/deps/jsr.io/@gordonb/pipe/0.1.0/pipe.d.ts.map +1 -0
  13. package/esm/deps/jsr.io/@gordonb/pipe/0.1.0/pipe.js +18 -0
  14. package/esm/deps/jsr.io/@std/fs/1.0.19/_create_walk_entry.d.ts +13 -0
  15. package/esm/deps/jsr.io/@std/fs/1.0.19/_create_walk_entry.d.ts.map +1 -0
  16. package/esm/deps/jsr.io/@std/fs/1.0.19/_create_walk_entry.js +33 -0
  17. package/esm/deps/jsr.io/@std/fs/1.0.19/_get_file_info_type.d.ts +12 -0
  18. package/esm/deps/jsr.io/@std/fs/1.0.19/_get_file_info_type.d.ts.map +1 -0
  19. package/esm/deps/jsr.io/@std/fs/1.0.19/_get_file_info_type.js +20 -0
  20. package/esm/deps/jsr.io/@std/fs/1.0.19/_is_same_path.d.ts +10 -0
  21. package/esm/deps/jsr.io/@std/fs/1.0.19/_is_same_path.d.ts.map +1 -0
  22. package/esm/deps/jsr.io/@std/fs/1.0.19/_is_same_path.js +17 -0
  23. package/esm/deps/jsr.io/@std/fs/1.0.19/_is_subdir.d.ts +12 -0
  24. package/esm/deps/jsr.io/@std/fs/1.0.19/_is_subdir.d.ts.map +1 -0
  25. package/esm/deps/jsr.io/@std/fs/1.0.19/_is_subdir.js +25 -0
  26. package/esm/deps/jsr.io/@std/fs/1.0.19/_to_path_string.d.ts +9 -0
  27. package/esm/deps/jsr.io/@std/fs/1.0.19/_to_path_string.d.ts.map +1 -0
  28. package/esm/deps/jsr.io/@std/fs/1.0.19/_to_path_string.js +13 -0
  29. package/esm/deps/jsr.io/@std/fs/1.0.19/copy.d.ts +117 -0
  30. package/esm/deps/jsr.io/@std/fs/1.0.19/copy.d.ts.map +1 -0
  31. package/esm/deps/jsr.io/@std/fs/1.0.19/copy.js +312 -0
  32. package/esm/deps/jsr.io/@std/fs/1.0.19/empty_dir.d.ts +48 -0
  33. package/esm/deps/jsr.io/@std/fs/1.0.19/empty_dir.d.ts.map +1 -0
  34. package/esm/deps/jsr.io/@std/fs/1.0.19/empty_dir.js +86 -0
  35. package/esm/deps/jsr.io/@std/fs/1.0.19/ensure_dir.d.ts +49 -0
  36. package/esm/deps/jsr.io/@std/fs/1.0.19/ensure_dir.d.ts.map +1 -0
  37. package/esm/deps/jsr.io/@std/fs/1.0.19/ensure_dir.js +101 -0
  38. package/esm/deps/jsr.io/@std/fs/1.0.19/ensure_file.d.ts +47 -0
  39. package/esm/deps/jsr.io/@std/fs/1.0.19/ensure_file.d.ts.map +1 -0
  40. package/esm/deps/jsr.io/@std/fs/1.0.19/ensure_file.js +89 -0
  41. package/esm/deps/jsr.io/@std/fs/1.0.19/ensure_link.d.ts +49 -0
  42. package/esm/deps/jsr.io/@std/fs/1.0.19/ensure_link.d.ts.map +1 -0
  43. package/esm/deps/jsr.io/@std/fs/1.0.19/ensure_link.js +60 -0
  44. package/esm/deps/jsr.io/@std/fs/1.0.19/ensure_symlink.d.ts +70 -0
  45. package/esm/deps/jsr.io/@std/fs/1.0.19/ensure_symlink.d.ts.map +1 -0
  46. package/esm/deps/jsr.io/@std/fs/1.0.19/ensure_symlink.js +155 -0
  47. package/esm/deps/jsr.io/@std/fs/1.0.19/eol.d.ts +52 -0
  48. package/esm/deps/jsr.io/@std/fs/1.0.19/eol.d.ts.map +1 -0
  49. package/esm/deps/jsr.io/@std/fs/1.0.19/eol.js +67 -0
  50. package/esm/deps/jsr.io/@std/fs/1.0.19/exists.d.ts +219 -0
  51. package/esm/deps/jsr.io/@std/fs/1.0.19/exists.d.ts.map +1 -0
  52. package/esm/deps/jsr.io/@std/fs/1.0.19/exists.js +269 -0
  53. package/esm/deps/jsr.io/@std/fs/1.0.19/expand_glob.d.ts +267 -0
  54. package/esm/deps/jsr.io/@std/fs/1.0.19/expand_glob.d.ts.map +1 -0
  55. package/esm/deps/jsr.io/@std/fs/1.0.19/expand_glob.js +414 -0
  56. package/esm/deps/jsr.io/@std/fs/1.0.19/mod.d.ts +29 -0
  57. package/esm/deps/jsr.io/@std/fs/1.0.19/mod.d.ts.map +1 -0
  58. package/esm/deps/jsr.io/@std/fs/1.0.19/mod.js +29 -0
  59. package/esm/deps/jsr.io/@std/fs/1.0.19/move.d.ts +86 -0
  60. package/esm/deps/jsr.io/@std/fs/1.0.19/move.d.ts.map +1 -0
  61. package/esm/deps/jsr.io/@std/fs/1.0.19/move.js +140 -0
  62. package/esm/deps/jsr.io/@std/fs/1.0.19/walk.d.ts +777 -0
  63. package/esm/deps/jsr.io/@std/fs/1.0.19/walk.d.ts.map +1 -0
  64. package/esm/deps/jsr.io/@std/fs/1.0.19/walk.js +845 -0
  65. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.d.ts +2 -0
  66. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.d.ts.map +1 -0
  67. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.js +12 -0
  68. package/esm/deps/jsr.io/@std/internal/1.0.12/os.d.ts +3 -0
  69. package/esm/deps/jsr.io/@std/internal/1.0.12/os.d.ts.map +1 -0
  70. package/esm/deps/jsr.io/@std/internal/1.0.12/os.js +5 -0
  71. package/esm/deps/jsr.io/@std/path/1.1.2/_common/assert_path.d.ts +2 -0
  72. package/esm/deps/jsr.io/@std/path/1.1.2/_common/assert_path.d.ts.map +1 -0
  73. package/esm/deps/jsr.io/@std/path/1.1.2/_common/assert_path.js +7 -0
  74. package/esm/deps/jsr.io/@std/path/1.1.2/_common/basename.d.ts +4 -0
  75. package/esm/deps/jsr.io/@std/path/1.1.2/_common/basename.d.ts.map +1 -0
  76. package/esm/deps/jsr.io/@std/path/1.1.2/_common/basename.js +40 -0
  77. package/esm/deps/jsr.io/@std/path/1.1.2/_common/common.d.ts +2 -0
  78. package/esm/deps/jsr.io/@std/path/1.1.2/_common/common.d.ts.map +1 -0
  79. package/esm/deps/jsr.io/@std/path/1.1.2/_common/common.js +23 -0
  80. package/esm/deps/jsr.io/@std/path/1.1.2/_common/constants.d.ts +40 -0
  81. package/esm/deps/jsr.io/@std/path/1.1.2/_common/constants.d.ts.map +1 -0
  82. package/esm/deps/jsr.io/@std/path/1.1.2/_common/constants.js +46 -0
  83. package/esm/deps/jsr.io/@std/path/1.1.2/_common/dirname.d.ts +2 -0
  84. package/esm/deps/jsr.io/@std/path/1.1.2/_common/dirname.d.ts.map +1 -0
  85. package/esm/deps/jsr.io/@std/path/1.1.2/_common/dirname.js +8 -0
  86. package/esm/deps/jsr.io/@std/path/1.1.2/_common/format.d.ts +4 -0
  87. package/esm/deps/jsr.io/@std/path/1.1.2/_common/format.d.ts.map +1 -0
  88. package/esm/deps/jsr.io/@std/path/1.1.2/_common/format.js +19 -0
  89. package/esm/deps/jsr.io/@std/path/1.1.2/_common/from_file_url.d.ts +2 -0
  90. package/esm/deps/jsr.io/@std/path/1.1.2/_common/from_file_url.d.ts.map +1 -0
  91. package/esm/deps/jsr.io/@std/path/1.1.2/_common/from_file_url.js +9 -0
  92. package/esm/deps/jsr.io/@std/path/1.1.2/_common/glob_to_reg_exp.d.ts +35 -0
  93. package/esm/deps/jsr.io/@std/path/1.1.2/_common/glob_to_reg_exp.d.ts.map +1 -0
  94. package/esm/deps/jsr.io/@std/path/1.1.2/_common/glob_to_reg_exp.js +234 -0
  95. package/esm/deps/jsr.io/@std/path/1.1.2/_common/normalize.d.ts +2 -0
  96. package/esm/deps/jsr.io/@std/path/1.1.2/_common/normalize.d.ts.map +1 -0
  97. package/esm/deps/jsr.io/@std/path/1.1.2/_common/normalize.js +8 -0
  98. package/esm/deps/jsr.io/@std/path/1.1.2/_common/normalize_string.d.ts +2 -0
  99. package/esm/deps/jsr.io/@std/path/1.1.2/_common/normalize_string.d.ts.map +1 -0
  100. package/esm/deps/jsr.io/@std/path/1.1.2/_common/normalize_string.js +77 -0
  101. package/esm/deps/jsr.io/@std/path/1.1.2/_common/relative.d.ts +2 -0
  102. package/esm/deps/jsr.io/@std/path/1.1.2/_common/relative.d.ts.map +1 -0
  103. package/esm/deps/jsr.io/@std/path/1.1.2/_common/relative.js +9 -0
  104. package/esm/deps/jsr.io/@std/path/1.1.2/_common/strip_trailing_separators.d.ts +2 -0
  105. package/esm/deps/jsr.io/@std/path/1.1.2/_common/strip_trailing_separators.d.ts.map +1 -0
  106. package/esm/deps/jsr.io/@std/path/1.1.2/_common/strip_trailing_separators.js +19 -0
  107. package/esm/deps/jsr.io/@std/path/1.1.2/_common/to_file_url.d.ts +2 -0
  108. package/esm/deps/jsr.io/@std/path/1.1.2/_common/to_file_url.d.ts.map +1 -0
  109. package/esm/deps/jsr.io/@std/path/1.1.2/_common/to_file_url.js +15 -0
  110. package/esm/deps/jsr.io/@std/path/1.1.2/basename.d.ts +27 -0
  111. package/esm/deps/jsr.io/@std/path/1.1.2/basename.d.ts.map +1 -0
  112. package/esm/deps/jsr.io/@std/path/1.1.2/basename.js +35 -0
  113. package/esm/deps/jsr.io/@std/path/1.1.2/common.d.ts +28 -0
  114. package/esm/deps/jsr.io/@std/path/1.1.2/common.d.ts.map +1 -0
  115. package/esm/deps/jsr.io/@std/path/1.1.2/common.js +33 -0
  116. package/esm/deps/jsr.io/@std/path/1.1.2/constants.d.ts +15 -0
  117. package/esm/deps/jsr.io/@std/path/1.1.2/constants.d.ts.map +1 -0
  118. package/esm/deps/jsr.io/@std/path/1.1.2/constants.js +17 -0
  119. package/esm/deps/jsr.io/@std/path/1.1.2/dirname.d.ts +22 -0
  120. package/esm/deps/jsr.io/@std/path/1.1.2/dirname.d.ts.map +1 -0
  121. package/esm/deps/jsr.io/@std/path/1.1.2/dirname.js +28 -0
  122. package/esm/deps/jsr.io/@std/path/1.1.2/extname.d.ts +22 -0
  123. package/esm/deps/jsr.io/@std/path/1.1.2/extname.d.ts.map +1 -0
  124. package/esm/deps/jsr.io/@std/path/1.1.2/extname.js +28 -0
  125. package/esm/deps/jsr.io/@std/path/1.1.2/format.d.ts +22 -0
  126. package/esm/deps/jsr.io/@std/path/1.1.2/format.d.ts.map +1 -0
  127. package/esm/deps/jsr.io/@std/path/1.1.2/format.js +27 -0
  128. package/esm/deps/jsr.io/@std/path/1.1.2/from_file_url.d.ts +22 -0
  129. package/esm/deps/jsr.io/@std/path/1.1.2/from_file_url.d.ts.map +1 -0
  130. package/esm/deps/jsr.io/@std/path/1.1.2/from_file_url.js +28 -0
  131. package/esm/deps/jsr.io/@std/path/1.1.2/glob_to_regexp.d.ts +77 -0
  132. package/esm/deps/jsr.io/@std/path/1.1.2/glob_to_regexp.d.ts.map +1 -0
  133. package/esm/deps/jsr.io/@std/path/1.1.2/glob_to_regexp.js +83 -0
  134. package/esm/deps/jsr.io/@std/path/1.1.2/is_absolute.d.ts +22 -0
  135. package/esm/deps/jsr.io/@std/path/1.1.2/is_absolute.d.ts.map +1 -0
  136. package/esm/deps/jsr.io/@std/path/1.1.2/is_absolute.js +28 -0
  137. package/esm/deps/jsr.io/@std/path/1.1.2/is_glob.d.ts +17 -0
  138. package/esm/deps/jsr.io/@std/path/1.1.2/is_glob.d.ts.map +1 -0
  139. package/esm/deps/jsr.io/@std/path/1.1.2/is_glob.js +42 -0
  140. package/esm/deps/jsr.io/@std/path/1.1.2/join.d.ts +23 -0
  141. package/esm/deps/jsr.io/@std/path/1.1.2/join.d.ts.map +1 -0
  142. package/esm/deps/jsr.io/@std/path/1.1.2/join.js +29 -0
  143. package/esm/deps/jsr.io/@std/path/1.1.2/join_globs.d.ts +28 -0
  144. package/esm/deps/jsr.io/@std/path/1.1.2/join_globs.d.ts.map +1 -0
  145. package/esm/deps/jsr.io/@std/path/1.1.2/join_globs.js +34 -0
  146. package/esm/deps/jsr.io/@std/path/1.1.2/mod.d.ts +213 -0
  147. package/esm/deps/jsr.io/@std/path/1.1.2/mod.d.ts.map +1 -0
  148. package/esm/deps/jsr.io/@std/path/1.1.2/mod.js +216 -0
  149. package/esm/deps/jsr.io/@std/path/1.1.2/normalize.d.ts +26 -0
  150. package/esm/deps/jsr.io/@std/path/1.1.2/normalize.d.ts.map +1 -0
  151. package/esm/deps/jsr.io/@std/path/1.1.2/normalize.js +32 -0
  152. package/esm/deps/jsr.io/@std/path/1.1.2/normalize_glob.d.ts +29 -0
  153. package/esm/deps/jsr.io/@std/path/1.1.2/normalize_glob.d.ts.map +1 -0
  154. package/esm/deps/jsr.io/@std/path/1.1.2/normalize_glob.js +35 -0
  155. package/esm/deps/jsr.io/@std/path/1.1.2/parse.d.ts +35 -0
  156. package/esm/deps/jsr.io/@std/path/1.1.2/parse.d.ts.map +1 -0
  157. package/esm/deps/jsr.io/@std/path/1.1.2/parse.js +39 -0
  158. package/esm/deps/jsr.io/@std/path/1.1.2/posix/_util.d.ts +2 -0
  159. package/esm/deps/jsr.io/@std/path/1.1.2/posix/_util.d.ts.map +1 -0
  160. package/esm/deps/jsr.io/@std/path/1.1.2/posix/_util.js +8 -0
  161. package/esm/deps/jsr.io/@std/path/1.1.2/posix/basename.d.ts +39 -0
  162. package/esm/deps/jsr.io/@std/path/1.1.2/posix/basename.d.ts.map +1 -0
  163. package/esm/deps/jsr.io/@std/path/1.1.2/posix/basename.js +52 -0
  164. package/esm/deps/jsr.io/@std/path/1.1.2/posix/constants.d.ts +13 -0
  165. package/esm/deps/jsr.io/@std/path/1.1.2/posix/constants.d.ts.map +1 -0
  166. package/esm/deps/jsr.io/@std/path/1.1.2/posix/constants.js +14 -0
  167. package/esm/deps/jsr.io/@std/path/1.1.2/posix/dirname.d.ts +30 -0
  168. package/esm/deps/jsr.io/@std/path/1.1.2/posix/dirname.d.ts.map +1 -0
  169. package/esm/deps/jsr.io/@std/path/1.1.2/posix/dirname.js +64 -0
  170. package/esm/deps/jsr.io/@std/path/1.1.2/posix/extname.d.ts +37 -0
  171. package/esm/deps/jsr.io/@std/path/1.1.2/posix/extname.d.ts.map +1 -0
  172. package/esm/deps/jsr.io/@std/path/1.1.2/posix/extname.js +93 -0
  173. package/esm/deps/jsr.io/@std/path/1.1.2/posix/format.d.ts +24 -0
  174. package/esm/deps/jsr.io/@std/path/1.1.2/posix/format.d.ts.map +1 -0
  175. package/esm/deps/jsr.io/@std/path/1.1.2/posix/format.js +28 -0
  176. package/esm/deps/jsr.io/@std/path/1.1.2/posix/from_file_url.d.ts +16 -0
  177. package/esm/deps/jsr.io/@std/path/1.1.2/posix/from_file_url.d.ts.map +1 -0
  178. package/esm/deps/jsr.io/@std/path/1.1.2/posix/from_file_url.js +21 -0
  179. package/esm/deps/jsr.io/@std/path/1.1.2/posix/glob_to_regexp.d.ts +72 -0
  180. package/esm/deps/jsr.io/@std/path/1.1.2/posix/glob_to_regexp.d.ts.map +1 -0
  181. package/esm/deps/jsr.io/@std/path/1.1.2/posix/glob_to_regexp.js +82 -0
  182. package/esm/deps/jsr.io/@std/path/1.1.2/posix/is_absolute.d.ts +17 -0
  183. package/esm/deps/jsr.io/@std/path/1.1.2/posix/is_absolute.d.ts.map +1 -0
  184. package/esm/deps/jsr.io/@std/path/1.1.2/posix/is_absolute.js +23 -0
  185. package/esm/deps/jsr.io/@std/path/1.1.2/posix/join.d.ts +31 -0
  186. package/esm/deps/jsr.io/@std/path/1.1.2/posix/join.d.ts.map +1 -0
  187. package/esm/deps/jsr.io/@std/path/1.1.2/posix/join.js +45 -0
  188. package/esm/deps/jsr.io/@std/path/1.1.2/posix/join_globs.d.ts +20 -0
  189. package/esm/deps/jsr.io/@std/path/1.1.2/posix/join_globs.d.ts.map +1 -0
  190. package/esm/deps/jsr.io/@std/path/1.1.2/posix/join_globs.js +40 -0
  191. package/esm/deps/jsr.io/@std/path/1.1.2/posix/normalize.d.ts +37 -0
  192. package/esm/deps/jsr.io/@std/path/1.1.2/posix/normalize.d.ts.map +1 -0
  193. package/esm/deps/jsr.io/@std/path/1.1.2/posix/normalize.js +58 -0
  194. package/esm/deps/jsr.io/@std/path/1.1.2/posix/normalize_glob.d.ts +20 -0
  195. package/esm/deps/jsr.io/@std/path/1.1.2/posix/normalize_glob.d.ts.map +1 -0
  196. package/esm/deps/jsr.io/@std/path/1.1.2/posix/normalize_glob.js +32 -0
  197. package/esm/deps/jsr.io/@std/path/1.1.2/posix/parse.d.ts +25 -0
  198. package/esm/deps/jsr.io/@std/path/1.1.2/posix/parse.d.ts.map +1 -0
  199. package/esm/deps/jsr.io/@std/path/1.1.2/posix/parse.js +115 -0
  200. package/esm/deps/jsr.io/@std/path/1.1.2/posix/relative.d.ts +20 -0
  201. package/esm/deps/jsr.io/@std/path/1.1.2/posix/relative.d.ts.map +1 -0
  202. package/esm/deps/jsr.io/@std/path/1.1.2/posix/relative.js +106 -0
  203. package/esm/deps/jsr.io/@std/path/1.1.2/posix/resolve.d.ts +17 -0
  204. package/esm/deps/jsr.io/@std/path/1.1.2/posix/resolve.d.ts.map +1 -0
  205. package/esm/deps/jsr.io/@std/path/1.1.2/posix/resolve.js +59 -0
  206. package/esm/deps/jsr.io/@std/path/1.1.2/posix/to_file_url.d.ts +17 -0
  207. package/esm/deps/jsr.io/@std/path/1.1.2/posix/to_file_url.d.ts.map +1 -0
  208. package/esm/deps/jsr.io/@std/path/1.1.2/posix/to_file_url.js +27 -0
  209. package/esm/deps/jsr.io/@std/path/1.1.2/posix/to_namespaced_path.d.ts +16 -0
  210. package/esm/deps/jsr.io/@std/path/1.1.2/posix/to_namespaced_path.d.ts.map +1 -0
  211. package/esm/deps/jsr.io/@std/path/1.1.2/posix/to_namespaced_path.js +20 -0
  212. package/esm/deps/jsr.io/@std/path/1.1.2/relative.d.ts +24 -0
  213. package/esm/deps/jsr.io/@std/path/1.1.2/relative.d.ts.map +1 -0
  214. package/esm/deps/jsr.io/@std/path/1.1.2/relative.js +30 -0
  215. package/esm/deps/jsr.io/@std/path/1.1.2/resolve.d.ts +22 -0
  216. package/esm/deps/jsr.io/@std/path/1.1.2/resolve.d.ts.map +1 -0
  217. package/esm/deps/jsr.io/@std/path/1.1.2/resolve.js +30 -0
  218. package/esm/deps/jsr.io/@std/path/1.1.2/to_file_url.d.ts +22 -0
  219. package/esm/deps/jsr.io/@std/path/1.1.2/to_file_url.d.ts.map +1 -0
  220. package/esm/deps/jsr.io/@std/path/1.1.2/to_file_url.js +28 -0
  221. package/esm/deps/jsr.io/@std/path/1.1.2/to_namespaced_path.d.ts +21 -0
  222. package/esm/deps/jsr.io/@std/path/1.1.2/to_namespaced_path.d.ts.map +1 -0
  223. package/esm/deps/jsr.io/@std/path/1.1.2/to_namespaced_path.js +29 -0
  224. package/esm/deps/jsr.io/@std/path/1.1.2/types.d.ts +38 -0
  225. package/esm/deps/jsr.io/@std/path/1.1.2/types.d.ts.map +1 -0
  226. package/esm/deps/jsr.io/@std/path/1.1.2/types.js +3 -0
  227. package/esm/deps/jsr.io/@std/path/1.1.2/windows/_util.d.ts +4 -0
  228. package/esm/deps/jsr.io/@std/path/1.1.2/windows/_util.d.ts.map +1 -0
  229. package/esm/deps/jsr.io/@std/path/1.1.2/windows/_util.js +15 -0
  230. package/esm/deps/jsr.io/@std/path/1.1.2/windows/basename.d.ts +22 -0
  231. package/esm/deps/jsr.io/@std/path/1.1.2/windows/basename.d.ts.map +1 -0
  232. package/esm/deps/jsr.io/@std/path/1.1.2/windows/basename.js +47 -0
  233. package/esm/deps/jsr.io/@std/path/1.1.2/windows/constants.d.ts +13 -0
  234. package/esm/deps/jsr.io/@std/path/1.1.2/windows/constants.d.ts.map +1 -0
  235. package/esm/deps/jsr.io/@std/path/1.1.2/windows/constants.js +14 -0
  236. package/esm/deps/jsr.io/@std/path/1.1.2/windows/dirname.d.ts +17 -0
  237. package/esm/deps/jsr.io/@std/path/1.1.2/windows/dirname.d.ts.map +1 -0
  238. package/esm/deps/jsr.io/@std/path/1.1.2/windows/dirname.js +113 -0
  239. package/esm/deps/jsr.io/@std/path/1.1.2/windows/extname.d.ts +17 -0
  240. package/esm/deps/jsr.io/@std/path/1.1.2/windows/extname.d.ts.map +1 -0
  241. package/esm/deps/jsr.io/@std/path/1.1.2/windows/extname.js +82 -0
  242. package/esm/deps/jsr.io/@std/path/1.1.2/windows/format.d.ts +24 -0
  243. package/esm/deps/jsr.io/@std/path/1.1.2/windows/format.d.ts.map +1 -0
  244. package/esm/deps/jsr.io/@std/path/1.1.2/windows/format.js +28 -0
  245. package/esm/deps/jsr.io/@std/path/1.1.2/windows/from_file_url.d.ts +18 -0
  246. package/esm/deps/jsr.io/@std/path/1.1.2/windows/from_file_url.d.ts.map +1 -0
  247. package/esm/deps/jsr.io/@std/path/1.1.2/windows/from_file_url.js +30 -0
  248. package/esm/deps/jsr.io/@std/path/1.1.2/windows/glob_to_regexp.d.ts +71 -0
  249. package/esm/deps/jsr.io/@std/path/1.1.2/windows/glob_to_regexp.d.ts.map +1 -0
  250. package/esm/deps/jsr.io/@std/path/1.1.2/windows/glob_to_regexp.js +82 -0
  251. package/esm/deps/jsr.io/@std/path/1.1.2/windows/is_absolute.d.ts +17 -0
  252. package/esm/deps/jsr.io/@std/path/1.1.2/windows/is_absolute.d.ts.map +1 -0
  253. package/esm/deps/jsr.io/@std/path/1.1.2/windows/is_absolute.js +38 -0
  254. package/esm/deps/jsr.io/@std/path/1.1.2/windows/join.d.ts +18 -0
  255. package/esm/deps/jsr.io/@std/path/1.1.2/windows/join.d.ts.map +1 -0
  256. package/esm/deps/jsr.io/@std/path/1.1.2/windows/join.js +77 -0
  257. package/esm/deps/jsr.io/@std/path/1.1.2/windows/join_globs.d.ts +21 -0
  258. package/esm/deps/jsr.io/@std/path/1.1.2/windows/join_globs.d.ts.map +1 -0
  259. package/esm/deps/jsr.io/@std/path/1.1.2/windows/join_globs.js +41 -0
  260. package/esm/deps/jsr.io/@std/path/1.1.2/windows/normalize.d.ts +19 -0
  261. package/esm/deps/jsr.io/@std/path/1.1.2/windows/normalize.d.ts.map +1 -0
  262. package/esm/deps/jsr.io/@std/path/1.1.2/windows/normalize.js +135 -0
  263. package/esm/deps/jsr.io/@std/path/1.1.2/windows/normalize_glob.d.ts +20 -0
  264. package/esm/deps/jsr.io/@std/path/1.1.2/windows/normalize_glob.d.ts.map +1 -0
  265. package/esm/deps/jsr.io/@std/path/1.1.2/windows/normalize_glob.js +32 -0
  266. package/esm/deps/jsr.io/@std/path/1.1.2/windows/parse.d.ts +25 -0
  267. package/esm/deps/jsr.io/@std/path/1.1.2/windows/parse.d.ts.map +1 -0
  268. package/esm/deps/jsr.io/@std/path/1.1.2/windows/parse.js +176 -0
  269. package/esm/deps/jsr.io/@std/path/1.1.2/windows/relative.d.ts +23 -0
  270. package/esm/deps/jsr.io/@std/path/1.1.2/windows/relative.d.ts.map +1 -0
  271. package/esm/deps/jsr.io/@std/path/1.1.2/windows/relative.js +131 -0
  272. package/esm/deps/jsr.io/@std/path/1.1.2/windows/resolve.d.ts +17 -0
  273. package/esm/deps/jsr.io/@std/path/1.1.2/windows/resolve.d.ts.map +1 -0
  274. package/esm/deps/jsr.io/@std/path/1.1.2/windows/resolve.js +154 -0
  275. package/esm/deps/jsr.io/@std/path/1.1.2/windows/to_file_url.d.ts +17 -0
  276. package/esm/deps/jsr.io/@std/path/1.1.2/windows/to_file_url.d.ts.map +1 -0
  277. package/esm/deps/jsr.io/@std/path/1.1.2/windows/to_file_url.js +34 -0
  278. package/esm/deps/jsr.io/@std/path/1.1.2/windows/to_namespaced_path.d.ts +17 -0
  279. package/esm/deps/jsr.io/@std/path/1.1.2/windows/to_namespaced_path.d.ts.map +1 -0
  280. package/esm/deps/jsr.io/@std/path/1.1.2/windows/to_namespaced_path.js +49 -0
  281. package/esm/main.d.ts +2 -0
  282. package/esm/main.d.ts.map +1 -0
  283. package/esm/main.js +71 -0
  284. package/esm/mod.d.ts +6 -0
  285. package/esm/mod.d.ts.map +1 -0
  286. package/esm/mod.js +5 -0
  287. package/esm/package.json +3 -0
  288. package/esm/stream-helpers.d.ts +4 -0
  289. package/esm/stream-helpers.d.ts.map +1 -0
  290. package/esm/stream-helpers.js +38 -0
  291. package/esm/watch.d.ts +76 -0
  292. package/esm/watch.d.ts.map +1 -0
  293. package/esm/watch.js +119 -0
  294. package/package.json +39 -0
  295. package/script/_dnt.polyfills.d.ts +8 -0
  296. package/script/_dnt.polyfills.d.ts.map +1 -0
  297. package/script/_dnt.polyfills.js +111 -0
  298. package/script/_dnt.shims.d.ts +2 -0
  299. package/script/_dnt.shims.d.ts.map +1 -0
  300. package/script/_dnt.shims.js +60 -0
  301. package/script/deno.d.ts +36 -0
  302. package/script/deno.d.ts.map +1 -0
  303. package/script/deno.js +36 -0
  304. package/script/deps/jsr.io/@gordonb/pipe/0.1.0/pipe.d.ts +113 -0
  305. package/script/deps/jsr.io/@gordonb/pipe/0.1.0/pipe.d.ts.map +1 -0
  306. package/script/deps/jsr.io/@gordonb/pipe/0.1.0/pipe.js +24 -0
  307. package/script/deps/jsr.io/@std/fs/1.0.19/_create_walk_entry.d.ts +13 -0
  308. package/script/deps/jsr.io/@std/fs/1.0.19/_create_walk_entry.d.ts.map +1 -0
  309. package/script/deps/jsr.io/@std/fs/1.0.19/_create_walk_entry.js +37 -0
  310. package/script/deps/jsr.io/@std/fs/1.0.19/_get_file_info_type.d.ts +12 -0
  311. package/script/deps/jsr.io/@std/fs/1.0.19/_get_file_info_type.d.ts.map +1 -0
  312. package/script/deps/jsr.io/@std/fs/1.0.19/_get_file_info_type.js +23 -0
  313. package/script/deps/jsr.io/@std/fs/1.0.19/_is_same_path.d.ts +10 -0
  314. package/script/deps/jsr.io/@std/fs/1.0.19/_is_same_path.d.ts.map +1 -0
  315. package/script/deps/jsr.io/@std/fs/1.0.19/_is_same_path.js +20 -0
  316. package/script/deps/jsr.io/@std/fs/1.0.19/_is_subdir.d.ts +12 -0
  317. package/script/deps/jsr.io/@std/fs/1.0.19/_is_subdir.d.ts.map +1 -0
  318. package/script/deps/jsr.io/@std/fs/1.0.19/_is_subdir.js +28 -0
  319. package/script/deps/jsr.io/@std/fs/1.0.19/_to_path_string.d.ts +9 -0
  320. package/script/deps/jsr.io/@std/fs/1.0.19/_to_path_string.d.ts.map +1 -0
  321. package/script/deps/jsr.io/@std/fs/1.0.19/_to_path_string.js +16 -0
  322. package/script/deps/jsr.io/@std/fs/1.0.19/copy.d.ts +117 -0
  323. package/script/deps/jsr.io/@std/fs/1.0.19/copy.d.ts.map +1 -0
  324. package/script/deps/jsr.io/@std/fs/1.0.19/copy.js +316 -0
  325. package/script/deps/jsr.io/@std/fs/1.0.19/empty_dir.d.ts +48 -0
  326. package/script/deps/jsr.io/@std/fs/1.0.19/empty_dir.d.ts.map +1 -0
  327. package/script/deps/jsr.io/@std/fs/1.0.19/empty_dir.js +90 -0
  328. package/script/deps/jsr.io/@std/fs/1.0.19/ensure_dir.d.ts +49 -0
  329. package/script/deps/jsr.io/@std/fs/1.0.19/ensure_dir.d.ts.map +1 -0
  330. package/script/deps/jsr.io/@std/fs/1.0.19/ensure_dir.js +105 -0
  331. package/script/deps/jsr.io/@std/fs/1.0.19/ensure_file.d.ts +47 -0
  332. package/script/deps/jsr.io/@std/fs/1.0.19/ensure_file.d.ts.map +1 -0
  333. package/script/deps/jsr.io/@std/fs/1.0.19/ensure_file.js +93 -0
  334. package/script/deps/jsr.io/@std/fs/1.0.19/ensure_link.d.ts +49 -0
  335. package/script/deps/jsr.io/@std/fs/1.0.19/ensure_link.d.ts.map +1 -0
  336. package/script/deps/jsr.io/@std/fs/1.0.19/ensure_link.js +64 -0
  337. package/script/deps/jsr.io/@std/fs/1.0.19/ensure_symlink.d.ts +70 -0
  338. package/script/deps/jsr.io/@std/fs/1.0.19/ensure_symlink.d.ts.map +1 -0
  339. package/script/deps/jsr.io/@std/fs/1.0.19/ensure_symlink.js +159 -0
  340. package/script/deps/jsr.io/@std/fs/1.0.19/eol.d.ts +52 -0
  341. package/script/deps/jsr.io/@std/fs/1.0.19/eol.d.ts.map +1 -0
  342. package/script/deps/jsr.io/@std/fs/1.0.19/eol.js +105 -0
  343. package/script/deps/jsr.io/@std/fs/1.0.19/exists.d.ts +219 -0
  344. package/script/deps/jsr.io/@std/fs/1.0.19/exists.d.ts.map +1 -0
  345. package/script/deps/jsr.io/@std/fs/1.0.19/exists.js +273 -0
  346. package/script/deps/jsr.io/@std/fs/1.0.19/expand_glob.d.ts +267 -0
  347. package/script/deps/jsr.io/@std/fs/1.0.19/expand_glob.d.ts.map +1 -0
  348. package/script/deps/jsr.io/@std/fs/1.0.19/expand_glob.js +418 -0
  349. package/script/deps/jsr.io/@std/fs/1.0.19/mod.d.ts +29 -0
  350. package/script/deps/jsr.io/@std/fs/1.0.19/mod.d.ts.map +1 -0
  351. package/script/deps/jsr.io/@std/fs/1.0.19/mod.js +45 -0
  352. package/script/deps/jsr.io/@std/fs/1.0.19/move.d.ts +86 -0
  353. package/script/deps/jsr.io/@std/fs/1.0.19/move.d.ts.map +1 -0
  354. package/script/deps/jsr.io/@std/fs/1.0.19/move.js +144 -0
  355. package/script/deps/jsr.io/@std/fs/1.0.19/walk.d.ts +777 -0
  356. package/script/deps/jsr.io/@std/fs/1.0.19/walk.d.ts.map +1 -0
  357. package/script/deps/jsr.io/@std/fs/1.0.19/walk.js +849 -0
  358. package/script/deps/jsr.io/@std/internal/1.0.12/_os.d.ts +2 -0
  359. package/script/deps/jsr.io/@std/internal/1.0.12/_os.d.ts.map +1 -0
  360. package/script/deps/jsr.io/@std/internal/1.0.12/_os.js +48 -0
  361. package/script/deps/jsr.io/@std/internal/1.0.12/os.d.ts +3 -0
  362. package/script/deps/jsr.io/@std/internal/1.0.12/os.d.ts.map +1 -0
  363. package/script/deps/jsr.io/@std/internal/1.0.12/os.js +8 -0
  364. package/script/deps/jsr.io/@std/path/1.1.2/_common/assert_path.d.ts +2 -0
  365. package/script/deps/jsr.io/@std/path/1.1.2/_common/assert_path.d.ts.map +1 -0
  366. package/script/deps/jsr.io/@std/path/1.1.2/_common/assert_path.js +10 -0
  367. package/script/deps/jsr.io/@std/path/1.1.2/_common/basename.d.ts +4 -0
  368. package/script/deps/jsr.io/@std/path/1.1.2/_common/basename.d.ts.map +1 -0
  369. package/script/deps/jsr.io/@std/path/1.1.2/_common/basename.js +45 -0
  370. package/script/deps/jsr.io/@std/path/1.1.2/_common/common.d.ts +2 -0
  371. package/script/deps/jsr.io/@std/path/1.1.2/_common/common.d.ts.map +1 -0
  372. package/script/deps/jsr.io/@std/path/1.1.2/_common/common.js +26 -0
  373. package/script/deps/jsr.io/@std/path/1.1.2/_common/constants.d.ts +40 -0
  374. package/script/deps/jsr.io/@std/path/1.1.2/_common/constants.d.ts.map +1 -0
  375. package/script/deps/jsr.io/@std/path/1.1.2/_common/constants.js +49 -0
  376. package/script/deps/jsr.io/@std/path/1.1.2/_common/dirname.d.ts +2 -0
  377. package/script/deps/jsr.io/@std/path/1.1.2/_common/dirname.d.ts.map +1 -0
  378. package/script/deps/jsr.io/@std/path/1.1.2/_common/dirname.js +11 -0
  379. package/script/deps/jsr.io/@std/path/1.1.2/_common/format.d.ts +4 -0
  380. package/script/deps/jsr.io/@std/path/1.1.2/_common/format.d.ts.map +1 -0
  381. package/script/deps/jsr.io/@std/path/1.1.2/_common/format.js +23 -0
  382. package/script/deps/jsr.io/@std/path/1.1.2/_common/from_file_url.d.ts +2 -0
  383. package/script/deps/jsr.io/@std/path/1.1.2/_common/from_file_url.d.ts.map +1 -0
  384. package/script/deps/jsr.io/@std/path/1.1.2/_common/from_file_url.js +12 -0
  385. package/script/deps/jsr.io/@std/path/1.1.2/_common/glob_to_reg_exp.d.ts +35 -0
  386. package/script/deps/jsr.io/@std/path/1.1.2/_common/glob_to_reg_exp.d.ts.map +1 -0
  387. package/script/deps/jsr.io/@std/path/1.1.2/_common/glob_to_reg_exp.js +237 -0
  388. package/script/deps/jsr.io/@std/path/1.1.2/_common/normalize.d.ts +2 -0
  389. package/script/deps/jsr.io/@std/path/1.1.2/_common/normalize.d.ts.map +1 -0
  390. package/script/deps/jsr.io/@std/path/1.1.2/_common/normalize.js +11 -0
  391. package/script/deps/jsr.io/@std/path/1.1.2/_common/normalize_string.d.ts +2 -0
  392. package/script/deps/jsr.io/@std/path/1.1.2/_common/normalize_string.d.ts.map +1 -0
  393. package/script/deps/jsr.io/@std/path/1.1.2/_common/normalize_string.js +80 -0
  394. package/script/deps/jsr.io/@std/path/1.1.2/_common/relative.d.ts +2 -0
  395. package/script/deps/jsr.io/@std/path/1.1.2/_common/relative.d.ts.map +1 -0
  396. package/script/deps/jsr.io/@std/path/1.1.2/_common/relative.js +12 -0
  397. package/script/deps/jsr.io/@std/path/1.1.2/_common/strip_trailing_separators.d.ts +2 -0
  398. package/script/deps/jsr.io/@std/path/1.1.2/_common/strip_trailing_separators.d.ts.map +1 -0
  399. package/script/deps/jsr.io/@std/path/1.1.2/_common/strip_trailing_separators.js +22 -0
  400. package/script/deps/jsr.io/@std/path/1.1.2/_common/to_file_url.d.ts +2 -0
  401. package/script/deps/jsr.io/@std/path/1.1.2/_common/to_file_url.d.ts.map +1 -0
  402. package/script/deps/jsr.io/@std/path/1.1.2/_common/to_file_url.js +18 -0
  403. package/script/deps/jsr.io/@std/path/1.1.2/basename.d.ts +27 -0
  404. package/script/deps/jsr.io/@std/path/1.1.2/basename.d.ts.map +1 -0
  405. package/script/deps/jsr.io/@std/path/1.1.2/basename.js +38 -0
  406. package/script/deps/jsr.io/@std/path/1.1.2/common.d.ts +28 -0
  407. package/script/deps/jsr.io/@std/path/1.1.2/common.d.ts.map +1 -0
  408. package/script/deps/jsr.io/@std/path/1.1.2/common.js +36 -0
  409. package/script/deps/jsr.io/@std/path/1.1.2/constants.d.ts +15 -0
  410. package/script/deps/jsr.io/@std/path/1.1.2/constants.d.ts.map +1 -0
  411. package/script/deps/jsr.io/@std/path/1.1.2/constants.js +20 -0
  412. package/script/deps/jsr.io/@std/path/1.1.2/dirname.d.ts +22 -0
  413. package/script/deps/jsr.io/@std/path/1.1.2/dirname.d.ts.map +1 -0
  414. package/script/deps/jsr.io/@std/path/1.1.2/dirname.js +31 -0
  415. package/script/deps/jsr.io/@std/path/1.1.2/extname.d.ts +22 -0
  416. package/script/deps/jsr.io/@std/path/1.1.2/extname.d.ts.map +1 -0
  417. package/script/deps/jsr.io/@std/path/1.1.2/extname.js +31 -0
  418. package/script/deps/jsr.io/@std/path/1.1.2/format.d.ts +22 -0
  419. package/script/deps/jsr.io/@std/path/1.1.2/format.d.ts.map +1 -0
  420. package/script/deps/jsr.io/@std/path/1.1.2/format.js +30 -0
  421. package/script/deps/jsr.io/@std/path/1.1.2/from_file_url.d.ts +22 -0
  422. package/script/deps/jsr.io/@std/path/1.1.2/from_file_url.d.ts.map +1 -0
  423. package/script/deps/jsr.io/@std/path/1.1.2/from_file_url.js +31 -0
  424. package/script/deps/jsr.io/@std/path/1.1.2/glob_to_regexp.d.ts +77 -0
  425. package/script/deps/jsr.io/@std/path/1.1.2/glob_to_regexp.d.ts.map +1 -0
  426. package/script/deps/jsr.io/@std/path/1.1.2/glob_to_regexp.js +86 -0
  427. package/script/deps/jsr.io/@std/path/1.1.2/is_absolute.d.ts +22 -0
  428. package/script/deps/jsr.io/@std/path/1.1.2/is_absolute.d.ts.map +1 -0
  429. package/script/deps/jsr.io/@std/path/1.1.2/is_absolute.js +31 -0
  430. package/script/deps/jsr.io/@std/path/1.1.2/is_glob.d.ts +17 -0
  431. package/script/deps/jsr.io/@std/path/1.1.2/is_glob.d.ts.map +1 -0
  432. package/script/deps/jsr.io/@std/path/1.1.2/is_glob.js +45 -0
  433. package/script/deps/jsr.io/@std/path/1.1.2/join.d.ts +23 -0
  434. package/script/deps/jsr.io/@std/path/1.1.2/join.d.ts.map +1 -0
  435. package/script/deps/jsr.io/@std/path/1.1.2/join.js +32 -0
  436. package/script/deps/jsr.io/@std/path/1.1.2/join_globs.d.ts +28 -0
  437. package/script/deps/jsr.io/@std/path/1.1.2/join_globs.d.ts.map +1 -0
  438. package/script/deps/jsr.io/@std/path/1.1.2/join_globs.js +37 -0
  439. package/script/deps/jsr.io/@std/path/1.1.2/mod.d.ts +213 -0
  440. package/script/deps/jsr.io/@std/path/1.1.2/mod.d.ts.map +1 -0
  441. package/script/deps/jsr.io/@std/path/1.1.2/mod.js +232 -0
  442. package/script/deps/jsr.io/@std/path/1.1.2/normalize.d.ts +26 -0
  443. package/script/deps/jsr.io/@std/path/1.1.2/normalize.d.ts.map +1 -0
  444. package/script/deps/jsr.io/@std/path/1.1.2/normalize.js +35 -0
  445. package/script/deps/jsr.io/@std/path/1.1.2/normalize_glob.d.ts +29 -0
  446. package/script/deps/jsr.io/@std/path/1.1.2/normalize_glob.d.ts.map +1 -0
  447. package/script/deps/jsr.io/@std/path/1.1.2/normalize_glob.js +38 -0
  448. package/script/deps/jsr.io/@std/path/1.1.2/parse.d.ts +35 -0
  449. package/script/deps/jsr.io/@std/path/1.1.2/parse.d.ts.map +1 -0
  450. package/script/deps/jsr.io/@std/path/1.1.2/parse.js +42 -0
  451. package/script/deps/jsr.io/@std/path/1.1.2/posix/_util.d.ts +2 -0
  452. package/script/deps/jsr.io/@std/path/1.1.2/posix/_util.d.ts.map +1 -0
  453. package/script/deps/jsr.io/@std/path/1.1.2/posix/_util.js +11 -0
  454. package/script/deps/jsr.io/@std/path/1.1.2/posix/basename.d.ts +39 -0
  455. package/script/deps/jsr.io/@std/path/1.1.2/posix/basename.d.ts.map +1 -0
  456. package/script/deps/jsr.io/@std/path/1.1.2/posix/basename.js +55 -0
  457. package/script/deps/jsr.io/@std/path/1.1.2/posix/constants.d.ts +13 -0
  458. package/script/deps/jsr.io/@std/path/1.1.2/posix/constants.d.ts.map +1 -0
  459. package/script/deps/jsr.io/@std/path/1.1.2/posix/constants.js +17 -0
  460. package/script/deps/jsr.io/@std/path/1.1.2/posix/dirname.d.ts +30 -0
  461. package/script/deps/jsr.io/@std/path/1.1.2/posix/dirname.d.ts.map +1 -0
  462. package/script/deps/jsr.io/@std/path/1.1.2/posix/dirname.js +67 -0
  463. package/script/deps/jsr.io/@std/path/1.1.2/posix/extname.d.ts +37 -0
  464. package/script/deps/jsr.io/@std/path/1.1.2/posix/extname.d.ts.map +1 -0
  465. package/script/deps/jsr.io/@std/path/1.1.2/posix/extname.js +96 -0
  466. package/script/deps/jsr.io/@std/path/1.1.2/posix/format.d.ts +24 -0
  467. package/script/deps/jsr.io/@std/path/1.1.2/posix/format.d.ts.map +1 -0
  468. package/script/deps/jsr.io/@std/path/1.1.2/posix/format.js +31 -0
  469. package/script/deps/jsr.io/@std/path/1.1.2/posix/from_file_url.d.ts +16 -0
  470. package/script/deps/jsr.io/@std/path/1.1.2/posix/from_file_url.d.ts.map +1 -0
  471. package/script/deps/jsr.io/@std/path/1.1.2/posix/from_file_url.js +24 -0
  472. package/script/deps/jsr.io/@std/path/1.1.2/posix/glob_to_regexp.d.ts +72 -0
  473. package/script/deps/jsr.io/@std/path/1.1.2/posix/glob_to_regexp.d.ts.map +1 -0
  474. package/script/deps/jsr.io/@std/path/1.1.2/posix/glob_to_regexp.js +85 -0
  475. package/script/deps/jsr.io/@std/path/1.1.2/posix/is_absolute.d.ts +17 -0
  476. package/script/deps/jsr.io/@std/path/1.1.2/posix/is_absolute.d.ts.map +1 -0
  477. package/script/deps/jsr.io/@std/path/1.1.2/posix/is_absolute.js +26 -0
  478. package/script/deps/jsr.io/@std/path/1.1.2/posix/join.d.ts +31 -0
  479. package/script/deps/jsr.io/@std/path/1.1.2/posix/join.d.ts.map +1 -0
  480. package/script/deps/jsr.io/@std/path/1.1.2/posix/join.js +48 -0
  481. package/script/deps/jsr.io/@std/path/1.1.2/posix/join_globs.d.ts +20 -0
  482. package/script/deps/jsr.io/@std/path/1.1.2/posix/join_globs.d.ts.map +1 -0
  483. package/script/deps/jsr.io/@std/path/1.1.2/posix/join_globs.js +43 -0
  484. package/script/deps/jsr.io/@std/path/1.1.2/posix/normalize.d.ts +37 -0
  485. package/script/deps/jsr.io/@std/path/1.1.2/posix/normalize.d.ts.map +1 -0
  486. package/script/deps/jsr.io/@std/path/1.1.2/posix/normalize.js +61 -0
  487. package/script/deps/jsr.io/@std/path/1.1.2/posix/normalize_glob.d.ts +20 -0
  488. package/script/deps/jsr.io/@std/path/1.1.2/posix/normalize_glob.d.ts.map +1 -0
  489. package/script/deps/jsr.io/@std/path/1.1.2/posix/normalize_glob.js +35 -0
  490. package/script/deps/jsr.io/@std/path/1.1.2/posix/parse.d.ts +25 -0
  491. package/script/deps/jsr.io/@std/path/1.1.2/posix/parse.d.ts.map +1 -0
  492. package/script/deps/jsr.io/@std/path/1.1.2/posix/parse.js +118 -0
  493. package/script/deps/jsr.io/@std/path/1.1.2/posix/relative.d.ts +20 -0
  494. package/script/deps/jsr.io/@std/path/1.1.2/posix/relative.d.ts.map +1 -0
  495. package/script/deps/jsr.io/@std/path/1.1.2/posix/relative.js +109 -0
  496. package/script/deps/jsr.io/@std/path/1.1.2/posix/resolve.d.ts +17 -0
  497. package/script/deps/jsr.io/@std/path/1.1.2/posix/resolve.d.ts.map +1 -0
  498. package/script/deps/jsr.io/@std/path/1.1.2/posix/resolve.js +95 -0
  499. package/script/deps/jsr.io/@std/path/1.1.2/posix/to_file_url.d.ts +17 -0
  500. package/script/deps/jsr.io/@std/path/1.1.2/posix/to_file_url.d.ts.map +1 -0
  501. package/script/deps/jsr.io/@std/path/1.1.2/posix/to_file_url.js +30 -0
  502. package/script/deps/jsr.io/@std/path/1.1.2/posix/to_namespaced_path.d.ts +16 -0
  503. package/script/deps/jsr.io/@std/path/1.1.2/posix/to_namespaced_path.d.ts.map +1 -0
  504. package/script/deps/jsr.io/@std/path/1.1.2/posix/to_namespaced_path.js +23 -0
  505. package/script/deps/jsr.io/@std/path/1.1.2/relative.d.ts +24 -0
  506. package/script/deps/jsr.io/@std/path/1.1.2/relative.d.ts.map +1 -0
  507. package/script/deps/jsr.io/@std/path/1.1.2/relative.js +33 -0
  508. package/script/deps/jsr.io/@std/path/1.1.2/resolve.d.ts +22 -0
  509. package/script/deps/jsr.io/@std/path/1.1.2/resolve.d.ts.map +1 -0
  510. package/script/deps/jsr.io/@std/path/1.1.2/resolve.js +33 -0
  511. package/script/deps/jsr.io/@std/path/1.1.2/to_file_url.d.ts +22 -0
  512. package/script/deps/jsr.io/@std/path/1.1.2/to_file_url.d.ts.map +1 -0
  513. package/script/deps/jsr.io/@std/path/1.1.2/to_file_url.js +31 -0
  514. package/script/deps/jsr.io/@std/path/1.1.2/to_namespaced_path.d.ts +21 -0
  515. package/script/deps/jsr.io/@std/path/1.1.2/to_namespaced_path.d.ts.map +1 -0
  516. package/script/deps/jsr.io/@std/path/1.1.2/to_namespaced_path.js +32 -0
  517. package/script/deps/jsr.io/@std/path/1.1.2/types.d.ts +38 -0
  518. package/script/deps/jsr.io/@std/path/1.1.2/types.d.ts.map +1 -0
  519. package/script/deps/jsr.io/@std/path/1.1.2/types.js +4 -0
  520. package/script/deps/jsr.io/@std/path/1.1.2/windows/_util.d.ts +4 -0
  521. package/script/deps/jsr.io/@std/path/1.1.2/windows/_util.d.ts.map +1 -0
  522. package/script/deps/jsr.io/@std/path/1.1.2/windows/_util.js +20 -0
  523. package/script/deps/jsr.io/@std/path/1.1.2/windows/basename.d.ts +22 -0
  524. package/script/deps/jsr.io/@std/path/1.1.2/windows/basename.d.ts.map +1 -0
  525. package/script/deps/jsr.io/@std/path/1.1.2/windows/basename.js +50 -0
  526. package/script/deps/jsr.io/@std/path/1.1.2/windows/constants.d.ts +13 -0
  527. package/script/deps/jsr.io/@std/path/1.1.2/windows/constants.d.ts.map +1 -0
  528. package/script/deps/jsr.io/@std/path/1.1.2/windows/constants.js +17 -0
  529. package/script/deps/jsr.io/@std/path/1.1.2/windows/dirname.d.ts +17 -0
  530. package/script/deps/jsr.io/@std/path/1.1.2/windows/dirname.d.ts.map +1 -0
  531. package/script/deps/jsr.io/@std/path/1.1.2/windows/dirname.js +116 -0
  532. package/script/deps/jsr.io/@std/path/1.1.2/windows/extname.d.ts +17 -0
  533. package/script/deps/jsr.io/@std/path/1.1.2/windows/extname.d.ts.map +1 -0
  534. package/script/deps/jsr.io/@std/path/1.1.2/windows/extname.js +85 -0
  535. package/script/deps/jsr.io/@std/path/1.1.2/windows/format.d.ts +24 -0
  536. package/script/deps/jsr.io/@std/path/1.1.2/windows/format.d.ts.map +1 -0
  537. package/script/deps/jsr.io/@std/path/1.1.2/windows/format.js +31 -0
  538. package/script/deps/jsr.io/@std/path/1.1.2/windows/from_file_url.d.ts +18 -0
  539. package/script/deps/jsr.io/@std/path/1.1.2/windows/from_file_url.d.ts.map +1 -0
  540. package/script/deps/jsr.io/@std/path/1.1.2/windows/from_file_url.js +33 -0
  541. package/script/deps/jsr.io/@std/path/1.1.2/windows/glob_to_regexp.d.ts +71 -0
  542. package/script/deps/jsr.io/@std/path/1.1.2/windows/glob_to_regexp.d.ts.map +1 -0
  543. package/script/deps/jsr.io/@std/path/1.1.2/windows/glob_to_regexp.js +85 -0
  544. package/script/deps/jsr.io/@std/path/1.1.2/windows/is_absolute.d.ts +17 -0
  545. package/script/deps/jsr.io/@std/path/1.1.2/windows/is_absolute.d.ts.map +1 -0
  546. package/script/deps/jsr.io/@std/path/1.1.2/windows/is_absolute.js +41 -0
  547. package/script/deps/jsr.io/@std/path/1.1.2/windows/join.d.ts +18 -0
  548. package/script/deps/jsr.io/@std/path/1.1.2/windows/join.d.ts.map +1 -0
  549. package/script/deps/jsr.io/@std/path/1.1.2/windows/join.js +80 -0
  550. package/script/deps/jsr.io/@std/path/1.1.2/windows/join_globs.d.ts +21 -0
  551. package/script/deps/jsr.io/@std/path/1.1.2/windows/join_globs.d.ts.map +1 -0
  552. package/script/deps/jsr.io/@std/path/1.1.2/windows/join_globs.js +44 -0
  553. package/script/deps/jsr.io/@std/path/1.1.2/windows/normalize.d.ts +19 -0
  554. package/script/deps/jsr.io/@std/path/1.1.2/windows/normalize.d.ts.map +1 -0
  555. package/script/deps/jsr.io/@std/path/1.1.2/windows/normalize.js +138 -0
  556. package/script/deps/jsr.io/@std/path/1.1.2/windows/normalize_glob.d.ts +20 -0
  557. package/script/deps/jsr.io/@std/path/1.1.2/windows/normalize_glob.d.ts.map +1 -0
  558. package/script/deps/jsr.io/@std/path/1.1.2/windows/normalize_glob.js +35 -0
  559. package/script/deps/jsr.io/@std/path/1.1.2/windows/parse.d.ts +25 -0
  560. package/script/deps/jsr.io/@std/path/1.1.2/windows/parse.d.ts.map +1 -0
  561. package/script/deps/jsr.io/@std/path/1.1.2/windows/parse.js +179 -0
  562. package/script/deps/jsr.io/@std/path/1.1.2/windows/relative.d.ts +23 -0
  563. package/script/deps/jsr.io/@std/path/1.1.2/windows/relative.d.ts.map +1 -0
  564. package/script/deps/jsr.io/@std/path/1.1.2/windows/relative.js +134 -0
  565. package/script/deps/jsr.io/@std/path/1.1.2/windows/resolve.d.ts +17 -0
  566. package/script/deps/jsr.io/@std/path/1.1.2/windows/resolve.d.ts.map +1 -0
  567. package/script/deps/jsr.io/@std/path/1.1.2/windows/resolve.js +190 -0
  568. package/script/deps/jsr.io/@std/path/1.1.2/windows/to_file_url.d.ts +17 -0
  569. package/script/deps/jsr.io/@std/path/1.1.2/windows/to_file_url.d.ts.map +1 -0
  570. package/script/deps/jsr.io/@std/path/1.1.2/windows/to_file_url.js +37 -0
  571. package/script/deps/jsr.io/@std/path/1.1.2/windows/to_namespaced_path.d.ts +17 -0
  572. package/script/deps/jsr.io/@std/path/1.1.2/windows/to_namespaced_path.d.ts.map +1 -0
  573. package/script/deps/jsr.io/@std/path/1.1.2/windows/to_namespaced_path.js +52 -0
  574. package/script/main.d.ts +2 -0
  575. package/script/main.d.ts.map +1 -0
  576. package/script/main.js +76 -0
  577. package/script/mod.d.ts +6 -0
  578. package/script/mod.d.ts.map +1 -0
  579. package/script/mod.js +21 -0
  580. package/script/package.json +3 -0
  581. package/script/stream-helpers.d.ts +4 -0
  582. package/script/stream-helpers.d.ts.map +1 -0
  583. package/script/stream-helpers.js +42 -0
  584. package/script/watch.d.ts +76 -0
  585. package/script/watch.d.ts.map +1 -0
  586. package/script/watch.js +125 -0
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Converts a path to a namespaced path. This function returns the path as is on posix.
3
+ *
4
+ * @example Usage
5
+ * ```ts
6
+ * import { toNamespacedPath } from "@std/path/posix/to-namespaced-path";
7
+ * import { assertEquals } from "@std/assert";
8
+ *
9
+ * assertEquals(toNamespacedPath("/home/foo"), "/home/foo");
10
+ * ```
11
+ *
12
+ * @param path The path.
13
+ * @returns The namespaced path.
14
+ */
15
+ export declare function toNamespacedPath(path: string): string;
16
+ //# sourceMappingURL=to_namespaced_path.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"to_namespaced_path.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.2/posix/to_namespaced_path.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;GAaG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAGrD"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.toNamespacedPath = toNamespacedPath;
6
+ /**
7
+ * Converts a path to a namespaced path. This function returns the path as is on posix.
8
+ *
9
+ * @example Usage
10
+ * ```ts
11
+ * import { toNamespacedPath } from "@std/path/posix/to-namespaced-path";
12
+ * import { assertEquals } from "@std/assert";
13
+ *
14
+ * assertEquals(toNamespacedPath("/home/foo"), "/home/foo");
15
+ * ```
16
+ *
17
+ * @param path The path.
18
+ * @returns The namespaced path.
19
+ */
20
+ function toNamespacedPath(path) {
21
+ // Non-op on posix systems
22
+ return path;
23
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Return the relative path from `from` to `to` based on current working
3
+ * directory.
4
+ *
5
+ * @example Usage
6
+ * ```ts
7
+ * import { relative } from "@std/path/relative";
8
+ * import { assertEquals } from "@std/assert";
9
+ *
10
+ * if (Deno.build.os === "windows") {
11
+ * const path = relative("C:\\foobar\\test\\aaa", "C:\\foobar\\impl\\bbb");
12
+ * assertEquals(path, "..\\..\\impl\\bbb");
13
+ * } else {
14
+ * const path = relative("/data/foobar/test/aaa", "/data/foobar/impl/bbb");
15
+ * assertEquals(path, "../../impl/bbb");
16
+ * }
17
+ * ```
18
+ *
19
+ * @param from Path in current working directory.
20
+ * @param to Path in current working directory.
21
+ * @returns The relative path from `from` to `to`.
22
+ */
23
+ export declare function relative(from: string, to: string): string;
24
+ //# sourceMappingURL=relative.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"relative.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.1.2/relative.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,MAAM,CAEzD"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.relative = relative;
6
+ const os_js_1 = require("../../internal/1.0.12/os.js");
7
+ const relative_js_1 = require("./posix/relative.js");
8
+ const relative_js_2 = require("./windows/relative.js");
9
+ /**
10
+ * Return the relative path from `from` to `to` based on current working
11
+ * directory.
12
+ *
13
+ * @example Usage
14
+ * ```ts
15
+ * import { relative } from "@std/path/relative";
16
+ * import { assertEquals } from "@std/assert";
17
+ *
18
+ * if (Deno.build.os === "windows") {
19
+ * const path = relative("C:\\foobar\\test\\aaa", "C:\\foobar\\impl\\bbb");
20
+ * assertEquals(path, "..\\..\\impl\\bbb");
21
+ * } else {
22
+ * const path = relative("/data/foobar/test/aaa", "/data/foobar/impl/bbb");
23
+ * assertEquals(path, "../../impl/bbb");
24
+ * }
25
+ * ```
26
+ *
27
+ * @param from Path in current working directory.
28
+ * @param to Path in current working directory.
29
+ * @returns The relative path from `from` to `to`.
30
+ */
31
+ function relative(from, to) {
32
+ return os_js_1.isWindows ? (0, relative_js_2.relative)(from, to) : (0, relative_js_1.relative)(from, to);
33
+ }
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Resolves path segments into a path.
3
+ *
4
+ * @example Usage
5
+ * ```ts
6
+ * import { resolve } from "@std/path/resolve";
7
+ * import { assertEquals } from "@std/assert";
8
+ *
9
+ * if (Deno.build.os === "windows") {
10
+ * assertEquals(resolve("C:\\foo", "bar", "baz"), "C:\\foo\\bar\\baz");
11
+ * assertEquals(resolve("C:\\foo", "C:\\bar", "baz"), "C:\\bar\\baz");
12
+ * } else {
13
+ * assertEquals(resolve("/foo", "bar", "baz"), "/foo/bar/baz");
14
+ * assertEquals(resolve("/foo", "/bar", "baz"), "/bar/baz");
15
+ * }
16
+ * ```
17
+ *
18
+ * @param pathSegments Path segments to process to path.
19
+ * @returns The resolved path.
20
+ */
21
+ export declare function resolve(...pathSegments: string[]): string;
22
+ //# sourceMappingURL=resolve.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resolve.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.1.2/resolve.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,OAAO,CAAC,GAAG,YAAY,EAAE,MAAM,EAAE,GAAG,MAAM,CAIzD"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.resolve = resolve;
6
+ const os_js_1 = require("../../internal/1.0.12/os.js");
7
+ const resolve_js_1 = require("./posix/resolve.js");
8
+ const resolve_js_2 = require("./windows/resolve.js");
9
+ /**
10
+ * Resolves path segments into a path.
11
+ *
12
+ * @example Usage
13
+ * ```ts
14
+ * import { resolve } from "@std/path/resolve";
15
+ * import { assertEquals } from "@std/assert";
16
+ *
17
+ * if (Deno.build.os === "windows") {
18
+ * assertEquals(resolve("C:\\foo", "bar", "baz"), "C:\\foo\\bar\\baz");
19
+ * assertEquals(resolve("C:\\foo", "C:\\bar", "baz"), "C:\\bar\\baz");
20
+ * } else {
21
+ * assertEquals(resolve("/foo", "bar", "baz"), "/foo/bar/baz");
22
+ * assertEquals(resolve("/foo", "/bar", "baz"), "/bar/baz");
23
+ * }
24
+ * ```
25
+ *
26
+ * @param pathSegments Path segments to process to path.
27
+ * @returns The resolved path.
28
+ */
29
+ function resolve(...pathSegments) {
30
+ return os_js_1.isWindows
31
+ ? (0, resolve_js_2.resolve)(...pathSegments)
32
+ : (0, resolve_js_1.resolve)(...pathSegments);
33
+ }
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Converts a path string to a file URL.
3
+ *
4
+ * @example Usage
5
+ * ```ts
6
+ * import { toFileUrl } from "@std/path/to-file-url";
7
+ * import { assertEquals } from "@std/assert";
8
+ *
9
+ * if (Deno.build.os === "windows") {
10
+ * assertEquals(toFileUrl("\\home\\foo"), new URL("file:///home/foo"));
11
+ * assertEquals(toFileUrl("C:\\Users\\foo"), new URL("file:///C:/Users/foo"));
12
+ * assertEquals(toFileUrl("\\\\127.0.0.1\\home\\foo"), new URL("file://127.0.0.1/home/foo"));
13
+ * } else {
14
+ * assertEquals(toFileUrl("/home/foo"), new URL("file:///home/foo"));
15
+ * }
16
+ * ```
17
+ *
18
+ * @param path Path to convert to file URL.
19
+ * @returns The file URL equivalent to the path.
20
+ */
21
+ export declare function toFileUrl(path: string): URL;
22
+ //# sourceMappingURL=to_file_url.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"to_file_url.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.1.2/to_file_url.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CAE3C"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.toFileUrl = toFileUrl;
6
+ const os_js_1 = require("../../internal/1.0.12/os.js");
7
+ const to_file_url_js_1 = require("./posix/to_file_url.js");
8
+ const to_file_url_js_2 = require("./windows/to_file_url.js");
9
+ /**
10
+ * Converts a path string to a file URL.
11
+ *
12
+ * @example Usage
13
+ * ```ts
14
+ * import { toFileUrl } from "@std/path/to-file-url";
15
+ * import { assertEquals } from "@std/assert";
16
+ *
17
+ * if (Deno.build.os === "windows") {
18
+ * assertEquals(toFileUrl("\\home\\foo"), new URL("file:///home/foo"));
19
+ * assertEquals(toFileUrl("C:\\Users\\foo"), new URL("file:///C:/Users/foo"));
20
+ * assertEquals(toFileUrl("\\\\127.0.0.1\\home\\foo"), new URL("file://127.0.0.1/home/foo"));
21
+ * } else {
22
+ * assertEquals(toFileUrl("/home/foo"), new URL("file:///home/foo"));
23
+ * }
24
+ * ```
25
+ *
26
+ * @param path Path to convert to file URL.
27
+ * @returns The file URL equivalent to the path.
28
+ */
29
+ function toFileUrl(path) {
30
+ return os_js_1.isWindows ? (0, to_file_url_js_2.toFileUrl)(path) : (0, to_file_url_js_1.toFileUrl)(path);
31
+ }
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Resolves path to a namespace path. This is a no-op on
3
+ * non-windows systems.
4
+ *
5
+ * @example Usage
6
+ * ```ts
7
+ * import { toNamespacedPath } from "@std/path/to-namespaced-path";
8
+ * import { assertEquals } from "@std/assert";
9
+ *
10
+ * if (Deno.build.os === "windows") {
11
+ * assertEquals(toNamespacedPath("C:\\foo\\bar"), "\\\\?\\C:\\foo\\bar");
12
+ * } else {
13
+ * assertEquals(toNamespacedPath("/foo/bar"), "/foo/bar");
14
+ * }
15
+ * ```
16
+ *
17
+ * @param path Path to resolve to namespace.
18
+ * @returns The resolved namespace path.
19
+ */
20
+ export declare function toNamespacedPath(path: string): string;
21
+ //# sourceMappingURL=to_namespaced_path.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"to_namespaced_path.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.1.2/to_namespaced_path.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAIrD"}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.toNamespacedPath = toNamespacedPath;
6
+ const os_js_1 = require("../../internal/1.0.12/os.js");
7
+ const to_namespaced_path_js_1 = require("./posix/to_namespaced_path.js");
8
+ const to_namespaced_path_js_2 = require("./windows/to_namespaced_path.js");
9
+ /**
10
+ * Resolves path to a namespace path. This is a no-op on
11
+ * non-windows systems.
12
+ *
13
+ * @example Usage
14
+ * ```ts
15
+ * import { toNamespacedPath } from "@std/path/to-namespaced-path";
16
+ * import { assertEquals } from "@std/assert";
17
+ *
18
+ * if (Deno.build.os === "windows") {
19
+ * assertEquals(toNamespacedPath("C:\\foo\\bar"), "\\\\?\\C:\\foo\\bar");
20
+ * } else {
21
+ * assertEquals(toNamespacedPath("/foo/bar"), "/foo/bar");
22
+ * }
23
+ * ```
24
+ *
25
+ * @param path Path to resolve to namespace.
26
+ * @returns The resolved namespace path.
27
+ */
28
+ function toNamespacedPath(path) {
29
+ return os_js_1.isWindows
30
+ ? (0, to_namespaced_path_js_2.toNamespacedPath)(path)
31
+ : (0, to_namespaced_path_js_1.toNamespacedPath)(path);
32
+ }
@@ -0,0 +1,38 @@
1
+ /**
2
+ * A parsed path object generated by path.parse() or consumed by path.format().
3
+ *
4
+ * @example
5
+ * ```ts
6
+ * import { parse } from "@std/path";
7
+ *
8
+ * const parsedPathObj = parse("c:\\path\\dir\\index.html");
9
+ * parsedPathObj.root; // "c:\\"
10
+ * parsedPathObj.dir; // "c:\\path\\dir"
11
+ * parsedPathObj.base; // "index.html"
12
+ * parsedPathObj.ext; // ".html"
13
+ * parsedPathObj.name; // "index"
14
+ * ```
15
+ */
16
+ export interface ParsedPath {
17
+ /**
18
+ * The root of the path such as '/' or 'c:\'
19
+ */
20
+ root: string;
21
+ /**
22
+ * The full directory path of the parent such as '/home/user/dir' or 'c:\path\dir'
23
+ */
24
+ dir: string;
25
+ /**
26
+ * The file name including extension (if any) such as 'index.html'
27
+ */
28
+ base: string;
29
+ /**
30
+ * The file extension (if any) such as '.html'
31
+ */
32
+ ext: string;
33
+ /**
34
+ * The file name without extension (if any) such as 'index'
35
+ */
36
+ name: string;
37
+ }
38
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.1.2/types.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export declare function isPosixPathSeparator(code: number): boolean;
2
+ export declare function isPathSeparator(code: number): boolean;
3
+ export declare function isWindowsDeviceRoot(code: number): boolean;
4
+ //# sourceMappingURL=_util.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_util.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.2/windows/_util.ts"],"names":[],"mappings":"AAcA,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAE1D;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAErD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAKzD"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // Copyright the Browserify authors. MIT License.
4
+ // Ported from https://github.com/browserify/path-browserify/
5
+ // This module is browser compatible.
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.isPosixPathSeparator = isPosixPathSeparator;
8
+ exports.isPathSeparator = isPathSeparator;
9
+ exports.isWindowsDeviceRoot = isWindowsDeviceRoot;
10
+ const constants_js_1 = require("../_common/constants.js");
11
+ function isPosixPathSeparator(code) {
12
+ return code === constants_js_1.CHAR_FORWARD_SLASH;
13
+ }
14
+ function isPathSeparator(code) {
15
+ return code === constants_js_1.CHAR_FORWARD_SLASH || code === constants_js_1.CHAR_BACKWARD_SLASH;
16
+ }
17
+ function isWindowsDeviceRoot(code) {
18
+ return ((code >= constants_js_1.CHAR_LOWERCASE_A && code <= constants_js_1.CHAR_LOWERCASE_Z) ||
19
+ (code >= constants_js_1.CHAR_UPPERCASE_A && code <= constants_js_1.CHAR_UPPERCASE_Z));
20
+ }
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Return the last portion of a `path`.
3
+ * Trailing directory separators are ignored, and optional suffix is removed.
4
+ *
5
+ * @example Usage
6
+ * ```ts
7
+ * import { basename } from "@std/path/windows/basename";
8
+ * import { assertEquals } from "@std/assert";
9
+ *
10
+ * assertEquals(basename("C:\\user\\Documents\\"), "Documents");
11
+ * assertEquals(basename("C:\\user\\Documents\\image.png"), "image.png");
12
+ * assertEquals(basename("C:\\user\\Documents\\image.png", ".png"), "image");
13
+ * assertEquals(basename(new URL("file:///C:/user/Documents/image.png")), "image.png");
14
+ * assertEquals(basename(new URL("file:///C:/user/Documents/image.png"), ".png"), "image");
15
+ * ```
16
+ *
17
+ * @param path The path to extract the name from.
18
+ * @param suffix The suffix to remove from extracted name.
19
+ * @returns The extracted name.
20
+ */
21
+ export declare function basename(path: string | URL, suffix?: string): string;
22
+ //# sourceMappingURL=basename.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"basename.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.2/windows/basename.ts"],"names":[],"mappings":"AAaA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,EAAE,MAAM,SAAK,GAAG,MAAM,CAoBhE"}
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.basename = basename;
6
+ const basename_js_1 = require("../_common/basename.js");
7
+ const constants_js_1 = require("../_common/constants.js");
8
+ const strip_trailing_separators_js_1 = require("../_common/strip_trailing_separators.js");
9
+ const _util_js_1 = require("./_util.js");
10
+ const from_file_url_js_1 = require("./from_file_url.js");
11
+ /**
12
+ * Return the last portion of a `path`.
13
+ * Trailing directory separators are ignored, and optional suffix is removed.
14
+ *
15
+ * @example Usage
16
+ * ```ts
17
+ * import { basename } from "@std/path/windows/basename";
18
+ * import { assertEquals } from "@std/assert";
19
+ *
20
+ * assertEquals(basename("C:\\user\\Documents\\"), "Documents");
21
+ * assertEquals(basename("C:\\user\\Documents\\image.png"), "image.png");
22
+ * assertEquals(basename("C:\\user\\Documents\\image.png", ".png"), "image");
23
+ * assertEquals(basename(new URL("file:///C:/user/Documents/image.png")), "image.png");
24
+ * assertEquals(basename(new URL("file:///C:/user/Documents/image.png"), ".png"), "image");
25
+ * ```
26
+ *
27
+ * @param path The path to extract the name from.
28
+ * @param suffix The suffix to remove from extracted name.
29
+ * @returns The extracted name.
30
+ */
31
+ function basename(path, suffix = "") {
32
+ if (path instanceof URL) {
33
+ path = (0, from_file_url_js_1.fromFileUrl)(path);
34
+ }
35
+ (0, basename_js_1.assertArgs)(path, suffix);
36
+ // Check for a drive letter prefix so as not to mistake the following
37
+ // path separator as an extra separator at the end of the path that can be
38
+ // disregarded
39
+ let start = 0;
40
+ if (path.length >= 2) {
41
+ const drive = path.charCodeAt(0);
42
+ if ((0, _util_js_1.isWindowsDeviceRoot)(drive)) {
43
+ if (path.charCodeAt(1) === constants_js_1.CHAR_COLON)
44
+ start = 2;
45
+ }
46
+ }
47
+ const lastSegment = (0, basename_js_1.lastPathSegment)(path, _util_js_1.isPathSeparator, start);
48
+ const strippedSegment = (0, strip_trailing_separators_js_1.stripTrailingSeparators)(lastSegment, _util_js_1.isPathSeparator);
49
+ return suffix ? (0, basename_js_1.stripSuffix)(strippedSegment, suffix) : strippedSegment;
50
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * The character used to separate entries in the PATH environment variable.
3
+ */
4
+ export declare const DELIMITER: ";";
5
+ /**
6
+ * The character used to separate components of a file path.
7
+ */
8
+ export declare const SEPARATOR: "\\";
9
+ /**
10
+ * A regular expression that matches one or more path separators.
11
+ */
12
+ export declare const SEPARATOR_PATTERN: RegExp;
13
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.2/windows/constants.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,eAAO,MAAM,SAAS,EAAG,GAAY,CAAC;AACtC;;GAEG;AACH,eAAO,MAAM,SAAS,EAAG,IAAa,CAAC;AACvC;;GAEG;AACH,eAAO,MAAM,iBAAiB,QAAW,CAAC"}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.SEPARATOR_PATTERN = exports.SEPARATOR = exports.DELIMITER = void 0;
6
+ /**
7
+ * The character used to separate entries in the PATH environment variable.
8
+ */
9
+ exports.DELIMITER = ";";
10
+ /**
11
+ * The character used to separate components of a file path.
12
+ */
13
+ exports.SEPARATOR = "\\";
14
+ /**
15
+ * A regular expression that matches one or more path separators.
16
+ */
17
+ exports.SEPARATOR_PATTERN = /[\\/]+/;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Return the directory path of a `path`.
3
+ *
4
+ * @example Usage
5
+ * ```ts
6
+ * import { dirname } from "@std/path/windows/dirname";
7
+ * import { assertEquals } from "@std/assert";
8
+ *
9
+ * assertEquals(dirname("C:\\foo\\bar\\baz.ext"), "C:\\foo\\bar");
10
+ * assertEquals(dirname(new URL("file:///C:/foo/bar/baz.ext")), "C:\\foo\\bar");
11
+ * ```
12
+ *
13
+ * @param path The path to get the directory from.
14
+ * @returns The directory path.
15
+ */
16
+ export declare function dirname(path: string | URL): string;
17
+ //# sourceMappingURL=dirname.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dirname.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.2/windows/dirname.ts"],"names":[],"mappings":"AAaA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,MAAM,CAyFlD"}
@@ -0,0 +1,116 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.dirname = dirname;
6
+ const dirname_js_1 = require("../_common/dirname.js");
7
+ const constants_js_1 = require("../_common/constants.js");
8
+ const strip_trailing_separators_js_1 = require("../_common/strip_trailing_separators.js");
9
+ const _util_js_1 = require("./_util.js");
10
+ const from_file_url_js_1 = require("./from_file_url.js");
11
+ /**
12
+ * Return the directory path of a `path`.
13
+ *
14
+ * @example Usage
15
+ * ```ts
16
+ * import { dirname } from "@std/path/windows/dirname";
17
+ * import { assertEquals } from "@std/assert";
18
+ *
19
+ * assertEquals(dirname("C:\\foo\\bar\\baz.ext"), "C:\\foo\\bar");
20
+ * assertEquals(dirname(new URL("file:///C:/foo/bar/baz.ext")), "C:\\foo\\bar");
21
+ * ```
22
+ *
23
+ * @param path The path to get the directory from.
24
+ * @returns The directory path.
25
+ */
26
+ function dirname(path) {
27
+ if (path instanceof URL) {
28
+ path = (0, from_file_url_js_1.fromFileUrl)(path);
29
+ }
30
+ (0, dirname_js_1.assertArg)(path);
31
+ const len = path.length;
32
+ let rootEnd = -1;
33
+ let end = -1;
34
+ let matchedSlash = true;
35
+ let offset = 0;
36
+ const code = path.charCodeAt(0);
37
+ // Try to match a root
38
+ if (len > 1) {
39
+ if ((0, _util_js_1.isPathSeparator)(code)) {
40
+ // Possible UNC root
41
+ rootEnd = offset = 1;
42
+ if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(1))) {
43
+ // Matched double path separator at beginning
44
+ let j = 2;
45
+ let last = j;
46
+ // Match 1 or more non-path separators
47
+ for (; j < len; ++j) {
48
+ if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(j)))
49
+ break;
50
+ }
51
+ if (j < len && j !== last) {
52
+ // Matched!
53
+ last = j;
54
+ // Match 1 or more path separators
55
+ for (; j < len; ++j) {
56
+ if (!(0, _util_js_1.isPathSeparator)(path.charCodeAt(j)))
57
+ break;
58
+ }
59
+ if (j < len && j !== last) {
60
+ // Matched!
61
+ last = j;
62
+ // Match 1 or more non-path separators
63
+ for (; j < len; ++j) {
64
+ if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(j)))
65
+ break;
66
+ }
67
+ if (j === len) {
68
+ // We matched a UNC root only
69
+ return path;
70
+ }
71
+ if (j !== last) {
72
+ // We matched a UNC root with leftovers
73
+ // Offset by 1 to include the separator after the UNC root to
74
+ // treat it as a "normal root" on top of a (UNC) root
75
+ rootEnd = offset = j + 1;
76
+ }
77
+ }
78
+ }
79
+ }
80
+ }
81
+ else if ((0, _util_js_1.isWindowsDeviceRoot)(code)) {
82
+ // Possible device root
83
+ if (path.charCodeAt(1) === constants_js_1.CHAR_COLON) {
84
+ rootEnd = offset = 2;
85
+ if (len > 2) {
86
+ if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(2)))
87
+ rootEnd = offset = 3;
88
+ }
89
+ }
90
+ }
91
+ }
92
+ else if ((0, _util_js_1.isPathSeparator)(code)) {
93
+ // `path` contains just a path separator, exit early to avoid
94
+ // unnecessary work
95
+ return path;
96
+ }
97
+ for (let i = len - 1; i >= offset; --i) {
98
+ if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(i))) {
99
+ if (!matchedSlash) {
100
+ end = i;
101
+ break;
102
+ }
103
+ }
104
+ else {
105
+ // We saw the first non-path separator
106
+ matchedSlash = false;
107
+ }
108
+ }
109
+ if (end === -1) {
110
+ if (rootEnd === -1)
111
+ return ".";
112
+ else
113
+ end = rootEnd;
114
+ }
115
+ return (0, strip_trailing_separators_js_1.stripTrailingSeparators)(path.slice(0, end), _util_js_1.isPosixPathSeparator);
116
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Return the extension of the `path` with leading period.
3
+ *
4
+ * @example Usage
5
+ * ```ts
6
+ * import { extname } from "@std/path/windows/extname";
7
+ * import { assertEquals } from "@std/assert";
8
+ *
9
+ * assertEquals(extname("file.ts"), ".ts");
10
+ * assertEquals(extname(new URL("file:///C:/foo/bar/baz.ext")), ".ext");
11
+ * ```
12
+ *
13
+ * @param path The path to get the extension from.
14
+ * @returns The extension of the `path`.
15
+ */
16
+ export declare function extname(path: string | URL): string;
17
+ //# sourceMappingURL=extname.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extname.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.2/windows/extname.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,MAAM,CAkElD"}