windmill-cli 1.447.4 → 1.447.5

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 (448) hide show
  1. package/esm/bootstrap/script_bootstrap.js +10 -1
  2. package/esm/deps/jsr.io/@std/fmt/{1.0.4 → 1.0.2}/colors.js +1 -1
  3. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_create_walk_entry.js +3 -3
  4. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_is_same_path.js +2 -2
  5. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_is_subdir.js +3 -3
  6. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_to_path_string.js +2 -2
  7. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/copy.js +11 -12
  8. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/empty_dir.js +4 -4
  9. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_dir.js +3 -3
  10. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_file.js +4 -4
  11. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_link.js +4 -4
  12. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_symlink.js +14 -51
  13. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/eol.js +5 -7
  14. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/exists.js +17 -37
  15. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/expand_glob.js +14 -15
  16. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/mod.js +2 -2
  17. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/move.js +5 -5
  18. package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/walk.js +22 -22
  19. package/esm/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/copy.js +1 -1
  20. package/esm/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/read_all.js +3 -3
  21. package/esm/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/write_all.js +2 -2
  22. package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/_config.js +1 -1
  23. package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/_file_handler_symbols.js +1 -1
  24. package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/_state.js +1 -1
  25. package/esm/deps/jsr.io/@std/log/0.224.7/base_handler.js +60 -0
  26. package/esm/deps/jsr.io/@std/log/0.224.7/console_handler.js +58 -0
  27. package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/critical.js +1 -2
  28. package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/debug.js +1 -2
  29. package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/error.js +1 -2
  30. package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/file_handler.js +15 -147
  31. package/esm/deps/jsr.io/@std/log/0.224.7/formatters.js +19 -0
  32. package/esm/deps/jsr.io/@std/log/0.224.7/get_logger.js +21 -0
  33. package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/info.js +1 -2
  34. package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/levels.js +1 -3
  35. package/esm/deps/jsr.io/@std/log/0.224.7/logger.js +179 -0
  36. package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/mod.js +6 -6
  37. package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/rotating_file_handler.js +2 -2
  38. package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/setup.js +1 -1
  39. package/esm/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/warn.js +1 -2
  40. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/basename.js +0 -17
  41. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/dirname.js +0 -12
  42. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/extname.js +0 -16
  43. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join.js +0 -13
  44. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join_globs.js +2 -3
  45. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize.js +0 -18
  46. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize_glob.js +1 -2
  47. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join_globs.js +2 -3
  48. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize_glob.js +1 -2
  49. package/esm/deps.js +8 -8
  50. package/esm/gen/core/OpenAPI.js +1 -1
  51. package/esm/gen/services.gen.js +44 -2
  52. package/esm/main.js +1 -1
  53. package/esm/metadata.js +11 -1
  54. package/esm/script.js +8 -0
  55. package/esm/script_common.js +6 -0
  56. package/esm/sync.js +5 -0
  57. package/esm/types.js +1 -0
  58. package/esm/wasm/windmill_parser_wasm.generated.js +164 -116
  59. package/esm/wasm/windmill_parser_wasm_bg.wasm +0 -0
  60. package/package.json +1 -1
  61. package/types/bootstrap/script_bootstrap.d.ts +2 -0
  62. package/types/bootstrap/script_bootstrap.d.ts.map +1 -1
  63. package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.2}/concat.d.ts.map +1 -1
  64. package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/_base32_common.d.ts.map +1 -1
  65. package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/_validate_binary_like.d.ts.map +1 -1
  66. package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/ascii85.d.ts.map +1 -1
  67. package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base32.d.ts.map +1 -1
  68. package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base58.d.ts.map +1 -1
  69. package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base64.d.ts.map +1 -1
  70. package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base64url.d.ts.map +1 -1
  71. package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/hex.d.ts.map +1 -1
  72. package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/mod.d.ts.map +1 -1
  73. package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/varint.d.ts.map +1 -1
  74. package/types/deps/jsr.io/@std/fmt/{1.0.4 → 1.0.2}/colors.d.ts.map +1 -1
  75. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_create_walk_entry.d.ts.map +1 -1
  76. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_get_file_info_type.d.ts.map +1 -1
  77. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_is_same_path.d.ts.map +1 -1
  78. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_is_subdir.d.ts.map +1 -1
  79. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_to_path_string.d.ts.map +1 -1
  80. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/copy.d.ts +6 -6
  81. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/copy.d.ts.map +1 -1
  82. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/empty_dir.d.ts +2 -2
  83. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/empty_dir.d.ts.map +1 -1
  84. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_dir.d.ts +2 -2
  85. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_dir.d.ts.map +1 -1
  86. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_file.d.ts +2 -2
  87. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_file.d.ts.map +1 -1
  88. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_link.d.ts +2 -2
  89. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_link.d.ts.map +1 -1
  90. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/ensure_symlink.d.ts +8 -26
  91. package/types/deps/jsr.io/@std/fs/1.0.3/ensure_symlink.d.ts.map +1 -0
  92. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/eol.d.ts +3 -3
  93. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/eol.d.ts.map +1 -1
  94. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/exists.d.ts +16 -36
  95. package/types/deps/jsr.io/@std/fs/1.0.3/exists.d.ts.map +1 -0
  96. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/expand_glob.d.ts +7 -7
  97. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/expand_glob.d.ts.map +1 -1
  98. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/mod.d.ts +1 -1
  99. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/mod.d.ts.map +1 -1
  100. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/move.d.ts +4 -4
  101. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/move.d.ts.map +1 -1
  102. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/walk.d.ts +20 -20
  103. package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/walk.d.ts.map +1 -1
  104. package/types/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/_constants.d.ts.map +1 -1
  105. package/types/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/copy.d.ts +1 -1
  106. package/types/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/copy.d.ts.map +1 -1
  107. package/types/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/read_all.d.ts +2 -2
  108. package/types/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/read_all.d.ts.map +1 -1
  109. package/types/deps/jsr.io/@std/io/{0.224.9 → 0.224.8}/types.d.ts.map +1 -1
  110. package/types/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/write_all.d.ts +2 -2
  111. package/types/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/write_all.d.ts.map +1 -1
  112. package/types/deps/jsr.io/@std/log/0.224.7/_config.d.ts.map +1 -0
  113. package/types/deps/jsr.io/@std/log/0.224.7/_file_handler_symbols.d.ts.map +1 -0
  114. package/types/deps/jsr.io/@std/log/0.224.7/_state.d.ts.map +1 -0
  115. package/types/deps/jsr.io/@std/log/0.224.7/base_handler.d.ts +22 -0
  116. package/types/deps/jsr.io/@std/log/0.224.7/base_handler.d.ts.map +1 -0
  117. package/types/deps/jsr.io/@std/log/0.224.7/console_handler.d.ts +18 -0
  118. package/types/deps/jsr.io/@std/log/0.224.7/console_handler.d.ts.map +1 -0
  119. package/types/deps/jsr.io/@std/log/0.224.7/critical.d.ts +5 -0
  120. package/types/deps/jsr.io/@std/log/0.224.7/critical.d.ts.map +1 -0
  121. package/types/deps/jsr.io/@std/log/0.224.7/debug.d.ts +5 -0
  122. package/types/deps/jsr.io/@std/log/0.224.7/debug.d.ts.map +1 -0
  123. package/types/deps/jsr.io/@std/log/0.224.7/error.d.ts +5 -0
  124. package/types/deps/jsr.io/@std/log/0.224.7/error.d.ts.map +1 -0
  125. package/types/deps/jsr.io/@std/log/0.224.7/file_handler.d.ts +54 -0
  126. package/types/deps/jsr.io/@std/log/0.224.7/file_handler.d.ts.map +1 -0
  127. package/types/deps/jsr.io/@std/log/0.224.7/formatters.d.ts +6 -0
  128. package/types/deps/jsr.io/@std/log/0.224.7/formatters.d.ts.map +1 -0
  129. package/types/deps/jsr.io/@std/log/0.224.7/get_logger.d.ts +4 -0
  130. package/types/deps/jsr.io/@std/log/0.224.7/get_logger.d.ts.map +1 -0
  131. package/types/deps/jsr.io/@std/log/0.224.7/info.d.ts +5 -0
  132. package/types/deps/jsr.io/@std/log/0.224.7/info.d.ts.map +1 -0
  133. package/types/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/levels.d.ts +0 -2
  134. package/types/deps/jsr.io/@std/log/0.224.7/levels.d.ts.map +1 -0
  135. package/types/deps/jsr.io/@std/log/0.224.7/logger.d.ts +62 -0
  136. package/types/deps/jsr.io/@std/log/0.224.7/logger.d.ts.map +1 -0
  137. package/types/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/mod.d.ts +5 -5
  138. package/types/deps/jsr.io/@std/log/0.224.7/mod.d.ts.map +1 -0
  139. package/types/deps/jsr.io/@std/log/0.224.7/rotating_file_handler.d.ts.map +1 -0
  140. package/types/deps/jsr.io/@std/log/0.224.7/setup.d.ts.map +1 -0
  141. package/types/deps/jsr.io/@std/log/0.224.7/warn.d.ts +5 -0
  142. package/types/deps/jsr.io/@std/log/0.224.7/warn.d.ts.map +1 -0
  143. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/assert_path.d.ts.map +1 -1
  144. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/basename.d.ts.map +1 -1
  145. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/common.d.ts.map +1 -1
  146. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/constants.d.ts.map +1 -1
  147. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/dirname.d.ts.map +1 -1
  148. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/format.d.ts.map +1 -1
  149. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/from_file_url.d.ts.map +1 -1
  150. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/glob_to_reg_exp.d.ts.map +1 -1
  151. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize.d.ts.map +1 -1
  152. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize_string.d.ts.map +1 -1
  153. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/relative.d.ts.map +1 -1
  154. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/strip_trailing_separators.d.ts.map +1 -1
  155. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/to_file_url.d.ts.map +1 -1
  156. package/types/deps/jsr.io/@std/path/1.0.6/_os.d.ts.map +1 -0
  157. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/basename.d.ts.map +1 -1
  158. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/common.d.ts.map +1 -1
  159. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/constants.d.ts.map +1 -1
  160. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/dirname.d.ts.map +1 -1
  161. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/extname.d.ts.map +1 -1
  162. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/format.d.ts.map +1 -1
  163. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/from_file_url.d.ts.map +1 -1
  164. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/glob_to_regexp.d.ts.map +1 -1
  165. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_absolute.d.ts.map +1 -1
  166. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_glob.d.ts.map +1 -1
  167. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join.d.ts.map +1 -1
  168. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join_globs.d.ts.map +1 -1
  169. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/mod.d.ts.map +1 -1
  170. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize.d.ts.map +1 -1
  171. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize_glob.d.ts.map +1 -1
  172. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/parse.d.ts.map +1 -1
  173. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/_util.d.ts.map +1 -1
  174. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/basename.d.ts +0 -17
  175. package/types/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts.map +1 -0
  176. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/constants.d.ts.map +1 -1
  177. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/dirname.d.ts +0 -12
  178. package/types/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts.map +1 -0
  179. package/types/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts +21 -0
  180. package/types/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts.map +1 -0
  181. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/format.d.ts.map +1 -1
  182. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/from_file_url.d.ts.map +1 -1
  183. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/glob_to_regexp.d.ts.map +1 -1
  184. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/is_absolute.d.ts.map +1 -1
  185. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join.d.ts +0 -13
  186. package/types/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts.map +1 -0
  187. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join_globs.d.ts +1 -1
  188. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join_globs.d.ts.map +1 -1
  189. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize.d.ts +0 -18
  190. package/types/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts.map +1 -0
  191. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize_glob.d.ts +1 -1
  192. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize_glob.d.ts.map +1 -1
  193. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/parse.d.ts.map +1 -1
  194. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/relative.d.ts.map +1 -1
  195. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/resolve.d.ts.map +1 -1
  196. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_file_url.d.ts.map +1 -1
  197. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_namespaced_path.d.ts.map +1 -1
  198. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/relative.d.ts.map +1 -1
  199. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/resolve.d.ts.map +1 -1
  200. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_file_url.d.ts.map +1 -1
  201. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_namespaced_path.d.ts.map +1 -1
  202. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/types.d.ts.map +1 -1
  203. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/_util.d.ts.map +1 -1
  204. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/basename.d.ts.map +1 -1
  205. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/constants.d.ts.map +1 -1
  206. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/dirname.d.ts.map +1 -1
  207. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/extname.d.ts.map +1 -1
  208. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/format.d.ts.map +1 -1
  209. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/from_file_url.d.ts.map +1 -1
  210. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/glob_to_regexp.d.ts.map +1 -1
  211. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/is_absolute.d.ts.map +1 -1
  212. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join.d.ts.map +1 -1
  213. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join_globs.d.ts +1 -1
  214. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join_globs.d.ts.map +1 -1
  215. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize.d.ts.map +1 -1
  216. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize_glob.d.ts +1 -1
  217. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize_glob.d.ts.map +1 -1
  218. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/parse.d.ts.map +1 -1
  219. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/relative.d.ts.map +1 -1
  220. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/resolve.d.ts.map +1 -1
  221. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_file_url.d.ts.map +1 -1
  222. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_namespaced_path.d.ts.map +1 -1
  223. package/types/deps/jsr.io/@windmill-labs/cliffy-ansi/1.0.0-rc.5/cursor_position.d.ts +1 -1
  224. package/types/deps/jsr.io/@windmill-labs/cliffy-ansi/1.0.0-rc.5/tty.d.ts +1 -1
  225. package/types/deps/jsr.io/@windmill-labs/cliffy-prompt/1.0.0-rc.6/_generic_prompt.d.ts +1 -1
  226. package/types/deps.d.ts +8 -8
  227. package/types/deps.d.ts.map +1 -1
  228. package/types/gen/services.gen.d.ts +22 -2
  229. package/types/gen/services.gen.d.ts.map +1 -1
  230. package/types/gen/types.gen.d.ts +27 -5
  231. package/types/gen/types.gen.d.ts.map +1 -1
  232. package/types/main.d.ts +1 -1
  233. package/types/metadata.d.ts.map +1 -1
  234. package/types/script.d.ts.map +1 -1
  235. package/types/script_common.d.ts +1 -1
  236. package/types/script_common.d.ts.map +1 -1
  237. package/types/sync.d.ts.map +1 -1
  238. package/types/types.d.ts.map +1 -1
  239. package/types/wasm/windmill_parser_wasm.generated.d.ts +14 -0
  240. package/types/wasm/windmill_parser_wasm.generated.d.ts.map +1 -1
  241. package/esm/deps/jsr.io/@std/io/0.225.0/types.js +0 -15
  242. package/esm/deps/jsr.io/@std/log/0.224.13/base_handler.js +0 -331
  243. package/esm/deps/jsr.io/@std/log/0.224.13/console_handler.js +0 -112
  244. package/esm/deps/jsr.io/@std/log/0.224.13/formatters.js +0 -45
  245. package/esm/deps/jsr.io/@std/log/0.224.13/get_logger.js +0 -75
  246. package/esm/deps/jsr.io/@std/log/0.224.13/logger.js +0 -525
  247. package/types/deps/jsr.io/@std/fs/1.0.9/ensure_symlink.d.ts.map +0 -1
  248. package/types/deps/jsr.io/@std/fs/1.0.9/exists.d.ts.map +0 -1
  249. package/types/deps/jsr.io/@std/io/0.225.0/types.d.ts +0 -146
  250. package/types/deps/jsr.io/@std/io/0.225.0/types.d.ts.map +0 -1
  251. package/types/deps/jsr.io/@std/log/0.224.13/_config.d.ts.map +0 -1
  252. package/types/deps/jsr.io/@std/log/0.224.13/_file_handler_symbols.d.ts.map +0 -1
  253. package/types/deps/jsr.io/@std/log/0.224.13/_state.d.ts.map +0 -1
  254. package/types/deps/jsr.io/@std/log/0.224.13/base_handler.d.ts +0 -326
  255. package/types/deps/jsr.io/@std/log/0.224.13/base_handler.d.ts.map +0 -1
  256. package/types/deps/jsr.io/@std/log/0.224.13/console_handler.d.ts +0 -76
  257. package/types/deps/jsr.io/@std/log/0.224.13/console_handler.d.ts.map +0 -1
  258. package/types/deps/jsr.io/@std/log/0.224.13/critical.d.ts +0 -53
  259. package/types/deps/jsr.io/@std/log/0.224.13/critical.d.ts.map +0 -1
  260. package/types/deps/jsr.io/@std/log/0.224.13/debug.d.ts +0 -105
  261. package/types/deps/jsr.io/@std/log/0.224.13/debug.d.ts.map +0 -1
  262. package/types/deps/jsr.io/@std/log/0.224.13/error.d.ts +0 -53
  263. package/types/deps/jsr.io/@std/log/0.224.13/error.d.ts.map +0 -1
  264. package/types/deps/jsr.io/@std/log/0.224.13/file_handler.d.ts +0 -200
  265. package/types/deps/jsr.io/@std/log/0.224.13/file_handler.d.ts.map +0 -1
  266. package/types/deps/jsr.io/@std/log/0.224.13/formatters.d.ts +0 -34
  267. package/types/deps/jsr.io/@std/log/0.224.13/formatters.d.ts.map +0 -1
  268. package/types/deps/jsr.io/@std/log/0.224.13/get_logger.d.ts +0 -59
  269. package/types/deps/jsr.io/@std/log/0.224.13/get_logger.d.ts.map +0 -1
  270. package/types/deps/jsr.io/@std/log/0.224.13/info.d.ts +0 -53
  271. package/types/deps/jsr.io/@std/log/0.224.13/info.d.ts.map +0 -1
  272. package/types/deps/jsr.io/@std/log/0.224.13/levels.d.ts.map +0 -1
  273. package/types/deps/jsr.io/@std/log/0.224.13/logger.d.ts +0 -622
  274. package/types/deps/jsr.io/@std/log/0.224.13/logger.d.ts.map +0 -1
  275. package/types/deps/jsr.io/@std/log/0.224.13/mod.d.ts.map +0 -1
  276. package/types/deps/jsr.io/@std/log/0.224.13/rotating_file_handler.d.ts.map +0 -1
  277. package/types/deps/jsr.io/@std/log/0.224.13/setup.d.ts.map +0 -1
  278. package/types/deps/jsr.io/@std/log/0.224.13/warn.d.ts +0 -53
  279. package/types/deps/jsr.io/@std/log/0.224.13/warn.d.ts.map +0 -1
  280. package/types/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +0 -1
  281. package/types/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +0 -1
  282. package/types/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +0 -1
  283. package/types/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +0 -37
  284. package/types/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +0 -1
  285. package/types/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +0 -1
  286. package/types/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +0 -1
  287. /package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.2}/concat.js +0 -0
  288. /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/_base32_common.js +0 -0
  289. /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/_validate_binary_like.js +0 -0
  290. /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/ascii85.js +0 -0
  291. /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base32.js +0 -0
  292. /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base58.js +0 -0
  293. /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base64.js +0 -0
  294. /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base64url.js +0 -0
  295. /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/hex.js +0 -0
  296. /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/mod.js +0 -0
  297. /package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/varint.js +0 -0
  298. /package/esm/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_get_file_info_type.js +0 -0
  299. /package/esm/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/_constants.js +0 -0
  300. /package/esm/deps/jsr.io/@std/io/{0.224.9 → 0.224.8}/types.js +0 -0
  301. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/assert_path.js +0 -0
  302. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/basename.js +0 -0
  303. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/common.js +0 -0
  304. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/constants.js +0 -0
  305. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/dirname.js +0 -0
  306. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/format.js +0 -0
  307. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/from_file_url.js +0 -0
  308. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/glob_to_reg_exp.js +0 -0
  309. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize.js +0 -0
  310. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize_string.js +0 -0
  311. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/relative.js +0 -0
  312. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/strip_trailing_separators.js +0 -0
  313. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/to_file_url.js +0 -0
  314. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_os.js +0 -0
  315. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/basename.js +0 -0
  316. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/common.js +0 -0
  317. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/constants.js +0 -0
  318. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/dirname.js +0 -0
  319. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/extname.js +0 -0
  320. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/format.js +0 -0
  321. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/from_file_url.js +0 -0
  322. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/glob_to_regexp.js +0 -0
  323. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_absolute.js +0 -0
  324. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_glob.js +0 -0
  325. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join.js +0 -0
  326. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join_globs.js +0 -0
  327. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/mod.js +0 -0
  328. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize.js +0 -0
  329. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize_glob.js +0 -0
  330. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/parse.js +0 -0
  331. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/_util.js +0 -0
  332. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/constants.js +0 -0
  333. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/format.js +0 -0
  334. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/from_file_url.js +0 -0
  335. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/glob_to_regexp.js +0 -0
  336. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/is_absolute.js +0 -0
  337. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/parse.js +0 -0
  338. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/relative.js +0 -0
  339. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/resolve.js +0 -0
  340. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_file_url.js +0 -0
  341. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_namespaced_path.js +0 -0
  342. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/relative.js +0 -0
  343. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/resolve.js +0 -0
  344. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_file_url.js +0 -0
  345. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_namespaced_path.js +0 -0
  346. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/types.js +0 -0
  347. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/_util.js +0 -0
  348. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/basename.js +0 -0
  349. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/constants.js +0 -0
  350. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/dirname.js +0 -0
  351. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/extname.js +0 -0
  352. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/format.js +0 -0
  353. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/from_file_url.js +0 -0
  354. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/glob_to_regexp.js +0 -0
  355. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/is_absolute.js +0 -0
  356. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join.js +0 -0
  357. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize.js +0 -0
  358. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/parse.js +0 -0
  359. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/relative.js +0 -0
  360. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/resolve.js +0 -0
  361. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_file_url.js +0 -0
  362. /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_namespaced_path.js +0 -0
  363. /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.2}/concat.d.ts +0 -0
  364. /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/_base32_common.d.ts +0 -0
  365. /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/_validate_binary_like.d.ts +0 -0
  366. /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/ascii85.d.ts +0 -0
  367. /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base32.d.ts +0 -0
  368. /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base58.d.ts +0 -0
  369. /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base64.d.ts +0 -0
  370. /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/base64url.d.ts +0 -0
  371. /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/hex.d.ts +0 -0
  372. /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/mod.d.ts +0 -0
  373. /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.5}/varint.d.ts +0 -0
  374. /package/types/deps/jsr.io/@std/fmt/{1.0.4 → 1.0.2}/colors.d.ts +0 -0
  375. /package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_create_walk_entry.d.ts +0 -0
  376. /package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_get_file_info_type.d.ts +0 -0
  377. /package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_is_same_path.d.ts +0 -0
  378. /package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_is_subdir.d.ts +0 -0
  379. /package/types/deps/jsr.io/@std/fs/{1.0.9 → 1.0.3}/_to_path_string.d.ts +0 -0
  380. /package/types/deps/jsr.io/@std/io/{0.225.0 → 0.224.8}/_constants.d.ts +0 -0
  381. /package/types/deps/jsr.io/@std/io/{0.224.9 → 0.224.8}/types.d.ts +0 -0
  382. /package/types/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/_config.d.ts +0 -0
  383. /package/types/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/_file_handler_symbols.d.ts +0 -0
  384. /package/types/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/_state.d.ts +0 -0
  385. /package/types/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/rotating_file_handler.d.ts +0 -0
  386. /package/types/deps/jsr.io/@std/log/{0.224.13 → 0.224.7}/setup.d.ts +0 -0
  387. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/assert_path.d.ts +0 -0
  388. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/basename.d.ts +0 -0
  389. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/common.d.ts +0 -0
  390. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/constants.d.ts +0 -0
  391. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/dirname.d.ts +0 -0
  392. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/format.d.ts +0 -0
  393. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/from_file_url.d.ts +0 -0
  394. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/glob_to_reg_exp.d.ts +0 -0
  395. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize.d.ts +0 -0
  396. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize_string.d.ts +0 -0
  397. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/relative.d.ts +0 -0
  398. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/strip_trailing_separators.d.ts +0 -0
  399. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/to_file_url.d.ts +0 -0
  400. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_os.d.ts +0 -0
  401. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/basename.d.ts +0 -0
  402. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/common.d.ts +0 -0
  403. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/constants.d.ts +0 -0
  404. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/dirname.d.ts +0 -0
  405. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/extname.d.ts +0 -0
  406. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/format.d.ts +0 -0
  407. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/from_file_url.d.ts +0 -0
  408. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/glob_to_regexp.d.ts +0 -0
  409. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_absolute.d.ts +0 -0
  410. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_glob.d.ts +0 -0
  411. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join.d.ts +0 -0
  412. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join_globs.d.ts +0 -0
  413. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/mod.d.ts +0 -0
  414. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize.d.ts +0 -0
  415. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize_glob.d.ts +0 -0
  416. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/parse.d.ts +0 -0
  417. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/_util.d.ts +0 -0
  418. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/constants.d.ts +0 -0
  419. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/format.d.ts +0 -0
  420. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/from_file_url.d.ts +0 -0
  421. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/glob_to_regexp.d.ts +0 -0
  422. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/is_absolute.d.ts +0 -0
  423. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/parse.d.ts +0 -0
  424. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/relative.d.ts +0 -0
  425. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/resolve.d.ts +0 -0
  426. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_file_url.d.ts +0 -0
  427. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_namespaced_path.d.ts +0 -0
  428. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/relative.d.ts +0 -0
  429. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/resolve.d.ts +0 -0
  430. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_file_url.d.ts +0 -0
  431. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_namespaced_path.d.ts +0 -0
  432. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/types.d.ts +0 -0
  433. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/_util.d.ts +0 -0
  434. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/basename.d.ts +0 -0
  435. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/constants.d.ts +0 -0
  436. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/dirname.d.ts +0 -0
  437. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/extname.d.ts +0 -0
  438. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/format.d.ts +0 -0
  439. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/from_file_url.d.ts +0 -0
  440. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/glob_to_regexp.d.ts +0 -0
  441. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/is_absolute.d.ts +0 -0
  442. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join.d.ts +0 -0
  443. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize.d.ts +0 -0
  444. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/parse.d.ts +0 -0
  445. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/relative.d.ts +0 -0
  446. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/resolve.d.ts +0 -0
  447. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_file_url.d.ts +0 -0
  448. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_namespaced_path.d.ts +0 -0
