windmill-cli 1.475.0 → 1.476.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 (476) hide show
  1. package/LICENSE +16 -4
  2. package/esm/codebase.js +14 -8
  3. package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.2}/concat.js +1 -1
  4. package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_base32_common.js +1 -1
  5. package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_validate_binary_like.js +1 -1
  6. package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/ascii85.js +1 -1
  7. package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base32.js +1 -1
  8. package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base58.js +1 -1
  9. package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base64.js +1 -1
  10. package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base64url.js +1 -1
  11. package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/hex.js +1 -1
  12. package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/mod.js +1 -1
  13. package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/varint.js +3 -1
  14. package/esm/deps/jsr.io/@std/fmt/{1.0.6 → 1.0.2}/colors.js +1 -1
  15. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_create_walk_entry.js +3 -3
  16. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_is_same_path.js +2 -2
  17. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_is_subdir.js +3 -3
  18. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_to_path_string.js +2 -2
  19. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/copy.js +11 -12
  20. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/empty_dir.js +4 -4
  21. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_dir.js +3 -3
  22. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_file.js +4 -4
  23. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_link.js +4 -4
  24. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_symlink.js +14 -51
  25. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/eol.js +5 -7
  26. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/exists.js +17 -37
  27. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/expand_glob.js +14 -15
  28. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/mod.js +2 -2
  29. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/move.js +5 -5
  30. package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/walk.js +22 -22
  31. package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/_constants.js +1 -1
  32. package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/copy.js +2 -2
  33. package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/read_all.js +7 -6
  34. package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/write_all.js +3 -3
  35. package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_config.js +1 -1
  36. package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_file_handler_symbols.js +1 -1
  37. package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_state.js +1 -1
  38. package/esm/deps/jsr.io/@std/log/0.224.7/base_handler.js +60 -0
  39. package/esm/deps/jsr.io/@std/log/0.224.7/console_handler.js +58 -0
  40. package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/critical.js +1 -2
  41. package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/debug.js +1 -2
  42. package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/error.js +1 -2
  43. package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/file_handler.js +15 -147
  44. package/esm/deps/jsr.io/@std/log/0.224.7/formatters.js +19 -0
  45. package/esm/deps/jsr.io/@std/log/0.224.7/get_logger.js +21 -0
  46. package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/info.js +1 -2
  47. package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/levels.js +1 -3
  48. package/esm/deps/jsr.io/@std/log/0.224.7/logger.js +179 -0
  49. package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/mod.js +7 -11
  50. package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/rotating_file_handler.js +2 -2
  51. package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/setup.js +1 -1
  52. package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/warn.js +1 -2
  53. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/basename.js +0 -17
  54. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/dirname.js +0 -12
  55. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/extname.js +0 -16
  56. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join.js +0 -13
  57. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join_globs.js +2 -3
  58. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize.js +0 -18
  59. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize_glob.js +1 -2
  60. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join_globs.js +2 -3
  61. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize_glob.js +1 -2
  62. package/esm/deps.js +8 -8
  63. package/esm/flow.js +1 -1
  64. package/esm/gen/core/OpenAPI.js +1 -1
  65. package/esm/gen/services.gen.js +18 -0
  66. package/esm/main.js +1 -1
  67. package/esm/metadata.js +1 -1
  68. package/esm/pull.js +2 -2
  69. package/esm/script.js +4 -5
  70. package/esm/sync.js +65 -46
  71. package/package.json +1 -1
  72. package/types/codebase.d.ts +2 -2
  73. package/types/codebase.d.ts.map +1 -1
  74. package/types/conf.d.ts +1 -0
  75. package/types/conf.d.ts.map +1 -1
  76. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.2}/concat.d.ts +1 -3
  77. package/types/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts.map +1 -0
  78. package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_base32_common.d.ts +1 -2
  79. package/types/deps/jsr.io/@std/encoding/1.0.5/_base32_common.d.ts.map +1 -0
  80. package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_validate_binary_like.d.ts.map +1 -1
  81. package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/ascii85.d.ts +1 -3
  82. package/types/deps/jsr.io/@std/encoding/1.0.5/ascii85.d.ts.map +1 -0
  83. package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base32.d.ts +1 -3
  84. package/types/deps/jsr.io/@std/encoding/1.0.5/base32.d.ts.map +1 -0
  85. package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base58.d.ts +1 -3
  86. package/types/deps/jsr.io/@std/encoding/1.0.5/base58.d.ts.map +1 -0
  87. package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base64.d.ts +1 -3
  88. package/types/deps/jsr.io/@std/encoding/1.0.5/base64.d.ts.map +1 -0
  89. package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base64url.d.ts +1 -3
  90. package/types/deps/jsr.io/@std/encoding/1.0.5/base64url.d.ts.map +1 -0
  91. package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/hex.d.ts +1 -3
  92. package/types/deps/jsr.io/@std/encoding/1.0.5/hex.d.ts.map +1 -0
  93. package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/mod.d.ts.map +1 -1
  94. package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/varint.d.ts +1 -3
  95. package/types/deps/jsr.io/@std/encoding/1.0.5/varint.d.ts.map +1 -0
  96. package/types/deps/jsr.io/@std/fmt/{1.0.6 → 1.0.2}/colors.d.ts.map +1 -1
  97. package/types/deps/jsr.io/@std/fs/1.0.3/_create_walk_entry.d.ts.map +1 -0
  98. package/types/deps/jsr.io/@std/fs/1.0.3/_get_file_info_type.d.ts.map +1 -0
  99. package/types/deps/jsr.io/@std/fs/1.0.3/_is_same_path.d.ts.map +1 -0
  100. package/types/deps/jsr.io/@std/fs/1.0.3/_is_subdir.d.ts.map +1 -0
  101. package/types/deps/jsr.io/@std/fs/1.0.3/_to_path_string.d.ts.map +1 -0
  102. package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/copy.d.ts +6 -6
  103. package/types/deps/jsr.io/@std/fs/1.0.3/copy.d.ts.map +1 -0
  104. package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/empty_dir.d.ts +2 -2
  105. package/types/deps/jsr.io/@std/fs/1.0.3/empty_dir.d.ts.map +1 -0
  106. package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_dir.d.ts +2 -2
  107. package/types/deps/jsr.io/@std/fs/1.0.3/ensure_dir.d.ts.map +1 -0
  108. package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_file.d.ts +2 -2
  109. package/types/deps/jsr.io/@std/fs/1.0.3/ensure_file.d.ts.map +1 -0
  110. package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_link.d.ts +2 -2
  111. package/types/deps/jsr.io/@std/fs/1.0.3/ensure_link.d.ts.map +1 -0
  112. package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_symlink.d.ts +8 -26
  113. package/types/deps/jsr.io/@std/fs/1.0.3/ensure_symlink.d.ts.map +1 -0
  114. package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/eol.d.ts +3 -3
  115. package/types/deps/jsr.io/@std/fs/1.0.3/eol.d.ts.map +1 -0
  116. package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/exists.d.ts +16 -36
  117. package/types/deps/jsr.io/@std/fs/1.0.3/exists.d.ts.map +1 -0
  118. package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/expand_glob.d.ts +7 -7
  119. package/types/deps/jsr.io/@std/fs/1.0.3/expand_glob.d.ts.map +1 -0
  120. package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/mod.d.ts +1 -1
  121. package/types/deps/jsr.io/@std/fs/1.0.3/mod.d.ts.map +1 -0
  122. package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/move.d.ts +4 -4
  123. package/types/deps/jsr.io/@std/fs/1.0.3/move.d.ts.map +1 -0
  124. package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/walk.d.ts +20 -20
  125. package/types/deps/jsr.io/@std/fs/1.0.3/walk.d.ts.map +1 -0
  126. package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/_constants.d.ts.map +1 -1
  127. package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/copy.d.ts +1 -1
  128. package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/copy.d.ts.map +1 -1
  129. package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/read_all.d.ts +2 -2
  130. package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/read_all.d.ts.map +1 -1
  131. package/types/deps/jsr.io/@std/io/{0.224.9 → 0.224.8}/types.d.ts.map +1 -1
  132. package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/write_all.d.ts +2 -2
  133. package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/write_all.d.ts.map +1 -1
  134. package/types/deps/jsr.io/@std/log/0.224.7/_config.d.ts.map +1 -0
  135. package/types/deps/jsr.io/@std/log/0.224.7/_file_handler_symbols.d.ts.map +1 -0
  136. package/types/deps/jsr.io/@std/log/0.224.7/_state.d.ts.map +1 -0
  137. package/types/deps/jsr.io/@std/log/0.224.7/base_handler.d.ts +22 -0
  138. package/types/deps/jsr.io/@std/log/0.224.7/base_handler.d.ts.map +1 -0
  139. package/types/deps/jsr.io/@std/log/0.224.7/console_handler.d.ts +18 -0
  140. package/types/deps/jsr.io/@std/log/0.224.7/console_handler.d.ts.map +1 -0
  141. package/types/deps/jsr.io/@std/log/0.224.7/critical.d.ts +5 -0
  142. package/types/deps/jsr.io/@std/log/0.224.7/critical.d.ts.map +1 -0
  143. package/types/deps/jsr.io/@std/log/0.224.7/debug.d.ts +5 -0
  144. package/types/deps/jsr.io/@std/log/0.224.7/debug.d.ts.map +1 -0
  145. package/types/deps/jsr.io/@std/log/0.224.7/error.d.ts +5 -0
  146. package/types/deps/jsr.io/@std/log/0.224.7/error.d.ts.map +1 -0
  147. package/types/deps/jsr.io/@std/log/0.224.7/file_handler.d.ts +54 -0
  148. package/types/deps/jsr.io/@std/log/0.224.7/file_handler.d.ts.map +1 -0
  149. package/types/deps/jsr.io/@std/log/0.224.7/formatters.d.ts +6 -0
  150. package/types/deps/jsr.io/@std/log/0.224.7/formatters.d.ts.map +1 -0
  151. package/types/deps/jsr.io/@std/log/0.224.7/get_logger.d.ts +4 -0
  152. package/types/deps/jsr.io/@std/log/0.224.7/get_logger.d.ts.map +1 -0
  153. package/types/deps/jsr.io/@std/log/0.224.7/info.d.ts +5 -0
  154. package/types/deps/jsr.io/@std/log/0.224.7/info.d.ts.map +1 -0
  155. package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/levels.d.ts +0 -2
  156. package/types/deps/jsr.io/@std/log/0.224.7/levels.d.ts.map +1 -0
  157. package/types/deps/jsr.io/@std/log/0.224.7/logger.d.ts +62 -0
  158. package/types/deps/jsr.io/@std/log/0.224.7/logger.d.ts.map +1 -0
  159. package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/mod.d.ts +6 -10
  160. package/types/deps/jsr.io/@std/log/0.224.7/mod.d.ts.map +1 -0
  161. package/types/deps/jsr.io/@std/log/0.224.7/rotating_file_handler.d.ts.map +1 -0
  162. package/types/deps/jsr.io/@std/log/0.224.7/setup.d.ts.map +1 -0
  163. package/types/deps/jsr.io/@std/log/0.224.7/warn.d.ts +5 -0
  164. package/types/deps/jsr.io/@std/log/0.224.7/warn.d.ts.map +1 -0
  165. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/assert_path.d.ts.map +1 -1
  166. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/basename.d.ts.map +1 -1
  167. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/common.d.ts.map +1 -1
  168. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/constants.d.ts.map +1 -1
  169. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/dirname.d.ts.map +1 -1
  170. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/format.d.ts.map +1 -1
  171. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/from_file_url.d.ts.map +1 -1
  172. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/glob_to_reg_exp.d.ts.map +1 -1
  173. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize.d.ts.map +1 -1
  174. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize_string.d.ts.map +1 -1
  175. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/relative.d.ts.map +1 -1
  176. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/strip_trailing_separators.d.ts.map +1 -1
  177. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/to_file_url.d.ts.map +1 -1
  178. package/types/deps/jsr.io/@std/path/1.0.6/_os.d.ts.map +1 -0
  179. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/basename.d.ts.map +1 -1
  180. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/common.d.ts.map +1 -1
  181. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/constants.d.ts.map +1 -1
  182. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/dirname.d.ts.map +1 -1
  183. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/extname.d.ts.map +1 -1
  184. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/format.d.ts.map +1 -1
  185. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/from_file_url.d.ts.map +1 -1
  186. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/glob_to_regexp.d.ts.map +1 -1
  187. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_absolute.d.ts.map +1 -1
  188. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_glob.d.ts.map +1 -1
  189. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join.d.ts.map +1 -1
  190. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join_globs.d.ts.map +1 -1
  191. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/mod.d.ts.map +1 -1
  192. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize.d.ts.map +1 -1
  193. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize_glob.d.ts.map +1 -1
  194. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/parse.d.ts.map +1 -1
  195. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/_util.d.ts.map +1 -1
  196. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/basename.d.ts +0 -17
  197. package/types/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts.map +1 -0
  198. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/constants.d.ts.map +1 -1
  199. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/dirname.d.ts +0 -12
  200. package/types/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts.map +1 -0
  201. package/types/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts +21 -0
  202. package/types/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts.map +1 -0
  203. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/format.d.ts.map +1 -1
  204. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/from_file_url.d.ts.map +1 -1
  205. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/glob_to_regexp.d.ts.map +1 -1
  206. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/is_absolute.d.ts.map +1 -1
  207. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join.d.ts +0 -13
  208. package/types/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts.map +1 -0
  209. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join_globs.d.ts +1 -1
  210. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join_globs.d.ts.map +1 -1
  211. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize.d.ts +0 -18
  212. package/types/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts.map +1 -0
  213. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize_glob.d.ts +1 -1
  214. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize_glob.d.ts.map +1 -1
  215. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/parse.d.ts.map +1 -1
  216. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/relative.d.ts.map +1 -1
  217. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/resolve.d.ts.map +1 -1
  218. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_file_url.d.ts.map +1 -1
  219. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_namespaced_path.d.ts.map +1 -1
  220. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/relative.d.ts.map +1 -1
  221. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/resolve.d.ts.map +1 -1
  222. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_file_url.d.ts.map +1 -1
  223. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_namespaced_path.d.ts.map +1 -1
  224. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/types.d.ts.map +1 -1
  225. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/_util.d.ts.map +1 -1
  226. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/basename.d.ts.map +1 -1
  227. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/constants.d.ts.map +1 -1
  228. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/dirname.d.ts.map +1 -1
  229. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/extname.d.ts.map +1 -1
  230. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/format.d.ts.map +1 -1
  231. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/from_file_url.d.ts.map +1 -1
  232. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/glob_to_regexp.d.ts.map +1 -1
  233. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/is_absolute.d.ts.map +1 -1
  234. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join.d.ts.map +1 -1
  235. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join_globs.d.ts +1 -1
  236. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join_globs.d.ts.map +1 -1
  237. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize.d.ts.map +1 -1
  238. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize_glob.d.ts +1 -1
  239. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize_glob.d.ts.map +1 -1
  240. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/parse.d.ts.map +1 -1
  241. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/relative.d.ts.map +1 -1
  242. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/resolve.d.ts.map +1 -1
  243. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_file_url.d.ts.map +1 -1
  244. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_namespaced_path.d.ts.map +1 -1
  245. package/types/deps/jsr.io/@windmill-labs/cliffy-ansi/1.0.0-rc.5/cursor_position.d.ts +1 -1
  246. package/types/deps/jsr.io/@windmill-labs/cliffy-ansi/1.0.0-rc.5/tty.d.ts +1 -1
  247. package/types/deps/jsr.io/@windmill-labs/cliffy-prompt/1.0.0-rc.6/_generic_prompt.d.ts +1 -1
  248. package/types/deps.d.ts +8 -8
  249. package/types/deps.d.ts.map +1 -1
  250. package/types/gen/services.gen.d.ts +10 -1
  251. package/types/gen/services.gen.d.ts.map +1 -1
  252. package/types/gen/types.gen.d.ts +9 -0
  253. package/types/gen/types.gen.d.ts.map +1 -1
  254. package/types/main.d.ts +1 -1
  255. package/types/pull.d.ts +1 -1
  256. package/types/pull.d.ts.map +1 -1
  257. package/types/script.d.ts.map +1 -1
  258. package/types/sync.d.ts +6 -1
  259. package/types/sync.d.ts.map +1 -1
  260. package/esm/deps/jsr.io/@std/bytes/1.0.5/_types.js +0 -2
  261. package/esm/deps/jsr.io/@std/encoding/1.0.7/_types.js +0 -2
  262. package/esm/deps/jsr.io/@std/io/0.225.2/types.js +0 -15
  263. package/esm/deps/jsr.io/@std/log/0.224.14/base_handler.js +0 -331
  264. package/esm/deps/jsr.io/@std/log/0.224.14/console_handler.js +0 -112
  265. package/esm/deps/jsr.io/@std/log/0.224.14/formatters.js +0 -45
  266. package/esm/deps/jsr.io/@std/log/0.224.14/get_logger.js +0 -75
  267. package/esm/deps/jsr.io/@std/log/0.224.14/logger.js +0 -525
  268. package/types/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts +0 -9
  269. package/types/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts.map +0 -1
  270. package/types/deps/jsr.io/@std/bytes/1.0.5/concat.d.ts.map +0 -1
  271. package/types/deps/jsr.io/@std/encoding/1.0.7/_base32_common.d.ts.map +0 -1
  272. package/types/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts +0 -9
  273. package/types/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts.map +0 -1
  274. package/types/deps/jsr.io/@std/encoding/1.0.7/ascii85.d.ts.map +0 -1
  275. package/types/deps/jsr.io/@std/encoding/1.0.7/base32.d.ts.map +0 -1
  276. package/types/deps/jsr.io/@std/encoding/1.0.7/base58.d.ts.map +0 -1
  277. package/types/deps/jsr.io/@std/encoding/1.0.7/base64.d.ts.map +0 -1
  278. package/types/deps/jsr.io/@std/encoding/1.0.7/base64url.d.ts.map +0 -1
  279. package/types/deps/jsr.io/@std/encoding/1.0.7/hex.d.ts.map +0 -1
  280. package/types/deps/jsr.io/@std/encoding/1.0.7/varint.d.ts.map +0 -1
  281. package/types/deps/jsr.io/@std/fs/1.0.14/_create_walk_entry.d.ts.map +0 -1
  282. package/types/deps/jsr.io/@std/fs/1.0.14/_get_file_info_type.d.ts.map +0 -1
  283. package/types/deps/jsr.io/@std/fs/1.0.14/_is_same_path.d.ts.map +0 -1
  284. package/types/deps/jsr.io/@std/fs/1.0.14/_is_subdir.d.ts.map +0 -1
  285. package/types/deps/jsr.io/@std/fs/1.0.14/_to_path_string.d.ts.map +0 -1
  286. package/types/deps/jsr.io/@std/fs/1.0.14/copy.d.ts.map +0 -1
  287. package/types/deps/jsr.io/@std/fs/1.0.14/empty_dir.d.ts.map +0 -1
  288. package/types/deps/jsr.io/@std/fs/1.0.14/ensure_dir.d.ts.map +0 -1
  289. package/types/deps/jsr.io/@std/fs/1.0.14/ensure_file.d.ts.map +0 -1
  290. package/types/deps/jsr.io/@std/fs/1.0.14/ensure_link.d.ts.map +0 -1
  291. package/types/deps/jsr.io/@std/fs/1.0.14/ensure_symlink.d.ts.map +0 -1
  292. package/types/deps/jsr.io/@std/fs/1.0.14/eol.d.ts.map +0 -1
  293. package/types/deps/jsr.io/@std/fs/1.0.14/exists.d.ts.map +0 -1
  294. package/types/deps/jsr.io/@std/fs/1.0.14/expand_glob.d.ts.map +0 -1
  295. package/types/deps/jsr.io/@std/fs/1.0.14/mod.d.ts.map +0 -1
  296. package/types/deps/jsr.io/@std/fs/1.0.14/move.d.ts.map +0 -1
  297. package/types/deps/jsr.io/@std/fs/1.0.14/walk.d.ts.map +0 -1
  298. package/types/deps/jsr.io/@std/io/0.225.2/types.d.ts +0 -146
  299. package/types/deps/jsr.io/@std/io/0.225.2/types.d.ts.map +0 -1
  300. package/types/deps/jsr.io/@std/log/0.224.14/_config.d.ts.map +0 -1
  301. package/types/deps/jsr.io/@std/log/0.224.14/_file_handler_symbols.d.ts.map +0 -1
  302. package/types/deps/jsr.io/@std/log/0.224.14/_state.d.ts.map +0 -1
  303. package/types/deps/jsr.io/@std/log/0.224.14/base_handler.d.ts +0 -326
  304. package/types/deps/jsr.io/@std/log/0.224.14/base_handler.d.ts.map +0 -1
  305. package/types/deps/jsr.io/@std/log/0.224.14/console_handler.d.ts +0 -76
  306. package/types/deps/jsr.io/@std/log/0.224.14/console_handler.d.ts.map +0 -1
  307. package/types/deps/jsr.io/@std/log/0.224.14/critical.d.ts +0 -53
  308. package/types/deps/jsr.io/@std/log/0.224.14/critical.d.ts.map +0 -1
  309. package/types/deps/jsr.io/@std/log/0.224.14/debug.d.ts +0 -105
  310. package/types/deps/jsr.io/@std/log/0.224.14/debug.d.ts.map +0 -1
  311. package/types/deps/jsr.io/@std/log/0.224.14/error.d.ts +0 -53
  312. package/types/deps/jsr.io/@std/log/0.224.14/error.d.ts.map +0 -1
  313. package/types/deps/jsr.io/@std/log/0.224.14/file_handler.d.ts +0 -200
  314. package/types/deps/jsr.io/@std/log/0.224.14/file_handler.d.ts.map +0 -1
  315. package/types/deps/jsr.io/@std/log/0.224.14/formatters.d.ts +0 -34
  316. package/types/deps/jsr.io/@std/log/0.224.14/formatters.d.ts.map +0 -1
  317. package/types/deps/jsr.io/@std/log/0.224.14/get_logger.d.ts +0 -59
  318. package/types/deps/jsr.io/@std/log/0.224.14/get_logger.d.ts.map +0 -1
  319. package/types/deps/jsr.io/@std/log/0.224.14/info.d.ts +0 -53
  320. package/types/deps/jsr.io/@std/log/0.224.14/info.d.ts.map +0 -1
  321. package/types/deps/jsr.io/@std/log/0.224.14/levels.d.ts.map +0 -1
  322. package/types/deps/jsr.io/@std/log/0.224.14/logger.d.ts +0 -622
  323. package/types/deps/jsr.io/@std/log/0.224.14/logger.d.ts.map +0 -1
  324. package/types/deps/jsr.io/@std/log/0.224.14/mod.d.ts.map +0 -1
  325. package/types/deps/jsr.io/@std/log/0.224.14/rotating_file_handler.d.ts.map +0 -1
  326. package/types/deps/jsr.io/@std/log/0.224.14/setup.d.ts.map +0 -1
  327. package/types/deps/jsr.io/@std/log/0.224.14/warn.d.ts +0 -53
  328. package/types/deps/jsr.io/@std/log/0.224.14/warn.d.ts.map +0 -1
  329. package/types/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +0 -1
  330. package/types/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +0 -1
  331. package/types/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +0 -1
  332. package/types/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +0 -37
  333. package/types/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +0 -1
  334. package/types/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +0 -1
  335. package/types/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +0 -1
  336. /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_get_file_info_type.js +0 -0
  337. /package/esm/deps/jsr.io/@std/io/{0.224.9 → 0.224.8}/types.js +0 -0
  338. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/assert_path.js +0 -0
  339. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/basename.js +0 -0
  340. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/common.js +0 -0
  341. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/constants.js +0 -0
  342. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/dirname.js +0 -0
  343. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/format.js +0 -0
  344. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/from_file_url.js +0 -0
  345. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/glob_to_reg_exp.js +0 -0
  346. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize.js +0 -0
  347. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize_string.js +0 -0
  348. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/relative.js +0 -0
  349. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/strip_trailing_separators.js +0 -0
  350. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/to_file_url.js +0 -0
  351. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_os.js +0 -0
  352. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/basename.js +0 -0
  353. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/common.js +0 -0
  354. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/constants.js +0 -0
  355. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/dirname.js +0 -0
  356. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/extname.js +0 -0
  357. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/format.js +0 -0
  358. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/from_file_url.js +0 -0
  359. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/glob_to_regexp.js +0 -0
  360. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_absolute.js +0 -0
  361. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_glob.js +0 -0
  362. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join.js +0 -0
  363. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join_globs.js +0 -0
  364. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/mod.js +0 -0
  365. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize.js +0 -0
  366. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize_glob.js +0 -0
  367. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/parse.js +0 -0
  368. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/_util.js +0 -0
  369. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/constants.js +0 -0
  370. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/format.js +0 -0
  371. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/from_file_url.js +0 -0
  372. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/glob_to_regexp.js +0 -0
  373. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/is_absolute.js +0 -0
  374. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/parse.js +0 -0
  375. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/relative.js +0 -0
  376. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/resolve.js +0 -0
  377. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_file_url.js +0 -0
  378. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_namespaced_path.js +0 -0
  379. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/relative.js +0 -0
  380. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/resolve.js +0 -0
  381. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_file_url.js +0 -0
  382. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_namespaced_path.js +0 -0
  383. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/types.js +0 -0
  384. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/_util.js +0 -0
  385. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/basename.js +0 -0
  386. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/constants.js +0 -0
  387. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/dirname.js +0 -0
  388. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/extname.js +0 -0
  389. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/format.js +0 -0
  390. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/from_file_url.js +0 -0
  391. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/glob_to_regexp.js +0 -0
  392. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/is_absolute.js +0 -0
  393. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join.js +0 -0
  394. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize.js +0 -0
  395. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/parse.js +0 -0
  396. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/relative.js +0 -0
  397. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/resolve.js +0 -0
  398. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_file_url.js +0 -0
  399. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_namespaced_path.js +0 -0
  400. /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_validate_binary_like.d.ts +0 -0
  401. /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/mod.d.ts +0 -0
  402. /package/types/deps/jsr.io/@std/fmt/{1.0.6 → 1.0.2}/colors.d.ts +0 -0
  403. /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_create_walk_entry.d.ts +0 -0
  404. /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_get_file_info_type.d.ts +0 -0
  405. /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_is_same_path.d.ts +0 -0
  406. /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_is_subdir.d.ts +0 -0
  407. /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_to_path_string.d.ts +0 -0
  408. /package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/_constants.d.ts +0 -0
  409. /package/types/deps/jsr.io/@std/io/{0.224.9 → 0.224.8}/types.d.ts +0 -0
  410. /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_config.d.ts +0 -0
  411. /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_file_handler_symbols.d.ts +0 -0
  412. /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_state.d.ts +0 -0
  413. /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/rotating_file_handler.d.ts +0 -0
  414. /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/setup.d.ts +0 -0
  415. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/assert_path.d.ts +0 -0
  416. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/basename.d.ts +0 -0
  417. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/common.d.ts +0 -0
  418. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/constants.d.ts +0 -0
  419. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/dirname.d.ts +0 -0
  420. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/format.d.ts +0 -0
  421. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/from_file_url.d.ts +0 -0
  422. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/glob_to_reg_exp.d.ts +0 -0
  423. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize.d.ts +0 -0
  424. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize_string.d.ts +0 -0
  425. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/relative.d.ts +0 -0
  426. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/strip_trailing_separators.d.ts +0 -0
  427. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/to_file_url.d.ts +0 -0
  428. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_os.d.ts +0 -0
  429. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/basename.d.ts +0 -0
  430. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/common.d.ts +0 -0
  431. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/constants.d.ts +0 -0
  432. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/dirname.d.ts +0 -0
  433. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/extname.d.ts +0 -0
  434. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/format.d.ts +0 -0
  435. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/from_file_url.d.ts +0 -0
  436. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/glob_to_regexp.d.ts +0 -0
  437. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_absolute.d.ts +0 -0
  438. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_glob.d.ts +0 -0
  439. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join.d.ts +0 -0
  440. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join_globs.d.ts +0 -0
  441. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/mod.d.ts +0 -0
  442. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize.d.ts +0 -0
  443. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize_glob.d.ts +0 -0
  444. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/parse.d.ts +0 -0
  445. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/_util.d.ts +0 -0
  446. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/constants.d.ts +0 -0
  447. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/format.d.ts +0 -0
  448. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/from_file_url.d.ts +0 -0
  449. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/glob_to_regexp.d.ts +0 -0
  450. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/is_absolute.d.ts +0 -0
  451. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/parse.d.ts +0 -0
  452. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/relative.d.ts +0 -0
  453. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/resolve.d.ts +0 -0
  454. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_file_url.d.ts +0 -0
  455. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_namespaced_path.d.ts +0 -0
  456. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/relative.d.ts +0 -0
  457. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/resolve.d.ts +0 -0
  458. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_file_url.d.ts +0 -0
  459. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_namespaced_path.d.ts +0 -0
  460. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/types.d.ts +0 -0
  461. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/_util.d.ts +0 -0
  462. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/basename.d.ts +0 -0
  463. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/constants.d.ts +0 -0
  464. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/dirname.d.ts +0 -0
  465. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/extname.d.ts +0 -0
  466. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/format.d.ts +0 -0
  467. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/from_file_url.d.ts +0 -0
  468. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/glob_to_regexp.d.ts +0 -0
  469. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/is_absolute.d.ts +0 -0
  470. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join.d.ts +0 -0
  471. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize.d.ts +0 -0
  472. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/parse.d.ts +0 -0
  473. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/relative.d.ts +0 -0
  474. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/resolve.d.ts +0 -0
  475. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_file_url.d.ts +0 -0
  476. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_namespaced_path.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  /** Options for {@linkcode exists} and {@linkcode existsSync.} */
