windmill-cli 1.476.0 → 1.477.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/deps/jsr.io/@std/bytes/1.0.5/_types.js +2 -0
- package/esm/deps/jsr.io/@std/bytes/{1.0.2 → 1.0.5}/concat.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/_base32_common.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/1.0.7/_types.js +2 -0
- package/esm/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/_validate_binary_like.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/ascii85.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/base32.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/base58.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/base64.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/base64url.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/hex.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/mod.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/varint.js +1 -3
- package/esm/deps/jsr.io/@std/fmt/{1.0.2 → 1.0.6}/colors.js +1 -1
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/_create_walk_entry.js +3 -3
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/_is_same_path.js +2 -2
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/_is_subdir.js +3 -3
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/_to_path_string.js +2 -2
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/copy.js +12 -11
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/empty_dir.js +4 -4
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/ensure_dir.js +3 -3
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/ensure_file.js +4 -4
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/ensure_link.js +4 -4
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/ensure_symlink.js +51 -14
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/eol.js +7 -5
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/exists.js +37 -17
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/expand_glob.js +15 -14
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/mod.js +2 -2
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/move.js +5 -5
- package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/walk.js +22 -22
- package/esm/deps/jsr.io/@std/io/{0.224.8 → 0.225.2}/_constants.js +1 -1
- package/esm/deps/jsr.io/@std/io/{0.224.8 → 0.225.2}/copy.js +2 -2
- package/esm/deps/jsr.io/@std/io/{0.224.8 → 0.225.2}/read_all.js +6 -7
- package/esm/deps/jsr.io/@std/io/0.225.2/types.js +15 -0
- package/esm/deps/jsr.io/@std/io/{0.224.8 → 0.225.2}/write_all.js +3 -3
- package/esm/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/_config.js +1 -1
- package/esm/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/_file_handler_symbols.js +1 -1
- package/esm/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/_state.js +1 -1
- package/esm/deps/jsr.io/@std/log/0.224.14/base_handler.js +331 -0
- package/esm/deps/jsr.io/@std/log/0.224.14/console_handler.js +112 -0
- package/esm/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/critical.js +2 -1
- package/esm/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/debug.js +2 -1
- package/esm/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/error.js +2 -1
- package/esm/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/file_handler.js +147 -15
- package/esm/deps/jsr.io/@std/log/0.224.14/formatters.js +45 -0
- package/esm/deps/jsr.io/@std/log/0.224.14/get_logger.js +75 -0
- package/esm/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/info.js +2 -1
- package/esm/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/levels.js +3 -1
- package/esm/deps/jsr.io/@std/log/0.224.14/logger.js +525 -0
- package/esm/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/mod.js +11 -7
- package/esm/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/rotating_file_handler.js +2 -2
- package/esm/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/setup.js +1 -1
- package/esm/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/warn.js +2 -1
- package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/basename.js +17 -0
- package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/dirname.js +12 -0
- package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/extname.js +16 -0
- package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/join.js +13 -0
- package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/join_globs.js +3 -2
- package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/normalize.js +18 -0
- package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/normalize_glob.js +2 -1
- package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/join_globs.js +3 -2
- package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/normalize_glob.js +2 -1
- package/esm/deps.js +8 -8
- package/esm/gen/core/OpenAPI.js +1 -1
- package/esm/gen/services.gen.js +2 -0
- package/esm/main.js +1 -1
- package/package.json +1 -1
- package/types/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts +9 -0
- package/types/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/bytes/{1.0.2 → 1.0.5}/concat.d.ts +3 -1
- package/types/deps/jsr.io/@std/bytes/1.0.5/concat.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/_base32_common.d.ts +2 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/_base32_common.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts +9 -0
- package/types/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/_validate_binary_like.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/ascii85.d.ts +3 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/ascii85.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/base32.d.ts +3 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base32.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/base58.d.ts +3 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base58.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/base64.d.ts +3 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base64.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/base64url.d.ts +3 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base64url.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/hex.d.ts +3 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/hex.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/varint.d.ts +3 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/varint.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fmt/{1.0.2 → 1.0.6}/colors.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/_create_walk_entry.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/1.0.14/_get_file_info_type.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/1.0.14/_is_same_path.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/1.0.14/_is_subdir.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/1.0.14/_to_path_string.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/copy.d.ts +6 -6
- package/types/deps/jsr.io/@std/fs/1.0.14/copy.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/empty_dir.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/1.0.14/empty_dir.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/ensure_dir.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/1.0.14/ensure_dir.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/ensure_file.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/1.0.14/ensure_file.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/ensure_link.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/1.0.14/ensure_link.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/ensure_symlink.d.ts +26 -8
- package/types/deps/jsr.io/@std/fs/1.0.14/ensure_symlink.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/eol.d.ts +3 -3
- package/types/deps/jsr.io/@std/fs/1.0.14/eol.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/exists.d.ts +36 -16
- package/types/deps/jsr.io/@std/fs/1.0.14/exists.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/expand_glob.d.ts +7 -7
- package/types/deps/jsr.io/@std/fs/1.0.14/expand_glob.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/mod.d.ts +1 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/mod.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/move.d.ts +4 -4
- package/types/deps/jsr.io/@std/fs/1.0.14/move.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/walk.d.ts +20 -20
- package/types/deps/jsr.io/@std/fs/1.0.14/walk.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/types.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.224.8 → 0.225.2}/_constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.224.8 → 0.225.2}/copy.d.ts +1 -1
- package/types/deps/jsr.io/@std/io/{0.224.8 → 0.225.2}/copy.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.224.8 → 0.225.2}/read_all.d.ts +2 -2
- package/types/deps/jsr.io/@std/io/{0.224.8 → 0.225.2}/read_all.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/0.225.2/types.d.ts +146 -0
- package/types/deps/jsr.io/@std/io/0.225.2/types.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/io/{0.224.8 → 0.225.2}/write_all.d.ts +2 -2
- package/types/deps/jsr.io/@std/io/{0.224.8 → 0.225.2}/write_all.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/log/0.224.14/_config.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/_file_handler_symbols.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/_state.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/base_handler.d.ts +326 -0
- package/types/deps/jsr.io/@std/log/0.224.14/base_handler.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/console_handler.d.ts +76 -0
- package/types/deps/jsr.io/@std/log/0.224.14/console_handler.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/critical.d.ts +53 -0
- package/types/deps/jsr.io/@std/log/0.224.14/critical.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/debug.d.ts +105 -0
- package/types/deps/jsr.io/@std/log/0.224.14/debug.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/error.d.ts +53 -0
- package/types/deps/jsr.io/@std/log/0.224.14/error.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/file_handler.d.ts +200 -0
- package/types/deps/jsr.io/@std/log/0.224.14/file_handler.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/formatters.d.ts +34 -0
- package/types/deps/jsr.io/@std/log/0.224.14/formatters.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/get_logger.d.ts +59 -0
- package/types/deps/jsr.io/@std/log/0.224.14/get_logger.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/info.d.ts +53 -0
- package/types/deps/jsr.io/@std/log/0.224.14/info.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/levels.d.ts +2 -0
- package/types/deps/jsr.io/@std/log/0.224.14/levels.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/logger.d.ts +622 -0
- package/types/deps/jsr.io/@std/log/0.224.14/logger.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/mod.d.ts +10 -6
- package/types/deps/jsr.io/@std/log/0.224.14/mod.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/rotating_file_handler.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/setup.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.14/warn.d.ts +53 -0
- package/types/deps/jsr.io/@std/log/0.224.14/warn.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/assert_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/basename.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/dirname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/glob_to_reg_exp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/normalize.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/normalize_string.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/strip_trailing_separators.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/basename.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/dirname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/extname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/is_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/join.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/normalize.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/_util.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/basename.d.ts +17 -0
- package/types/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/dirname.d.ts +12 -0
- package/types/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +37 -0
- package/types/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/join.d.ts +13 -0
- package/types/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/join_globs.d.ts +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/normalize.d.ts +18 -0
- package/types/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/normalize_glob.d.ts +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/to_namespaced_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/to_namespaced_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/types.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/_util.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/basename.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/dirname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/extname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/join.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/join_globs.d.ts +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/normalize.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/normalize_glob.d.ts +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/to_namespaced_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@windmill-labs/cliffy-ansi/1.0.0-rc.5/cursor_position.d.ts +1 -1
- package/types/deps/jsr.io/@windmill-labs/cliffy-ansi/1.0.0-rc.5/tty.d.ts +1 -1
- package/types/deps/jsr.io/@windmill-labs/cliffy-prompt/1.0.0-rc.6/_generic_prompt.d.ts +1 -1
- package/types/deps.d.ts +8 -8
- package/types/deps.d.ts.map +1 -1
- package/types/gen/services.gen.d.ts +1 -0
- package/types/gen/services.gen.d.ts.map +1 -1
- package/types/gen/types.gen.d.ts +4 -0
- package/types/gen/types.gen.d.ts.map +1 -1
- package/types/main.d.ts +1 -1
- package/esm/deps/jsr.io/@std/log/0.224.7/base_handler.js +0 -60
- package/esm/deps/jsr.io/@std/log/0.224.7/console_handler.js +0 -58
- package/esm/deps/jsr.io/@std/log/0.224.7/formatters.js +0 -19
- package/esm/deps/jsr.io/@std/log/0.224.7/get_logger.js +0 -21
- package/esm/deps/jsr.io/@std/log/0.224.7/logger.js +0 -179
- package/types/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.5/_base32_common.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.5/ascii85.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.5/base32.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.5/base58.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.5/base64.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.5/base64url.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.5/hex.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.5/varint.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/_create_walk_entry.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/_get_file_info_type.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/_is_same_path.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/_is_subdir.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/_to_path_string.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/copy.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/empty_dir.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/ensure_dir.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/ensure_file.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/ensure_link.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/ensure_symlink.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/eol.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/exists.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/expand_glob.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/mod.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/move.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/walk.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/_config.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/_file_handler_symbols.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/_state.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/base_handler.d.ts +0 -22
- package/types/deps/jsr.io/@std/log/0.224.7/base_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/console_handler.d.ts +0 -18
- package/types/deps/jsr.io/@std/log/0.224.7/console_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/critical.d.ts +0 -5
- package/types/deps/jsr.io/@std/log/0.224.7/critical.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/debug.d.ts +0 -5
- package/types/deps/jsr.io/@std/log/0.224.7/debug.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/error.d.ts +0 -5
- package/types/deps/jsr.io/@std/log/0.224.7/error.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/file_handler.d.ts +0 -54
- package/types/deps/jsr.io/@std/log/0.224.7/file_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/formatters.d.ts +0 -6
- package/types/deps/jsr.io/@std/log/0.224.7/formatters.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/get_logger.d.ts +0 -4
- package/types/deps/jsr.io/@std/log/0.224.7/get_logger.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/info.d.ts +0 -5
- package/types/deps/jsr.io/@std/log/0.224.7/info.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/levels.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/logger.d.ts +0 -62
- package/types/deps/jsr.io/@std/log/0.224.7/logger.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/mod.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/rotating_file_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/setup.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.7/warn.d.ts +0 -5
- package/types/deps/jsr.io/@std/log/0.224.7/warn.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.6/_os.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts +0 -21
- package/types/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts.map +0 -1
- /package/esm/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/_get_file_info_type.js +0 -0
- /package/esm/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/types.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/assert_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/common.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/dirname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/glob_to_reg_exp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/normalize_string.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_os.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/common.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/dirname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/extname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/is_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/join.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/join_globs.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/mod.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/normalize_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/_util.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/to_namespaced_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/to_namespaced_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/types.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/_util.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/dirname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/extname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/join.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/to_namespaced_path.js +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/_validate_binary_like.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.5 → 1.0.7}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fmt/{1.0.2 → 1.0.6}/colors.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/_create_walk_entry.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/_get_file_info_type.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/_is_same_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/_is_subdir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.3 → 1.0.14}/_to_path_string.d.ts +0 -0
- /package/types/deps/jsr.io/@std/io/{0.224.8 → 0.224.9}/types.d.ts +0 -0
- /package/types/deps/jsr.io/@std/io/{0.224.8 → 0.225.2}/_constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/_config.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/_file_handler_symbols.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/_state.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/rotating_file_handler.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.7 → 0.224.14}/setup.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/assert_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/basename.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/dirname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/glob_to_reg_exp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/normalize.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/normalize_string.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/strip_trailing_separators.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_common/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/_os.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/basename.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/dirname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/extname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/is_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/join.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/join_globs.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/normalize.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/normalize_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/_util.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/posix/to_namespaced_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/to_namespaced_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/types.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/_util.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/basename.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/dirname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/extname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/join.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/normalize.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.6 → 1.0.8}/windows/to_namespaced_path.d.ts +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
2
2
|
// This module is browser compatible.
|
|
3
3
|
/**
|
|
4
4
|
* Utilities for working with {@link https://en.wikipedia.org/wiki/Ascii85 | ascii85} encoding.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright 2009 The Go Authors. All rights reserved.
|
|
2
2
|
// https://github.com/golang/go/blob/master/LICENSE
|
|
3
|
-
// Copyright 2018-
|
|
3
|
+
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
4
4
|
// This module is browser compatible.
|
|
5
5
|
/**
|
|
6
6
|
* Port of the Go
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
2
2
|
// Copyright 2020 Keith Cirkel. All rights reserved. MIT license.
|
|
3
3
|
// Copyright 2023 Skye "MierenManz". All rights reserved. MIT license.
|
|
4
4
|
/**
|
|
@@ -24,8 +24,6 @@
|
|
|
24
24
|
*
|
|
25
25
|
* @module
|
|
26
26
|
*/
|
|
27
|
-
// This implementation is a port of https://deno.land/x/varint@v2.0.0 by @keithamus
|
|
28
|
-
// This module is browser compatible.
|
|
29
27
|
/**
|
|
30
28
|
* The maximum value of an unsigned 64-bit integer.
|
|
31
29
|
* Equivalent to `2n**64n - 1n`
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2025 the Deno authors. 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.
|
|
5
|
-
import { normalize } from "../../path/1.0.
|
|
4
|
+
import { basename } from "../../path/1.0.8/basename.js";
|
|
5
|
+
import { normalize } from "../../path/1.0.8/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-
|
|
1
|
+
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
2
2
|
// Copyright the Browserify authors. MIT License.
|
|
3
|
-
import { resolve } from "../../path/1.0.
|
|
3
|
+
import { resolve } from "../../path/1.0.8/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-
|
|
1
|
+
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
2
2
|
// Copyright the Browserify authors. MIT License.
|
|
3
|
-
import { resolve } from "../../path/1.0.
|
|
4
|
-
import { SEPARATOR } from "../../path/1.0.
|
|
3
|
+
import { resolve } from "../../path/1.0.8/resolve.js";
|
|
4
|
+
import { SEPARATOR } from "../../path/1.0.8/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-
|
|
1
|
+
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
2
2
|
// Copyright the Browserify authors. MIT License.
|
|
3
|
-
import { fromFileUrl } from "../../path/1.0.
|
|
3
|
+
import { fromFileUrl } from "../../path/1.0.8/from_file_url.js";
|
|
4
4
|
/**
|
|
5
5
|
* Convert a URL or string to a path.
|
|
6
6
|
*
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { basename } from "../../path/1.0.
|
|
4
|
-
import { join } from "../../path/1.0.
|
|
5
|
-
import { resolve } from "../../path/1.0.
|
|
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";
|
|
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
|
-
|
|
10
|
+
// deno-lint-ignore no-explicit-any
|
|
11
|
+
const isWindows = dntShim.dntGlobalThis.Deno?.build.os === "windows";
|
|
11
12
|
function assertIsDate(date, name) {
|
|
12
13
|
if (date === null) {
|
|
13
14
|
throw new Error(`${name} is unavailable`);
|
|
@@ -195,7 +196,7 @@ function copyDirSync(src, dest, options) {
|
|
|
195
196
|
* @returns A promise that resolves once the copy operation completes.
|
|
196
197
|
*
|
|
197
198
|
* @example Basic usage
|
|
198
|
-
* ```ts
|
|
199
|
+
* ```ts ignore
|
|
199
200
|
* import { copy } from "@std/fs/copy";
|
|
200
201
|
*
|
|
201
202
|
* await copy("./foo", "./bar");
|
|
@@ -205,7 +206,7 @@ function copyDirSync(src, dest, options) {
|
|
|
205
206
|
* overwriting.
|
|
206
207
|
*
|
|
207
208
|
* @example Overwriting files/directories
|
|
208
|
-
* ```ts
|
|
209
|
+
* ```ts ignore
|
|
209
210
|
* import { copy } from "@std/fs/copy";
|
|
210
211
|
*
|
|
211
212
|
* await copy("./foo", "./bar", { overwrite: true });
|
|
@@ -215,7 +216,7 @@ function copyDirSync(src, dest, options) {
|
|
|
215
216
|
* any existing files or directories.
|
|
216
217
|
*
|
|
217
218
|
* @example Preserving timestamps
|
|
218
|
-
* ```ts
|
|
219
|
+
* ```ts ignore
|
|
219
220
|
* import { copy } from "@std/fs/copy";
|
|
220
221
|
*
|
|
221
222
|
* await copy("./foo", "./bar", { preserveTimestamps: true });
|
|
@@ -262,7 +263,7 @@ export async function copy(src, dest, options = {}) {
|
|
|
262
263
|
* @returns A void value that returns once the copy operation completes.
|
|
263
264
|
*
|
|
264
265
|
* @example Basic usage
|
|
265
|
-
* ```ts
|
|
266
|
+
* ```ts ignore
|
|
266
267
|
* import { copySync } from "@std/fs/copy";
|
|
267
268
|
*
|
|
268
269
|
* copySync("./foo", "./bar");
|
|
@@ -272,7 +273,7 @@ export async function copy(src, dest, options = {}) {
|
|
|
272
273
|
* overwriting.
|
|
273
274
|
*
|
|
274
275
|
* @example Overwriting files/directories
|
|
275
|
-
* ```ts
|
|
276
|
+
* ```ts ignore
|
|
276
277
|
* import { copySync } from "@std/fs/copy";
|
|
277
278
|
*
|
|
278
279
|
* copySync("./foo", "./bar", { overwrite: true });
|
|
@@ -282,7 +283,7 @@ export async function copy(src, dest, options = {}) {
|
|
|
282
283
|
* any existing files or directories.
|
|
283
284
|
*
|
|
284
285
|
* @example Preserving timestamps
|
|
285
|
-
* ```ts
|
|
286
|
+
* ```ts ignore
|
|
286
287
|
* import { copySync } from "@std/fs/copy";
|
|
287
288
|
*
|
|
288
289
|
* copySync("./foo", "./bar", { preserveTimestamps: true });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { join } from "../../path/1.0.
|
|
3
|
+
import { join } from "../../path/1.0.8/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
|
|
21
|
+
* ```ts ignore
|
|
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
|
|
62
|
+
* ```ts ignore
|
|
63
63
|
* import { emptyDirSync } from "@std/fs/empty-dir";
|
|
64
64
|
*
|
|
65
65
|
* emptyDirSync("./foo");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2025 the Deno authors. 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
|
|
21
|
+
* ```ts ignore
|
|
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
|
|
68
|
+
* ```ts ignore
|
|
69
69
|
* import { ensureDirSync } from "@std/fs/ensure-dir";
|
|
70
70
|
*
|
|
71
71
|
* ensureDirSync("./bar");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { dirname } from "../../path/1.0.
|
|
3
|
+
import { dirname } from "../../path/1.0.8/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
|
|
23
|
+
* ```ts ignore
|
|
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
|
|
65
|
+
* ```ts ignore
|
|
66
66
|
* import { ensureFileSync } from "@std/fs/ensure-file";
|
|
67
67
|
*
|
|
68
68
|
* ensureFileSync("./folder/targetFile.dat");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { dirname } from "../../path/1.0.
|
|
3
|
+
import { dirname } from "../../path/1.0.8/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
|
|
23
|
+
* ```ts ignore
|
|
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
|
|
51
|
+
* ```ts ignore
|
|
52
52
|
* import { ensureLinkSync } from "@std/fs/ensure-link";
|
|
53
53
|
*
|
|
54
54
|
* ensureLinkSync("./folder/targetFile.dat", "./folder/targetFile.link.dat");
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { dirname } from "../../path/1.0.
|
|
4
|
-
import { resolve } from "../../path/1.0.
|
|
3
|
+
import { dirname } from "../../path/1.0.8/dirname.js";
|
|
4
|
+
import { resolve } from "../../path/1.0.8/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
|
-
|
|
8
|
+
// deno-lint-ignore no-explicit-any
|
|
9
|
+
const isWindows = dntShim.dntGlobalThis.Deno?.build.os === "windows";
|
|
9
10
|
function resolveSymlinkTarget(target, linkName) {
|
|
10
11
|
if (typeof target !== "string")
|
|
11
12
|
return target; // URL is always absolute path
|
|
@@ -32,21 +33,39 @@ function getSymlinkOption(type) {
|
|
|
32
33
|
* @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
|
|
33
34
|
* for more information on Deno's permissions system.
|
|
34
35
|
*
|
|
35
|
-
* @param target The source file path as a string or URL.
|
|
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.
|
|
36
37
|
* @param linkName The destination link path as a string or URL.
|
|
37
38
|
*
|
|
38
39
|
* @returns A void promise that resolves once the link exists.
|
|
39
40
|
*
|
|
40
|
-
* @example
|
|
41
|
-
* ```ts
|
|
41
|
+
* @example Basic usage
|
|
42
|
+
* ```ts ignore
|
|
42
43
|
* import { ensureSymlink } from "@std/fs/ensure-symlink";
|
|
43
44
|
*
|
|
44
|
-
*
|
|
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");
|
|
45
55
|
* ```
|
|
46
56
|
*/
|
|
47
57
|
export async function ensureSymlink(target, linkName) {
|
|
48
58
|
const targetRealPath = resolveSymlinkTarget(target, linkName);
|
|
49
|
-
|
|
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
|
+
}
|
|
50
69
|
const srcFilePathType = getFileInfoType(srcStatInfo);
|
|
51
70
|
await ensureDir(dirname(toPathString(linkName)));
|
|
52
71
|
const options = getSymlinkOption(srcFilePathType);
|
|
@@ -82,20 +101,38 @@ export async function ensureSymlink(target, linkName) {
|
|
|
82
101
|
* @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
|
|
83
102
|
* for more information on Deno's permissions system.
|
|
84
103
|
*
|
|
85
|
-
* @param target The source file path as a string or URL.
|
|
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.
|
|
86
105
|
* @param linkName The destination link path as a string or URL.
|
|
87
106
|
* @returns A void value that returns once the link exists.
|
|
88
107
|
*
|
|
89
|
-
* @example
|
|
90
|
-
* ```ts
|
|
108
|
+
* @example Basic usage
|
|
109
|
+
* ```ts ignore
|
|
91
110
|
* import { ensureSymlinkSync } from "@std/fs/ensure-symlink";
|
|
92
111
|
*
|
|
93
|
-
*
|
|
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");
|
|
94
122
|
* ```
|
|
95
123
|
*/
|
|
96
124
|
export function ensureSymlinkSync(target, linkName) {
|
|
97
125
|
const targetRealPath = resolveSymlinkTarget(target, linkName);
|
|
98
|
-
|
|
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
|
+
}
|
|
99
136
|
const srcFilePathType = getFileInfoType(srcStatInfo);
|
|
100
137
|
ensureDirSync(dirname(toPathString(linkName)));
|
|
101
138
|
const options = getSymlinkOption(srcFilePathType);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2025 the Deno authors. 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,13 +8,15 @@ export const CRLF = "\r\n";
|
|
|
8
8
|
* End-of-line character evaluated for the current platform.
|
|
9
9
|
*
|
|
10
10
|
* @example Usage
|
|
11
|
-
* ```ts
|
|
11
|
+
* ```ts ignore
|
|
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 =
|
|
17
|
+
export const EOL =
|
|
18
|
+
// deno-lint-ignore no-explicit-any
|
|
19
|
+
dntShim.dntGlobalThis.Deno?.build.os === "windows" ? CRLF : LF;
|
|
18
20
|
const regDetect = /(?:\r?\n)/g;
|
|
19
21
|
/**
|
|
20
22
|
* Returns the detected EOL character(s) detected in the input string. If no EOL
|
|
@@ -25,7 +27,7 @@ const regDetect = /(?:\r?\n)/g;
|
|
|
25
27
|
* @returns The detected EOL character(s) or `null` if no EOL character is detected.
|
|
26
28
|
*
|
|
27
29
|
* @example Usage
|
|
28
|
-
* ```ts
|
|
30
|
+
* ```ts ignore
|
|
29
31
|
* import { detect } from "@std/fs/eol";
|
|
30
32
|
*
|
|
31
33
|
* detect("deno\r\nis not\r\nnode"); // "\r\n"
|
|
@@ -51,7 +53,7 @@ export function detect(content) {
|
|
|
51
53
|
* @returns The input string normalized to the targeted EOL.
|
|
52
54
|
*
|
|
53
55
|
* @example Usage
|
|
54
|
-
* ```ts
|
|
56
|
+
* ```ts ignore
|
|
55
57
|
* import { LF, format } from "@std/fs/eol";
|
|
56
58
|
*
|
|
57
59
|
* const CRLFinput = "deno\r\nis not\r\nnode";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2018-
|
|
1
|
+
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
2
2
|
/** Options for {@linkcode exists} and {@linkcode existsSync.} */
|
|
3
3
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
4
4
|
/**
|
|
@@ -13,7 +13,8 @@ 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` and `--allow-sys`
|
|
16
|
+
* Requires `--allow-read` permissions, and in some cases, `--allow-sys`
|
|
17
|
+
* permissions if `options.isReadable` is `true`.
|
|
17
18
|
*
|
|
18
19
|
* @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
|
|
19
20
|
* for more information on Deno's permissions system.
|
|
@@ -25,7 +26,7 @@ import * as dntShim from "../../../../../_dnt.shims.js";
|
|
|
25
26
|
* otherwise.
|
|
26
27
|
*
|
|
27
28
|
* @example Recommended method
|
|
28
|
-
* ```ts
|
|
29
|
+
* ```ts ignore
|
|
29
30
|
* // Notice no use of exists
|
|
30
31
|
* try {
|
|
31
32
|
* await Deno.remove("./foo", { recursive: true });
|
|
@@ -41,7 +42,7 @@ import * as dntShim from "../../../../../_dnt.shims.js";
|
|
|
41
42
|
* possible race condition. See the above note for details.
|
|
42
43
|
*
|
|
43
44
|
* @example Basic usage
|
|
44
|
-
* ```ts
|
|
45
|
+
* ```ts ignore
|
|
45
46
|
* import { exists } from "@std/fs/exists";
|
|
46
47
|
*
|
|
47
48
|
* await exists("./exists"); // true
|
|
@@ -49,7 +50,10 @@ import * as dntShim from "../../../../../_dnt.shims.js";
|
|
|
49
50
|
* ```
|
|
50
51
|
*
|
|
51
52
|
* @example Check if a path is readable
|
|
52
|
-
*
|
|
53
|
+
*
|
|
54
|
+
* Requires `--allow-sys` permissions in some cases.
|
|
55
|
+
*
|
|
56
|
+
* ```ts ignore
|
|
53
57
|
* import { exists } from "@std/fs/exists";
|
|
54
58
|
*
|
|
55
59
|
* await exists("./readable", { isReadable: true }); // true
|
|
@@ -57,7 +61,7 @@ import * as dntShim from "../../../../../_dnt.shims.js";
|
|
|
57
61
|
* ```
|
|
58
62
|
*
|
|
59
63
|
* @example Check if a path is a directory
|
|
60
|
-
* ```ts
|
|
64
|
+
* ```ts ignore
|
|
61
65
|
* import { exists } from "@std/fs/exists";
|
|
62
66
|
*
|
|
63
67
|
* await exists("./directory", { isDirectory: true }); // true
|
|
@@ -65,7 +69,7 @@ import * as dntShim from "../../../../../_dnt.shims.js";
|
|
|
65
69
|
* ```
|
|
66
70
|
*
|
|
67
71
|
* @example Check if a path is a file
|
|
68
|
-
* ```ts
|
|
72
|
+
* ```ts ignore
|
|
69
73
|
* import { exists } from "@std/fs/exists";
|
|
70
74
|
*
|
|
71
75
|
* await exists("./file", { isFile: true }); // true
|
|
@@ -73,7 +77,10 @@ import * as dntShim from "../../../../../_dnt.shims.js";
|
|
|
73
77
|
* ```
|
|
74
78
|
*
|
|
75
79
|
* @example Check if a path is a readable directory
|
|
76
|
-
*
|
|
80
|
+
*
|
|
81
|
+
* Requires `--allow-sys` permissions in some cases.
|
|
82
|
+
*
|
|
83
|
+
* ```ts ignore
|
|
77
84
|
* import { exists } from "@std/fs/exists";
|
|
78
85
|
*
|
|
79
86
|
* await exists("./readable_directory", { isReadable: true, isDirectory: true }); // true
|
|
@@ -81,7 +88,10 @@ import * as dntShim from "../../../../../_dnt.shims.js";
|
|
|
81
88
|
* ```
|
|
82
89
|
*
|
|
83
90
|
* @example Check if a path is a readable file
|
|
84
|
-
*
|
|
91
|
+
*
|
|
92
|
+
* Requires `--allow-sys` permissions in some cases.
|
|
93
|
+
*
|
|
94
|
+
* ```ts ignore
|
|
85
95
|
* import { exists } from "@std/fs/exists";
|
|
86
96
|
*
|
|
87
97
|
* await exists("./readable_file", { isReadable: true, isFile: true }); // true
|
|
@@ -132,7 +142,8 @@ export async function exists(path, options) {
|
|
|
132
142
|
* @see {@link https://en.wikipedia.org/wiki/Time-of-check_to_time-of-use} for
|
|
133
143
|
* more information on the time-of-check to time-of-use bug.
|
|
134
144
|
*
|
|
135
|
-
* Requires `--allow-read` and `--allow-sys`
|
|
145
|
+
* Requires `--allow-read` permissions, and in some cases, `--allow-sys`
|
|
146
|
+
* permissions if `options.isReadable` is `true`.
|
|
136
147
|
*
|
|
137
148
|
* @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
|
|
138
149
|
* for more information on Deno's permissions system.
|
|
@@ -143,7 +154,7 @@ export async function exists(path, options) {
|
|
|
143
154
|
* @returns `true` if the path exists, `false` otherwise.
|
|
144
155
|
*
|
|
145
156
|
* @example Recommended method
|
|
146
|
-
* ```ts
|
|
157
|
+
* ```ts ignore
|
|
147
158
|
* // Notice no use of exists
|
|
148
159
|
* try {
|
|
149
160
|
* Deno.removeSync("./foo", { recursive: true });
|
|
@@ -159,7 +170,7 @@ export async function exists(path, options) {
|
|
|
159
170
|
* a possible race condition. See the above note for details.
|
|
160
171
|
*
|
|
161
172
|
* @example Basic usage
|
|
162
|
-
* ```ts
|
|
173
|
+
* ```ts ignore
|
|
163
174
|
* import { existsSync } from "@std/fs/exists";
|
|
164
175
|
*
|
|
165
176
|
* existsSync("./exists"); // true
|
|
@@ -167,7 +178,10 @@ export async function exists(path, options) {
|
|
|
167
178
|
* ```
|
|
168
179
|
*
|
|
169
180
|
* @example Check if a path is readable
|
|
170
|
-
*
|
|
181
|
+
*
|
|
182
|
+
* Requires `--allow-sys` permissions in some cases.
|
|
183
|
+
*
|
|
184
|
+
* ```ts ignore
|
|
171
185
|
* import { existsSync } from "@std/fs/exists";
|
|
172
186
|
*
|
|
173
187
|
* existsSync("./readable", { isReadable: true }); // true
|
|
@@ -175,7 +189,7 @@ export async function exists(path, options) {
|
|
|
175
189
|
* ```
|
|
176
190
|
*
|
|
177
191
|
* @example Check if a path is a directory
|
|
178
|
-
* ```ts
|
|
192
|
+
* ```ts ignore
|
|
179
193
|
* import { existsSync } from "@std/fs/exists";
|
|
180
194
|
*
|
|
181
195
|
* existsSync("./directory", { isDirectory: true }); // true
|
|
@@ -183,7 +197,7 @@ export async function exists(path, options) {
|
|
|
183
197
|
* ```
|
|
184
198
|
*
|
|
185
199
|
* @example Check if a path is a file
|
|
186
|
-
* ```ts
|
|
200
|
+
* ```ts ignore
|
|
187
201
|
* import { existsSync } from "@std/fs/exists";
|
|
188
202
|
*
|
|
189
203
|
* existsSync("./file", { isFile: true }); // true
|
|
@@ -191,7 +205,10 @@ export async function exists(path, options) {
|
|
|
191
205
|
* ```
|
|
192
206
|
*
|
|
193
207
|
* @example Check if a path is a readable directory
|
|
194
|
-
*
|
|
208
|
+
*
|
|
209
|
+
* Requires `--allow-sys` permissions in some cases.
|
|
210
|
+
*
|
|
211
|
+
* ```ts ignore
|
|
195
212
|
* import { existsSync } from "@std/fs/exists";
|
|
196
213
|
*
|
|
197
214
|
* existsSync("./readable_directory", { isReadable: true, isDirectory: true }); // true
|
|
@@ -199,7 +216,10 @@ export async function exists(path, options) {
|
|
|
199
216
|
* ```
|
|
200
217
|
*
|
|
201
218
|
* @example Check if a path is a readable file
|
|
202
|
-
*
|
|
219
|
+
*
|
|
220
|
+
* Requires `--allow-sys` permissions in some cases.
|
|
221
|
+
*
|
|
222
|
+
* ```ts ignore
|
|
203
223
|
* import { existsSync } from "@std/fs/exists";
|
|
204
224
|
*
|
|
205
225
|
* existsSync("./readable_file", { isReadable: true, isFile: true }); // true
|