@@ -48,12 +48,21 @@ func main() (interface{}, error) {
48
48
  `,
49
49
  bash: `echo "Hello world"
50
50
  `,
51
+ oracledb: `SELECT 'Hello world' AS message`,
51
52
  powershell: `Write-Output "Hello world"`,
52
53
  php: `<?php
53
54
  function main() {
54
55
  return "Hello world";
55
56
  }
56
57
  `,
58
+ csharp: `class Script
59
+ {
60
+ public static void Main()
61
+ {
62
+ Console.WriteLine("Hello World");
63
+ }
64
+ }
65
+ `,
57
66
  rust: `fn main() -> Result<(), String> {
58
67
  println!("Hello World");
59
68
  Ok(())
@@ -71,5 +80,5 @@ inventory:
71
80
  - name: Print debug message
72
81
  debug:
73
82
  msg: "Hello, world!"
74
- `
83
+ `,
75
84
  };
@@ -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
  // A module to print ANSI terminal colors. Inspired by chalk, kleur, and colors
4
4
  // on npm.
@@ -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
  // Copyright the Browserify authors. MIT License.
3
3
  import * as dntShim from "../../../../../_dnt.shims.js";
4
- import { basename } from "../../path/1.0.8/basename.js";
5
- import { normalize } from "../../path/1.0.8/normalize.js";
4
+ import { basename } from "../../path/1.0.6/basename.js";
5
+ import { normalize } from "../../path/1.0.6/normalize.js";
6
6
  import { toPathString } from "./_to_path_string.js";
7
7
  /** Create {@linkcode WalkEntry} for the `path` synchronously. */
8
8
  export function createWalkEntrySync(path) {
@@ -1,6 +1,6 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // Copyright the Browserify authors. MIT License.
3
- import { resolve } from "../../path/1.0.8/resolve.js";
3
+ import { resolve } from "../../path/1.0.6/resolve.js";
4
4
  import { toPathString } from "./_to_path_string.js";
5
5
  /**
6
6
  * Checks if two paths are the same.
@@ -1,7 +1,7 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // Copyright the Browserify authors. MIT License.
3
- import { resolve } from "../../path/1.0.8/resolve.js";
4
- import { SEPARATOR } from "../../path/1.0.8/constants.js";
3
+ import { resolve } from "../../path/1.0.6/resolve.js";
4
+ import { SEPARATOR } from "../../path/1.0.6/constants.js";
5
5
  import { toPathString } from "./_to_path_string.js";
6
6
  /**
7
7
  * Checks whether `src` is a sub-directory of `dest`.
@@ -1,6 +1,6 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
2
  // Copyright the Browserify authors. MIT License.
3
- import { fromFileUrl } from "../../path/1.0.8/from_file_url.js";
3
+ import { fromFileUrl } from "../../path/1.0.6/from_file_url.js";
4
4
  /**
5
5
  * Convert a URL or string to a path.
6
6
  *
@@ -1,14 +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
  import * as dntShim from "../../../../../_dnt.shims.js";
3
- import { basename } from "../../path/1.0.8/basename.js";
4
- import { join } from "../../path/1.0.8/join.js";
5
- import { resolve } from "../../path/1.0.8/resolve.js";
3
+ import { basename } from "../../path/1.0.6/basename.js";
4
+ import { join } from "../../path/1.0.6/join.js";
5
+ import { resolve } from "../../path/1.0.6/resolve.js";
6
6
  import { ensureDir, ensureDirSync } from "./ensure_dir.js";
7
7
  import { getFileInfoType } from "./_get_file_info_type.js";
8
8
  import { toPathString } from "./_to_path_string.js";
9
9
  import { isSubdir } from "./_is_subdir.js";
10
- // deno-lint-ignore no-explicit-any
11
- const isWindows = dntShim.dntGlobalThis.Deno?.build.os === "windows";
10
+ const isWindows = dntShim.Deno.build.os === "windows";
12
11
  function assertIsDate(date, name) {
13
12
  if (date === null) {
14
13
  throw new Error(`${name} is unavailable`);
@@ -196,7 +195,7 @@ function copyDirSync(src, dest, options) {
196
195
  * @returns A promise that resolves once the copy operation completes.
197
196
  *
198
197
  * @example Basic usage
199
- * ```ts ignore
198
+ * ```ts no-eval
200
199
  * import { copy } from "@std/fs/copy";
201
200
  *
202
201
  * await copy("./foo", "./bar");
@@ -206,7 +205,7 @@ function copyDirSync(src, dest, options) {
206
205
  * overwriting.
207
206
  *
208
207
  * @example Overwriting files/directories
209
- * ```ts ignore
208
+ * ```ts no-eval
210
209
  * import { copy } from "@std/fs/copy";
211
210
  *
212
211
  * await copy("./foo", "./bar", { overwrite: true });
@@ -216,7 +215,7 @@ function copyDirSync(src, dest, options) {
216
215
  * any existing files or directories.
217
216
  *
218
217
  * @example Preserving timestamps
219
- * ```ts ignore
218
+ * ```ts no-eval
220
219
  * import { copy } from "@std/fs/copy";
221
220
  *
222
221
  * await copy("./foo", "./bar", { preserveTimestamps: true });
@@ -263,7 +262,7 @@ export async function copy(src, dest, options = {}) {
263
262
  * @returns A void value that returns once the copy operation completes.
264
263
  *
265
264
  * @example Basic usage
266
- * ```ts ignore
265
+ * ```ts no-eval
267
266
  * import { copySync } from "@std/fs/copy";
268
267
  *
269
268
  * copySync("./foo", "./bar");
@@ -273,7 +272,7 @@ export async function copy(src, dest, options = {}) {
273
272
  * overwriting.
274
273
  *
275
274
  * @example Overwriting files/directories
276
- * ```ts ignore
275
+ * ```ts no-eval
277
276
  * import { copySync } from "@std/fs/copy";
278
277
  *
279
278
  * copySync("./foo", "./bar", { overwrite: true });
@@ -283,7 +282,7 @@ export async function copy(src, dest, options = {}) {
283
282
  * any existing files or directories.
284
283
  *
285
284
  * @example Preserving timestamps
286
- * ```ts ignore
285
+ * ```ts no-eval
287
286
  * import { copySync } from "@std/fs/copy";
288
287
  *
289
288
  * copySync("./foo", "./bar", { preserveTimestamps: true });
@@ -1,6 +1,6 @@
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 { join } from "../../path/1.0.8/join.js";
3
+ import { join } from "../../path/1.0.6/join.js";
4
4
  import { toPathString } from "./_to_path_string.js";
5
5
  /**
6
6
  * Asynchronously ensures that a directory is empty.
@@ -18,7 +18,7 @@ import { toPathString } from "./_to_path_string.js";
18
18
  * @returns A void promise that resolves once the directory is empty.
19
19
  *
20
20
  * @example Usage
21
- * ```ts ignore
21
+ * ```ts no-eval
22
22
  * import { emptyDir } from "@std/fs/empty-dir";
23
23
  *
24
24
  * await emptyDir("./foo");
@@ -59,7 +59,7 @@ export async function emptyDir(dir) {
59
59
  * @returns A void value that returns once the directory is empty.
60
60
  *
61
61
  * @example Usage
62
- * ```ts ignore
62
+ * ```ts no-eval
63
63
  * import { emptyDirSync } from "@std/fs/empty-dir";
64
64
  *
65
65
  * emptyDirSync("./foo");
@@ -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 { getFileInfoType } from "./_get_file_info_type.js";
4
4
  /**
@@ -18,7 +18,7 @@ import { getFileInfoType } from "./_get_file_info_type.js";
18
18
  * @returns A promise that resolves once the directory exists.
19
19
  *
20
20
  * @example Usage
21
- * ```ts ignore
21
+ * ```ts no-eval
22
22
  * import { ensureDir } from "@std/fs/ensure-dir";
23
23
  *
24
24
  * await ensureDir("./bar");
@@ -65,7 +65,7 @@ export async function ensureDir(dir) {
65
65
  * @returns A void value that returns once the directory exists.
66
66
  *
67
67
  * @example Usage
68
- * ```ts ignore
68
+ * ```ts no-eval
69
69
  * import { ensureDirSync } from "@std/fs/ensure-dir";
70
70
  *
71
71
  * ensureDirSync("./bar");
@@ -1,6 +1,6 @@
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 { dirname } from "../../path/1.0.8/dirname.js";
3
+ import { dirname } from "../../path/1.0.6/dirname.js";
4
4
  import { ensureDir, ensureDirSync } from "./ensure_dir.js";
5
5
  import { getFileInfoType } from "./_get_file_info_type.js";
6
6
  import { toPathString } from "./_to_path_string.js";
@@ -20,7 +20,7 @@ import { toPathString } from "./_to_path_string.js";
20
20
  * @returns A void promise that resolves once the file exists.
21
21
  *
22
22
  * @example Usage
23
- * ```ts ignore
23
+ * ```ts no-eval
24
24
  * import { ensureFile } from "@std/fs/ensure-file";
25
25
  *
26
26
  * await ensureFile("./folder/targetFile.dat");
@@ -62,7 +62,7 @@ export async function ensureFile(filePath) {
62
62
  * @returns A void value that returns once the file exists.
63
63
  *
64
64
  * @example Usage
65
- * ```ts ignore
65
+ * ```ts no-eval
66
66
  * import { ensureFileSync } from "@std/fs/ensure-file";
67
67
  *
68
68
  * ensureFileSync("./folder/targetFile.dat");
@@ -1,6 +1,6 @@
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 { dirname } from "../../path/1.0.8/dirname.js";
3
+ import { dirname } from "../../path/1.0.6/dirname.js";
4
4
  import { ensureDir, ensureDirSync } from "./ensure_dir.js";
5
5
  import { toPathString } from "./_to_path_string.js";
6
6
  /**
@@ -20,7 +20,7 @@ import { toPathString } from "./_to_path_string.js";
20
20
  * @returns A void promise that resolves once the hard link exists.
21
21
  *
22
22
  * @example Usage
23
- * ```ts ignore
23
+ * ```ts no-eval
24
24
  * import { ensureLink } from "@std/fs/ensure-link";
25
25
  *
26
26
  * await ensureLink("./folder/targetFile.dat", "./folder/targetFile.link.dat");
@@ -48,7 +48,7 @@ export async function ensureLink(src, dest) {
48
48
  * @returns A void value that returns once the hard link exists.
49
49
  *
50
50
  * @example Usage
51
- * ```ts ignore
51
+ * ```ts no-eval
52
52
  * import { ensureLinkSync } from "@std/fs/ensure-link";
53
53
  *
54
54
  * ensureLinkSync("./folder/targetFile.dat", "./folder/targetFile.link.dat");
@@ -1,12 +1,11 @@
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 { dirname } from "../../path/1.0.8/dirname.js";
4
- import { resolve } from "../../path/1.0.8/resolve.js";
3
+ import { dirname } from "../../path/1.0.6/dirname.js";
4
+ import { resolve } from "../../path/1.0.6/resolve.js";
5
5
  import { ensureDir, ensureDirSync } from "./ensure_dir.js";
6
6
  import { getFileInfoType } from "./_get_file_info_type.js";
7
7
  import { toPathString } from "./_to_path_string.js";
8
- // deno-lint-ignore no-explicit-any
9
- const isWindows = dntShim.dntGlobalThis.Deno?.build.os === "windows";
8
+ const isWindows = dntShim.Deno.build.os === "windows";
10
9
  function resolveSymlinkTarget(target, linkName) {
11
10
  if (typeof target !== "string")
12
11
  return target; // URL is always absolute path
@@ -33,39 +32,21 @@ function getSymlinkOption(type) {
33
32
  * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
34
33
  * for more information on Deno's permissions system.
35
34
  *
36
- * @param target The source file path as a string or URL. If it is a relative path string, it have to be relative to the link path.
35
+ * @param target The source file path as a string or URL.
37
36
  * @param linkName The destination link path as a string or URL.
38
37
  *
39
38
  * @returns A void promise that resolves once the link exists.
40
39
  *
41
- * @example Basic usage
42
- * ```ts ignore
40
+ * @example Usage
41
+ * ```ts no-eval
43
42
  * import { ensureSymlink } from "@std/fs/ensure-symlink";
44
43
  *
45
- * // Ensures the link `./targetFile.link.dat` exists and points to `./targetFile.dat`
46
- * await ensureSymlink("./targetFile.dat", "./targetFile.link.dat");
47
- * ```
48
- *
49
- * @example Ensuring a link in a folder
50
- * ```ts ignore
51
- * import { ensureSymlink } from "@std/fs/ensure-symlink";
52
- *
53
- * // Ensures the link `./folder/targetFile.link.dat` exists and points to `./folder/targetFile.dat`
54
- * await ensureSymlink("./targetFile.dat", "./folder/targetFile.link.dat");
44
+ * await ensureSymlink("./folder/targetFile.dat", "./folder/targetFile.link.dat");
55
45
  * ```
56
46
  */
57
47
  export async function ensureSymlink(target, linkName) {
58
48
  const targetRealPath = resolveSymlinkTarget(target, linkName);
59
- let srcStatInfo;
60
- try {
61
- srcStatInfo = await dntShim.Deno.lstat(targetRealPath);
62
- }
63
- catch (error) {
64
- if (error instanceof dntShim.Deno.errors.NotFound) {
65
- throw new dntShim.Deno.errors.NotFound(`Cannot ensure symlink as the target path does not exist: ${targetRealPath}`);
66
- }
67
- throw error;
68
- }
49
+ const srcStatInfo = await dntShim.Deno.lstat(targetRealPath);
69
50
  const srcFilePathType = getFileInfoType(srcStatInfo);
70
51
  await ensureDir(dirname(toPathString(linkName)));
71
52
  const options = getSymlinkOption(srcFilePathType);
@@ -101,38 +82,20 @@ export async function ensureSymlink(target, linkName) {
101
82
  * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
102
83
  * for more information on Deno's permissions system.
103
84
  *
104
- * @param target The source file path as a string or URL. If it is a relative path string, it have to be relative to the link path.
85
+ * @param target The source file path as a string or URL.
105
86
  * @param linkName The destination link path as a string or URL.
106
87
  * @returns A void value that returns once the link exists.
107
88
  *
108
- * @example Basic usage
109
- * ```ts ignore
89
+ * @example Usage
90
+ * ```ts no-eval
110
91
  * import { ensureSymlinkSync } from "@std/fs/ensure-symlink";
111
92
  *
112
- * // Ensures the link `./targetFile.link.dat` exists and points to `./targetFile.dat`
113
- * ensureSymlinkSync("./targetFile.dat", "./targetFile.link.dat");
114
- * ```
115
- *
116
- * @example Ensuring a link in a folder
117
- * ```ts ignore
118
- * import { ensureSymlinkSync } from "@std/fs/ensure-symlink";
119
- *
120
- * // Ensures the link `./folder/targetFile.link.dat` exists and points to `./folder/targetFile.dat`
121
- * ensureSymlinkSync("./targetFile.dat", "./folder/targetFile.link.dat");
93
+ * ensureSymlinkSync("./folder/targetFile.dat", "./folder/targetFile.link.dat");
122
94
  * ```
123
95
  */
124
96
  export function ensureSymlinkSync(target, linkName) {
125
97
  const targetRealPath = resolveSymlinkTarget(target, linkName);
126
- let srcStatInfo;
127
- try {
128
- srcStatInfo = dntShim.Deno.lstatSync(targetRealPath);
129
- }
130
- catch (error) {
131
- if (error instanceof dntShim.Deno.errors.NotFound) {
132
- throw new dntShim.Deno.errors.NotFound(`Cannot ensure symlink as the target path does not exist: ${targetRealPath}`);
133
- }
134
- throw error;
135
- }
98
+ const srcStatInfo = dntShim.Deno.lstatSync(targetRealPath);
136
99
  const srcFilePathType = getFileInfoType(srcStatInfo);
137
100
  ensureDirSync(dirname(toPathString(linkName)));
138
101
  const options = getSymlinkOption(srcFilePathType);
@@ -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
  /** End-of-line character for POSIX platforms such as macOS and Linux. */
3
3
  import * as dntShim from "../../../../../_dnt.shims.js";
4
4
  export const LF = "\n";
@@ -8,15 +8,13 @@ export const CRLF = "\r\n";
8
8
  * End-of-line character evaluated for the current platform.
9
9
  *
10
10
  * @example Usage
11
- * ```ts ignore
11
+ * ```ts no-eval
12
12
  * import { EOL } from "@std/fs/eol";
13
13
  *
14
14
  * EOL; // "\n" on POSIX platforms and "\r\n" on Windows
15
15
  * ```
16
16
  */
17
- export const EOL =
18
- // deno-lint-ignore no-explicit-any
19
- dntShim.dntGlobalThis.Deno?.build.os === "windows" ? CRLF : LF;
17
+ export const EOL = dntShim.Deno?.build.os === "windows" ? CRLF : LF;
20
18
  const regDetect = /(?:\r?\n)/g;
21
19
  /**
22
20
  * Returns the detected EOL character(s) detected in the input string. If no EOL
@@ -27,7 +25,7 @@ const regDetect = /(?:\r?\n)/g;
27
25
  * @returns The detected EOL character(s) or `null` if no EOL character is detected.
28
26
  *
29
27
  * @example Usage
30
- * ```ts ignore
28
+ * ```ts no-eval
31
29
  * import { detect } from "@std/fs/eol";
32
30
  *
33
31
  * detect("deno\r\nis not\r\nnode"); // "\r\n"
@@ -53,7 +51,7 @@ export function detect(content) {
53
51
  * @returns The input string normalized to the targeted EOL.
54
52
  *
55
53
  * @example Usage
56
- * ```ts ignore
54
+ * ```ts no-eval
57
55
  * import { LF, format } from "@std/fs/eol";
58
56
  *
59
57
  * const CRLFinput = "deno\r\nis not\r\nnode";
@@ -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");