3
3
  import * as dntShim from "../../../../../_dnt.shims.js";
4
4
  /**
@@ -13,8 +13,7 @@ import * as dntShim from "../../../../../_dnt.shims.js";
13
13
  * @see {@link https://en.wikipedia.org/wiki/Time-of-check_to_time-of-use} for
14
14
  * more information on the time-of-check to time-of-use bug.
15
15
  *
16
- * Requires `--allow-read` permissions, and in some cases, `--allow-sys`
17
- * permissions if `options.isReadable` is `true`.
16
+ * Requires `--allow-read` and `--allow-sys` permissions.
18
17
  *
19
18
  * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
20
19
  * for more information on Deno's permissions system.
@@ -26,7 +25,7 @@ import * as dntShim from "../../../../../_dnt.shims.js";
26
25
  * otherwise.
27
26
  *
28
27
  * @example Recommended method
29
- * ```ts ignore
28
+ * ```ts no-eval
30
29
  * // Notice no use of exists
31
30
  * try {
32
31
  * await Deno.remove("./foo", { recursive: true });
@@ -42,7 +41,7 @@ import * as dntShim from "../../../../../_dnt.shims.js";
42
41
  * possible race condition. See the above note for details.
43
42
  *
44
43
  * @example Basic usage
45
- * ```ts ignore
44
+ * ```ts no-eval
46
45
  * import { exists } from "@std/fs/exists";
47
46
  *
48
47
  * await exists("./exists"); // true
@@ -50,10 +49,7 @@ import * as dntShim from "../../../../../_dnt.shims.js";
50
49
  * ```
51
50
  *
52
51
  * @example Check if a path is readable
53
- *
54
- * Requires `--allow-sys` permissions in some cases.
55
- *
56
- * ```ts ignore
52
+ * ```ts no-eval
57
53
  * import { exists } from "@std/fs/exists";
58
54
  *
59
55
  * await exists("./readable", { isReadable: true }); // true
@@ -61,7 +57,7 @@ import * as dntShim from "../../../../../_dnt.shims.js";
61
57
  * ```
62
58
  *
63
59
  * @example Check if a path is a directory
64
- * ```ts ignore
60
+ * ```ts no-eval
65
61
  * import { exists } from "@std/fs/exists";
66
62
  *
67
63
  * await exists("./directory", { isDirectory: true }); // true
@@ -69,7 +65,7 @@ import * as dntShim from "../../../../../_dnt.shims.js";
69
65
  * ```
70
66
  *
71
67
  * @example Check if a path is a file
72
- * ```ts ignore
68
+ * ```ts no-eval
73
69
  * import { exists } from "@std/fs/exists";
74
70
  *
75
71
  * await exists("./file", { isFile: true }); // true
@@ -77,10 +73,7 @@ import * as dntShim from "../../../../../_dnt.shims.js";
77
73
  * ```
78
74
  *
79
75
  * @example Check if a path is a readable directory
80
- *
81
- * Requires `--allow-sys` permissions in some cases.
82
- *
83
- * ```ts ignore
76
+ * ```ts no-eval
84
77
  * import { exists } from "@std/fs/exists";
85
78
  *
86
79
  * await exists("./readable_directory", { isReadable: true, isDirectory: true }); // true
@@ -88,10 +81,7 @@ import * as dntShim from "../../../../../_dnt.shims.js";
88
81
  * ```
89
82
  *
90
83
  * @example Check if a path is a readable file
91
- *
92
- * Requires `--allow-sys` permissions in some cases.
93
- *
94
- * ```ts ignore
84
+ * ```ts no-eval
95
85
  * import { exists } from "@std/fs/exists";
96
86
  *
97
87
  * await exists("./readable_file", { isReadable: true, isFile: true }); // true
@@ -142,8 +132,7 @@ export async function exists(path, options) {
142
132
  * @see {@link https://en.wikipedia.org/wiki/Time-of-check_to_time-of-use} for
143
133
  * more information on the time-of-check to time-of-use bug.
144
134
  *
145
- * Requires `--allow-read` permissions, and in some cases, `--allow-sys`
146
- * permissions if `options.isReadable` is `true`.
135
+ * Requires `--allow-read` and `--allow-sys` permissions.
147
136
  *
148
137
  * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
149
138
  * for more information on Deno's permissions system.
@@ -154,7 +143,7 @@ export async function exists(path, options) {
154
143
  * @returns `true` if the path exists, `false` otherwise.
155
144
  *
156
145
  * @example Recommended method
157
- * ```ts ignore
146
+ * ```ts no-eval
158
147
  * // Notice no use of exists
159
148
  * try {
160
149
  * Deno.removeSync("./foo", { recursive: true });
@@ -170,7 +159,7 @@ export async function exists(path, options) {
170
159
  * a possible race condition. See the above note for details.
171
160
  *
172
161
  * @example Basic usage
173
- * ```ts ignore
162
+ * ```ts no-eval
174
163
  * import { existsSync } from "@std/fs/exists";
175
164
  *
176
165
  * existsSync("./exists"); // true
@@ -178,10 +167,7 @@ export async function exists(path, options) {
178
167
  * ```
179
168
  *
180
169
  * @example Check if a path is readable
181
- *
182
- * Requires `--allow-sys` permissions in some cases.
183
- *
184
- * ```ts ignore
170
+ * ```ts no-eval
185
171
  * import { existsSync } from "@std/fs/exists";
186
172
  *
187
173
  * existsSync("./readable", { isReadable: true }); // true
@@ -189,7 +175,7 @@ export async function exists(path, options) {
189
175
  * ```
190
176
  *
191
177
  * @example Check if a path is a directory
192
- * ```ts ignore
178
+ * ```ts no-eval
193
179
  * import { existsSync } from "@std/fs/exists";
194
180
  *
195
181
  * existsSync("./directory", { isDirectory: true }); // true
@@ -197,7 +183,7 @@ export async function exists(path, options) {
197
183
  * ```
198
184
  *
199
185
  * @example Check if a path is a file
200
- * ```ts ignore
186
+ * ```ts no-eval
201
187
  * import { existsSync } from "@std/fs/exists";
202
188
  *
203
189
  * existsSync("./file", { isFile: true }); // true
@@ -205,10 +191,7 @@ export async function exists(path, options) {
205
191
  * ```
206
192
  *
207
193
  * @example Check if a path is a readable directory
208
- *
209
- * Requires `--allow-sys` permissions in some cases.
210
- *
211
- * ```ts ignore
194
+ * ```ts no-eval
212
195
  * import { existsSync } from "@std/fs/exists";
213
196
  *
214
197
  * existsSync("./readable_directory", { isReadable: true, isDirectory: true }); // true
@@ -216,10 +199,7 @@ export async function exists(path, options) {
216
199
  * ```
217
200
  *
218
201
  * @example Check if a path is a readable file
219
- *
220
- * Requires `--allow-sys` permissions in some cases.
221
- *
222
- * ```ts ignore
202
+ * ```ts no-eval
223
203
  * import { existsSync } from "@std/fs/exists";
224
204
  *
225
205
  * existsSync("./readable_file", { isReadable: true, isFile: true }); // true
@@ -1,16 +1,15 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  import * as dntShim from "../../../../../_dnt.shims.js";
3
- import { globToRegExp } from "../../path/1.0.8/glob_to_regexp.js";
4
- import { joinGlobs } from "../../path/1.0.8/join_globs.js";
5
- import { isGlob } from "../../path/1.0.8/is_glob.js";
6
- import { isAbsolute } from "../../path/1.0.8/is_absolute.js";
7
- import { resolve } from "../../path/1.0.8/resolve.js";
8
- import { SEPARATOR_PATTERN } from "../../path/1.0.8/constants.js";
3
+ import { globToRegExp } from "../../path/1.0.6/glob_to_regexp.js";
4
+ import { joinGlobs } from "../../path/1.0.6/join_globs.js";
5
+ import { isGlob } from "../../path/1.0.6/is_glob.js";
6
+ import { isAbsolute } from "../../path/1.0.6/is_absolute.js";
7
+ import { resolve } from "../../path/1.0.6/resolve.js";
8
+ import { SEPARATOR_PATTERN } from "../../path/1.0.6/constants.js";
9
9
  import { walk, walkSync } from "./walk.js";
10
10
  import { toPathString } from "./_to_path_string.js";
11
11
  import { createWalkEntry, createWalkEntrySync, } from "./_create_walk_entry.js";
12
- // deno-lint-ignore no-explicit-any
13
- const isWindows = dntShim.dntGlobalThis.Deno?.build.os === "windows";
12
+ const isWindows = dntShim.Deno.build.os === "windows";
14
13
  function split(path) {
15
14
  const s = SEPARATOR_PATTERN.source;
16
15
  const segments = path
@@ -67,7 +66,7 @@ function comparePath(a, b) {
67
66
  * └── foo.ts
68
67
  * ```
69
68
  *
70
- * ```ts ignore
69
+ * ```ts no-eval
71
70
  * // script.ts
72
71
  * import { expandGlob } from "@std/fs/expand-glob";
73
72
  *
@@ -104,7 +103,7 @@ function comparePath(a, b) {
104
103
  * └── foo.ts
105
104
  * ```
106
105
  *
107
- * ```ts ignore
106
+ * ```ts no-eval
108
107
  * // script.ts
109
108
  * import { expandGlob } from "@std/fs/expand-glob";
110
109
  *
@@ -132,7 +131,7 @@ function comparePath(a, b) {
132
131
  * └── foo.ts
133
132
  * ```
134
133
  *
135
- * ```ts ignore
134
+ * ```ts no-eval
136
135
  * // script.ts
137
136
  * import { expandGlob } from "@std/fs/expand-glob";
138
137
  *
@@ -162,7 +161,7 @@ function comparePath(a, b) {
162
161
  * └── foo.ts
163
162
  * ```
164
163
  *
165
- * ```ts ignore
164
+ * ```ts no-eval
166
165
  * // script.ts
167
166
  * import { expandGlob } from "@std/fs/expand-glob";
168
167
  *
@@ -196,7 +195,7 @@ function comparePath(a, b) {
196
195
  * └── link.ts -> script.ts (symbolic link)
197
196
  * ```
198
197
  *
199
- * ```ts ignore
198
+ * ```ts no-eval
200
199
  * // script.ts
201
200
  * import { expandGlob } from "@std/fs/expand-glob";
202
201
  *
@@ -318,7 +317,7 @@ export async function* expandGlob(glob, options) {
318
317
  * └── foo.ts
319
318
  * ```
320
319
  *
321
- * ```ts ignore
320
+ * ```ts no-eval
322
321
  * // script.ts
323
322
  * import { expandGlobSync } from "@std/fs/expand-glob";
324
323
  *
@@ -1,8 +1,8 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  /**
3
3
  * Helpers for working with the filesystem.
4
4
  *
5
- * ```ts ignore
5
+ * ```ts no-eval
6
6
  * import { ensureFile, copy, ensureDir, move } from "@std/fs";
7
7
  *
8
8
  * await ensureFile("example.txt");
@@ -1,4 +1,4 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  import * as dntShim from "../../../../../_dnt.shims.js";
3
3
  import { isSubdir } from "./_is_subdir.js";
4
4
  import { isSamePath } from "./_is_same_path.js";
@@ -21,7 +21,7 @@ const EXISTS_ERROR = new dntShim.Deno.errors.AlreadyExists("dest already exists.
21
21
  * @returns A void promise that resolves once the operation completes.
22
22
  *
23
23
  * @example Basic usage
24
- * ```ts ignore
24
+ * ```ts no-eval
25
25
  * import { move } from "@std/fs/move";
26
26
  *
27
27
  * await move("./foo", "./bar");
@@ -31,7 +31,7 @@ const EXISTS_ERROR = new dntShim.Deno.errors.AlreadyExists("dest already exists.
31
31
  * overwriting.
32
32
  *
33
33
  * @example Overwriting
34
- * ```ts ignore
34
+ * ```ts no-eval
35
35
  * import { move } from "@std/fs/move";
36
36
  *
37
37
  * await move("./foo", "./bar", { overwrite: true });
@@ -88,7 +88,7 @@ export async function move(src, dest, options) {
88
88
  * @returns A void value that returns once the operation completes.
89
89
  *
90
90
  * @example Basic usage
91
- * ```ts ignore
91
+ * ```ts no-eval
92
92
  * import { moveSync } from "@std/fs/move";
93
93
  *
94
94
  * moveSync("./foo", "./bar");
@@ -98,7 +98,7 @@ export async function move(src, dest, options) {
98
98
  * overwriting.
99
99
  *
100
100
  * @example Overwriting
101
- * ```ts ignore
101
+ * ```ts no-eval
102
102
  * import { moveSync } from "@std/fs/move";
103
103
  *
104
104
  * moveSync("./foo", "./bar", { overwrite: true });
@@ -1,9 +1,9 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // Documentation and interface for walk were adapted from Go
3
3
  // https://golang.org/pkg/path/filepath/#Walk
4
4
  // Copyright 2009 The Go Authors. All rights reserved. BSD license.
5
5
  import * as dntShim from "../../../../../_dnt.shims.js";
6
- import { join } from "../../path/1.0.8/join.js";
6
+ import { join } from "../../path/1.0.6/join.js";
7
7
  import { toPathString } from "./_to_path_string.js";
8
8
  import { createWalkEntry, createWalkEntrySync, } from "./_create_walk_entry.js";
9
9
  function include(path, exts, match, skip) {
@@ -45,7 +45,7 @@ function include(path, exts, match, skip) {
45
45
  * └── foo.ts
46
46
  * ```
47
47
  *
48
- * ```ts ignore
48
+ * ```ts no-eval
49
49
  * import { walk } from "@std/fs/walk";
50
50
  *
51
51
  * await Array.fromAsync(walk("."));
@@ -87,7 +87,7 @@ function include(path, exts, match, skip) {
87
87
  * └── bar.ts
88
88
  * ```
89
89
  *
90
- * ```ts ignore
90
+ * ```ts no-eval
91
91
  * import { walk } from "@std/fs/walk";
92
92
  *
93
93
  * await Array.fromAsync(walk(".", { maxDepth: 1 }));
@@ -127,7 +127,7 @@ function include(path, exts, match, skip) {
127
127
  * └── foo
128
128
  * ```
129
129
  *
130
- * ```ts ignore
130
+ * ```ts no-eval
131
131
  * import { walk } from "@std/fs/walk";
132
132
  *
133
133
  * await Array.fromAsync(walk(".", { includeFiles: false }));
@@ -160,7 +160,7 @@ function include(path, exts, match, skip) {
160
160
  * └── foo
161
161
  * ```
162
162
  *
163
- * ```ts ignore
163
+ * ```ts no-eval
164
164
  * import { walk } from "@std/fs/walk";
165
165
  *
166
166
  * await Array.fromAsync(walk(".", { includeDirs: false }));
@@ -187,7 +187,7 @@ function include(path, exts, match, skip) {
187
187
  * └── link -> script.ts (symbolic link)
188
188
  * ```
189
189
  *
190
- * ```ts ignore
190
+ * ```ts no-eval
191
191
  * import { walk } from "@std/fs/walk";
192
192
  *
193
193
  * await Array.fromAsync(walk(".", { includeSymlinks: false }));
@@ -221,7 +221,7 @@ function include(path, exts, match, skip) {
221
221
  * └── link -> script.ts (symbolic link)
222
222
  * ```
223
223
  *
224
- * ```ts ignore
224
+ * ```ts no-eval
225
225
  * import { walk } from "@std/fs/walk";
226
226
  *
227
227
  * await Array.fromAsync(walk(".", { followSymlinks: true }));
@@ -263,7 +263,7 @@ function include(path, exts, match, skip) {
263
263
  * └── link -> script.ts (symbolic link)
264
264
  * ```
265
265
  *
266
- * ```ts ignore
266
+ * ```ts no-eval
267
267
  * import { walk } from "@std/fs/walk";
268
268
  *
269
269
  * await Array.fromAsync(walk(".", { followSymlinks: true, canonicalize: true }));
@@ -304,7 +304,7 @@ function include(path, exts, match, skip) {
304
304
  * └── foo.js
305
305
  * ```
306
306
  *
307
- * ```ts ignore
307
+ * ```ts no-eval
308
308
  * import { walk } from "@std/fs/walk";
309
309
  *
310
310
  * await Array.fromAsync(walk(".", { exts: [".ts"] }));
@@ -331,7 +331,7 @@ function include(path, exts, match, skip) {
331
331
  * └── README.md
332
332
  * ```
333
333
  *
334
- * ```ts ignore
334
+ * ```ts no-eval
335
335
  * import { walk } from "@std/fs/walk";
336
336
  *
337
337
  * await Array.fromAsync(walk(".", { match: [/s/] }));
@@ -358,7 +358,7 @@ function include(path, exts, match, skip) {
358
358
  * └── README.md
359
359
  * ```
360
360
  *
361
- * ```ts ignore
361
+ * ```ts no-eval
362
362
  * import { walk } from "@std/fs/walk";
363
363
  *
364
364
  * await Array.fromAsync(walk(".", { skip: [/s/] }));
@@ -457,7 +457,7 @@ export async function* walk(root, options) {
457
457
  * └── foo.ts
458
458
  * ```
459
459
  *
460
- * ```ts ignore
460
+ * ```ts no-eval
461
461
  * import { walkSync } from "@std/fs/walk";
462
462
  *
463
463
  * Array.from(walkSync("."));
@@ -499,7 +499,7 @@ export async function* walk(root, options) {
499
499
  * └── bar.ts
500
500
  * ```
501
501
  *
502
- * ```ts ignore
502
+ * ```ts no-eval
503
503
  * import { walkSync } from "@std/fs/walk";
504
504
  *
505
505
  * Array.from(walkSync(".", { maxDepth: 1 }));
@@ -539,7 +539,7 @@ export async function* walk(root, options) {
539
539
  * └── foo
540
540
  * ```
541
541
  *
542
- * ```ts ignore
542
+ * ```ts no-eval
543
543
  * import { walkSync } from "@std/fs/walk";
544
544
  *
545
545
  * Array.from(walkSync(".", { includeFiles: false }));
@@ -572,7 +572,7 @@ export async function* walk(root, options) {
572
572
  * └── foo
573
573
  * ```
574
574
  *
575
- * ```ts ignore
575
+ * ```ts no-eval
576
576
  * import { walkSync } from "@std/fs/walk";
577
577
  *
578
578
  * Array.from(walkSync(".", { includeDirs: false }));
@@ -599,7 +599,7 @@ export async function* walk(root, options) {
599
599
  * └── link -> script.ts (symbolic link)
600
600
  * ```
601
601
  *
602
- * ```ts ignore
602
+ * ```ts no-eval
603
603
  * import { walkSync } from "@std/fs/walk";
604
604
  *
605
605
  * Array.from(walkSync(".", { includeSymlinks: false }));
@@ -633,7 +633,7 @@ export async function* walk(root, options) {
633
633
  * └── link -> script.ts (symbolic link)
634
634
  * ```
635
635
  *
636
- * ```ts ignore
636
+ * ```ts no-eval
637
637
  * import { walkSync } from "@std/fs/walk";
638
638
  *
639
639
  * Array.from(walkSync(".", { followSymlinks: true }));
@@ -675,7 +675,7 @@ export async function* walk(root, options) {
675
675
  * └── link -> script.ts (symbolic link)
676
676
  * ```
677
677
  *
678
- * ```ts ignore
678
+ * ```ts no-eval
679
679
  * import { walkSync } from "@std/fs/walk";
680
680
  *
681
681
  * Array.from(walkSync(".", { followSymlinks: true, canonicalize: true }));
@@ -716,7 +716,7 @@ export async function* walk(root, options) {
716
716
  * └── foo.js
717
717
  * ```
718
718
  *
719
- * ```ts ignore
719
+ * ```ts no-eval
720
720
  * import { walkSync } from "@std/fs/walk";
721
721
  *
722
722
  * Array.from(walkSync(".", { exts: [".ts"] }));
@@ -743,7 +743,7 @@ export async function* walk(root, options) {
743
743
  * └── README.md
744
744
  * ```
745
745
  *
746
- * ```ts ignore
746
+ * ```ts no-eval
747
747
  * import { walkSync } from "@std/fs/walk";
748
748
  *
749
749
  * Array.from(walkSync(".", { match: [/s/] }));
@@ -770,7 +770,7 @@ export async function* walk(root, options) {
770
770
  * └── README.md
771
771
  * ```
772
772
  *
773
- * ```ts ignore
773
+ * ```ts no-eval
774
774
  * import { walkSync } from "@std/fs/walk";
775
775
  *
776
776
  * Array.from(walkSync(".", { skip: [/s/] }));
@@ -1,4 +1,4 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // This module is browser compatible.
3
3
  export const DEFAULT_CHUNK_SIZE = 16_640;
4
4
  export const DEFAULT_BUFFER_SIZE = 32 * 1024;
@@ -1,4 +1,4 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // This module is browser compatible.
3
3
  import { DEFAULT_BUFFER_SIZE } from "./_constants.js";
4
4
  import { writeAll } from "./write_all.js";
@@ -8,7 +8,7 @@ import { writeAll } from "./write_all.js";
8
8
  * the first error encountered while copying.
9
9
  *
10
10
  * @example Usage
11
- * ```ts ignore
11
+ * ```ts no-eval
12
12
  * import { copy } from "@std/io/copy";
13
13
  *
14
14
  * const source = await Deno.open("my_file.txt");
@@ -1,13 +1,13 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // This module is browser compatible.
3
- import { concat } from "../../bytes/1.0.5/concat.js";
3
+ import { concat } from "../../bytes/1.0.2/concat.js";
4
4
  import { DEFAULT_CHUNK_SIZE } from "./_constants.js";
5
5
  /**
6
6
  * Read {@linkcode Reader} `r` until EOF (`null`) and resolve to the content as
7
7
  * {@linkcode Uint8Array}.
8
8
  *
9
9
  * @example Usage
10
- * ```ts ignore
10
+ * ```ts no-eval
11
11
  * import { readAll } from "@std/io/read-all";
12
12
  *
13
13
  * // Example from stdin
@@ -41,7 +41,7 @@ export async function readAll(reader) {
41
41
  * the content as {@linkcode Uint8Array}.
42
42
  *
43
43
  * @example Usage
44
- * ```ts ignore
44
+ * ```ts no-eval
45
45
  * import { readAllSync } from "@std/io/read-all";
46
46
  *
47
47
  * // Example from stdin
@@ -58,13 +58,14 @@ export async function readAll(reader) {
58
58
  export function readAllSync(reader) {
59
59
  const chunks = [];
60
60
  while (true) {
61
- let chunk = new Uint8Array(DEFAULT_CHUNK_SIZE);
61
+ const chunk = new Uint8Array(DEFAULT_CHUNK_SIZE);
62
62
  const n = reader.readSync(chunk);
63
63
  if (n === null) {
64
64
  break;
65
65
  }
66
66
  if (n < DEFAULT_CHUNK_SIZE) {
67
- chunk = chunk.subarray(0, n);
67
+ chunks.push(chunk.subarray(0, n));
68
+ break;
68
69
  }
69
70
  chunks.push(chunk);
70
71
  }
@@ -1,4 +1,4 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // This module is browser compatible.
3
3
  /**
4
4
  * Write all the content of the array buffer (`arr`) to the writer (`w`).
@@ -12,7 +12,7 @@
12
12
  * ```
13
13
  *
14
14
  * @example Writing to file
15
- * ```ts ignore no-assert
15
+ * ```ts no-eval no-assert
16
16
  * import { writeAll } from "@std/io/write-all";
17
17
  *
18
18
  * const contentBytes = new TextEncoder().encode("Hello World");
@@ -42,7 +42,7 @@ export async function writeAll(writer, data) {
42
42
  * ```
43
43
  *
44
44
  * @example Writing to file
45
- * ```ts ignore no-assert
45
+ * ```ts no-eval no-assert
46
46
  * import { writeAllSync } from "@std/io/write-all";
47
47
  *
48
48
  * const contentBytes = new TextEncoder().encode("Hello World");
@@ -1,4 +1,4 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  import { ConsoleHandler } from "./console_handler.js";
3
3
  export const DEFAULT_LEVEL = "INFO";
4
4
  export const DEFAULT_CONFIG = {
@@ -1,4 +1,4 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  export const fileSymbol = Symbol("file");
3
3
  export const bufSymbol = Symbol("buf");
4
4
  export const pointerSymbol = Symbol("pointer");
@@ -1,4 +1,4 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  import { DEFAULT_CONFIG } from "./_config.js";
3
3
  export const state = {
4
4
  handlers: new Map(),
@@ -0,0 +1,60 @@
1
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
2
+ if (kind === "m") throw new TypeError("Private method is not writable");
3
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
4
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
5
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
6
+ };
7
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
8
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
9
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
10
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
11
+ };
12
+ var _BaseHandler_levelName, _BaseHandler_level;
13
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
14
+ // This module is browser compatible.
15
+ import { getLevelByName, getLevelName, } from "./levels.js";
16
+ const DEFAULT_FORMATTER = ({ levelName, msg }) => `${levelName} ${msg}`;
17
+ export class BaseHandler {
18
+ constructor(levelName, options) {
19
+ _BaseHandler_levelName.set(this, void 0);
20
+ _BaseHandler_level.set(this, void 0);
21
+ Object.defineProperty(this, "formatter", {
22
+ enumerable: true,
23
+ configurable: true,
24
+ writable: true,
25
+ value: void 0
26
+ });
27
+ const { formatter = DEFAULT_FORMATTER } = options ?? {};
28
+ __classPrivateFieldSet(this, _BaseHandler_levelName, levelName, "f");
29
+ __classPrivateFieldSet(this, _BaseHandler_level, getLevelByName(levelName), "f");
30
+ this.formatter = formatter;
31
+ }
32
+ get level() {
33
+ return __classPrivateFieldGet(this, _BaseHandler_level, "f");
34
+ }
35
+ set level(level) {
36
+ __classPrivateFieldSet(this, _BaseHandler_level, level, "f");
37
+ __classPrivateFieldSet(this, _BaseHandler_levelName, getLevelName(level), "f");
38
+ }
39
+ get levelName() {
40
+ return __classPrivateFieldGet(this, _BaseHandler_levelName, "f");
41
+ }
42
+ set levelName(levelName) {
43
+ __classPrivateFieldSet(this, _BaseHandler_levelName, levelName, "f");
44
+ __classPrivateFieldSet(this, _BaseHandler_level, getLevelByName(levelName), "f");
45
+ }
46
+ handle(logRecord) {
47
+ if (this.level > logRecord.level)
48
+ return;
49
+ const msg = this.format(logRecord);
50
+ this.log(msg);
51
+ }
52
+ format(logRecord) {
53
+ return this.formatter(logRecord);
54
+ }
55
+ setup() { }
56
+ destroy() { }
57
+ [(_BaseHandler_levelName = new WeakMap(), _BaseHandler_level = new WeakMap(), Symbol.dispose)]() {
58
+ this.destroy();
59
+ }
60
+ }