windmill-cli 1.475.0 → 1.476.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/LICENSE +16 -4
- package/esm/codebase.js +14 -8
- package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.2}/concat.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_base32_common.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_validate_binary_like.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/ascii85.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base32.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base58.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base64.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base64url.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/hex.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/mod.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/varint.js +3 -1
- package/esm/deps/jsr.io/@std/fmt/{1.0.6 → 1.0.2}/colors.js +1 -1
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_create_walk_entry.js +3 -3
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_is_same_path.js +2 -2
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_is_subdir.js +3 -3
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_to_path_string.js +2 -2
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/copy.js +11 -12
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/empty_dir.js +4 -4
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_dir.js +3 -3
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_file.js +4 -4
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_link.js +4 -4
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_symlink.js +14 -51
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/eol.js +5 -7
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/exists.js +17 -37
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/expand_glob.js +14 -15
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/mod.js +2 -2
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/move.js +5 -5
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/walk.js +22 -22
- package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/_constants.js +1 -1
- package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/copy.js +2 -2
- package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/read_all.js +7 -6
- package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/write_all.js +3 -3
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_config.js +1 -1
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_file_handler_symbols.js +1 -1
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_state.js +1 -1
- package/esm/deps/jsr.io/@std/log/0.224.7/base_handler.js +60 -0
- package/esm/deps/jsr.io/@std/log/0.224.7/console_handler.js +58 -0
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/critical.js +1 -2
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/debug.js +1 -2
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/error.js +1 -2
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/file_handler.js +15 -147
- package/esm/deps/jsr.io/@std/log/0.224.7/formatters.js +19 -0
- package/esm/deps/jsr.io/@std/log/0.224.7/get_logger.js +21 -0
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/info.js +1 -2
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/levels.js +1 -3
- package/esm/deps/jsr.io/@std/log/0.224.7/logger.js +179 -0
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/mod.js +7 -11
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/rotating_file_handler.js +2 -2
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/setup.js +1 -1
- package/esm/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/warn.js +1 -2
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/basename.js +0 -17
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/dirname.js +0 -12
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/extname.js +0 -16
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join.js +0 -13
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join_globs.js +2 -3
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize.js +0 -18
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize_glob.js +1 -2
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join_globs.js +2 -3
- package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize_glob.js +1 -2
- package/esm/deps.js +8 -8
- package/esm/flow.js +1 -1
- package/esm/gen/core/OpenAPI.js +1 -1
- package/esm/gen/services.gen.js +18 -0
- package/esm/main.js +1 -1
- package/esm/metadata.js +1 -1
- package/esm/pull.js +2 -2
- package/esm/script.js +4 -5
- package/esm/sync.js +65 -46
- package/package.json +1 -1
- package/types/codebase.d.ts +2 -2
- package/types/codebase.d.ts.map +1 -1
- package/types/conf.d.ts +1 -0
- package/types/conf.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.2}/concat.d.ts +1 -3
- package/types/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_base32_common.d.ts +1 -2
- package/types/deps/jsr.io/@std/encoding/1.0.5/_base32_common.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_validate_binary_like.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/ascii85.d.ts +1 -3
- package/types/deps/jsr.io/@std/encoding/1.0.5/ascii85.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base32.d.ts +1 -3
- package/types/deps/jsr.io/@std/encoding/1.0.5/base32.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base58.d.ts +1 -3
- package/types/deps/jsr.io/@std/encoding/1.0.5/base58.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base64.d.ts +1 -3
- package/types/deps/jsr.io/@std/encoding/1.0.5/base64.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/base64url.d.ts +1 -3
- package/types/deps/jsr.io/@std/encoding/1.0.5/base64url.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/hex.d.ts +1 -3
- package/types/deps/jsr.io/@std/encoding/1.0.5/hex.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/varint.d.ts +1 -3
- package/types/deps/jsr.io/@std/encoding/1.0.5/varint.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fmt/{1.0.6 → 1.0.2}/colors.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/_create_walk_entry.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/1.0.3/_get_file_info_type.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/1.0.3/_is_same_path.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/1.0.3/_is_subdir.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/1.0.3/_to_path_string.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/copy.d.ts +6 -6
- package/types/deps/jsr.io/@std/fs/1.0.3/copy.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/empty_dir.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/1.0.3/empty_dir.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_dir.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/1.0.3/ensure_dir.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_file.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/1.0.3/ensure_file.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_link.d.ts +2 -2
- package/types/deps/jsr.io/@std/fs/1.0.3/ensure_link.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/ensure_symlink.d.ts +8 -26
- package/types/deps/jsr.io/@std/fs/1.0.3/ensure_symlink.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/eol.d.ts +3 -3
- package/types/deps/jsr.io/@std/fs/1.0.3/eol.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/exists.d.ts +16 -36
- package/types/deps/jsr.io/@std/fs/1.0.3/exists.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/expand_glob.d.ts +7 -7
- package/types/deps/jsr.io/@std/fs/1.0.3/expand_glob.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/mod.d.ts +1 -1
- package/types/deps/jsr.io/@std/fs/1.0.3/mod.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/move.d.ts +4 -4
- package/types/deps/jsr.io/@std/fs/1.0.3/move.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/walk.d.ts +20 -20
- package/types/deps/jsr.io/@std/fs/1.0.3/walk.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/_constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/copy.d.ts +1 -1
- package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/copy.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/read_all.d.ts +2 -2
- package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/read_all.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.224.9 → 0.224.8}/types.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/write_all.d.ts +2 -2
- package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/write_all.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/log/0.224.7/_config.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/_file_handler_symbols.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/_state.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/base_handler.d.ts +22 -0
- package/types/deps/jsr.io/@std/log/0.224.7/base_handler.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/console_handler.d.ts +18 -0
- package/types/deps/jsr.io/@std/log/0.224.7/console_handler.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/critical.d.ts +5 -0
- package/types/deps/jsr.io/@std/log/0.224.7/critical.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/debug.d.ts +5 -0
- package/types/deps/jsr.io/@std/log/0.224.7/debug.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/error.d.ts +5 -0
- package/types/deps/jsr.io/@std/log/0.224.7/error.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/file_handler.d.ts +54 -0
- package/types/deps/jsr.io/@std/log/0.224.7/file_handler.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/formatters.d.ts +6 -0
- package/types/deps/jsr.io/@std/log/0.224.7/formatters.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/get_logger.d.ts +4 -0
- package/types/deps/jsr.io/@std/log/0.224.7/get_logger.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/info.d.ts +5 -0
- package/types/deps/jsr.io/@std/log/0.224.7/info.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/levels.d.ts +0 -2
- package/types/deps/jsr.io/@std/log/0.224.7/levels.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/logger.d.ts +62 -0
- package/types/deps/jsr.io/@std/log/0.224.7/logger.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/mod.d.ts +6 -10
- package/types/deps/jsr.io/@std/log/0.224.7/mod.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/rotating_file_handler.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/setup.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/log/0.224.7/warn.d.ts +5 -0
- package/types/deps/jsr.io/@std/log/0.224.7/warn.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/assert_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/basename.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/dirname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/glob_to_reg_exp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize_string.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/strip_trailing_separators.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 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.8 → 1.0.6}/basename.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/dirname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/extname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/_util.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/basename.d.ts +0 -17
- 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.8 → 1.0.6}/posix/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/dirname.d.ts +0 -12
- 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.8 → 1.0.6}/posix/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join.d.ts +0 -13
- 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.8 → 1.0.6}/posix/join_globs.d.ts +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize.d.ts +0 -18
- 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.8 → 1.0.6}/posix/normalize_glob.d.ts +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_namespaced_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_namespaced_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/types.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/_util.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/basename.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/dirname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/extname.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/from_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/glob_to_regexp.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/is_absolute.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join_globs.d.ts +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join_globs.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize_glob.d.ts +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/relative.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/resolve.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_file_url.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/path/{1.0.8 → 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 +8 -8
- package/types/deps.d.ts.map +1 -1
- package/types/gen/services.gen.d.ts +10 -1
- package/types/gen/services.gen.d.ts.map +1 -1
- package/types/gen/types.gen.d.ts +9 -0
- package/types/gen/types.gen.d.ts.map +1 -1
- package/types/main.d.ts +1 -1
- package/types/pull.d.ts +1 -1
- package/types/pull.d.ts.map +1 -1
- package/types/script.d.ts.map +1 -1
- package/types/sync.d.ts +6 -1
- package/types/sync.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/bytes/1.0.5/_types.js +0 -2
- package/esm/deps/jsr.io/@std/encoding/1.0.7/_types.js +0 -2
- package/esm/deps/jsr.io/@std/io/0.225.2/types.js +0 -15
- package/esm/deps/jsr.io/@std/log/0.224.14/base_handler.js +0 -331
- package/esm/deps/jsr.io/@std/log/0.224.14/console_handler.js +0 -112
- package/esm/deps/jsr.io/@std/log/0.224.14/formatters.js +0 -45
- package/esm/deps/jsr.io/@std/log/0.224.14/get_logger.js +0 -75
- package/esm/deps/jsr.io/@std/log/0.224.14/logger.js +0 -525
- package/types/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts +0 -9
- package/types/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/bytes/1.0.5/concat.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/_base32_common.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts +0 -9
- package/types/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/ascii85.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base32.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base58.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base64.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base64url.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/hex.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/varint.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/_create_walk_entry.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/_get_file_info_type.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/_is_same_path.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/_is_subdir.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/_to_path_string.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/copy.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/empty_dir.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/ensure_dir.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/ensure_file.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/ensure_link.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/ensure_symlink.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/eol.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/exists.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/expand_glob.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/mod.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/move.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/fs/1.0.14/walk.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/io/0.225.2/types.d.ts +0 -146
- package/types/deps/jsr.io/@std/io/0.225.2/types.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/_config.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/_file_handler_symbols.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/_state.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/base_handler.d.ts +0 -326
- package/types/deps/jsr.io/@std/log/0.224.14/base_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/console_handler.d.ts +0 -76
- package/types/deps/jsr.io/@std/log/0.224.14/console_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/critical.d.ts +0 -53
- package/types/deps/jsr.io/@std/log/0.224.14/critical.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/debug.d.ts +0 -105
- package/types/deps/jsr.io/@std/log/0.224.14/debug.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/error.d.ts +0 -53
- package/types/deps/jsr.io/@std/log/0.224.14/error.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/file_handler.d.ts +0 -200
- package/types/deps/jsr.io/@std/log/0.224.14/file_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/formatters.d.ts +0 -34
- package/types/deps/jsr.io/@std/log/0.224.14/formatters.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/get_logger.d.ts +0 -59
- package/types/deps/jsr.io/@std/log/0.224.14/get_logger.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/info.d.ts +0 -53
- package/types/deps/jsr.io/@std/log/0.224.14/info.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/levels.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/logger.d.ts +0 -622
- package/types/deps/jsr.io/@std/log/0.224.14/logger.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/mod.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/rotating_file_handler.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/setup.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/log/0.224.14/warn.d.ts +0 -53
- package/types/deps/jsr.io/@std/log/0.224.14/warn.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +0 -37
- package/types/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +0 -1
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_get_file_info_type.js +0 -0
- /package/esm/deps/jsr.io/@std/io/{0.224.9 → 0.224.8}/types.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/assert_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/common.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/dirname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/glob_to_reg_exp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize_string.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_os.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/common.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/dirname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/extname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join_globs.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/mod.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/_util.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_namespaced_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_namespaced_path.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/types.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/_util.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/basename.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/constants.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/dirname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/extname.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/format.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/from_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/glob_to_regexp.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/is_absolute.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/relative.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/resolve.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_file_url.js +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_namespaced_path.js +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/_validate_binary_like.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.5}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fmt/{1.0.6 → 1.0.2}/colors.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_create_walk_entry.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_get_file_info_type.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_is_same_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_is_subdir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.3}/_to_path_string.d.ts +0 -0
- /package/types/deps/jsr.io/@std/io/{0.225.2 → 0.224.8}/_constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/io/{0.224.9 → 0.224.8}/types.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_config.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_file_handler_symbols.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/_state.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/rotating_file_handler.d.ts +0 -0
- /package/types/deps/jsr.io/@std/log/{0.224.14 → 0.224.7}/setup.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/assert_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/basename.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/dirname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/glob_to_reg_exp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/normalize_string.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/strip_trailing_separators.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_common/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/_os.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/basename.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/dirname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/extname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/is_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/join_globs.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/normalize_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/_util.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/posix/to_namespaced_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/to_namespaced_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/types.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/_util.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/basename.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/dirname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/extname.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/from_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/glob_to_regexp.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/is_absolute.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/join.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/normalize.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/relative.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/resolve.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_file_url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.0.6}/windows/to_namespaced_path.d.ts +0 -0
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* An abstract interface which when implemented provides an interface to read
|
|
3
|
-
* bytes into an array buffer asynchronously.
|
|
4
|
-
*/
|
|
5
|
-
export interface Reader {
|
|
6
|
-
/** Reads up to `p.byteLength` bytes into `p`. It resolves to the number of
|
|
7
|
-
* bytes read (`0` < `n` <= `p.byteLength`) and rejects if any error
|
|
8
|
-
* encountered. Even if `read()` resolves to `n` < `p.byteLength`, it may
|
|
9
|
-
* use all of `p` as scratch space during the call. If some data is
|
|
10
|
-
* available but not `p.byteLength` bytes, `read()` conventionally resolves
|
|
11
|
-
* to what is available instead of waiting for more.
|
|
12
|
-
*
|
|
13
|
-
* When `read()` encounters end-of-file condition, it resolves to EOF
|
|
14
|
-
* (`null`).
|
|
15
|
-
*
|
|
16
|
-
* When `read()` encounters an error, it rejects with an error.
|
|
17
|
-
*
|
|
18
|
-
* Callers should always process the `n` > `0` bytes returned before
|
|
19
|
-
* considering the EOF (`null`). Doing so correctly handles I/O errors that
|
|
20
|
-
* happen after reading some bytes and also both of the allowed EOF
|
|
21
|
-
* behaviors.
|
|
22
|
-
*
|
|
23
|
-
* Implementations should not retain a reference to `p`.
|
|
24
|
-
*
|
|
25
|
-
* Use
|
|
26
|
-
* {@linkcode @std/io/to-iterator.ts?s=toIterator}
|
|
27
|
-
* to turn a {@linkcode Reader} into an {@linkcode AsyncIterableIterator}.
|
|
28
|
-
*/
|
|
29
|
-
read(p: Uint8Array): Promise<number | null>;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* An abstract interface which when implemented provides an interface to read
|
|
33
|
-
* bytes into an array buffer synchronously.
|
|
34
|
-
*/
|
|
35
|
-
export interface ReaderSync {
|
|
36
|
-
/** Reads up to `p.byteLength` bytes into `p`. It resolves to the number
|
|
37
|
-
* of bytes read (`0` < `n` <= `p.byteLength`) and rejects if any error
|
|
38
|
-
* encountered. Even if `read()` returns `n` < `p.byteLength`, it may use
|
|
39
|
-
* all of `p` as scratch space during the call. If some data is available
|
|
40
|
-
* but not `p.byteLength` bytes, `read()` conventionally returns what is
|
|
41
|
-
* available instead of waiting for more.
|
|
42
|
-
*
|
|
43
|
-
* When `readSync()` encounters end-of-file condition, it returns EOF
|
|
44
|
-
* (`null`).
|
|
45
|
-
*
|
|
46
|
-
* When `readSync()` encounters an error, it throws with an error.
|
|
47
|
-
*
|
|
48
|
-
* Callers should always process the `n` > `0` bytes returned before
|
|
49
|
-
* considering the EOF (`null`). Doing so correctly handles I/O errors that happen
|
|
50
|
-
* after reading some bytes and also both of the allowed EOF behaviors.
|
|
51
|
-
*
|
|
52
|
-
* Implementations should not retain a reference to `p`.
|
|
53
|
-
*
|
|
54
|
-
* Use
|
|
55
|
-
* {@linkcode @std/io/to-iterator.ts?s=toIteratorSync}
|
|
56
|
-
* to turn a {@linkcode ReaderSync} into an {@linkcode IterableIterator}.
|
|
57
|
-
*/
|
|
58
|
-
readSync(p: Uint8Array): number | null;
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* An abstract interface which when implemented provides an interface to write
|
|
62
|
-
* bytes from an array buffer to a file/resource asynchronously.
|
|
63
|
-
*/
|
|
64
|
-
export interface Writer {
|
|
65
|
-
/** Writes `p.byteLength` bytes from `p` to the underlying data stream. It
|
|
66
|
-
* resolves to the number of bytes written from `p` (`0` <= `n` <=
|
|
67
|
-
* `p.byteLength`) or reject with the error encountered that caused the
|
|
68
|
-
* write to stop early. `write()` must reject with a non-null error if
|
|
69
|
-
* would resolve to `n` < `p.byteLength`. `write()` must not modify the
|
|
70
|
-
* slice data, even temporarily.
|
|
71
|
-
*
|
|
72
|
-
* Implementations should not retain a reference to `p`.
|
|
73
|
-
*/
|
|
74
|
-
write(p: Uint8Array): Promise<number>;
|
|
75
|
-
}
|
|
76
|
-
/**
|
|
77
|
-
* An abstract interface which when implemented provides an interface to write
|
|
78
|
-
* bytes from an array buffer to a file/resource synchronously.
|
|
79
|
-
*/
|
|
80
|
-
export interface WriterSync {
|
|
81
|
-
/** Writes `p.byteLength` bytes from `p` to the underlying data
|
|
82
|
-
* stream. It returns the number of bytes written from `p` (`0` <= `n`
|
|
83
|
-
* <= `p.byteLength`) and any error encountered that caused the write to
|
|
84
|
-
* stop early. `writeSync()` must throw a non-null error if it returns `n` <
|
|
85
|
-
* `p.byteLength`. `writeSync()` must not modify the slice data, even
|
|
86
|
-
* temporarily.
|
|
87
|
-
*
|
|
88
|
-
* Implementations should not retain a reference to `p`.
|
|
89
|
-
*/
|
|
90
|
-
writeSync(p: Uint8Array): number;
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* An abstract interface which when implemented provides an interface to close
|
|
94
|
-
* files/resources that were previously opened.
|
|
95
|
-
*/
|
|
96
|
-
export interface Closer {
|
|
97
|
-
/** Closes the resource, "freeing" the backing file/resource. */
|
|
98
|
-
close(): void;
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* A enum which defines the seek mode for IO related APIs that support
|
|
102
|
-
* seeking.
|
|
103
|
-
*/
|
|
104
|
-
export declare enum SeekMode {
|
|
105
|
-
Start = 0,
|
|
106
|
-
Current = 1,
|
|
107
|
-
End = 2
|
|
108
|
-
}
|
|
109
|
-
/**
|
|
110
|
-
* An abstract interface which when implemented provides an interface to seek
|
|
111
|
-
* within an open file/resource asynchronously.
|
|
112
|
-
*/
|
|
113
|
-
export interface Seeker {
|
|
114
|
-
/** Seek sets the offset for the next `read()` or `write()` to offset,
|
|
115
|
-
* interpreted according to `whence`: `Start` means relative to the
|
|
116
|
-
* start of the file, `Current` means relative to the current offset,
|
|
117
|
-
* and `End` means relative to the end. Seek resolves to the new offset
|
|
118
|
-
* relative to the start of the file.
|
|
119
|
-
*
|
|
120
|
-
* Seeking to an offset before the start of the file is an error. Seeking to
|
|
121
|
-
* any positive offset is legal, but the behavior of subsequent I/O
|
|
122
|
-
* operations on the underlying object is implementation-dependent.
|
|
123
|
-
*
|
|
124
|
-
* It resolves with the updated offset.
|
|
125
|
-
*/
|
|
126
|
-
seek(offset: number | bigint, whence: SeekMode): Promise<number>;
|
|
127
|
-
}
|
|
128
|
-
/**
|
|
129
|
-
* An abstract interface which when implemented provides an interface to seek
|
|
130
|
-
* within an open file/resource synchronously.
|
|
131
|
-
*/
|
|
132
|
-
export interface SeekerSync {
|
|
133
|
-
/** Seek sets the offset for the next `readSync()` or `writeSync()` to
|
|
134
|
-
* offset, interpreted according to `whence`: `Start` means relative
|
|
135
|
-
* to the start of the file, `Current` means relative to the current
|
|
136
|
-
* offset, and `End` means relative to the end.
|
|
137
|
-
*
|
|
138
|
-
* Seeking to an offset before the start of the file is an error. Seeking to
|
|
139
|
-
* any positive offset is legal, but the behavior of subsequent I/O
|
|
140
|
-
* operations on the underlying object is implementation-dependent.
|
|
141
|
-
*
|
|
142
|
-
* It returns the updated offset.
|
|
143
|
-
*/
|
|
144
|
-
seekSync(offset: number | bigint, whence: SeekMode): number;
|
|
145
|
-
}
|
|
146
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/io/0.225.2/types.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,MAAM,WAAW,MAAM;IACrB;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,IAAI,CAAC,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;CAC7C;AAED;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,QAAQ,CAAC,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,IAAI,CAAC;CACxC;AAED;;;GAGG;AACH,MAAM,WAAW,MAAM;IACrB;;;;;;;;OAQG;IACH,KAAK,CAAC,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;CACvC;AACD;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB;;;;;;;;OAQG;IACH,SAAS,CAAC,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;CAClC;AAED;;;GAGG;AACH,MAAM,WAAW,MAAM;IACrB,gEAAgE;IAChE,KAAK,IAAI,IAAI,CAAC;CACf;AAED;;;GAGG;AACH,oBAAY,QAAQ;IAElB,KAAK,IAAI;IAET,OAAO,IAAI;IAEX,GAAG,IAAI;CACR;AAED;;;GAGG;AACH,MAAM,WAAW,MAAM;IACrB;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,QAAQ,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;CAClE;AAED;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,QAAQ,GAAG,MAAM,CAAC;CAC7D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_config.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/_config.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,aAAa,SAAS,CAAC;AAEpC,eAAO,MAAM,cAAc,EAAE,SAW5B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_file_handler_symbols.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/_file_handler_symbols.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,UAAU,eAAiB,CAAC;AACzC,eAAO,MAAM,SAAS,eAAgB,CAAC;AACvC,eAAO,MAAM,aAAa,eAAoB,CAAC;AAC/C,eAAO,MAAM,cAAc,eAAqB,CAAC;AACjD,eAAO,MAAM,UAAU,eAAiB,CAAC;AACzC,eAAO,MAAM,iBAAiB,eAAwB,CAAC;AACvD,eAAO,MAAM,aAAa,eAAoB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_state.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/_state.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAE1C,eAAO,MAAM,KAAK;;;;CAIjB,CAAC"}
|
|
@@ -1,326 +0,0 @@
|
|
|
1
|
-
import { type LevelName, type LogLevel } from "./levels.js";
|
|
2
|
-
import type { LogRecord } from "./logger.js";
|
|
3
|
-
export type { LevelName, LogLevel, LogRecord };
|
|
4
|
-
/**
|
|
5
|
-
* A function type that defines the structure of a formatter function.
|
|
6
|
-
*
|
|
7
|
-
* @param logRecord The log record that needs to be formatted.
|
|
8
|
-
* @returns A string representation of the log record.
|
|
9
|
-
*/
|
|
10
|
-
export type FormatterFunction = (logRecord: LogRecord) => string;
|
|
11
|
-
/** Options for {@linkcode BaseHandler}. */
|
|
12
|
-
export interface BaseHandlerOptions {
|
|
13
|
-
/** A function that formats log records. */
|
|
14
|
-
formatter?: FormatterFunction;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* A base class for all log handlers.
|
|
18
|
-
*
|
|
19
|
-
* This class is abstract and should not be instantiated directly. Instead, it
|
|
20
|
-
* should be extended by other classes that implement the `log` method.
|
|
21
|
-
*
|
|
22
|
-
* @example Usage
|
|
23
|
-
* ```ts
|
|
24
|
-
* import { BaseHandler } from "@std/log/base-handler";
|
|
25
|
-
* import { assertInstanceOf } from "@std/assert/instance-of";
|
|
26
|
-
*
|
|
27
|
-
* class MyHandler extends BaseHandler {
|
|
28
|
-
* log(msg: string) {
|
|
29
|
-
* console.log(msg);
|
|
30
|
-
* }
|
|
31
|
-
* }
|
|
32
|
-
*
|
|
33
|
-
* const handler = new MyHandler("INFO");
|
|
34
|
-
* assertInstanceOf(handler, BaseHandler);
|
|
35
|
-
* ```
|
|
36
|
-
*/
|
|
37
|
-
export declare abstract class BaseHandler {
|
|
38
|
-
#private;
|
|
39
|
-
/**
|
|
40
|
-
* The function that formats log records.
|
|
41
|
-
*
|
|
42
|
-
* @example Usage
|
|
43
|
-
* ```ts
|
|
44
|
-
* import { BaseHandler } from "@std/log/base-handler";
|
|
45
|
-
* import { LogRecord } from "@std/log/logger";
|
|
46
|
-
* import { LogLevels } from "@std/log/levels";
|
|
47
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
48
|
-
*
|
|
49
|
-
* class MyHandler extends BaseHandler {
|
|
50
|
-
* log(msg: string) {
|
|
51
|
-
* console.log(msg);
|
|
52
|
-
* }
|
|
53
|
-
* }
|
|
54
|
-
*
|
|
55
|
-
* const handler = new MyHandler("INFO");
|
|
56
|
-
* const record = new LogRecord({
|
|
57
|
-
* msg: "Hello, world!",
|
|
58
|
-
* args: ["foo", "bar"],
|
|
59
|
-
* level: LogLevels.INFO,
|
|
60
|
-
* loggerName: "example",
|
|
61
|
-
* });
|
|
62
|
-
* const formatted = handler.formatter(record);
|
|
63
|
-
* assertEquals(formatted, "INFO Hello, world!");
|
|
64
|
-
* ```
|
|
65
|
-
*/
|
|
66
|
-
formatter: FormatterFunction;
|
|
67
|
-
/**
|
|
68
|
-
* Constructs a new instance.
|
|
69
|
-
*
|
|
70
|
-
* @param levelName The name of the log level to handle.
|
|
71
|
-
* @param options Options for the handler.
|
|
72
|
-
*/
|
|
73
|
-
constructor(levelName: LevelName, options?: BaseHandlerOptions);
|
|
74
|
-
/**
|
|
75
|
-
* Getter for the log level that this handler will handle.
|
|
76
|
-
*
|
|
77
|
-
* @example Usage
|
|
78
|
-
* ```ts
|
|
79
|
-
* import { BaseHandler } from "@std/log/base-handler";
|
|
80
|
-
* import { LogLevels } from "@std/log/levels";
|
|
81
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
82
|
-
*
|
|
83
|
-
* class MyHandler extends BaseHandler {
|
|
84
|
-
* log(msg: string) {
|
|
85
|
-
* console.log(msg);
|
|
86
|
-
* }
|
|
87
|
-
* }
|
|
88
|
-
*
|
|
89
|
-
* const handler = new MyHandler("INFO");
|
|
90
|
-
* assertEquals(handler.level, LogLevels.INFO);
|
|
91
|
-
* ```
|
|
92
|
-
*
|
|
93
|
-
* @returns The log level to handle.
|
|
94
|
-
*/
|
|
95
|
-
get level(): LogLevel;
|
|
96
|
-
/**
|
|
97
|
-
* Setter for the log level that this handler will handle.
|
|
98
|
-
*
|
|
99
|
-
* @example Usage
|
|
100
|
-
* ```ts
|
|
101
|
-
* import { BaseHandler } from "@std/log/base-handler";
|
|
102
|
-
* import { LogLevels } from "@std/log/levels";
|
|
103
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
104
|
-
*
|
|
105
|
-
* class MyHandler extends BaseHandler {
|
|
106
|
-
* log(msg: string) {
|
|
107
|
-
* console.log(msg);
|
|
108
|
-
* }
|
|
109
|
-
* }
|
|
110
|
-
*
|
|
111
|
-
* const handler = new MyHandler("INFO");
|
|
112
|
-
* handler.level = LogLevels.DEBUG;
|
|
113
|
-
* assertEquals(handler.level, LogLevels.DEBUG);
|
|
114
|
-
* ```
|
|
115
|
-
*
|
|
116
|
-
* @param level The log level to handle.
|
|
117
|
-
*/
|
|
118
|
-
set level(level: LogLevel);
|
|
119
|
-
/**
|
|
120
|
-
* Getter for the name of the log level that this handler will handle.
|
|
121
|
-
*
|
|
122
|
-
* @example Usage
|
|
123
|
-
* ```ts
|
|
124
|
-
* import { BaseHandler } from "@std/log/base-handler";
|
|
125
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
126
|
-
*
|
|
127
|
-
* class MyHandler extends BaseHandler {
|
|
128
|
-
* log(msg: string) {
|
|
129
|
-
* console.log(msg);
|
|
130
|
-
* }
|
|
131
|
-
* }
|
|
132
|
-
*
|
|
133
|
-
* const handler = new MyHandler("INFO");
|
|
134
|
-
* assertEquals(handler.levelName, "INFO");
|
|
135
|
-
* ```
|
|
136
|
-
*
|
|
137
|
-
* @returns The name of the log level to handle.
|
|
138
|
-
*/
|
|
139
|
-
get levelName(): LevelName;
|
|
140
|
-
/**
|
|
141
|
-
* Setter for the name of the log level that this handler will handle.
|
|
142
|
-
*
|
|
143
|
-
* @param levelName The name of the log level to handle.
|
|
144
|
-
*
|
|
145
|
-
* @example Usage
|
|
146
|
-
* ```ts
|
|
147
|
-
* import { BaseHandler } from "@std/log/base-handler";
|
|
148
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
149
|
-
*
|
|
150
|
-
* class MyHandler extends BaseHandler {
|
|
151
|
-
* log(msg: string) {
|
|
152
|
-
* console.log(msg);
|
|
153
|
-
* }
|
|
154
|
-
* }
|
|
155
|
-
*
|
|
156
|
-
* const handler = new MyHandler("INFO");
|
|
157
|
-
* handler.levelName = "DEBUG";
|
|
158
|
-
* assertEquals(handler.levelName, "DEBUG");
|
|
159
|
-
* ```
|
|
160
|
-
*/
|
|
161
|
-
set levelName(levelName: LevelName);
|
|
162
|
-
/**
|
|
163
|
-
* Handles a log record.
|
|
164
|
-
*
|
|
165
|
-
* @param logRecord The log record to handle.
|
|
166
|
-
*
|
|
167
|
-
* @example Usage
|
|
168
|
-
* ```ts
|
|
169
|
-
* import { BaseHandler } from "@std/log/base-handler";
|
|
170
|
-
* import { LogRecord } from "@std/log/logger";
|
|
171
|
-
* import { LogLevels } from "@std/log/levels";
|
|
172
|
-
* import { assertInstanceOf } from "@std/assert/instance-of";
|
|
173
|
-
*
|
|
174
|
-
* class MyHandler extends BaseHandler {
|
|
175
|
-
* log(msg: string) {
|
|
176
|
-
* console.log(msg);
|
|
177
|
-
* }
|
|
178
|
-
* }
|
|
179
|
-
*
|
|
180
|
-
* const handler = new MyHandler("INFO");
|
|
181
|
-
* const record = new LogRecord({
|
|
182
|
-
* msg: "Hello, world!",
|
|
183
|
-
* args: ["foo", "bar"],
|
|
184
|
-
* level: LogLevels.INFO,
|
|
185
|
-
* loggerName: "example",
|
|
186
|
-
* });
|
|
187
|
-
* handler.handle(record);
|
|
188
|
-
*
|
|
189
|
-
* assertInstanceOf(handler, BaseHandler);
|
|
190
|
-
* ```
|
|
191
|
-
*/
|
|
192
|
-
handle(logRecord: LogRecord): void;
|
|
193
|
-
/**
|
|
194
|
-
* Formats a log record.
|
|
195
|
-
*
|
|
196
|
-
* @param logRecord The log record to format.
|
|
197
|
-
* @returns A string representation of the log record.
|
|
198
|
-
*
|
|
199
|
-
* @example Usage
|
|
200
|
-
* ```ts
|
|
201
|
-
* import { BaseHandler } from "@std/log/base-handler";
|
|
202
|
-
* import { LogRecord } from "@std/log/logger";
|
|
203
|
-
* import { LogLevels } from "@std/log/levels";
|
|
204
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
205
|
-
*
|
|
206
|
-
* class MyHandler extends BaseHandler {
|
|
207
|
-
* log(msg: string) {
|
|
208
|
-
* console.log(msg);
|
|
209
|
-
* }
|
|
210
|
-
* }
|
|
211
|
-
*
|
|
212
|
-
* const handler = new MyHandler("INFO");
|
|
213
|
-
* const record = new LogRecord({
|
|
214
|
-
* msg: "Hello, world!",
|
|
215
|
-
* args: ["foo", "bar"],
|
|
216
|
-
* level: LogLevels.INFO,
|
|
217
|
-
* loggerName: "example",
|
|
218
|
-
* });
|
|
219
|
-
* const formatted = handler.format(record);
|
|
220
|
-
* assertEquals(formatted, "INFO Hello, world!");
|
|
221
|
-
* ```
|
|
222
|
-
*/
|
|
223
|
-
format(logRecord: LogRecord): string;
|
|
224
|
-
/**
|
|
225
|
-
* Logs a message.
|
|
226
|
-
*
|
|
227
|
-
* This method should be implemented by subclasses to handle the log record.
|
|
228
|
-
*
|
|
229
|
-
* @param msg The message to log.
|
|
230
|
-
*
|
|
231
|
-
* @example Usage
|
|
232
|
-
* ```ts
|
|
233
|
-
* import { BaseHandler } from "@std/log/base-handler";
|
|
234
|
-
* import { assertInstanceOf } from "@std/assert/instance-of";
|
|
235
|
-
*
|
|
236
|
-
* class MyHandler extends BaseHandler {
|
|
237
|
-
* log(msg: string) {
|
|
238
|
-
* console.log(msg);
|
|
239
|
-
* }
|
|
240
|
-
* }
|
|
241
|
-
*
|
|
242
|
-
* const handler = new MyHandler("INFO");
|
|
243
|
-
* handler.log("Hello, world!"); // Prints "Hello, world!"
|
|
244
|
-
*
|
|
245
|
-
* assertInstanceOf(handler, BaseHandler);
|
|
246
|
-
* ```
|
|
247
|
-
*/
|
|
248
|
-
abstract log(msg: string): void;
|
|
249
|
-
/**
|
|
250
|
-
* Initializes the handler.
|
|
251
|
-
*
|
|
252
|
-
* This method is called when the handler is added to a logger. It can be
|
|
253
|
-
* used to perform any setup that is required by the handler.
|
|
254
|
-
*
|
|
255
|
-
* @example Usage
|
|
256
|
-
* ```ts
|
|
257
|
-
* import { BaseHandler } from "@std/log/base-handler";
|
|
258
|
-
* import { assertInstanceOf } from "@std/assert/instance-of";
|
|
259
|
-
*
|
|
260
|
-
* class MyHandler extends BaseHandler {
|
|
261
|
-
* log(msg: string) {
|
|
262
|
-
* console.log(msg);
|
|
263
|
-
* }
|
|
264
|
-
*
|
|
265
|
-
* override setup() {
|
|
266
|
-
* console.log("Handler setup!");
|
|
267
|
-
* }
|
|
268
|
-
* }
|
|
269
|
-
*
|
|
270
|
-
* const handler = new MyHandler("INFO");
|
|
271
|
-
* handler.setup(); // Prints "Handler setup!"
|
|
272
|
-
*
|
|
273
|
-
* assertInstanceOf(handler, BaseHandler);
|
|
274
|
-
* ```
|
|
275
|
-
*/
|
|
276
|
-
setup(): void;
|
|
277
|
-
/**
|
|
278
|
-
* Destroys the handler, performing any cleanup that is required.
|
|
279
|
-
*
|
|
280
|
-
* This method is called when the handler is removed from a logger. It can be
|
|
281
|
-
* used to perform any cleanup that is required by the handler.
|
|
282
|
-
*
|
|
283
|
-
* @example Usage
|
|
284
|
-
* ```ts
|
|
285
|
-
* import { BaseHandler } from "@std/log/base-handler";
|
|
286
|
-
* import { assertInstanceOf } from "@std/assert/instance-of";
|
|
287
|
-
*
|
|
288
|
-
* class MyHandler extends BaseHandler {
|
|
289
|
-
* log(msg: string) {
|
|
290
|
-
* console.log(msg);
|
|
291
|
-
* }
|
|
292
|
-
*
|
|
293
|
-
* override destroy() {
|
|
294
|
-
* console.log("Handler destroyed!");
|
|
295
|
-
* }
|
|
296
|
-
* }
|
|
297
|
-
*
|
|
298
|
-
* const handler = new MyHandler("INFO");
|
|
299
|
-
* handler.destroy(); // Prints "Handler destroyed!"
|
|
300
|
-
* assertInstanceOf(handler, BaseHandler);
|
|
301
|
-
* ```
|
|
302
|
-
*/
|
|
303
|
-
destroy(): void;
|
|
304
|
-
/**
|
|
305
|
-
* Automatically disposes of the handler when instantiated with the `using`
|
|
306
|
-
* keyword by calling the {@linkcode BaseHandler.destroy} method.
|
|
307
|
-
*
|
|
308
|
-
* @example Usage
|
|
309
|
-
* ```ts
|
|
310
|
-
* import { BaseHandler } from "@std/log/base-handler";
|
|
311
|
-
* import { LogRecord } from "@std/log/logger";
|
|
312
|
-
* import { assertInstanceOf } from "@std/assert/instance-of";
|
|
313
|
-
*
|
|
314
|
-
* class MyHandler extends BaseHandler {
|
|
315
|
-
* log(msg: string) {
|
|
316
|
-
* console.log(msg);
|
|
317
|
-
* }
|
|
318
|
-
* }
|
|
319
|
-
*
|
|
320
|
-
* using handler = new MyHandler("INFO");
|
|
321
|
-
* assertInstanceOf(handler, BaseHandler);
|
|
322
|
-
* ```
|
|
323
|
-
*/
|
|
324
|
-
[Symbol.dispose](): void;
|
|
325
|
-
}
|
|
326
|
-
//# sourceMappingURL=base_handler.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base_handler.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/base_handler.ts"],"names":[],"mappings":"AAEA,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,QAAQ,EACd,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,YAAY,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;AAE/C;;;;;GAKG;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,SAAS,EAAE,SAAS,KAAK,MAAM,CAAC;AAIjE,2CAA2C;AAC3C,MAAM,WAAW,kBAAkB;IACjC,2CAA2C;IAC3C,SAAS,CAAC,EAAE,iBAAiB,CAAC;CAC/B;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,8BAAsB,WAAW;;IAG/B;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,SAAS,EAAE,iBAAiB,CAAC;IAE7B;;;;;OAKG;gBAED,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,kBAAkB;IAQ9B;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,IAAI,KAAK,IAAI,QAAQ,CAEpB;IAED;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,IAAI,KAAK,CAAC,KAAK,EAAE,QAAQ,EAGxB;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,IAAI,SAAS,IAAI,SAAS,CAEzB;IAED;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,IAAI,SAAS,CAAC,SAAS,EAAE,SAAS,EAGjC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6BG;IACH,MAAM,CAAC,SAAS,EAAE,SAAS;IAO3B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6BG;IACH,MAAM,CAAC,SAAS,EAAE,SAAS,GAAG,MAAM;IAIpC;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,QAAQ,CAAC,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAE/B;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,KAAK;IAEL;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,OAAO;IAEP;;;;;;;;;;;;;;;;;;;OAmBG;IACH,CAAC,MAAM,CAAC,OAAO,CAAC;CAGjB"}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { type LevelName } from "./levels.js";
|
|
2
|
-
import type { LogRecord } from "./logger.js";
|
|
3
|
-
import { BaseHandler, type BaseHandlerOptions } from "./base_handler.js";
|
|
4
|
-
/** Options for {@linkcode ConsoleHandler}. */
|
|
5
|
-
export interface ConsoleHandlerOptions extends BaseHandlerOptions {
|
|
6
|
-
/**
|
|
7
|
-
* Whether to use colors in the output.
|
|
8
|
-
*
|
|
9
|
-
* @default {true}
|
|
10
|
-
*/
|
|
11
|
-
useColors?: boolean;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Default logger that outputs log messages to the console via
|
|
15
|
-
* {@linkcode console.log}.
|
|
16
|
-
*
|
|
17
|
-
* @example Usage
|
|
18
|
-
* ```ts no-assert
|
|
19
|
-
* import { ConsoleHandler } from "@std/log/console-handler";
|
|
20
|
-
*
|
|
21
|
-
* const handler = new ConsoleHandler("INFO");
|
|
22
|
-
* handler.log("Hello, world!"); // Prints "Hello, world!"
|
|
23
|
-
* ```
|
|
24
|
-
*/
|
|
25
|
-
export declare class ConsoleHandler extends BaseHandler {
|
|
26
|
-
#private;
|
|
27
|
-
/**
|
|
28
|
-
* Constructs a new instance.
|
|
29
|
-
*
|
|
30
|
-
* @param levelName The level name to log messages at.
|
|
31
|
-
* @param options Options for the handler.
|
|
32
|
-
*/
|
|
33
|
-
constructor(levelName: LevelName, options?: ConsoleHandlerOptions);
|
|
34
|
-
/**
|
|
35
|
-
* Formats a log record into a string.
|
|
36
|
-
*
|
|
37
|
-
* @example Usage
|
|
38
|
-
* ```ts
|
|
39
|
-
* import { ConsoleHandler } from "@std/log/console-handler";
|
|
40
|
-
* import { LogRecord } from "@std/log/logger";
|
|
41
|
-
* import { LogLevels } from "@std/log/levels";
|
|
42
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
43
|
-
* import { blue } from "@std/fmt/colors";
|
|
44
|
-
*
|
|
45
|
-
* const handler = new ConsoleHandler("INFO");
|
|
46
|
-
* const logRecord = new LogRecord({
|
|
47
|
-
* msg: "Hello, world!",
|
|
48
|
-
* args: ["foo", "bar"],
|
|
49
|
-
* level: LogLevels.INFO,
|
|
50
|
-
* loggerName: "my-logger",
|
|
51
|
-
* });
|
|
52
|
-
* const result = handler.format(logRecord);
|
|
53
|
-
*
|
|
54
|
-
* assertEquals(result, blue("INFO Hello, world!"));
|
|
55
|
-
* ```
|
|
56
|
-
*
|
|
57
|
-
* @param logRecord The log record to format.
|
|
58
|
-
* @returns The formatted log record.
|
|
59
|
-
*/
|
|
60
|
-
format(logRecord: LogRecord): string;
|
|
61
|
-
/**
|
|
62
|
-
* Logs a message to the console.
|
|
63
|
-
*
|
|
64
|
-
* @example Usage
|
|
65
|
-
* ```ts no-assert
|
|
66
|
-
* import { ConsoleHandler } from "@std/log/console-handler";
|
|
67
|
-
*
|
|
68
|
-
* const handler = new ConsoleHandler("INFO");
|
|
69
|
-
* handler.log("Hello, world!"); // Prints "Hello, world!"
|
|
70
|
-
* ```
|
|
71
|
-
*
|
|
72
|
-
* @param msg The message to log.
|
|
73
|
-
*/
|
|
74
|
-
log(msg: string): void;
|
|
75
|
-
}
|
|
76
|
-
//# sourceMappingURL=console_handler.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"console_handler.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/console_handler.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAa,MAAM,aAAa,CAAC;AACxD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,OAAO,EAAE,WAAW,EAAE,KAAK,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAEzE,8CAA8C;AAC9C,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB;IAC/D;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAuBD;;;;;;;;;;;GAWG;AACH,qBAAa,cAAe,SAAQ,WAAW;;IAG7C;;;;;OAKG;gBACS,SAAS,EAAE,SAAS,EAAE,OAAO,GAAE,qBAA0B;IAKrE;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACM,MAAM,CAAC,SAAS,EAAE,SAAS,GAAG,MAAM;IAU7C;;;;;;;;;;;;OAYG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM;CAIhB"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import type { GenericFunction } from "./logger.js";
|
|
2
|
-
import "./setup.js";
|
|
3
|
-
/**
|
|
4
|
-
* Log at the critical level.
|
|
5
|
-
*
|
|
6
|
-
* This function is a pass-through to the default logger's `critical` method. By
|
|
7
|
-
* default, the default logger is configured to use {@linkcode console.log} and
|
|
8
|
-
* print in bold red text.
|
|
9
|
-
*
|
|
10
|
-
* @template T The type of the message to log.
|
|
11
|
-
* @param msg The message to log.
|
|
12
|
-
* @param args Arguments to be formatted into the message.
|
|
13
|
-
* @returns The message that was logged.
|
|
14
|
-
*
|
|
15
|
-
* @example Usage
|
|
16
|
-
* ```ts
|
|
17
|
-
* import { critical } from "@std/log/critical";
|
|
18
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
19
|
-
*
|
|
20
|
-
* assertEquals(critical("This is a critical message."), "This is a critical message.");
|
|
21
|
-
* // Prints: "CRITICAL This is a critical message."
|
|
22
|
-
*
|
|
23
|
-
* assertEquals(critical(() => "This is a critical message."), "This is a critical message.");
|
|
24
|
-
* // Prints: "CRITICAL This is a critical message."
|
|
25
|
-
* ```
|
|
26
|
-
*/
|
|
27
|
-
export declare function critical<T>(msg: () => T, ...args: unknown[]): T | undefined;
|
|
28
|
-
/**
|
|
29
|
-
* Log at the critical level.
|
|
30
|
-
*
|
|
31
|
-
* This function is a pass-through to the default logger's `critical` method. By
|
|
32
|
-
* default, the default logger is configured to use {@linkcode console.log} and
|
|
33
|
-
* print in bold red text.
|
|
34
|
-
*
|
|
35
|
-
* @template T The type of the message to log.
|
|
36
|
-
* @param msg The message to log.
|
|
37
|
-
* @param args Arguments to be formatted into the message.
|
|
38
|
-
* @returns The message that was logged.
|
|
39
|
-
*
|
|
40
|
-
* @example Usage
|
|
41
|
-
* ```ts
|
|
42
|
-
* import { critical } from "@std/log/critical";
|
|
43
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
44
|
-
*
|
|
45
|
-
* assertEquals(critical("This is a critical message."), "This is a critical message.");
|
|
46
|
-
* // Prints: "CRITICAL This is a critical message."
|
|
47
|
-
*
|
|
48
|
-
* assertEquals(critical(() => "This is a critical message."), "This is a critical message.");
|
|
49
|
-
* // Prints: "CRITICAL This is a critical message."
|
|
50
|
-
* ```
|
|
51
|
-
*/
|
|
52
|
-
export declare function critical<T>(msg: T extends GenericFunction ? never : T, ...args: unknown[]): T;
|
|
53
|
-
//# sourceMappingURL=critical.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"critical.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/critical.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,YAAY,CAAC;AAEpB;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;AAC7E;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EACxB,GAAG,EAAE,CAAC,SAAS,eAAe,GAAG,KAAK,GAAG,CAAC,EAC1C,GAAG,IAAI,EAAE,OAAO,EAAE,GACjB,CAAC,CAAC"}
|