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,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Converts a Uint8Array stream into a base64-encoded stream.
|
|
3
|
-
*
|
|
4
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
5
|
-
*
|
|
6
|
-
* @see {@link https://www.rfc-editor.org/rfc/rfc4648.html#section-4}
|
|
7
|
-
*
|
|
8
|
-
* @example Usage
|
|
9
|
-
* ```ts
|
|
10
|
-
* import { assertEquals } from "@std/assert";
|
|
11
|
-
* import { encodeBase64 } from "@std/encoding/base64";
|
|
12
|
-
* import { Base64EncoderStream } from "@std/encoding/base64-stream";
|
|
13
|
-
* import { toText } from "@std/streams/to-text";
|
|
14
|
-
*
|
|
15
|
-
* const stream = ReadableStream.from(["Hello,", " world!"])
|
|
16
|
-
* .pipeThrough(new TextEncoderStream())
|
|
17
|
-
* .pipeThrough(new Base64EncoderStream());
|
|
18
|
-
*
|
|
19
|
-
* assertEquals(await toText(stream), encodeBase64(new TextEncoder().encode("Hello, world!")));
|
|
20
|
-
* ```
|
|
21
|
-
*/
|
|
22
|
-
export declare class Base64EncoderStream extends TransformStream<Uint8Array, string> {
|
|
23
|
-
constructor();
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Decodes a base64-encoded stream into a Uint8Array stream.
|
|
27
|
-
*
|
|
28
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
29
|
-
*
|
|
30
|
-
* @see {@link https://www.rfc-editor.org/rfc/rfc4648.html#section-4}
|
|
31
|
-
*
|
|
32
|
-
* @example Usage
|
|
33
|
-
* ```ts
|
|
34
|
-
* import { assertEquals } from "@std/assert";
|
|
35
|
-
* import { Base64DecoderStream } from "@std/encoding/base64-stream";
|
|
36
|
-
* import { toText } from "@std/streams/to-text";
|
|
37
|
-
*
|
|
38
|
-
* const stream = ReadableStream.from(["SGVsbG8s", "IHdvcmxkIQ=="])
|
|
39
|
-
* .pipeThrough(new Base64DecoderStream())
|
|
40
|
-
* .pipeThrough(new TextDecoderStream());
|
|
41
|
-
*
|
|
42
|
-
* assertEquals(await toText(stream), "Hello, world!");
|
|
43
|
-
* ```
|
|
44
|
-
*/
|
|
45
|
-
export declare class Base64DecoderStream extends TransformStream<string, Uint8Array> {
|
|
46
|
-
constructor();
|
|
47
|
-
}
|
|
48
|
-
//# sourceMappingURL=base64_stream.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base64_stream.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.4/base64_stream.ts"],"names":[],"mappings":"AAaA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBAAa,mBAAoB,SAAQ,eAAe,CAAC,UAAU,EAAE,MAAM,CAAC;;CAsB3E;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,qBAAa,mBAAoB,SAAQ,eAAe,CAAC,MAAM,EAAE,UAAU,CAAC;;CAoB3E"}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Converts a Uint8Array stream into a base64url-encoded stream.
|
|
3
|
-
*
|
|
4
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
5
|
-
*
|
|
6
|
-
* @see {@link https://www.rfc-editor.org/rfc/rfc4648.html#section-5}
|
|
7
|
-
*
|
|
8
|
-
* @example Usage
|
|
9
|
-
* ```ts
|
|
10
|
-
* import { assertEquals } from "@std/assert";
|
|
11
|
-
* import { encodeBase64Url } from "@std/encoding/base64url";
|
|
12
|
-
* import { Base64UrlEncoderStream } from "@std/encoding/base64url-stream";
|
|
13
|
-
* import { toText } from "@std/streams/to-text";
|
|
14
|
-
*
|
|
15
|
-
* const stream = ReadableStream.from(["Hello,", " world!"])
|
|
16
|
-
* .pipeThrough(new TextEncoderStream())
|
|
17
|
-
* .pipeThrough(new Base64UrlEncoderStream());
|
|
18
|
-
*
|
|
19
|
-
* assertEquals(await toText(stream), encodeBase64Url(new TextEncoder().encode("Hello, world!")));
|
|
20
|
-
* ```
|
|
21
|
-
*/
|
|
22
|
-
export declare class Base64UrlEncoderStream extends TransformStream<Uint8Array, string> {
|
|
23
|
-
constructor();
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Decodes a base64url-encoded stream into a Uint8Array stream.
|
|
27
|
-
*
|
|
28
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
29
|
-
*
|
|
30
|
-
* @see {@link https://www.rfc-editor.org/rfc/rfc4648.html#section-5}
|
|
31
|
-
*
|
|
32
|
-
* @example Usage
|
|
33
|
-
* ```ts
|
|
34
|
-
* import { assertEquals } from "@std/assert";
|
|
35
|
-
* import { encodeBase64Url } from "@std/encoding/base64url";
|
|
36
|
-
* import { Base64UrlDecoderStream } from "@std/encoding/base64url-stream";
|
|
37
|
-
* import { toText } from "@std/streams/to-text";
|
|
38
|
-
*
|
|
39
|
-
* const stream = ReadableStream.from(["SGVsbG8s", "IHdvcmxkIQ"])
|
|
40
|
-
* .pipeThrough(new Base64UrlDecoderStream())
|
|
41
|
-
* .pipeThrough(new TextDecoderStream());
|
|
42
|
-
*
|
|
43
|
-
* assertEquals(await toText(stream), "Hello, world!");
|
|
44
|
-
* ```
|
|
45
|
-
*/
|
|
46
|
-
export declare class Base64UrlDecoderStream extends TransformStream<string, Uint8Array> {
|
|
47
|
-
constructor();
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=base64url_stream.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base64url_stream.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.4/base64url_stream.ts"],"names":[],"mappings":"AAaA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBAAa,sBACX,SAAQ,eAAe,CAAC,UAAU,EAAE,MAAM,CAAC;;CAsB5C;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBAAa,sBACX,SAAQ,eAAe,CAAC,MAAM,EAAE,UAAU,CAAC;;CAsB5C"}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Converts a Uint8Array stream into a hex-encoded stream.
|
|
3
|
-
*
|
|
4
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
5
|
-
*
|
|
6
|
-
* @see {@link https://www.rfc-editor.org/rfc/rfc4648.html#section-8}
|
|
7
|
-
*
|
|
8
|
-
* @example Usage
|
|
9
|
-
* ```ts
|
|
10
|
-
* import { assertEquals } from "@std/assert";
|
|
11
|
-
* import { encodeHex } from "@std/encoding/hex";
|
|
12
|
-
* import { HexEncoderStream } from "@std/encoding/hex-stream";
|
|
13
|
-
* import { toText } from "@std/streams/to-text";
|
|
14
|
-
*
|
|
15
|
-
* const stream = ReadableStream.from(["Hello,", " world!"])
|
|
16
|
-
* .pipeThrough(new TextEncoderStream())
|
|
17
|
-
* .pipeThrough(new HexEncoderStream());
|
|
18
|
-
*
|
|
19
|
-
* assertEquals(await toText(stream), encodeHex(new TextEncoder().encode("Hello, world!")));
|
|
20
|
-
* ```
|
|
21
|
-
*/
|
|
22
|
-
export declare class HexEncoderStream extends TransformStream<Uint8Array, string> {
|
|
23
|
-
constructor();
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Decodes a hex-encoded stream into a Uint8Array stream.
|
|
27
|
-
*
|
|
28
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
29
|
-
*
|
|
30
|
-
* @see {@link https://www.rfc-editor.org/rfc/rfc4648.html#section-8}
|
|
31
|
-
*
|
|
32
|
-
* @example Usage
|
|
33
|
-
* ```ts
|
|
34
|
-
* import { assertEquals } from "@std/assert";
|
|
35
|
-
* import { HexDecoderStream } from "@std/encoding/hex-stream";
|
|
36
|
-
* import { toText } from "@std/streams/to-text";
|
|
37
|
-
*
|
|
38
|
-
* const stream = ReadableStream.from(["48656c6c6f2c", "20776f726c6421"])
|
|
39
|
-
* .pipeThrough(new HexDecoderStream())
|
|
40
|
-
* .pipeThrough(new TextDecoderStream());
|
|
41
|
-
*
|
|
42
|
-
* assertEquals(await toText(stream), "Hello, world!");
|
|
43
|
-
* ```
|
|
44
|
-
*/
|
|
45
|
-
export declare class HexDecoderStream extends TransformStream<string, Uint8Array> {
|
|
46
|
-
constructor();
|
|
47
|
-
}
|
|
48
|
-
//# sourceMappingURL=hex_stream.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hex_stream.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.4/hex_stream.ts"],"names":[],"mappings":"AAaA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBAAa,gBAAiB,SAAQ,eAAe,CAAC,UAAU,EAAE,MAAM,CAAC;;CAQxE;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,qBAAa,gBAAiB,SAAQ,eAAe,CAAC,MAAM,EAAE,UAAU,CAAC;;CAoBxE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.4/mod.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;GAaG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/io/0.224.7/types.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,IAAI,CAAC,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;CAC7C;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,QAAQ,CAAC,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,IAAI,CAAC;CACxC;AAED;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB;;;;;;;;OAQG;IACH,KAAK,CAAC,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;CACvC;AACD;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;;;;;;;OAQG;IACH,SAAS,CAAC,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;CAClC;AAED;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB,gEAAgE;IAChE,KAAK,IAAI,IAAI,CAAC;CACf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_os.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.4/_os.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,SAAS,EAAE,OAIjB,CAAC"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Return the last portion of a path.
|
|
3
|
-
*
|
|
4
|
-
* The trailing directory separators are ignored, and optional suffix is
|
|
5
|
-
* removed.
|
|
6
|
-
*
|
|
7
|
-
* @example Usage
|
|
8
|
-
* ```ts
|
|
9
|
-
* import { basename } from "@std/path/basename";
|
|
10
|
-
* import { assertEquals } from "@std/assert";
|
|
11
|
-
*
|
|
12
|
-
* if (Deno.build.os === "windows") {
|
|
13
|
-
* assertEquals(basename("C:\\user\\Documents\\image.png"), "image.png");
|
|
14
|
-
* } else {
|
|
15
|
-
* assertEquals(basename("/home/user/Documents/image.png"), "image.png");
|
|
16
|
-
* }
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @param path Path to extract the name from.
|
|
20
|
-
* @param suffix Suffix to remove from extracted name.
|
|
21
|
-
*
|
|
22
|
-
* @returns The basename of the path.
|
|
23
|
-
*/
|
|
24
|
-
export declare function basename(path: string, suffix?: string): string;
|
|
25
|
-
/**
|
|
26
|
-
* Return the last portion of a path.
|
|
27
|
-
*
|
|
28
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
29
|
-
*
|
|
30
|
-
* The trailing directory separators are ignored, and optional suffix is
|
|
31
|
-
* removed.
|
|
32
|
-
*
|
|
33
|
-
* @example Usage
|
|
34
|
-
* ```ts
|
|
35
|
-
* import { basename } from "@std/path/basename";
|
|
36
|
-
* import { assertEquals } from "@std/assert";
|
|
37
|
-
*
|
|
38
|
-
* if (Deno.build.os === "windows") {
|
|
39
|
-
* assertEquals(basename("C:\\user\\Documents\\image.png"), "image.png");
|
|
40
|
-
* assertEquals(basename(new URL("file:///C:/user/Documents/image.png")), "image.png");
|
|
41
|
-
* } else {
|
|
42
|
-
* assertEquals(basename("/home/user/Documents/image.png"), "image.png");
|
|
43
|
-
* assertEquals(basename(new URL("file:///home/user/Documents/image.png")), "image.png");
|
|
44
|
-
* }
|
|
45
|
-
* ```
|
|
46
|
-
*
|
|
47
|
-
* @param path Path to extract the name from.
|
|
48
|
-
* @param suffix Suffix to remove from extracted name.
|
|
49
|
-
*
|
|
50
|
-
* @returns The basename of the path.
|
|
51
|
-
*/
|
|
52
|
-
export declare function basename(path: string | URL, suffix?: string): string;
|
|
53
|
-
//# 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/basename.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;AAChE;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Return the directory path of a path.
|
|
3
|
-
*
|
|
4
|
-
* @example Usage
|
|
5
|
-
* ```ts
|
|
6
|
-
* import { dirname } from "@std/path/dirname";
|
|
7
|
-
* import { assertEquals } from "@std/assert";
|
|
8
|
-
*
|
|
9
|
-
* if (Deno.build.os === "windows") {
|
|
10
|
-
* assertEquals(dirname("C:\\home\\user\\Documents\\image.png"), "C:\\home\\user\\Documents");
|
|
11
|
-
* } else {
|
|
12
|
-
* assertEquals(dirname("/home/user/Documents/image.png"), "/home/user/Documents");
|
|
13
|
-
* }
|
|
14
|
-
* ```
|
|
15
|
-
*
|
|
16
|
-
* @param path Path to extract the directory from.
|
|
17
|
-
* @returns The directory path.
|
|
18
|
-
*/
|
|
19
|
-
export declare function dirname(path: string): string;
|
|
20
|
-
/**
|
|
21
|
-
* Return the directory path of a file URL.
|
|
22
|
-
*
|
|
23
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
24
|
-
*
|
|
25
|
-
* @example Usage
|
|
26
|
-
* ```ts
|
|
27
|
-
* import { dirname } from "@std/path/dirname";
|
|
28
|
-
* import { assertEquals } from "@std/assert";
|
|
29
|
-
*
|
|
30
|
-
* if (Deno.build.os === "windows") {
|
|
31
|
-
* assertEquals(dirname("C:\\home\\user\\Documents\\image.png"), "C:\\home\\user\\Documents");
|
|
32
|
-
* assertEquals(dirname(new URL("file:///C:/home/user/Documents/image.png")), "C:\\home\\user\\Documents");
|
|
33
|
-
* } else {
|
|
34
|
-
* assertEquals(dirname("/home/user/Documents/image.png"), "/home/user/Documents");
|
|
35
|
-
* assertEquals(dirname(new URL("file:///home/user/Documents/image.png")), "/home/user/Documents");
|
|
36
|
-
* }
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* @param path Path to extract the directory from.
|
|
40
|
-
* @returns The directory path.
|
|
41
|
-
*/
|
|
42
|
-
export declare function dirname(path: string | URL): string;
|
|
43
|
-
//# 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/dirname.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;AAC9C;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,MAAM,CAAC"}
|
|
@@ -1,43 +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/extname";
|
|
7
|
-
* import { assertEquals } from "@std/assert";
|
|
8
|
-
*
|
|
9
|
-
* if (Deno.build.os === "windows") {
|
|
10
|
-
* assertEquals(extname("C:\\home\\user\\Documents\\image.png"), ".png");
|
|
11
|
-
* } else {
|
|
12
|
-
* assertEquals(extname("/home/user/Documents/image.png"), ".png");
|
|
13
|
-
* }
|
|
14
|
-
* ```
|
|
15
|
-
*
|
|
16
|
-
* @param path Path with extension.
|
|
17
|
-
* @returns The file extension. E.g. returns `.ts` for `file.ts`.
|
|
18
|
-
*/
|
|
19
|
-
export declare function extname(path: string): string;
|
|
20
|
-
/**
|
|
21
|
-
* Return the extension of the path with leading period (".").
|
|
22
|
-
*
|
|
23
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
24
|
-
*
|
|
25
|
-
* @example Usage
|
|
26
|
-
* ```ts
|
|
27
|
-
* import { extname } from "@std/path/extname";
|
|
28
|
-
* import { assertEquals } from "@std/assert";
|
|
29
|
-
*
|
|
30
|
-
* if (Deno.build.os === "windows") {
|
|
31
|
-
* assertEquals(extname("C:\\home\\user\\Documents\\image.png"), ".png");
|
|
32
|
-
* assertEquals(extname(new URL("file:///C:/home/user/Documents/image.png")), ".png");
|
|
33
|
-
* } else {
|
|
34
|
-
* assertEquals(extname("/home/user/Documents/image.png"), ".png");
|
|
35
|
-
* assertEquals(extname(new URL("file:///home/user/Documents/image.png")), ".png");
|
|
36
|
-
* }
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* @param path Path with extension.
|
|
40
|
-
* @returns The file extension. E.g. returns `.ts` for `file.ts`.
|
|
41
|
-
*/
|
|
42
|
-
export declare function extname(path: string | URL): string;
|
|
43
|
-
//# 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/extname.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;AAC9C;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,MAAM,CAAC"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Joins a sequence of paths, then normalizes the resulting path.
|
|
3
|
-
*
|
|
4
|
-
* @example Usage
|
|
5
|
-
* ```ts
|
|
6
|
-
* import { join } from "@std/path/join";
|
|
7
|
-
* import { assertEquals } from "@std/assert";
|
|
8
|
-
*
|
|
9
|
-
* if (Deno.build.os === "windows") {
|
|
10
|
-
* assertEquals(join("C:\\foo", "bar", "baz\\quux", "garply", ".."), "C:\\foo\\bar\\baz\\quux");
|
|
11
|
-
* } else {
|
|
12
|
-
* assertEquals(join("/foo", "bar", "baz/quux", "garply", ".."), "/foo/bar/baz/quux");
|
|
13
|
-
* }
|
|
14
|
-
* ```
|
|
15
|
-
*
|
|
16
|
-
* @param paths Paths to be joined and normalized.
|
|
17
|
-
* @returns The joined and normalized path.
|
|
18
|
-
*/
|
|
19
|
-
export declare function join(...paths: string[]): string;
|
|
20
|
-
/**
|
|
21
|
-
* Join all given a sequence of `paths`, then normalizes the resulting path.
|
|
22
|
-
*
|
|
23
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
24
|
-
*
|
|
25
|
-
* @example Usage
|
|
26
|
-
* ```ts
|
|
27
|
-
* import { join } from "@std/path/posix/join";
|
|
28
|
-
* import { assertEquals } from "@std/assert";
|
|
29
|
-
*
|
|
30
|
-
* const path = join(new URL("file:///foo"), "bar", "baz/asdf", "quux", "..");
|
|
31
|
-
* assertEquals(path, "/foo/bar/baz/asdf");
|
|
32
|
-
* ```
|
|
33
|
-
*
|
|
34
|
-
* @param path The path to join. This can be string or file URL.
|
|
35
|
-
* @param paths The paths to join.
|
|
36
|
-
* @returns The joined path.
|
|
37
|
-
*/
|
|
38
|
-
export declare function join(path?: URL | string, ...paths: string[]): string;
|
|
39
|
-
//# 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/join.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;GAiBG;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,51 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Normalize the path, resolving `'..'` and `'.'` segments.
|
|
3
|
-
*
|
|
4
|
-
* Note: Resolving these segments does not necessarily mean that all will be
|
|
5
|
-
* eliminated. A `'..'` at the top-level will be preserved, and an empty path is
|
|
6
|
-
* canonically `'.'`.
|
|
7
|
-
*
|
|
8
|
-
* @example Usage
|
|
9
|
-
* ```ts
|
|
10
|
-
* import { normalize } from "@std/path/normalize";
|
|
11
|
-
* import { assertEquals } from "@std/assert";
|
|
12
|
-
*
|
|
13
|
-
* if (Deno.build.os === "windows") {
|
|
14
|
-
* assertEquals(normalize("C:\\foo\\bar\\..\\baz\\quux"), "C:\\foo\\baz\\quux");
|
|
15
|
-
* } else {
|
|
16
|
-
* assertEquals(normalize("/foo/bar/../baz/quux"), "/foo/baz/quux");
|
|
17
|
-
* }
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @param path Path to be normalized
|
|
21
|
-
* @returns The normalized path.
|
|
22
|
-
*/
|
|
23
|
-
export declare function normalize(path: string): string;
|
|
24
|
-
/**
|
|
25
|
-
* Normalize the path, resolving `'..'` and `'.'` segments.
|
|
26
|
-
*
|
|
27
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
28
|
-
*
|
|
29
|
-
* Note: Resolving these segments does not necessarily mean that all will be
|
|
30
|
-
* eliminated. A `'..'` at the top-level will be preserved, and an empty path is
|
|
31
|
-
* canonically `'.'`.
|
|
32
|
-
*
|
|
33
|
-
* @example Usage
|
|
34
|
-
* ```ts
|
|
35
|
-
* import { normalize } from "@std/path/normalize";
|
|
36
|
-
* import { assertEquals } from "@std/assert";
|
|
37
|
-
*
|
|
38
|
-
* if (Deno.build.os === "windows") {
|
|
39
|
-
* assertEquals(normalize("C:\\foo\\bar\\..\\baz\\quux"), "C:\\foo\\baz\\quux");
|
|
40
|
-
* assertEquals(normalize(new URL("file:///C:/foo/bar/../baz/quux")), "C:\\foo\\baz\\quux");
|
|
41
|
-
* } else {
|
|
42
|
-
* assertEquals(normalize("/foo/bar/../baz/quux"), "/foo/baz/quux");
|
|
43
|
-
* assertEquals(normalize(new URL("file:///foo/bar/../baz/quux")), "/foo/baz/quux");
|
|
44
|
-
* }
|
|
45
|
-
* ```
|
|
46
|
-
*
|
|
47
|
-
* @param path Path to be normalized. Path can be a string or a file URL object.
|
|
48
|
-
* @returns The normalized path.
|
|
49
|
-
*/
|
|
50
|
-
export declare function normalize(path: string | URL): string;
|
|
51
|
-
//# 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/normalize.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;AAChD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,MAAM,CAAC"}
|
|
@@ -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/posix/basename";
|
|
8
|
-
* import { assertEquals } from "@std/assert";
|
|
9
|
-
*
|
|
10
|
-
* assertEquals(basename("/home/user/Documents/"), "Documents");
|
|
11
|
-
* assertEquals(basename("/home/user/Documents/image.png"), "image.png");
|
|
12
|
-
* assertEquals(basename("/home/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/posix/basename";
|
|
29
|
-
* import { assertEquals } from "@std/assert";
|
|
30
|
-
*
|
|
31
|
-
* assertEquals(basename("/home/user/Documents/"), "Documents");
|
|
32
|
-
* assertEquals(basename("/home/user/Documents/image.png"), "image.png");
|
|
33
|
-
* assertEquals(basename("/home/user/Documents/image.png", ".png"), "image");
|
|
34
|
-
* assertEquals(basename(new URL("file:///home/user/Documents/image.png")), "image.png");
|
|
35
|
-
* assertEquals(basename(new URL("file:///home/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/posix/basename.ts"],"names":[],"mappings":"AAYA;;;;;;;;;;;;;;;;;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,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Return the directory path of a `path`.
|
|
3
|
-
*
|
|
4
|
-
* @example Usage
|
|
5
|
-
* ```ts
|
|
6
|
-
* import { dirname } from "@std/path/posix/dirname";
|
|
7
|
-
* import { assertEquals } from "@std/assert";
|
|
8
|
-
*
|
|
9
|
-
* assertEquals(dirname("/home/user/Documents/"), "/home/user");
|
|
10
|
-
* assertEquals(dirname("/home/user/Documents/image.png"), "/home/user/Documents");
|
|
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/posix/dirname";
|
|
25
|
-
* import { assertEquals } from "@std/assert";
|
|
26
|
-
*
|
|
27
|
-
* assertEquals(dirname("/home/user/Documents/"), "/home/user");
|
|
28
|
-
* assertEquals(dirname("/home/user/Documents/image.png"), "/home/user/Documents");
|
|
29
|
-
* assertEquals(dirname(new URL("file:///home/user/Documents/image.png")), "/home/user/Documents");
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* @param path The file url to get the directory from.
|
|
33
|
-
* @returns The directory path.
|
|
34
|
-
*/
|
|
35
|
-
export declare function dirname(path: string | URL): string;
|
|
36
|
-
//# 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/posix/dirname.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;AAC9C;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,MAAM,CAAC"}
|
|
@@ -1,43 +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/posix/extname";
|
|
7
|
-
* import { assertEquals } from "@std/assert";
|
|
8
|
-
*
|
|
9
|
-
* assertEquals(extname("/home/user/Documents/file.ts"), ".ts");
|
|
10
|
-
* assertEquals(extname("/home/user/Documents/"), "");
|
|
11
|
-
* assertEquals(extname("/home/user/Documents/image.png"), ".png");
|
|
12
|
-
* ```
|
|
13
|
-
*
|
|
14
|
-
* @param path The path to get the extension from.
|
|
15
|
-
* @returns The extension (ex. for `file.ts` returns `.ts`).
|
|
16
|
-
*/
|
|
17
|
-
export declare function extname(path: string): string;
|
|
18
|
-
/**
|
|
19
|
-
* Return the extension of the `path` with leading period.
|
|
20
|
-
*
|
|
21
|
-
* Note: Hashes and query parameters are ignore when constructing a URL.
|
|
22
|
-
*
|
|
23
|
-
* @experimental **UNSTABLE**: New API, yet to be vetted.
|
|
24
|
-
*
|
|
25
|
-
* @example Usage
|
|
26
|
-
*
|
|
27
|
-
* ```ts
|
|
28
|
-
* import { extname } from "@std/path/posix/extname";
|
|
29
|
-
* import { assertEquals } from "@std/assert";
|
|
30
|
-
*
|
|
31
|
-
* assertEquals(extname("/home/user/Documents/file.ts"), ".ts");
|
|
32
|
-
* assertEquals(extname("/home/user/Documents/"), "");
|
|
33
|
-
* assertEquals(extname("/home/user/Documents/image.png"), ".png");
|
|
34
|
-
* assertEquals(extname(new URL("file:///home/user/Documents/file.ts")), ".ts");
|
|
35
|
-
* assertEquals(extname(new URL("file:///home/user/Documents/file.ts?a=b")), ".ts");
|
|
36
|
-
* assertEquals(extname(new URL("file:///home/user/Documents/file.ts#header")), ".ts");
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* @param path The path to get the extension from.
|
|
40
|
-
* @returns The extension (ex. for `file.ts` returns `.ts`).
|
|
41
|
-
*/
|
|
42
|
-
export declare function extname(path: string | URL): string;
|
|
43
|
-
//# 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/posix/extname.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;AAC9C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;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/posix/join";
|
|
7
|
-
* import { assertEquals } from "@std/assert";
|
|
8
|
-
*
|
|
9
|
-
* const path = join("/foo", "bar", "baz/asdf", "quux", "..");
|
|
10
|
-
* assertEquals(path, "/foo/bar/baz/asdf");
|
|
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/posix/join";
|
|
25
|
-
* import { assertEquals } from "@std/assert";
|
|
26
|
-
*
|
|
27
|
-
* assertEquals(join("/foo", "bar", "baz/asdf", "quux", ".."), "/foo/bar/baz/asdf");
|
|
28
|
-
* assertEquals(join(new URL("file:///foo"), "bar", "baz/asdf", "quux", ".."), "/foo/bar/baz/asdf");
|
|
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/posix/join.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;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/posix/normalize";
|
|
9
|
-
* import { assertEquals } from "@std/assert";
|
|
10
|
-
*
|
|
11
|
-
* const path = normalize("/foo/bar//baz/asdf/quux/..");
|
|
12
|
-
* assertEquals(path, "/foo/bar/baz/asdf");
|
|
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/posix/normalize";
|
|
29
|
-
* import { assertEquals } from "@std/assert";
|
|
30
|
-
*
|
|
31
|
-
* assertEquals(normalize("/foo/bar//baz/asdf/quux/.."), "/foo/bar/baz/asdf");
|
|
32
|
-
* assertEquals(normalize(new URL("file:///foo/bar//baz/asdf/quux/..")), "/foo/bar/baz/asdf/");
|
|
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/posix/normalize.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;;;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"}
|