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,105 +0,0 @@
|
|
|
1
|
-
import type { GenericFunction } from "./logger.js";
|
|
2
|
-
import "./setup.js";
|
|
3
|
-
/**
|
|
4
|
-
* Log at the debug level.
|
|
5
|
-
*
|
|
6
|
-
* This function is a pass-through to the default logger's `debug` method. By
|
|
7
|
-
* default, this function is a no-op. To enable debug logging, set call
|
|
8
|
-
* {@linkcode https://jsr.io/@std/log/doc/setup/~/setup | setup} and set the
|
|
9
|
-
* default level to `DEBUG`.
|
|
10
|
-
*
|
|
11
|
-
* @template T The type of the message to log.
|
|
12
|
-
* @param msg The message to log.
|
|
13
|
-
* @param args Arguments to be formatted into the message.
|
|
14
|
-
* @returns The message that was logged.
|
|
15
|
-
*
|
|
16
|
-
* @example Usage without setup
|
|
17
|
-
* ```ts
|
|
18
|
-
* import { debug } from "@std/log/debug";
|
|
19
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
20
|
-
*
|
|
21
|
-
* assertEquals(debug("This is a debug message."), "This is a debug message.");
|
|
22
|
-
* // Prints: ""
|
|
23
|
-
*
|
|
24
|
-
* assertEquals(debug(() => "This is a debug message."), undefined);
|
|
25
|
-
* // Prints: ""
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @example Usage with setup
|
|
29
|
-
* ```ts
|
|
30
|
-
* import { ConsoleHandler, debug, setup } from "@std/log";
|
|
31
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
32
|
-
*
|
|
33
|
-
* setup({
|
|
34
|
-
* handlers: {
|
|
35
|
-
* default: new ConsoleHandler("DEBUG"),
|
|
36
|
-
* },
|
|
37
|
-
* loggers: {
|
|
38
|
-
* default: {
|
|
39
|
-
* level: "DEBUG",
|
|
40
|
-
* handlers: ["default"],
|
|
41
|
-
* },
|
|
42
|
-
* },
|
|
43
|
-
* });
|
|
44
|
-
*
|
|
45
|
-
* assertEquals(debug("This is a debug message."), "This is a debug message.");
|
|
46
|
-
*
|
|
47
|
-
* assertEquals(
|
|
48
|
-
* debug(() => "This is a debug message."),
|
|
49
|
-
* "This is a debug message.",
|
|
50
|
-
* );
|
|
51
|
-
* ```
|
|
52
|
-
*/
|
|
53
|
-
export declare function debug<T>(msg: () => T, ...args: unknown[]): T | undefined;
|
|
54
|
-
/**
|
|
55
|
-
* Log at the debug level.
|
|
56
|
-
*
|
|
57
|
-
* This function is a pass-through to the default logger's `debug` method. By
|
|
58
|
-
* default, this function is a no-op. To enable debug logging, set call
|
|
59
|
-
* {@linkcode https://jsr.io/@std/log/doc/setup/~/setup | setup} and set the
|
|
60
|
-
* default level to `DEBUG`.
|
|
61
|
-
*
|
|
62
|
-
* @template T The type of the message to log.
|
|
63
|
-
* @param msg The message to log.
|
|
64
|
-
* @param args Arguments to be formatted into the message.
|
|
65
|
-
* @returns The message that was logged.
|
|
66
|
-
*
|
|
67
|
-
* @example Usage without setup
|
|
68
|
-
* ```ts
|
|
69
|
-
* import { debug } from "@std/log/debug";
|
|
70
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
71
|
-
*
|
|
72
|
-
* assertEquals(debug("This is a debug message."), "This is a debug message.");
|
|
73
|
-
* // Prints: ""
|
|
74
|
-
*
|
|
75
|
-
* assertEquals(debug(() => "This is a debug message."), undefined);
|
|
76
|
-
* // Prints: ""
|
|
77
|
-
* ```
|
|
78
|
-
*
|
|
79
|
-
* @example Usage with setup
|
|
80
|
-
* ```ts
|
|
81
|
-
* import { ConsoleHandler, debug, setup } from "@std/log";
|
|
82
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
83
|
-
*
|
|
84
|
-
* setup({
|
|
85
|
-
* handlers: {
|
|
86
|
-
* default: new ConsoleHandler("DEBUG"),
|
|
87
|
-
* },
|
|
88
|
-
* loggers: {
|
|
89
|
-
* default: {
|
|
90
|
-
* level: "DEBUG",
|
|
91
|
-
* handlers: ["default"],
|
|
92
|
-
* },
|
|
93
|
-
* },
|
|
94
|
-
* });
|
|
95
|
-
*
|
|
96
|
-
* assertEquals(debug("This is a debug message."), "This is a debug message.");
|
|
97
|
-
*
|
|
98
|
-
* assertEquals(
|
|
99
|
-
* debug(() => "This is a debug message."),
|
|
100
|
-
* "This is a debug message.",
|
|
101
|
-
* );
|
|
102
|
-
* ```
|
|
103
|
-
*/
|
|
104
|
-
export declare function debug<T>(msg: T extends GenericFunction ? never : T, ...args: unknown[]): T;
|
|
105
|
-
//# sourceMappingURL=debug.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"debug.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/debug.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,YAAY,CAAC;AAEpB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,wBAAgB,KAAK,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;AAC1E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,wBAAgB,KAAK,CAAC,CAAC,EACrB,GAAG,EAAE,CAAC,SAAS,eAAe,GAAG,KAAK,GAAG,CAAC,EAC1C,GAAG,IAAI,EAAE,OAAO,EAAE,GACjB,CAAC,CAAC"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import type { GenericFunction } from "./logger.js";
|
|
2
|
-
import "./setup.js";
|
|
3
|
-
/**
|
|
4
|
-
* Log at the error level.
|
|
5
|
-
*
|
|
6
|
-
* This function is a pass-through to the default logger's `error` method. By
|
|
7
|
-
* default, the default logger is configured to use {@linkcode console.log} and
|
|
8
|
-
* print in 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 { error } from "@std/log/error";
|
|
18
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
19
|
-
*
|
|
20
|
-
* assertEquals(error("This is an error message."), "This is an error message.");
|
|
21
|
-
* // Prints: "ERROR This is an error message."
|
|
22
|
-
*
|
|
23
|
-
* assertEquals(error(() => "This is an error message."), "This is an error message.");
|
|
24
|
-
* // Prints: "ERROR This is an error message."
|
|
25
|
-
* ```
|
|
26
|
-
*/
|
|
27
|
-
export declare function error<T>(msg: () => T, ...args: unknown[]): T | undefined;
|
|
28
|
-
/**
|
|
29
|
-
* Log at the error level.
|
|
30
|
-
*
|
|
31
|
-
* This function is a pass-through to the default logger's `error` method. By
|
|
32
|
-
* default, the default logger is configured to use {@linkcode console.log} and
|
|
33
|
-
* print in 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 { error } from "@std/log/error";
|
|
43
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
44
|
-
*
|
|
45
|
-
* assertEquals(error("This is an error message."), "This is an error message.");
|
|
46
|
-
* // Prints: "ERROR This is an error message."
|
|
47
|
-
*
|
|
48
|
-
* assertEquals(error(() => "This is an error message."), "This is an error message.");
|
|
49
|
-
* // Prints: "ERROR This is an error message."
|
|
50
|
-
* ```
|
|
51
|
-
*/
|
|
52
|
-
export declare function error<T>(msg: T extends GenericFunction ? never : T, ...args: unknown[]): T;
|
|
53
|
-
//# sourceMappingURL=error.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/error.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,YAAY,CAAC;AAEpB;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,KAAK,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;AAC1E;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,KAAK,CAAC,CAAC,EACrB,GAAG,EAAE,CAAC,SAAS,eAAe,GAAG,KAAK,GAAG,CAAC,EAC1C,GAAG,IAAI,EAAE,OAAO,EAAE,GACjB,CAAC,CAAC"}
|
|
@@ -1,200 +0,0 @@
|
|
|
1
|
-
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
2
|
-
import { type LevelName } from "./levels.js";
|
|
3
|
-
import type { LogRecord } from "./logger.js";
|
|
4
|
-
import { BaseHandler, type BaseHandlerOptions } from "./base_handler.js";
|
|
5
|
-
import { bufSymbol, encoderSymbol, filenameSymbol, fileSymbol, modeSymbol, openOptionsSymbol, pointerSymbol } from "./_file_handler_symbols.js";
|
|
6
|
-
/** Supported log modes for FileHandlerOptions {@linkcode FileHandlerOptions.mode}. */
|
|
7
|
-
export type LogMode = "a" | "w" | "x";
|
|
8
|
-
/** Options for {@linkcode FileHandler}. */
|
|
9
|
-
export interface FileHandlerOptions extends BaseHandlerOptions {
|
|
10
|
-
/**
|
|
11
|
-
* The filename to output to.
|
|
12
|
-
*/
|
|
13
|
-
filename: string;
|
|
14
|
-
/**
|
|
15
|
-
* Log mode for the handler. Behavior of the log modes is as follows:
|
|
16
|
-
*
|
|
17
|
-
* - `'a'` - Default mode. Appends new log messages to the end of an existing log
|
|
18
|
-
* file, or create a new log file if none exists.
|
|
19
|
-
* - `'w'` - Upon creation of the handler, any existing log file will be removed
|
|
20
|
-
* and a new one created.
|
|
21
|
-
* - `'x'` - This will create a new log file and throw an error if one already
|
|
22
|
-
* exists.
|
|
23
|
-
*
|
|
24
|
-
* @default {"a"}
|
|
25
|
-
*/
|
|
26
|
-
mode?: LogMode;
|
|
27
|
-
/**
|
|
28
|
-
* Buffer size for writing log messages to file, in bytes.
|
|
29
|
-
*
|
|
30
|
-
* @default {4096}
|
|
31
|
-
*/
|
|
32
|
-
bufferSize?: number;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* A file-based log handler that writes log messages to a specified file with buffering and optional modes.
|
|
36
|
-
* The logs are buffered for optimized performance, writing to the file only
|
|
37
|
-
* when the buffer is full, on manual .flush() call, during logging of a critical message or when process ends.
|
|
38
|
-
* It is important to note that the file can grow indefinitely.
|
|
39
|
-
*
|
|
40
|
-
* This handler requires `--allow-write` permission on the log file.
|
|
41
|
-
*
|
|
42
|
-
* @example Usage
|
|
43
|
-
* ```ts no-assert
|
|
44
|
-
* import { FileHandler } from "@std/log/file-handler";
|
|
45
|
-
*
|
|
46
|
-
* const handler = new FileHandler("INFO", { filename: "./_tmp/logs.txt" });
|
|
47
|
-
* handler.setup();
|
|
48
|
-
* handler.log('Hello, world!'); // Buffers the message, or writes it to the file depending on buffer state
|
|
49
|
-
* handler.flush(); // Manually flushes the buffer
|
|
50
|
-
* handler.destroy(); // Closes the file and removes listeners
|
|
51
|
-
* ```
|
|
52
|
-
*/
|
|
53
|
-
export declare class FileHandler extends BaseHandler {
|
|
54
|
-
#private;
|
|
55
|
-
/** Opened file to append logs to.
|
|
56
|
-
*
|
|
57
|
-
* @private
|
|
58
|
-
*/
|
|
59
|
-
[fileSymbol]: dntShim.Deno.FsFile | undefined;
|
|
60
|
-
/** Buffer used to write to file.
|
|
61
|
-
*
|
|
62
|
-
* @private
|
|
63
|
-
*/
|
|
64
|
-
[bufSymbol]: Uint8Array;
|
|
65
|
-
/**
|
|
66
|
-
* Current position for pointer.
|
|
67
|
-
*
|
|
68
|
-
* @private
|
|
69
|
-
*/
|
|
70
|
-
[pointerSymbol]: number;
|
|
71
|
-
/**
|
|
72
|
-
* Filename associated with the file being logged.
|
|
73
|
-
*
|
|
74
|
-
* @private
|
|
75
|
-
*/
|
|
76
|
-
[filenameSymbol]: string;
|
|
77
|
-
/**
|
|
78
|
-
* Current log mode.
|
|
79
|
-
*
|
|
80
|
-
* @private
|
|
81
|
-
*/
|
|
82
|
-
[modeSymbol]: LogMode;
|
|
83
|
-
/**
|
|
84
|
-
* File open options.
|
|
85
|
-
*
|
|
86
|
-
* @private
|
|
87
|
-
*/
|
|
88
|
-
[openOptionsSymbol]: dntShim.Deno.OpenOptions;
|
|
89
|
-
/**
|
|
90
|
-
* Text encoder.
|
|
91
|
-
*
|
|
92
|
-
* @private
|
|
93
|
-
*/
|
|
94
|
-
[encoderSymbol]: TextEncoder;
|
|
95
|
-
/**
|
|
96
|
-
* Constructs a new FileHandler instance.
|
|
97
|
-
*
|
|
98
|
-
* @param levelName The level name to log messages at.
|
|
99
|
-
* @param options Options for the handler.
|
|
100
|
-
*/
|
|
101
|
-
constructor(levelName: LevelName, options: FileHandlerOptions);
|
|
102
|
-
/**
|
|
103
|
-
* Sets up the file handler by opening the specified file and initializing resources.
|
|
104
|
-
*
|
|
105
|
-
* @example Usage
|
|
106
|
-
* ```ts no-assert
|
|
107
|
-
* import { FileHandler } from "@std/log/file-handler";
|
|
108
|
-
*
|
|
109
|
-
* const handler = new FileHandler("INFO", { filename: "./_tmp/logs.txt" });
|
|
110
|
-
* handler.setup(); // Opens the file and prepares the handler for logging.
|
|
111
|
-
* handler.destroy();
|
|
112
|
-
* ```
|
|
113
|
-
*/
|
|
114
|
-
setup(): void;
|
|
115
|
-
/**
|
|
116
|
-
* Handles a log record and flushes the buffer if the log level is higher than error.
|
|
117
|
-
*
|
|
118
|
-
* @param logRecord Log record to handle.
|
|
119
|
-
*
|
|
120
|
-
* @example Usage
|
|
121
|
-
* ```ts
|
|
122
|
-
* import { FileHandler } from "@std/log/file-handler";
|
|
123
|
-
* import { assertInstanceOf } from "@std/assert/instance-of";
|
|
124
|
-
* import { LogLevels } from "./levels.ts";
|
|
125
|
-
* import { LogRecord } from "./logger.ts";
|
|
126
|
-
*
|
|
127
|
-
* const handler = new FileHandler("INFO", { filename: "./_tmp/logs.txt" });
|
|
128
|
-
* handler.setup();
|
|
129
|
-
*
|
|
130
|
-
* // Flushes the buffer immediately and logs "CRITICAL This log is very critical indeed." into the file.
|
|
131
|
-
* handler.handle(
|
|
132
|
-
* new LogRecord({
|
|
133
|
-
* msg: "This log is very critical indeed.",
|
|
134
|
-
* args: [],
|
|
135
|
-
* level: LogLevels.CRITICAL,
|
|
136
|
-
* loggerName: "INFO",
|
|
137
|
-
* }),
|
|
138
|
-
* );
|
|
139
|
-
* handler.destroy();
|
|
140
|
-
*
|
|
141
|
-
* assertInstanceOf(handler, FileHandler);
|
|
142
|
-
* ```
|
|
143
|
-
*/
|
|
144
|
-
handle(logRecord: LogRecord): void;
|
|
145
|
-
/**
|
|
146
|
-
* Logs a message by adding it to the buffer, with flushing as needed.
|
|
147
|
-
*
|
|
148
|
-
* @param msg The message to log.
|
|
149
|
-
*
|
|
150
|
-
* @example Usage
|
|
151
|
-
* ```ts
|
|
152
|
-
* import { FileHandler } from "@std/log/file-handler";
|
|
153
|
-
* import { assertInstanceOf } from "@std/assert/instance-of";
|
|
154
|
-
*
|
|
155
|
-
* const handler = new FileHandler("INFO", { filename: "./_tmp/logs.txt" });
|
|
156
|
-
* handler.setup();
|
|
157
|
-
* handler.log('Hello, world!');
|
|
158
|
-
* handler.flush();
|
|
159
|
-
* handler.destroy();
|
|
160
|
-
*
|
|
161
|
-
* assertInstanceOf(handler, FileHandler);
|
|
162
|
-
* ```
|
|
163
|
-
*/
|
|
164
|
-
log(msg: string): void;
|
|
165
|
-
/**
|
|
166
|
-
* Immediately writes the contents of the buffer to the previously opened file.
|
|
167
|
-
*
|
|
168
|
-
* @example Usage
|
|
169
|
-
* ```ts
|
|
170
|
-
* import { FileHandler } from "@std/log/file-handler";
|
|
171
|
-
* import { assertInstanceOf } from "@std/assert/instance-of";
|
|
172
|
-
*
|
|
173
|
-
* const handler = new FileHandler("INFO", { filename: "./_tmp/logs.txt" });
|
|
174
|
-
* handler.setup();
|
|
175
|
-
* handler.log('Hello, world!');
|
|
176
|
-
* handler.flush(); // Writes buffered log messages to the file immediately.
|
|
177
|
-
* handler.destroy();
|
|
178
|
-
*
|
|
179
|
-
* assertInstanceOf(handler, FileHandler);
|
|
180
|
-
* ```
|
|
181
|
-
*/
|
|
182
|
-
flush(): void;
|
|
183
|
-
/**
|
|
184
|
-
* Destroys the handler, performing any cleanup that is required and closes the file handler.
|
|
185
|
-
*
|
|
186
|
-
* @example Usage
|
|
187
|
-
* ```ts
|
|
188
|
-
* import { FileHandler } from "@std/log/file-handler";
|
|
189
|
-
* import { assertInstanceOf } from "@std/assert/instance-of";
|
|
190
|
-
*
|
|
191
|
-
* const handler = new FileHandler("INFO", { filename: "./_tmp/logs.txt" });
|
|
192
|
-
* handler.setup();
|
|
193
|
-
* handler.destroy();
|
|
194
|
-
*
|
|
195
|
-
* assertInstanceOf(handler, FileHandler);
|
|
196
|
-
* ```
|
|
197
|
-
*/
|
|
198
|
-
destroy(): void;
|
|
199
|
-
}
|
|
200
|
-
//# sourceMappingURL=file_handler.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"file_handler.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/file_handler.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,OAAO,MAAM,8BAA8B,CAAC;AAExD,OAAO,EAAE,KAAK,SAAS,EAAa,MAAM,aAAa,CAAC;AACxD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,KAAK,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAEzE,OAAO,EACL,SAAS,EACT,aAAa,EACb,cAAc,EACd,UAAU,EACV,UAAU,EACV,iBAAiB,EACjB,aAAa,EACd,MAAM,4BAA4B,CAAC;AAEpC,sFAAsF;AACtF,MAAM,MAAM,OAAO,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;AAEtC,2CAA2C;AAC3C,MAAM,WAAW,kBAAmB,SAAQ,kBAAkB;IAC5D;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,qBAAa,WAAY,SAAQ,WAAW;;IAC1C;;;OAGG;IACH,CAAC,UAAU,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC;IAC9C;;;OAGG;IACH,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC;IACxB;;;;OAIG;IACH,CAAC,aAAa,CAAC,SAAK;IACpB;;;;OAIG;IACH,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,CAAC,UAAU,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC;IAC9C;;;;OAIG;IACH,CAAC,aAAa,CAAC,EAAE,WAAW,CAAqB;IAKjD;;;;;OAKG;gBACS,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,kBAAkB;IAe7D;;;;;;;;;;;OAWG;IACM,KAAK;IAUd;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACM,MAAM,CAAC,SAAS,EAAE,SAAS;IASpC;;;;;;;;;;;;;;;;;;OAkBG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM;IAaf;;;;;;;;;;;;;;;;OAgBG;IACH,KAAK;IAgBL;;;;;;;;;;;;;;OAcG;IACM,OAAO;CAMjB"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import type { LogRecord } from "./logger.js";
|
|
2
|
-
/**
|
|
3
|
-
* JSON log formatter.
|
|
4
|
-
*
|
|
5
|
-
* @example Usage
|
|
6
|
-
* ```ts
|
|
7
|
-
* import { LogRecord } from "@std/log/logger";
|
|
8
|
-
* import { jsonFormatter } from "@std/log/formatters";
|
|
9
|
-
* import { LogLevels } from "@std/log/levels";
|
|
10
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
11
|
-
*
|
|
12
|
-
* const record = new LogRecord({
|
|
13
|
-
* msg: "Hello, world!",
|
|
14
|
-
* args: ["foo", "bar"],
|
|
15
|
-
* level: LogLevels.INFO,
|
|
16
|
-
* loggerName: "example",
|
|
17
|
-
* });
|
|
18
|
-
* const formatted = jsonFormatter(record);
|
|
19
|
-
*
|
|
20
|
-
* assertEquals(
|
|
21
|
-
* formatted,
|
|
22
|
-
* `{"level":"INFO","datetime":${record.datetime.getTime()},"message":"Hello, world!","args":["foo","bar"]}`,
|
|
23
|
-
* );
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @param logRecord Log record to format.
|
|
27
|
-
* @returns JSON string representation of the log record.
|
|
28
|
-
*/
|
|
29
|
-
export declare function jsonFormatter(logRecord: LogRecord): string;
|
|
30
|
-
/** Formatters for log records. */
|
|
31
|
-
export declare const formatters: {
|
|
32
|
-
readonly jsonFormatter: typeof jsonFormatter;
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=formatters.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"formatters.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/formatters.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,aAAa,CAAC,SAAS,EAAE,SAAS,GAAG,MAAM,CAO1D;AAUD,kCAAkC;AAClC,eAAO,MAAM,UAAU;;CAA6B,CAAC"}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { Logger } from "./logger.js";
|
|
2
|
-
export type { Logger };
|
|
3
|
-
/**
|
|
4
|
-
* Get a logger instance. If not specified `name`, get the default logger.
|
|
5
|
-
*
|
|
6
|
-
* @param name The name of the logger.
|
|
7
|
-
* @returns The logger instance.
|
|
8
|
-
*
|
|
9
|
-
* @example Usage (without defined name and minimal setup)
|
|
10
|
-
* ```ts
|
|
11
|
-
* import { getLogger } from "@std/log/get-logger";
|
|
12
|
-
* import "@std/log/setup";
|
|
13
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
14
|
-
*
|
|
15
|
-
* const logger = getLogger();
|
|
16
|
-
* const result = logger.info("Hello world!"); // Prints "INFO Hello world!" in blue
|
|
17
|
-
*
|
|
18
|
-
* assertEquals(result, "Hello world!");
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @example Usage (without defined name and custom setup)
|
|
22
|
-
* ```ts
|
|
23
|
-
* import { getLogger } from "@std/log/get-logger";
|
|
24
|
-
* import { ConsoleHandler } from "@std/log/console-handler";
|
|
25
|
-
* import { setup } from "@std/log/setup";
|
|
26
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
27
|
-
*
|
|
28
|
-
* setup({
|
|
29
|
-
* handlers: {
|
|
30
|
-
* console: new ConsoleHandler("DEBUG"),
|
|
31
|
-
* },
|
|
32
|
-
* loggers: {
|
|
33
|
-
* default: {
|
|
34
|
-
* level: "DEBUG",
|
|
35
|
-
* handlers: ["console"],
|
|
36
|
-
* },
|
|
37
|
-
* },
|
|
38
|
-
* });
|
|
39
|
-
*
|
|
40
|
-
* const logger = getLogger();
|
|
41
|
-
*
|
|
42
|
-
* const result = logger.info("Hello world!"); // Prints "INFO Hello world!" in blue
|
|
43
|
-
*
|
|
44
|
-
* assertEquals(result, "Hello world!");
|
|
45
|
-
* ```
|
|
46
|
-
*
|
|
47
|
-
* @example Usage (with defined name)
|
|
48
|
-
* ```ts
|
|
49
|
-
* import { getLogger } from "@std/log/get-logger";
|
|
50
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
51
|
-
*
|
|
52
|
-
* const logger = getLogger("my-logger");
|
|
53
|
-
* const result = logger.info("Hello world!");
|
|
54
|
-
*
|
|
55
|
-
* assertEquals(result, "Hello world!");
|
|
56
|
-
* ```
|
|
57
|
-
*/
|
|
58
|
-
export declare function getLogger(name?: string): Logger;
|
|
59
|
-
//# sourceMappingURL=get_logger.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get_logger.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/get_logger.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAGrC,YAAY,EAAE,MAAM,EAAE,CAAC;AAEvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsDG;AACH,wBAAgB,SAAS,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAiB/C"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import type { GenericFunction } from "./logger.js";
|
|
2
|
-
import "./setup.js";
|
|
3
|
-
/**
|
|
4
|
-
* Log at the info level.
|
|
5
|
-
*
|
|
6
|
-
* This function is a pass-through to the default logger's `info` method. By
|
|
7
|
-
* default, the default logger is configured to use {@linkcode console.log} and
|
|
8
|
-
* print in blue 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 { info } from "@std/log/info";
|
|
18
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
19
|
-
*
|
|
20
|
-
* assertEquals(info("This is an info message."), "This is an info message.");
|
|
21
|
-
* // Prints: "INFO This is an info message."
|
|
22
|
-
*
|
|
23
|
-
* assertEquals(info(() => "This is an info message."), "This is an info message.");
|
|
24
|
-
* // Prints: "INFO This is an info message."
|
|
25
|
-
* ```
|
|
26
|
-
*/
|
|
27
|
-
export declare function info<T>(msg: () => T, ...args: unknown[]): T | undefined;
|
|
28
|
-
/**
|
|
29
|
-
* Log at the info level.
|
|
30
|
-
*
|
|
31
|
-
* This function is a pass-through to the default logger's `info` method. By
|
|
32
|
-
* default, the default logger is configured to use {@linkcode console.log} and
|
|
33
|
-
* print in blue 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 { info } from "@std/log/info";
|
|
43
|
-
* import { assertEquals } from "@std/assert/equals";
|
|
44
|
-
*
|
|
45
|
-
* assertEquals(info("This is an info message."), "This is an info message.");
|
|
46
|
-
* // Prints: "INFO This is an info message."
|
|
47
|
-
*
|
|
48
|
-
* assertEquals(info(() => "This is an info message."), "This is an info message.");
|
|
49
|
-
* // Prints: "INFO This is an info message."
|
|
50
|
-
* ```
|
|
51
|
-
*/
|
|
52
|
-
export declare function info<T>(msg: T extends GenericFunction ? never : T, ...args: unknown[]): T;
|
|
53
|
-
//# sourceMappingURL=info.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/info.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,YAAY,CAAC;AAEpB;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,IAAI,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;AACzE;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,IAAI,CAAC,CAAC,EACpB,GAAG,EAAE,CAAC,SAAS,eAAe,GAAG,KAAK,GAAG,CAAC,EAC1C,GAAG,IAAI,EAAE,OAAO,EAAE,GACjB,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"levels.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/log/0.224.14/levels.ts"],"names":[],"mappings":"AAGA;;;;;GAKG;AACH,eAAO,MAAM,SAAS;;;;;;;CAOZ,CAAC;AAEX,gCAAgC;AAChC,MAAM,MAAM,QAAQ,GAAG,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AAEnD,qCAAqC;AACrC,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,MAAM,OAAO,SAAS,EAAE,MAAM,CAAC,CAAC;AAEhE,gCAAgC;AAChC,eAAO,MAAM,aAAa,EAAE,SAAS,EAErB,CAAC;AAWjB;;;GAGG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,SAAS,GAAG,QAAQ,CAMxD;AAED,yEAAyE;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,QAAQ,GAAG,SAAS,CAMvD"}
|