@effectionx/jsonl-store 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/_dnt.polyfills.d.ts +99 -0
- package/esm/_dnt.polyfills.d.ts.map +1 -1
- package/esm/_dnt.polyfills.js +127 -1
- package/esm/context.d.ts.map +1 -1
- package/esm/context.js +3 -3
- package/{script/deps/jsr.io/@std/bytes/1.0.5 → esm/deps/jsr.io/@std/bytes/1.0.6}/_types.d.ts.map +1 -1
- package/{script/deps/jsr.io/@std/bytes/1.0.5 → esm/deps/jsr.io/@std/bytes/1.0.6}/concat.d.ts +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.js +2 -2
- package/esm/deps/jsr.io/@std/fs/1.0.4/_is_same_path.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/_is_subdir.d.ts +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/_is_subdir.js +2 -2
- package/esm/deps/jsr.io/@std/fs/1.0.4/_to_path_string.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/copy.js +3 -3
- package/esm/deps/jsr.io/@std/fs/1.0.4/empty_dir.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_file.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_link.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.js +2 -2
- package/esm/deps/jsr.io/@std/fs/1.0.4/eol.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/expand_glob.d.ts +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/expand_glob.js +6 -6
- package/esm/deps/jsr.io/@std/fs/1.0.4/walk.js +1 -1
- package/esm/deps/jsr.io/@std/path/1.0.6/constants.d.ts +1 -1
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/streams/1.0.8/buffer.js +1 -1
- package/esm/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.js +1 -1
- package/esm/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.js +1 -1
- package/esm/jsonl.d.ts.map +1 -1
- package/esm/jsonl.js +1 -1
- package/package.json +3 -2
- package/script/_dnt.polyfills.d.ts +99 -0
- package/script/_dnt.polyfills.d.ts.map +1 -1
- package/script/_dnt.polyfills.js +128 -0
- package/script/context.d.ts.map +1 -1
- package/script/context.js +2 -2
- package/{esm/deps/jsr.io/@std/bytes/1.0.5 → script/deps/jsr.io/@std/bytes/1.0.6}/_types.d.ts.map +1 -1
- package/{esm/deps/jsr.io/@std/bytes/1.0.5 → script/deps/jsr.io/@std/bytes/1.0.6}/concat.d.ts +1 -1
- package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.js +2 -2
- package/script/deps/jsr.io/@std/fs/1.0.4/_is_same_path.js +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/_is_subdir.d.ts +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/_is_subdir.js +2 -2
- package/script/deps/jsr.io/@std/fs/1.0.4/_to_path_string.js +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/copy.js +3 -3
- package/script/deps/jsr.io/@std/fs/1.0.4/empty_dir.js +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/ensure_file.js +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/ensure_link.js +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.js +2 -2
- package/script/deps/jsr.io/@std/fs/1.0.4/eol.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/expand_glob.d.ts +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/expand_glob.js +6 -6
- package/script/deps/jsr.io/@std/fs/1.0.4/walk.js +1 -1
- package/script/deps/jsr.io/@std/path/1.0.6/_os.js +17 -7
- package/script/deps/jsr.io/@std/path/1.0.6/constants.d.ts +1 -1
- package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.js +17 -7
- package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.js +17 -7
- package/script/deps/jsr.io/@std/streams/1.0.8/buffer.js +1 -1
- package/script/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.js +1 -1
- package/script/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.js +1 -1
- package/script/jsonl.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.js +0 -7
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts +0 -4
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.js +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.js +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.js +0 -46
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.js +0 -8
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts +0 -4
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.js +0 -19
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.js +0 -9
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts +0 -35
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.js +0 -234
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.js +0 -8
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.js +0 -77
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.js +0 -9
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.js +0 -19
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.js +0 -15
- package/esm/deps/jsr.io/@std/path/1.0.8/_os.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_os.js +0 -9
- package/esm/deps/jsr.io/@std/path/1.0.8/basename.d.ts +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/basename.js +0 -36
- package/esm/deps/jsr.io/@std/path/1.0.8/common.d.ts +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/common.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/common.js +0 -33
- package/esm/deps/jsr.io/@std/path/1.0.8/constants.d.ts +0 -15
- package/esm/deps/jsr.io/@std/path/1.0.8/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/constants.js +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/dirname.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/dirname.js +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/extname.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/extname.js +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/format.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/format.js +0 -27
- package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts +0 -77
- package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.js +0 -83
- package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.js +0 -42
- package/esm/deps/jsr.io/@std/path/1.0.8/join.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/join.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/join.js +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.js +0 -34
- package/esm/deps/jsr.io/@std/path/1.0.8/mod.d.ts +0 -54
- package/esm/deps/jsr.io/@std/path/1.0.8/mod.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/mod.js +0 -57
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize.d.ts +0 -27
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize.js +0 -33
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.js +0 -35
- package/esm/deps/jsr.io/@std/path/1.0.8/parse.d.ts +0 -35
- package/esm/deps/jsr.io/@std/path/1.0.8/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/parse.js +0 -39
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.js +0 -8
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.js +0 -49
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts +0 -13
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.js +0 -14
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts +0 -32
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.js +0 -62
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +0 -37
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.js +0 -89
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts +0 -16
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.js +0 -21
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts +0 -72
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.js +0 -82
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.js +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts +0 -33
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.js +0 -42
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.js +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.js +0 -57
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.js +0 -32
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts +0 -25
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.js +0 -115
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.js +0 -106
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.js +0 -59
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.js +0 -27
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts +0 -16
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.js +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/relative.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.0.8/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/relative.js +0 -30
- package/esm/deps/jsr.io/@std/path/1.0.8/resolve.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/resolve.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/resolve.js +0 -30
- package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts +0 -21
- package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.js +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/types.d.ts +0 -38
- package/esm/deps/jsr.io/@std/path/1.0.8/types.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/types.js +0 -3
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts +0 -4
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.js +0 -15
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.js +0 -44
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts +0 -13
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.js +0 -14
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.js +0 -112
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.js +0 -81
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts +0 -18
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.js +0 -30
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts +0 -71
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.js +0 -82
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.js +0 -38
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.js +0 -74
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts +0 -21
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.js +0 -41
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.js +0 -134
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.js +0 -32
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts +0 -25
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.js +0 -176
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.js +0 -131
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.js +0 -154
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.js +0 -34
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.js +0 -49
- package/script/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/assert_path.js +0 -10
- package/script/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts +0 -4
- package/script/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/basename.js +0 -45
- package/script/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/common.js +0 -26
- package/script/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts +0 -40
- package/script/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/constants.js +0 -49
- package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.js +0 -11
- package/script/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts +0 -4
- package/script/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/format.js +0 -23
- package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.js +0 -12
- package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts +0 -35
- package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.js +0 -237
- package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize.js +0 -11
- package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.js +0 -80
- package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.js +0 -12
- package/script/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.js +0 -22
- package/script/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.js +0 -18
- package/script/deps/jsr.io/@std/path/1.0.8/_os.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_os.js +0 -35
- package/script/deps/jsr.io/@std/path/1.0.8/basename.d.ts +0 -28
- package/script/deps/jsr.io/@std/path/1.0.8/basename.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/basename.js +0 -39
- package/script/deps/jsr.io/@std/path/1.0.8/common.d.ts +0 -28
- package/script/deps/jsr.io/@std/path/1.0.8/common.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/common.js +0 -36
- package/script/deps/jsr.io/@std/path/1.0.8/constants.d.ts +0 -15
- package/script/deps/jsr.io/@std/path/1.0.8/constants.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/constants.js +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/dirname.d.ts +0 -23
- package/script/deps/jsr.io/@std/path/1.0.8/dirname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/dirname.js +0 -32
- package/script/deps/jsr.io/@std/path/1.0.8/extname.d.ts +0 -23
- package/script/deps/jsr.io/@std/path/1.0.8/extname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/extname.js +0 -32
- package/script/deps/jsr.io/@std/path/1.0.8/format.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.8/format.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/format.js +0 -30
- package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.js +0 -31
- package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts +0 -77
- package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.js +0 -86
- package/script/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/is_absolute.js +0 -31
- package/script/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/is_glob.js +0 -45
- package/script/deps/jsr.io/@std/path/1.0.8/join.d.ts +0 -23
- package/script/deps/jsr.io/@std/path/1.0.8/join.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/join.js +0 -32
- package/script/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts +0 -28
- package/script/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/join_globs.js +0 -37
- package/script/deps/jsr.io/@std/path/1.0.8/mod.d.ts +0 -54
- package/script/deps/jsr.io/@std/path/1.0.8/mod.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/mod.js +0 -73
- package/script/deps/jsr.io/@std/path/1.0.8/normalize.d.ts +0 -27
- package/script/deps/jsr.io/@std/path/1.0.8/normalize.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/normalize.js +0 -36
- package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts +0 -29
- package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.js +0 -38
- package/script/deps/jsr.io/@std/path/1.0.8/parse.d.ts +0 -35
- package/script/deps/jsr.io/@std/path/1.0.8/parse.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/parse.js +0 -42
- package/script/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/_util.js +0 -11
- package/script/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts +0 -40
- package/script/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/basename.js +0 -52
- package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts +0 -13
- package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.js +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts +0 -32
- package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.js +0 -65
- package/script/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +0 -37
- package/script/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/extname.js +0 -92
- package/script/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts +0 -24
- package/script/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/format.js +0 -31
- package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts +0 -16
- package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.js +0 -24
- package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts +0 -72
- package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.js +0 -85
- package/script/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.js +0 -26
- package/script/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts +0 -33
- package/script/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/join.js +0 -45
- package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.js +0 -43
- package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts +0 -40
- package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize.js +0 -60
- package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.js +0 -35
- package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts +0 -25
- package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.js +0 -118
- package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.js +0 -109
- package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.js +0 -85
- package/script/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.js +0 -30
- package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts +0 -16
- package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.js +0 -23
- package/script/deps/jsr.io/@std/path/1.0.8/relative.d.ts +0 -24
- package/script/deps/jsr.io/@std/path/1.0.8/relative.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/relative.js +0 -33
- package/script/deps/jsr.io/@std/path/1.0.8/resolve.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.8/resolve.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/resolve.js +0 -33
- package/script/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/to_file_url.js +0 -31
- package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts +0 -21
- package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.js +0 -32
- package/script/deps/jsr.io/@std/path/1.0.8/types.d.ts +0 -38
- package/script/deps/jsr.io/@std/path/1.0.8/types.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/types.js +0 -4
- package/script/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts +0 -4
- package/script/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/_util.js +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts +0 -23
- package/script/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/basename.js +0 -47
- package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts +0 -13
- package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.js +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.js +0 -115
- package/script/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/extname.js +0 -84
- package/script/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts +0 -24
- package/script/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/format.js +0 -31
- package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts +0 -18
- package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.js +0 -33
- package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts +0 -71
- package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.js +0 -85
- package/script/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.js +0 -41
- package/script/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/join.js +0 -77
- package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts +0 -21
- package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.js +0 -44
- package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize.js +0 -137
- package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.js +0 -35
- package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts +0 -25
- package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.js +0 -179
- package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts +0 -23
- package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.js +0 -134
- package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.js +0 -180
- package/script/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.js +0 -37
- package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.js +0 -52
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.js +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.js +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.js +0 -0
- /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts +0 -0
- /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.js +0 -0
- /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.js +0 -0
- /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts +0 -0
- /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.js +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"to_namespaced_path.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAIrD"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
-
// This module is browser compatible.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.toNamespacedPath = toNamespacedPath;
|
|
6
|
-
const _os_js_1 = require("./_os.js");
|
|
7
|
-
const to_namespaced_path_js_1 = require("./posix/to_namespaced_path.js");
|
|
8
|
-
const to_namespaced_path_js_2 = require("./windows/to_namespaced_path.js");
|
|
9
|
-
/**
|
|
10
|
-
* Resolves path to a namespace path. This is a no-op on
|
|
11
|
-
* non-windows systems.
|
|
12
|
-
*
|
|
13
|
-
* @example Usage
|
|
14
|
-
* ```ts
|
|
15
|
-
* import { toNamespacedPath } from "@std/path/to-namespaced-path";
|
|
16
|
-
* import { assertEquals } from "@std/assert";
|
|
17
|
-
*
|
|
18
|
-
* if (Deno.build.os === "windows") {
|
|
19
|
-
* assertEquals(toNamespacedPath("C:\\foo\\bar"), "\\\\?\\C:\\foo\\bar");
|
|
20
|
-
* } else {
|
|
21
|
-
* assertEquals(toNamespacedPath("/foo/bar"), "/foo/bar");
|
|
22
|
-
* }
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @param path Path to resolve to namespace.
|
|
26
|
-
* @returns The resolved namespace path.
|
|
27
|
-
*/
|
|
28
|
-
function toNamespacedPath(path) {
|
|
29
|
-
return _os_js_1.isWindows
|
|
30
|
-
? (0, to_namespaced_path_js_2.toNamespacedPath)(path)
|
|
31
|
-
: (0, to_namespaced_path_js_1.toNamespacedPath)(path);
|
|
32
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A parsed path object generated by path.parse() or consumed by path.format().
|
|
3
|
-
*
|
|
4
|
-
* @example
|
|
5
|
-
* ```ts
|
|
6
|
-
* import { parse } from "@std/path";
|
|
7
|
-
*
|
|
8
|
-
* const parsedPathObj = parse("c:\\path\\dir\\index.html");
|
|
9
|
-
* parsedPathObj.root; // "c:\\"
|
|
10
|
-
* parsedPathObj.dir; // "c:\\path\\dir"
|
|
11
|
-
* parsedPathObj.base; // "index.html"
|
|
12
|
-
* parsedPathObj.ext; // ".html"
|
|
13
|
-
* parsedPathObj.name; // "index"
|
|
14
|
-
* ```
|
|
15
|
-
*/
|
|
16
|
-
export interface ParsedPath {
|
|
17
|
-
/**
|
|
18
|
-
* The root of the path such as '/' or 'c:\'
|
|
19
|
-
*/
|
|
20
|
-
root: string;
|
|
21
|
-
/**
|
|
22
|
-
* The full directory path of the parent such as '/home/user/dir' or 'c:\path\dir'
|
|
23
|
-
*/
|
|
24
|
-
dir: string;
|
|
25
|
-
/**
|
|
26
|
-
* The file name including extension (if any) such as 'index.html'
|
|
27
|
-
*/
|
|
28
|
-
base: string;
|
|
29
|
-
/**
|
|
30
|
-
* The file extension (if any) such as '.html'
|
|
31
|
-
*/
|
|
32
|
-
ext: string;
|
|
33
|
-
/**
|
|
34
|
-
* The file name without extension (if any) such as 'index'
|
|
35
|
-
*/
|
|
36
|
-
name: string;
|
|
37
|
-
}
|
|
38
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/types.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_util.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/windows/_util.ts"],"names":[],"mappings":"AAcA,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAE1D;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAErD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAKzD"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
-
// Copyright the Browserify authors. MIT License.
|
|
4
|
-
// Ported from https://github.com/browserify/path-browserify/
|
|
5
|
-
// This module is browser compatible.
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.isPosixPathSeparator = isPosixPathSeparator;
|
|
8
|
-
exports.isPathSeparator = isPathSeparator;
|
|
9
|
-
exports.isWindowsDeviceRoot = isWindowsDeviceRoot;
|
|
10
|
-
const constants_js_1 = require("../_common/constants.js");
|
|
11
|
-
function isPosixPathSeparator(code) {
|
|
12
|
-
return code === constants_js_1.CHAR_FORWARD_SLASH;
|
|
13
|
-
}
|
|
14
|
-
function isPathSeparator(code) {
|
|
15
|
-
return code === constants_js_1.CHAR_FORWARD_SLASH || code === constants_js_1.CHAR_BACKWARD_SLASH;
|
|
16
|
-
}
|
|
17
|
-
function isWindowsDeviceRoot(code) {
|
|
18
|
-
return ((code >= constants_js_1.CHAR_LOWERCASE_A && code <= constants_js_1.CHAR_LOWERCASE_Z) ||
|
|
19
|
-
(code >= constants_js_1.CHAR_UPPERCASE_A && code <= constants_js_1.CHAR_UPPERCASE_Z));
|
|
20
|
-
}
|
|
@@ -1,23 +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
|
-
* Note: If you are working with file URLs,
|
|
16
|
-
* use the new version of `basename` from `@std/path/windows/unstable-basename`.
|
|
17
|
-
*
|
|
18
|
-
* @param path The path to extract the name from.
|
|
19
|
-
* @param suffix The suffix to remove from extracted name.
|
|
20
|
-
* @returns The extracted name.
|
|
21
|
-
*/
|
|
22
|
-
export declare function basename(path: string, suffix?: string): string;
|
|
23
|
-
//# 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.8/windows/basename.ts"],"names":[],"mappings":"AAYA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,SAAK,GAAG,MAAM,CAiB1D"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
-
// This module is browser compatible.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.basename = basename;
|
|
6
|
-
const basename_js_1 = require("../_common/basename.js");
|
|
7
|
-
const constants_js_1 = require("../_common/constants.js");
|
|
8
|
-
const strip_trailing_separators_js_1 = require("../_common/strip_trailing_separators.js");
|
|
9
|
-
const _util_js_1 = require("./_util.js");
|
|
10
|
-
/**
|
|
11
|
-
* Return the last portion of a `path`.
|
|
12
|
-
* Trailing directory separators are ignored, and optional suffix is removed.
|
|
13
|
-
*
|
|
14
|
-
* @example Usage
|
|
15
|
-
* ```ts
|
|
16
|
-
* import { basename } from "@std/path/windows/basename";
|
|
17
|
-
* import { assertEquals } from "@std/assert";
|
|
18
|
-
*
|
|
19
|
-
* assertEquals(basename("C:\\user\\Documents\\"), "Documents");
|
|
20
|
-
* assertEquals(basename("C:\\user\\Documents\\image.png"), "image.png");
|
|
21
|
-
* assertEquals(basename("C:\\user\\Documents\\image.png", ".png"), "image");
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* Note: If you are working with file URLs,
|
|
25
|
-
* use the new version of `basename` from `@std/path/windows/unstable-basename`.
|
|
26
|
-
*
|
|
27
|
-
* @param path The path to extract the name from.
|
|
28
|
-
* @param suffix The suffix to remove from extracted name.
|
|
29
|
-
* @returns The extracted name.
|
|
30
|
-
*/
|
|
31
|
-
function basename(path, suffix = "") {
|
|
32
|
-
(0, basename_js_1.assertArgs)(path, suffix);
|
|
33
|
-
// Check for a drive letter prefix so as not to mistake the following
|
|
34
|
-
// path separator as an extra separator at the end of the path that can be
|
|
35
|
-
// disregarded
|
|
36
|
-
let start = 0;
|
|
37
|
-
if (path.length >= 2) {
|
|
38
|
-
const drive = path.charCodeAt(0);
|
|
39
|
-
if ((0, _util_js_1.isWindowsDeviceRoot)(drive)) {
|
|
40
|
-
if (path.charCodeAt(1) === constants_js_1.CHAR_COLON)
|
|
41
|
-
start = 2;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
const lastSegment = (0, basename_js_1.lastPathSegment)(path, _util_js_1.isPathSeparator, start);
|
|
45
|
-
const strippedSegment = (0, strip_trailing_separators_js_1.stripTrailingSeparators)(lastSegment, _util_js_1.isPathSeparator);
|
|
46
|
-
return suffix ? (0, basename_js_1.stripSuffix)(strippedSegment, suffix) : strippedSegment;
|
|
47
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The character used to separate entries in the PATH environment variable.
|
|
3
|
-
*/
|
|
4
|
-
export declare const DELIMITER: ";";
|
|
5
|
-
/**
|
|
6
|
-
* The character used to separate components of a file path.
|
|
7
|
-
*/
|
|
8
|
-
export declare const SEPARATOR: "\\";
|
|
9
|
-
/**
|
|
10
|
-
* A regular expression that matches one or more path separators.
|
|
11
|
-
*/
|
|
12
|
-
export declare const SEPARATOR_PATTERN: RegExp;
|
|
13
|
-
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/windows/constants.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,eAAO,MAAM,SAAS,KAAe,CAAC;AACtC;;GAEG;AACH,eAAO,MAAM,SAAS,MAAgB,CAAC;AACvC;;GAEG;AACH,eAAO,MAAM,iBAAiB,QAAW,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
-
// This module is browser compatible.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.SEPARATOR_PATTERN = exports.SEPARATOR = exports.DELIMITER = void 0;
|
|
6
|
-
/**
|
|
7
|
-
* The character used to separate entries in the PATH environment variable.
|
|
8
|
-
*/
|
|
9
|
-
exports.DELIMITER = ";";
|
|
10
|
-
/**
|
|
11
|
-
* The character used to separate components of a file path.
|
|
12
|
-
*/
|
|
13
|
-
exports.SEPARATOR = "\\";
|
|
14
|
-
/**
|
|
15
|
-
* A regular expression that matches one or more path separators.
|
|
16
|
-
*/
|
|
17
|
-
exports.SEPARATOR_PATTERN = /[\\/]+/;
|
|
@@ -1,20 +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
|
-
* Note: If you are working with file URLs,
|
|
14
|
-
* use the new version of `dirname` from `@std/path/windows/unstable-dirname`.
|
|
15
|
-
*
|
|
16
|
-
* @param path The path to get the directory from.
|
|
17
|
-
* @returns The directory path.
|
|
18
|
-
*/
|
|
19
|
-
export declare function dirname(path: string): string;
|
|
20
|
-
//# 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.8/windows/dirname.ts"],"names":[],"mappings":"AAYA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAsF5C"}
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
-
// This module is browser compatible.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.dirname = dirname;
|
|
6
|
-
const dirname_js_1 = require("../_common/dirname.js");
|
|
7
|
-
const constants_js_1 = require("../_common/constants.js");
|
|
8
|
-
const strip_trailing_separators_js_1 = require("../_common/strip_trailing_separators.js");
|
|
9
|
-
const _util_js_1 = require("./_util.js");
|
|
10
|
-
/**
|
|
11
|
-
* Return the directory path of a `path`.
|
|
12
|
-
*
|
|
13
|
-
* @example Usage
|
|
14
|
-
* ```ts
|
|
15
|
-
* import { dirname } from "@std/path/windows/dirname";
|
|
16
|
-
* import { assertEquals } from "@std/assert";
|
|
17
|
-
*
|
|
18
|
-
* const dir = dirname("C:\\foo\\bar\\baz.ext");
|
|
19
|
-
* assertEquals(dir, "C:\\foo\\bar");
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* Note: If you are working with file URLs,
|
|
23
|
-
* use the new version of `dirname` from `@std/path/windows/unstable-dirname`.
|
|
24
|
-
*
|
|
25
|
-
* @param path The path to get the directory from.
|
|
26
|
-
* @returns The directory path.
|
|
27
|
-
*/
|
|
28
|
-
function dirname(path) {
|
|
29
|
-
(0, dirname_js_1.assertArg)(path);
|
|
30
|
-
const len = path.length;
|
|
31
|
-
let rootEnd = -1;
|
|
32
|
-
let end = -1;
|
|
33
|
-
let matchedSlash = true;
|
|
34
|
-
let offset = 0;
|
|
35
|
-
const code = path.charCodeAt(0);
|
|
36
|
-
// Try to match a root
|
|
37
|
-
if (len > 1) {
|
|
38
|
-
if ((0, _util_js_1.isPathSeparator)(code)) {
|
|
39
|
-
// Possible UNC root
|
|
40
|
-
rootEnd = offset = 1;
|
|
41
|
-
if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(1))) {
|
|
42
|
-
// Matched double path separator at beginning
|
|
43
|
-
let j = 2;
|
|
44
|
-
let last = j;
|
|
45
|
-
// Match 1 or more non-path separators
|
|
46
|
-
for (; j < len; ++j) {
|
|
47
|
-
if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(j)))
|
|
48
|
-
break;
|
|
49
|
-
}
|
|
50
|
-
if (j < len && j !== last) {
|
|
51
|
-
// Matched!
|
|
52
|
-
last = j;
|
|
53
|
-
// Match 1 or more path separators
|
|
54
|
-
for (; j < len; ++j) {
|
|
55
|
-
if (!(0, _util_js_1.isPathSeparator)(path.charCodeAt(j)))
|
|
56
|
-
break;
|
|
57
|
-
}
|
|
58
|
-
if (j < len && j !== last) {
|
|
59
|
-
// Matched!
|
|
60
|
-
last = j;
|
|
61
|
-
// Match 1 or more non-path separators
|
|
62
|
-
for (; j < len; ++j) {
|
|
63
|
-
if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(j)))
|
|
64
|
-
break;
|
|
65
|
-
}
|
|
66
|
-
if (j === len) {
|
|
67
|
-
// We matched a UNC root only
|
|
68
|
-
return path;
|
|
69
|
-
}
|
|
70
|
-
if (j !== last) {
|
|
71
|
-
// We matched a UNC root with leftovers
|
|
72
|
-
// Offset by 1 to include the separator after the UNC root to
|
|
73
|
-
// treat it as a "normal root" on top of a (UNC) root
|
|
74
|
-
rootEnd = offset = j + 1;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
else if ((0, _util_js_1.isWindowsDeviceRoot)(code)) {
|
|
81
|
-
// Possible device root
|
|
82
|
-
if (path.charCodeAt(1) === constants_js_1.CHAR_COLON) {
|
|
83
|
-
rootEnd = offset = 2;
|
|
84
|
-
if (len > 2) {
|
|
85
|
-
if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(2)))
|
|
86
|
-
rootEnd = offset = 3;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
else if ((0, _util_js_1.isPathSeparator)(code)) {
|
|
92
|
-
// `path` contains just a path separator, exit early to avoid
|
|
93
|
-
// unnecessary work
|
|
94
|
-
return path;
|
|
95
|
-
}
|
|
96
|
-
for (let i = len - 1; i >= offset; --i) {
|
|
97
|
-
if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(i))) {
|
|
98
|
-
if (!matchedSlash) {
|
|
99
|
-
end = i;
|
|
100
|
-
break;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
else {
|
|
104
|
-
// We saw the first non-path separator
|
|
105
|
-
matchedSlash = false;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
if (end === -1) {
|
|
109
|
-
if (rootEnd === -1)
|
|
110
|
-
return ".";
|
|
111
|
-
else
|
|
112
|
-
end = rootEnd;
|
|
113
|
-
}
|
|
114
|
-
return (0, strip_trailing_separators_js_1.stripTrailingSeparators)(path.slice(0, end), _util_js_1.isPosixPathSeparator);
|
|
115
|
-
}
|
|
@@ -1,20 +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
|
-
* Note: If you are working with file URLs,
|
|
14
|
-
* use the new version of `extname` from `@std/path/windows/unstable-extname`.
|
|
15
|
-
*
|
|
16
|
-
* @param path The path to get the extension from.
|
|
17
|
-
* @returns The extension of the `path`.
|
|
18
|
-
*/
|
|
19
|
-
export declare function extname(path: string): string;
|
|
20
|
-
//# 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.8/windows/extname.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CA+D5C"}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
-
// This module is browser compatible.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.extname = extname;
|
|
6
|
-
const constants_js_1 = require("../_common/constants.js");
|
|
7
|
-
const assert_path_js_1 = require("../_common/assert_path.js");
|
|
8
|
-
const _util_js_1 = require("./_util.js");
|
|
9
|
-
/**
|
|
10
|
-
* Return the extension of the `path` with leading period.
|
|
11
|
-
*
|
|
12
|
-
* @example Usage
|
|
13
|
-
* ```ts
|
|
14
|
-
* import { extname } from "@std/path/windows/extname";
|
|
15
|
-
* import { assertEquals } from "@std/assert";
|
|
16
|
-
*
|
|
17
|
-
* const ext = extname("file.ts");
|
|
18
|
-
* assertEquals(ext, ".ts");
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* Note: If you are working with file URLs,
|
|
22
|
-
* use the new version of `extname` from `@std/path/windows/unstable-extname`.
|
|
23
|
-
*
|
|
24
|
-
* @param path The path to get the extension from.
|
|
25
|
-
* @returns The extension of the `path`.
|
|
26
|
-
*/
|
|
27
|
-
function extname(path) {
|
|
28
|
-
(0, assert_path_js_1.assertPath)(path);
|
|
29
|
-
let start = 0;
|
|
30
|
-
let startDot = -1;
|
|
31
|
-
let startPart = 0;
|
|
32
|
-
let end = -1;
|
|
33
|
-
let matchedSlash = true;
|
|
34
|
-
// Track the state of characters (if any) we see before our first dot and
|
|
35
|
-
// after any path separator we find
|
|
36
|
-
let preDotState = 0;
|
|
37
|
-
// Check for a drive letter prefix so as not to mistake the following
|
|
38
|
-
// path separator as an extra separator at the end of the path that can be
|
|
39
|
-
// disregarded
|
|
40
|
-
if (path.length >= 2 &&
|
|
41
|
-
path.charCodeAt(1) === constants_js_1.CHAR_COLON &&
|
|
42
|
-
(0, _util_js_1.isWindowsDeviceRoot)(path.charCodeAt(0))) {
|
|
43
|
-
start = startPart = 2;
|
|
44
|
-
}
|
|
45
|
-
for (let i = path.length - 1; i >= start; --i) {
|
|
46
|
-
const code = path.charCodeAt(i);
|
|
47
|
-
if ((0, _util_js_1.isPathSeparator)(code)) {
|
|
48
|
-
// If we reached a path separator that was not part of a set of path
|
|
49
|
-
// separators at the end of the string, stop now
|
|
50
|
-
if (!matchedSlash) {
|
|
51
|
-
startPart = i + 1;
|
|
52
|
-
break;
|
|
53
|
-
}
|
|
54
|
-
continue;
|
|
55
|
-
}
|
|
56
|
-
if (end === -1) {
|
|
57
|
-
// We saw the first non-path separator, mark this as the end of our
|
|
58
|
-
// extension
|
|
59
|
-
matchedSlash = false;
|
|
60
|
-
end = i + 1;
|
|
61
|
-
}
|
|
62
|
-
if (code === constants_js_1.CHAR_DOT) {
|
|
63
|
-
// If this is our first dot, mark it as the start of our extension
|
|
64
|
-
if (startDot === -1)
|
|
65
|
-
startDot = i;
|
|
66
|
-
else if (preDotState !== 1)
|
|
67
|
-
preDotState = 1;
|
|
68
|
-
}
|
|
69
|
-
else if (startDot !== -1) {
|
|
70
|
-
// We saw a non-dot and non-path separator before our dot, so we should
|
|
71
|
-
// have a good chance at having a non-empty extension
|
|
72
|
-
preDotState = -1;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
if (startDot === -1 ||
|
|
76
|
-
end === -1 ||
|
|
77
|
-
// We saw a non-dot character immediately before the dot
|
|
78
|
-
preDotState === 0 ||
|
|
79
|
-
// The (right-most) trimmed path component is exactly '..'
|
|
80
|
-
(preDotState === 1 && startDot === end - 1 && startDot === startPart + 1)) {
|
|
81
|
-
return "";
|
|
82
|
-
}
|
|
83
|
-
return path.slice(startDot, end);
|
|
84
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { ParsedPath } from "../types.js";
|
|
2
|
-
/**
|
|
3
|
-
* Generate a path from `ParsedPath` object.
|
|
4
|
-
*
|
|
5
|
-
* @example Usage
|
|
6
|
-
* ```ts
|
|
7
|
-
* import { format } from "@std/path/windows/format";
|
|
8
|
-
* import { assertEquals } from "@std/assert";
|
|
9
|
-
*
|
|
10
|
-
* const path = format({
|
|
11
|
-
* root: "C:\\",
|
|
12
|
-
* dir: "C:\\path\\dir",
|
|
13
|
-
* base: "file.txt",
|
|
14
|
-
* ext: ".txt",
|
|
15
|
-
* name: "file"
|
|
16
|
-
* });
|
|
17
|
-
* assertEquals(path, "C:\\path\\dir\\file.txt");
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @param pathObject The path object to format.
|
|
21
|
-
* @returns The formatted path.
|
|
22
|
-
*/
|
|
23
|
-
export declare function format(pathObject: Partial<ParsedPath>): string;
|
|
24
|
-
//# sourceMappingURL=format.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/windows/format.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,MAAM,CAG9D"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
-
// This module is browser compatible.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.format = format;
|
|
6
|
-
const format_js_1 = require("../_common/format.js");
|
|
7
|
-
/**
|
|
8
|
-
* Generate a path from `ParsedPath` object.
|
|
9
|
-
*
|
|
10
|
-
* @example Usage
|
|
11
|
-
* ```ts
|
|
12
|
-
* import { format } from "@std/path/windows/format";
|
|
13
|
-
* import { assertEquals } from "@std/assert";
|
|
14
|
-
*
|
|
15
|
-
* const path = format({
|
|
16
|
-
* root: "C:\\",
|
|
17
|
-
* dir: "C:\\path\\dir",
|
|
18
|
-
* base: "file.txt",
|
|
19
|
-
* ext: ".txt",
|
|
20
|
-
* name: "file"
|
|
21
|
-
* });
|
|
22
|
-
* assertEquals(path, "C:\\path\\dir\\file.txt");
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @param pathObject The path object to format.
|
|
26
|
-
* @returns The formatted path.
|
|
27
|
-
*/
|
|
28
|
-
function format(pathObject) {
|
|
29
|
-
(0, format_js_1.assertArg)(pathObject);
|
|
30
|
-
return (0, format_js_1._format)("\\", pathObject);
|
|
31
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Converts a file URL to a path string.
|
|
3
|
-
*
|
|
4
|
-
* @example Usage
|
|
5
|
-
* ```ts
|
|
6
|
-
* import { fromFileUrl } from "@std/path/windows/from-file-url";
|
|
7
|
-
* import { assertEquals } from "@std/assert";
|
|
8
|
-
*
|
|
9
|
-
* assertEquals(fromFileUrl("file:///home/foo"), "\\home\\foo");
|
|
10
|
-
* assertEquals(fromFileUrl("file:///C:/Users/foo"), "C:\\Users\\foo");
|
|
11
|
-
* assertEquals(fromFileUrl("file://localhost/home/foo"), "\\home\\foo");
|
|
12
|
-
* ```
|
|
13
|
-
*
|
|
14
|
-
* @param url The file URL to convert.
|
|
15
|
-
* @returns The path string.
|
|
16
|
-
*/
|
|
17
|
-
export declare function fromFileUrl(url: URL | string): string;
|
|
18
|
-
//# sourceMappingURL=from_file_url.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"from_file_url.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,GAAG,GAAG,MAAM,GAAG,MAAM,CAYrD"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
-
// This module is browser compatible.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.fromFileUrl = fromFileUrl;
|
|
6
|
-
const from_file_url_js_1 = require("../_common/from_file_url.js");
|
|
7
|
-
/**
|
|
8
|
-
* Converts a file URL to a path string.
|
|
9
|
-
*
|
|
10
|
-
* @example Usage
|
|
11
|
-
* ```ts
|
|
12
|
-
* import { fromFileUrl } from "@std/path/windows/from-file-url";
|
|
13
|
-
* import { assertEquals } from "@std/assert";
|
|
14
|
-
*
|
|
15
|
-
* assertEquals(fromFileUrl("file:///home/foo"), "\\home\\foo");
|
|
16
|
-
* assertEquals(fromFileUrl("file:///C:/Users/foo"), "C:\\Users\\foo");
|
|
17
|
-
* assertEquals(fromFileUrl("file://localhost/home/foo"), "\\home\\foo");
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @param url The file URL to convert.
|
|
21
|
-
* @returns The path string.
|
|
22
|
-
*/
|
|
23
|
-
function fromFileUrl(url) {
|
|
24
|
-
url = (0, from_file_url_js_1.assertArg)(url);
|
|
25
|
-
let path = decodeURIComponent(url.pathname.replace(/\//g, "\\").replace(/%(?![0-9A-Fa-f]{2})/g, "%25")).replace(/^\\*([A-Za-z]:)(\\|$)/, "$1\\");
|
|
26
|
-
if (url.hostname !== "") {
|
|
27
|
-
// Note: The `URL` implementation guarantees that the drive letter and
|
|
28
|
-
// hostname are mutually exclusive. Otherwise it would not have been valid
|
|
29
|
-
// to append the hostname and path like this.
|
|
30
|
-
path = `\\\\${url.hostname}${path}`;
|
|
31
|
-
}
|
|
32
|
-
return path;
|
|
33
|
-
}
|