windmill-cli 1.394.2 → 1.394.4
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/encoding/{1.0.4 → 1.0.5}/mod.js +0 -6
- package/esm/deps/jsr.io/@std/fs/1.0.3/_create_walk_entry.js +2 -2
- package/esm/deps/jsr.io/@std/fs/1.0.3/_is_same_path.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.3/_is_subdir.js +2 -2
- package/esm/deps/jsr.io/@std/fs/1.0.3/_to_path_string.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.3/copy.js +3 -3
- package/esm/deps/jsr.io/@std/fs/1.0.3/empty_dir.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.3/ensure_file.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.3/ensure_link.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.3/ensure_symlink.js +2 -2
- package/esm/deps/jsr.io/@std/fs/1.0.3/expand_glob.js +6 -6
- package/esm/deps/jsr.io/@std/fs/1.0.3/walk.js +1 -1
- package/esm/deps/jsr.io/@std/io/0.224.8/types.js +15 -0
- package/esm/deps/jsr.io/@std/log/0.224.7/file_handler.js +1 -1
- package/esm/deps/jsr.io/@std/path/1.0.6/basename.js +36 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/dirname.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/extname.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/join.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/normalize.js +33 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/basename.js +32 -0
- package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/dirname.js +18 -4
- package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/extname.js +19 -4
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/join.js +29 -0
- package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/normalize.js +20 -2
- package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/basename.js +21 -2
- package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/dirname.js +18 -4
- package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/extname.js +18 -4
- package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/join.js +19 -4
- package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/normalize.js +20 -2
- package/esm/deps.js +6 -6
- package/esm/main.js +1 -1
- package/package.json +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/_base32_common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/_validate_binary_like.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/ascii85.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/base32.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/base58.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/base64.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/base64url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/hex.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/mod.d.ts +0 -6
- package/types/deps/jsr.io/@std/encoding/1.0.5/mod.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/varint.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/expand_glob.d.ts +1 -1
- package/types/deps/jsr.io/@std/io/{0.224.7 → 0.224.8}/_constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.224.7 → 0.224.8}/copy.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.224.7 → 0.224.8}/read_all.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.224.7 → 0.224.8}/types.d.ts +56 -5
- package/types/deps/jsr.io/@std/io/0.224.8/types.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/io/{0.224.7 → 0.224.8}/write_all.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/assert_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/basename.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/dirname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/glob_to_reg_exp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/normalize.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/normalize_string.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/strip_trailing_separators.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.6/_os.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/1.0.6/basename.d.ts +28 -0
- package/types/deps/jsr.io/@std/path/1.0.6/basename.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.6/dirname.d.ts +23 -0
- package/types/deps/jsr.io/@std/path/1.0.6/dirname.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/1.0.6/extname.d.ts +23 -0
- package/types/deps/jsr.io/@std/path/1.0.6/extname.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/is_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.6/join.d.ts +23 -0
- package/types/deps/jsr.io/@std/path/1.0.6/join.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.6/normalize.d.ts +27 -0
- package/types/deps/jsr.io/@std/path/1.0.6/normalize.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/_util.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts +23 -0
- package/types/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts +20 -0
- package/types/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts +21 -0
- package/types/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts +20 -0
- package/types/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts +22 -0
- package/types/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/to_namespaced_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/to_namespaced_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/types.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/_util.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts +23 -0
- package/types/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts +20 -0
- package/types/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts +20 -0
- package/types/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts +20 -0
- package/types/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts +22 -0
- package/types/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/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 +6 -6
- package/types/main.d.ts +1 -1
- package/esm/deps/jsr.io/@std/encoding/1.0.4/base32_stream.js +0 -92
- package/esm/deps/jsr.io/@std/encoding/1.0.4/base32hex.js +0 -77
- package/esm/deps/jsr.io/@std/encoding/1.0.4/base32hex_stream.js +0 -92
- package/esm/deps/jsr.io/@std/encoding/1.0.4/base64_stream.js +0 -92
- package/esm/deps/jsr.io/@std/encoding/1.0.4/base64url_stream.js +0 -93
- package/esm/deps/jsr.io/@std/encoding/1.0.4/hex_stream.js +0 -81
- package/esm/deps/jsr.io/@std/path/1.0.4/basename.js +0 -10
- package/esm/deps/jsr.io/@std/path/1.0.4/dirname.js +0 -8
- package/esm/deps/jsr.io/@std/path/1.0.4/extname.js +0 -8
- package/esm/deps/jsr.io/@std/path/1.0.4/join.js +0 -8
- package/esm/deps/jsr.io/@std/path/1.0.4/normalize.js +0 -8
- package/esm/deps/jsr.io/@std/path/1.0.4/posix/basename.js +0 -13
- package/esm/deps/jsr.io/@std/path/1.0.4/posix/join.js +0 -14
- package/esm/deps/jsr.io/@std/path/1.0.4/types.js +0 -3
- package/types/deps/jsr.io/@std/encoding/1.0.4/base32_stream.d.ts +0 -48
- package/types/deps/jsr.io/@std/encoding/1.0.4/base32_stream.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.4/base32hex.d.ts +0 -42
- package/types/deps/jsr.io/@std/encoding/1.0.4/base32hex.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.4/base32hex_stream.d.ts +0 -48
- package/types/deps/jsr.io/@std/encoding/1.0.4/base32hex_stream.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.4/base64_stream.d.ts +0 -48
- package/types/deps/jsr.io/@std/encoding/1.0.4/base64_stream.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.4/base64url_stream.d.ts +0 -49
- package/types/deps/jsr.io/@std/encoding/1.0.4/base64url_stream.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.4/hex_stream.d.ts +0 -48
- package/types/deps/jsr.io/@std/encoding/1.0.4/hex_stream.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.4/mod.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/io/0.224.7/types.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/_os.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/basename.d.ts +0 -53
- package/types/deps/jsr.io/@std/path/1.0.4/basename.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/dirname.d.ts +0 -43
- package/types/deps/jsr.io/@std/path/1.0.4/dirname.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/extname.d.ts +0 -43
- package/types/deps/jsr.io/@std/path/1.0.4/extname.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/join.d.ts +0 -39
- package/types/deps/jsr.io/@std/path/1.0.4/join.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/normalize.d.ts +0 -51
- package/types/deps/jsr.io/@std/path/1.0.4/normalize.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/posix/basename.d.ts +0 -43
- package/types/deps/jsr.io/@std/path/1.0.4/posix/basename.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/posix/dirname.d.ts +0 -36
- package/types/deps/jsr.io/@std/path/1.0.4/posix/dirname.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/posix/extname.d.ts +0 -43
- package/types/deps/jsr.io/@std/path/1.0.4/posix/extname.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/posix/join.d.ts +0 -36
- package/types/deps/jsr.io/@std/path/1.0.4/posix/join.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/posix/normalize.d.ts +0 -39
- package/types/deps/jsr.io/@std/path/1.0.4/posix/normalize.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/windows/basename.d.ts +0 -43
- package/types/deps/jsr.io/@std/path/1.0.4/windows/basename.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/windows/dirname.d.ts +0 -35
- package/types/deps/jsr.io/@std/path/1.0.4/windows/dirname.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/windows/extname.d.ts +0 -35
- package/types/deps/jsr.io/@std/path/1.0.4/windows/extname.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/windows/join.d.ts +0 -36
- package/types/deps/jsr.io/@std/path/1.0.4/windows/join.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.4/windows/normalize.d.ts +0 -39
- package/types/deps/jsr.io/@std/path/1.0.4/windows/normalize.d.ts.map +0 -1
- /package/esm/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/_base32_common.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/_validate_binary_like.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/ascii85.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/base32.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/base58.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/base64.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/base64url.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/hex.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/varint.js +0 -0
- /package/esm/deps/jsr.io/@std/io/{0.224.7 → 0.224.8}/_constants.js +0 -0
- /package/esm/deps/jsr.io/@std/io/{0.224.7 → 0.224.8}/copy.js +0 -0
- /package/esm/deps/jsr.io/@std/io/{0.224.7 → 0.224.8}/read_all.js +0 -0
- /package/esm/deps/jsr.io/@std/io/{0.224.7 → 0.224.8}/write_all.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/assert_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/common.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/dirname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/glob_to_reg_exp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/normalize_string.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_os.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/common.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/is_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/join_globs.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/mod.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/normalize_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/_util.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/join_globs.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/normalize_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/to_namespaced_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/to_namespaced_path.js +0 -0
- /package/esm/deps/jsr.io/@std/{io/0.224.7 → path/1.0.6}/types.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/_util.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/join_globs.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/normalize_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/to_namespaced_path.js +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/_base32_common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/_validate_binary_like.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/ascii85.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/base32.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/base58.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/base64.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/base64url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/hex.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.4 → 1.0.5}/varint.d.ts +0 -0
- /package/types/deps/jsr.io/@std/io/{0.224.7 → 0.224.8}/_constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/io/{0.224.7 → 0.224.8}/copy.d.ts +0 -0
- /package/types/deps/jsr.io/@std/io/{0.224.7 → 0.224.8}/read_all.d.ts +0 -0
- /package/types/deps/jsr.io/@std/io/{0.224.7 → 0.224.8}/write_all.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/assert_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/basename.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/dirname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/glob_to_reg_exp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/normalize.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/normalize_string.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/strip_trailing_separators.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_common/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/_os.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/is_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/join_globs.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/normalize_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/_util.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/join_globs.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/normalize_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/posix/to_namespaced_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/to_namespaced_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/types.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/_util.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/join_globs.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/normalize_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.4 → 1.0.6}/windows/to_namespaced_path.d.ts +0 -0
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Return the last portion of a `path`.
|
|
3
|
-
* Trailing directory separators are ignored, and optional suffix is removed.
|
|
4
|
-
*
|
|
5
|
-
* @example Usage
|
|
6
|
-
* ```ts
|
|
7
|
-
* import { basename } from "@std/path/windows/basename";
|
|
8
|
-
* import { assertEquals } from "@std/assert";
|
|
9
|
-
*
|
|
10
|
-
* assertEquals(basename("C:\\user\\Documents\\"), "Documents");
|
|
11
|
-
* assertEquals(basename("C:\\user\\Documents\\image.png"), "image.png");
|
|
12
|
-
* assertEquals(basename("C:\\user\\Documents\\image.png", ".png"), "image");
|
|
13
|
-
* ```
|
|
14
|
-
*
|
|
15
|
-
* @param path The path to extract the name from.
|
|
16
|
-
* @param suffix The suffix to remove from extracted name.
|
|
17
|
-
* @returns The extracted name.
|
|
18
|
-
*/
|
|
19
|
-
export declare function basename(path: string, suffix?: string): string;
|
|
20
|
-
/**
|
|
21
|
-
* Return the last portion of a `path`.
|
|
22
|
-
* Trailing directory separators are ignored, and optional suffix is removed.
|
|
23
|
-
*
|
|
24
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
25
|
-
*
|
|
26
|
-
* @example Usage
|
|
27
|
-
* ```ts
|
|
28
|
-
* import { basename } from "@std/path/windows/basename";
|
|
29
|
-
* import { assertEquals } from "@std/assert";
|
|
30
|
-
*
|
|
31
|
-
* assertEquals(basename("C:\\user\\Documents\\"), "Documents");
|
|
32
|
-
* assertEquals(basename("C:\\user\\Documents\\image.png"), "image.png");
|
|
33
|
-
* assertEquals(basename("C:\\user\\Documents\\image.png", ".png"), "image");
|
|
34
|
-
* assertEquals(basename(new URL("file:///C:/user/Documents/image.png")), "image.png");
|
|
35
|
-
* assertEquals(basename(new URL("file:///C:/user/Documents/image.png"), ".png"), "image");
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* @param path The path to extract the name from.
|
|
39
|
-
* @param suffix The suffix to remove from extracted name.
|
|
40
|
-
* @returns The extracted name.
|
|
41
|
-
*/
|
|
42
|
-
export declare function basename(path: string | URL, suffix?: string): string;
|
|
43
|
-
//# sourceMappingURL=basename.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"basename.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.4/windows/basename.ts"],"names":[],"mappings":"AAaA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;AAChE;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Return the directory path of a `path`.
|
|
3
|
-
*
|
|
4
|
-
* @example Usage
|
|
5
|
-
* ```ts
|
|
6
|
-
* import { dirname } from "@std/path/windows/dirname";
|
|
7
|
-
* import { assertEquals } from "@std/assert";
|
|
8
|
-
*
|
|
9
|
-
* const dir = dirname("C:\\foo\\bar\\baz.ext");
|
|
10
|
-
* assertEquals(dir, "C:\\foo\\bar");
|
|
11
|
-
* ```
|
|
12
|
-
*
|
|
13
|
-
* @param path The path to get the directory from.
|
|
14
|
-
* @returns The directory path.
|
|
15
|
-
*/
|
|
16
|
-
export declare function dirname(path: string): string;
|
|
17
|
-
/**
|
|
18
|
-
* Return the directory path of a file URL.
|
|
19
|
-
*
|
|
20
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
21
|
-
*
|
|
22
|
-
* @example Usage
|
|
23
|
-
* ```ts
|
|
24
|
-
* import { dirname } from "@std/path/windows/dirname";
|
|
25
|
-
* import { assertEquals } from "@std/assert";
|
|
26
|
-
*
|
|
27
|
-
* assertEquals(dirname("C:\\foo\\bar\\baz.ext"), "C:\\foo\\bar");
|
|
28
|
-
* assertEquals(dirname(new URL("file:///C:/foo/bar/baz.ext")), "C:\\foo\\bar");
|
|
29
|
-
* ```
|
|
30
|
-
*
|
|
31
|
-
* @param path The path to get the directory from.
|
|
32
|
-
* @returns The directory path.
|
|
33
|
-
*/
|
|
34
|
-
export declare function dirname(path: string | URL): string;
|
|
35
|
-
//# sourceMappingURL=dirname.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dirname.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.4/windows/dirname.ts"],"names":[],"mappings":"AAaA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;AAC9C;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,MAAM,CAAC"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Return the extension of the `path` with leading period.
|
|
3
|
-
*
|
|
4
|
-
* @example Usage
|
|
5
|
-
* ```ts
|
|
6
|
-
* import { extname } from "@std/path/windows/extname";
|
|
7
|
-
* import { assertEquals } from "@std/assert";
|
|
8
|
-
*
|
|
9
|
-
* const ext = extname("file.ts");
|
|
10
|
-
* assertEquals(ext, ".ts");
|
|
11
|
-
* ```
|
|
12
|
-
*
|
|
13
|
-
* @param path The path to get the extension from.
|
|
14
|
-
* @returns The extension of the `path`.
|
|
15
|
-
*/
|
|
16
|
-
export declare function extname(path: string): string;
|
|
17
|
-
/**
|
|
18
|
-
* Return the extension of the `path` with leading period.
|
|
19
|
-
*
|
|
20
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
21
|
-
*
|
|
22
|
-
* @example Usage
|
|
23
|
-
* ```ts
|
|
24
|
-
* import { extname } from "@std/path/windows/extname";
|
|
25
|
-
* import { assertEquals } from "@std/assert";
|
|
26
|
-
*
|
|
27
|
-
* assertEquals(extname("file.ts"), ".ts");
|
|
28
|
-
* assertEquals(extname(new URL("file:///C:/foo/bar/baz.ext")), ".ext");
|
|
29
|
-
* ```
|
|
30
|
-
*
|
|
31
|
-
* @param path The path to get the extension from.
|
|
32
|
-
* @returns The extension of the `path`.
|
|
33
|
-
*/
|
|
34
|
-
export declare function extname(path: string | URL): string;
|
|
35
|
-
//# sourceMappingURL=extname.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"extname.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.4/windows/extname.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;AAC9C;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,MAAM,CAAC"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Join all given a sequence of `paths`,then normalizes the resulting path.
|
|
3
|
-
*
|
|
4
|
-
* @example Usage
|
|
5
|
-
* ```ts
|
|
6
|
-
* import { join } from "@std/path/windows/join";
|
|
7
|
-
* import { assertEquals } from "@std/assert";
|
|
8
|
-
*
|
|
9
|
-
* const joined = join("C:\\foo", "bar", "baz\\..");
|
|
10
|
-
* assertEquals(joined, "C:\\foo\\bar");
|
|
11
|
-
* ```
|
|
12
|
-
*
|
|
13
|
-
* @param paths The paths to join.
|
|
14
|
-
* @returns The joined path.
|
|
15
|
-
*/
|
|
16
|
-
export declare function join(...paths: string[]): string;
|
|
17
|
-
/**
|
|
18
|
-
* Join all given a sequence of `paths`, then normalizes the resulting path.
|
|
19
|
-
*
|
|
20
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
21
|
-
*
|
|
22
|
-
* @example Usage
|
|
23
|
-
* ```ts
|
|
24
|
-
* import { join } from "@std/path/windows/join";
|
|
25
|
-
* import { assertEquals } from "@std/assert";
|
|
26
|
-
*
|
|
27
|
-
* assertEquals(join("C:\\foo", "bar", "baz\\.."), "C:\\foo\\bar");
|
|
28
|
-
* assertEquals(join(new URL("file:///C:/foo"), "bar", "baz\\.."), "C:\\foo\\bar");
|
|
29
|
-
* ```
|
|
30
|
-
*
|
|
31
|
-
* @param path The path to join. This can be string or file URL.
|
|
32
|
-
* @param paths The paths to join.
|
|
33
|
-
* @returns The joined path.
|
|
34
|
-
*/
|
|
35
|
-
export declare function join(path?: URL | string, ...paths: string[]): string;
|
|
36
|
-
//# sourceMappingURL=join.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"join.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.4/windows/join.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,IAAI,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;AACjD;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,IAAI,CAAC,IAAI,CAAC,EAAE,GAAG,GAAG,MAAM,EAAE,GAAG,KAAK,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Normalize the `path`, resolving `'..'` and `'.'` segments.
|
|
3
|
-
* Note that resolving these segments does not necessarily mean that all will be eliminated.
|
|
4
|
-
* A `'..'` at the top-level will be preserved, and an empty path is canonically `'.'`.
|
|
5
|
-
*
|
|
6
|
-
* @example Usage
|
|
7
|
-
* ```ts
|
|
8
|
-
* import { normalize } from "@std/path/windows/normalize";
|
|
9
|
-
* import { assertEquals } from "@std/assert";
|
|
10
|
-
*
|
|
11
|
-
* const normalized = normalize("C:\\foo\\..\\bar");
|
|
12
|
-
* assertEquals(normalized, "C:\\bar");
|
|
13
|
-
* ```
|
|
14
|
-
*
|
|
15
|
-
* @param path The path to normalize
|
|
16
|
-
* @returns The normalized path
|
|
17
|
-
*/
|
|
18
|
-
export declare function normalize(path: string): string;
|
|
19
|
-
/**
|
|
20
|
-
* Normalize the `path`, resolving `'..'` and `'.'` segments.
|
|
21
|
-
* Note that resolving these segments does not necessarily mean that all will be eliminated.
|
|
22
|
-
* A `'..'` at the top-level will be preserved, and an empty path is canonically `'.'`.
|
|
23
|
-
*
|
|
24
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
25
|
-
*
|
|
26
|
-
* @example Usage
|
|
27
|
-
* ```ts
|
|
28
|
-
* import { normalize } from "@std/path/windows/normalize";
|
|
29
|
-
* import { assertEquals } from "@std/assert";
|
|
30
|
-
*
|
|
31
|
-
* assertEquals(normalize("C:\\foo\\..\\bar"), "C:\\bar");
|
|
32
|
-
* assertEquals(normalize(new URL("file:///C:/foo/../bar")), "C:\\bar");
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @param path The path to normalize. Path can be a string or a file URL object.
|
|
36
|
-
* @returns The normalized path
|
|
37
|
-
*/
|
|
38
|
-
export declare function normalize(path: string | URL): string;
|
|
39
|
-
//# sourceMappingURL=normalize.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"normalize.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.4/windows/normalize.ts"],"names":[],"mappings":"AASA;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;AAChD;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,MAAM,CAAC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|