@mtkruto/node 0.2.42 → 0.2.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/0_deps.d.ts +6 -6
- package/esm/0_deps.d.ts.map +1 -1
- package/esm/0_deps.js +7 -7
- package/esm/1_utilities.d.ts +2 -2
- package/esm/1_utilities.d.ts.map +1 -1
- package/esm/1_utilities.js +2 -2
- package/esm/client/1_types.d.ts +1 -0
- package/esm/client/1_types.d.ts.map +1 -1
- package/esm/client/2_update_manager.d.ts +4 -0
- package/esm/client/2_update_manager.d.ts.map +1 -1
- package/esm/client/2_update_manager.js +82 -4
- package/esm/client/5_client.d.ts +14 -0
- package/esm/client/5_client.d.ts.map +1 -1
- package/esm/client/5_client.js +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/almost_equals.d.ts +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/almost_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/almost_equals.js +46 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/array_includes.d.ts +24 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/array_includes.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/array_includes.js +46 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/assert.d.ts +16 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/assert.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/assert.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/assertion_error.d.ts +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/assertion_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/assertion_error.js +30 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/equal.d.ts +17 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/equal.js +136 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/equals.d.ts +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/equals.js +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/exists.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/exists.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/exists.js +27 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/fail.d.ts +15 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/fail.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/fail.js +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/false.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/false.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/false.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/greater.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/greater.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/greater.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/greater_or_equal.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/greater_or_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/greater_or_equal.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/instance_of.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/instance_of.js +52 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/is_error.d.ts +25 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/is_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/is_error.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/less.d.ts +19 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/less.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/less.js +28 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/less_or_equal.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/less_or_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/less_or_equal.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/mod.d.ts +44 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/mod.js +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_equals.d.ts +21 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_equals.js +32 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_instance_of.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_instance_of.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_strict_equals.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_strict_equals.js +32 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/object_match.d.ts +28 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/object_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/object_match.js +159 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/rejects.d.ts +42 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/rejects.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/rejects.js +54 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/strict_equals.d.ts +24 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/strict_equals.js +57 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/string_includes.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/string_includes.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/string_includes.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/throws.d.ts +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/throws.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/throws.js +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/unimplemented.d.ts +15 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/unimplemented.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/unimplemented.js +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/unreachable.d.ts +15 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/unreachable.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/unreachable.js +20 -0
- package/esm/deps/jsr.io/@std/bytes/0.224.0/concat.d.ts +18 -0
- package/esm/deps/jsr.io/@std/bytes/0.224.0/concat.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/0.224.0/concat.js +31 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.5/_validate_binary_like.d.ts +2 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.5/_validate_binary_like.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.5/_validate_binary_like.js +26 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.5/base64.d.ts +38 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.5/base64.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.5/base64.js +163 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/build_message.d.ts +82 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/build_message.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/build_message.js +110 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/diff.d.ts +140 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/diff.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/diff.js +276 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/diff_str.d.ts +99 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/diff_str.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/diff_str.js +179 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/format.js +37 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/styles.d.ts +159 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/styles.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/styles.js +207 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/types.d.ts +16 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/types.js +2 -0
- package/esm/deps/jsr.io/@std/io/0.224.8/_constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/io/0.224.8/iterate_reader.d.ts +80 -0
- package/esm/deps/jsr.io/@std/io/0.224.8/iterate_reader.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/io/0.224.8/iterate_reader.js +96 -0
- package/esm/deps/jsr.io/@std/io/0.224.8/types.d.ts +146 -0
- package/esm/deps/jsr.io/@std/io/0.224.8/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/io/0.224.8/types.js +15 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/_db.d.ts +8 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/_db.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/_db.js +33 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/_util.d.ts +15 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/all_extensions.d.ts +23 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/all_extensions.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/all_extensions.js +34 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/content_type.d.ts +43 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/content_type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/content_type.js +57 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/extension.d.ts +24 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/extension.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/extension.js +28 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/format_media_type.d.ts +33 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/format_media_type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/format_media_type.js +77 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/get_charset.d.ts +22 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/get_charset.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/get_charset.js +43 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/parse_media_type.d.ts +31 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/parse_media_type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/parse_media_type.js +114 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/type_by_extension.d.ts +25 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/type_by_extension.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/type_by_extension.js +31 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/vendor/db.d.ts +8796 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/vendor/db.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/vendor/db.js +8831 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/assert_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/assert_path.js +7 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/basename.js +40 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts +2 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/common.js +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts +4 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/format.js +19 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.js +9 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts +35 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.js +234 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_os.d.ts +2 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_os.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_os.js +9 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/basename.d.ts +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/basename.js +36 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/common.d.ts +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/common.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/common.js +33 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/constants.d.ts +15 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/constants.js +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/dirname.d.ts +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/dirname.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/extname.d.ts +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/extname.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/format.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/format.js +27 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/from_file_url.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts +77 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.js +83 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/is_absolute.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/is_glob.js +42 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/join.d.ts +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/join.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/join_globs.js +34 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/mod.d.ts +54 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/mod.js +57 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/normalize.d.ts +27 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/normalize.js +33 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/normalize_glob.js +35 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/parse.d.ts +35 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/parse.js +39 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/basename.js +32 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts +13 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.js +14 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/dirname.js +50 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts +21 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/extname.js +73 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts +24 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/format.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts +16 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.js +21 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts +72 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.js +82 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.js +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/join.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/join_globs.js +39 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize.js +39 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.js +31 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts +25 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/parse.js +115 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/relative.js +106 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/resolve.js +59 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.js +27 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts +16 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.js +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/relative.d.ts +24 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/relative.js +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/resolve.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/resolve.js +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/to_file_url.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts +21 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/types.d.ts +38 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/basename.js +44 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts +13 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.js +14 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/dirname.js +112 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/extname.js +81 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts +24 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/format.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts +18 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.js +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts +71 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.js +82 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.js +38 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/join.js +74 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts +21 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/join_globs.js +40 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize.js +134 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.js +31 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts +25 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/parse.js +176 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/relative.js +131 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/resolve.js +154 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.js +34 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.js +49 -0
- package/esm/mod.d.ts +1 -1
- package/esm/mod.d.ts.map +1 -1
- package/esm/mod.js +1 -1
- package/esm/tl/1_utilities.d.ts.map +1 -1
- package/esm/types/2_forward_header.d.ts.map +1 -1
- package/esm/types/2_forward_header.js +1 -1
- package/esm/utilities/0_cache_map.d.ts.map +1 -1
- package/esm/utilities/0_cache_map.js +4 -1
- package/esm/utilities/0_env.d.ts +3 -0
- package/esm/utilities/0_env.d.ts.map +1 -0
- package/esm/utilities/0_env.js +39 -0
- package/esm/utilities/1_logger.d.ts +54 -0
- package/esm/utilities/1_logger.d.ts.map +1 -0
- package/esm/utilities/1_logger.js +121 -0
- package/esm/utilities/2_queue.d.ts +26 -0
- package/esm/utilities/2_queue.d.ts.map +1 -0
- package/esm/utilities/2_queue.js +72 -0
- package/package.json +1 -1
- package/script/0_deps.d.ts +6 -6
- package/script/0_deps.d.ts.map +1 -1
- package/script/0_deps.js +7 -7
- package/script/1_utilities.d.ts +2 -2
- package/script/1_utilities.d.ts.map +1 -1
- package/script/1_utilities.js +2 -2
- package/script/client/1_types.d.ts +1 -0
- package/script/client/1_types.d.ts.map +1 -1
- package/script/client/2_update_manager.d.ts +4 -0
- package/script/client/2_update_manager.d.ts.map +1 -1
- package/script/client/2_update_manager.js +82 -4
- package/script/client/5_client.d.ts +14 -0
- package/script/client/5_client.d.ts.map +1 -1
- package/script/client/5_client.js +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/almost_equals.d.ts +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/almost_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/almost_equals.js +50 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/array_includes.d.ts +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/array_includes.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/array_includes.js +50 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/assert.d.ts +16 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/assert.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/assert.js +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/assertion_error.d.ts +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/assertion_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/assertion_error.js +34 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/equal.d.ts +17 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/equal.js +140 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/equals.d.ts +22 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/equals.js +49 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/exists.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/exists.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/exists.js +31 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/fail.d.ts +15 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/fail.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/fail.js +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/false.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/false.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/false.js +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/greater.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/greater.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/greater.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/greater_or_equal.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/greater_or_equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/greater_or_equal.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/instance_of.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/instance_of.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/is_error.d.ts +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/is_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/is_error.js +57 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/less.d.ts +19 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/less.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/less.js +32 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/less_or_equal.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/less_or_equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/less_or_equal.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/match.js +30 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/mod.d.ts +44 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/mod.js +61 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_equals.d.ts +21 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_equals.js +36 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_instance_of.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_instance_of.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_match.js +30 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_strict_equals.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_strict_equals.js +36 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/object_match.d.ts +28 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/object_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/object_match.js +163 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/rejects.d.ts +42 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/rejects.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/rejects.js +58 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/strict_equals.d.ts +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/strict_equals.js +61 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/string_includes.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/string_includes.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/string_includes.js +30 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/throws.d.ts +45 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/throws.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/throws.js +49 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/unimplemented.d.ts +15 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/unimplemented.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/unimplemented.js +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/unreachable.d.ts +15 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/unreachable.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/unreachable.js +24 -0
- package/script/deps/jsr.io/@std/bytes/0.224.0/concat.d.ts +18 -0
- package/script/deps/jsr.io/@std/bytes/0.224.0/concat.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/bytes/0.224.0/concat.js +35 -0
- package/script/deps/jsr.io/@std/encoding/1.0.5/_validate_binary_like.d.ts +2 -0
- package/script/deps/jsr.io/@std/encoding/1.0.5/_validate_binary_like.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.5/_validate_binary_like.js +30 -0
- package/script/deps/jsr.io/@std/encoding/1.0.5/base64.d.ts +38 -0
- package/script/deps/jsr.io/@std/encoding/1.0.5/base64.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.5/base64.js +168 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/build_message.d.ts +82 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/build_message.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/build_message.js +116 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/diff.d.ts +140 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/diff.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/diff.js +284 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/diff_str.d.ts +99 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/diff_str.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/diff_str.js +186 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/format.js +64 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/styles.d.ts +159 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/styles.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/styles.js +243 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/types.d.ts +16 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/types.js +3 -0
- package/script/deps/jsr.io/@std/io/0.224.8/_constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/io/0.224.8/iterate_reader.d.ts +80 -0
- package/script/deps/jsr.io/@std/io/0.224.8/iterate_reader.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/io/0.224.8/iterate_reader.js +101 -0
- package/script/deps/jsr.io/@std/io/0.224.8/types.d.ts +146 -0
- package/script/deps/jsr.io/@std/io/0.224.8/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/io/0.224.8/types.js +18 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/_db.d.ts +8 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/_db.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/_db.js +40 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/_util.d.ts +15 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/all_extensions.d.ts +23 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/all_extensions.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/all_extensions.js +38 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/content_type.d.ts +43 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/content_type.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/content_type.js +61 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/extension.d.ts +24 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/extension.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/extension.js +32 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/format_media_type.d.ts +33 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/format_media_type.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/format_media_type.js +81 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/get_charset.d.ts +22 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/get_charset.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/get_charset.js +47 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/parse_media_type.d.ts +31 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/parse_media_type.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/parse_media_type.js +118 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/type_by_extension.d.ts +25 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/type_by_extension.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/type_by_extension.js +35 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/vendor/db.d.ts +8796 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/vendor/db.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/vendor/db.js +8833 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/assert_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/assert_path.js +11 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/basename.js +46 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts +2 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/common.js +27 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts +4 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/format.js +24 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.js +13 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts +35 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.js +238 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_os.d.ts +2 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_os.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_os.js +35 -0
- package/script/deps/jsr.io/@std/path/1.0.6/basename.d.ts +28 -0
- package/script/deps/jsr.io/@std/path/1.0.6/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/basename.js +40 -0
- package/script/deps/jsr.io/@std/path/1.0.6/common.d.ts +28 -0
- package/script/deps/jsr.io/@std/path/1.0.6/common.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/common.js +37 -0
- package/script/deps/jsr.io/@std/path/1.0.6/constants.d.ts +15 -0
- package/script/deps/jsr.io/@std/path/1.0.6/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/constants.js +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/dirname.d.ts +23 -0
- package/script/deps/jsr.io/@std/path/1.0.6/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/dirname.js +33 -0
- package/script/deps/jsr.io/@std/path/1.0.6/extname.d.ts +23 -0
- package/script/deps/jsr.io/@std/path/1.0.6/extname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/extname.js +33 -0
- package/script/deps/jsr.io/@std/path/1.0.6/format.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.6/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/format.js +31 -0
- package/script/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/from_file_url.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts +77 -0
- package/script/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.js +87 -0
- package/script/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/is_absolute.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/is_glob.js +46 -0
- package/script/deps/jsr.io/@std/path/1.0.6/join.d.ts +23 -0
- package/script/deps/jsr.io/@std/path/1.0.6/join.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/join.js +33 -0
- package/script/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts +28 -0
- package/script/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/join_globs.js +38 -0
- package/script/deps/jsr.io/@std/path/1.0.6/mod.d.ts +54 -0
- package/script/deps/jsr.io/@std/path/1.0.6/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/mod.js +73 -0
- package/script/deps/jsr.io/@std/path/1.0.6/normalize.d.ts +27 -0
- package/script/deps/jsr.io/@std/path/1.0.6/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/normalize.js +37 -0
- package/script/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts +29 -0
- package/script/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/normalize_glob.js +39 -0
- package/script/deps/jsr.io/@std/path/1.0.6/parse.d.ts +35 -0
- package/script/deps/jsr.io/@std/path/1.0.6/parse.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/parse.js +43 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts +23 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/basename.js +36 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts +13 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.js +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/dirname.js +54 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts +21 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/extname.js +77 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts +24 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/format.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts +16 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.js +25 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts +72 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.js +86 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.js +27 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/join.js +33 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/join_globs.js +43 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize.js +43 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.js +35 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts +25 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/parse.js +119 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/relative.js +110 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.js +86 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.js +31 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts +16 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.js +24 -0
- package/script/deps/jsr.io/@std/path/1.0.6/relative.d.ts +24 -0
- package/script/deps/jsr.io/@std/path/1.0.6/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/relative.js +34 -0
- package/script/deps/jsr.io/@std/path/1.0.6/resolve.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.6/resolve.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/resolve.js +34 -0
- package/script/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/to_file_url.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts +21 -0
- package/script/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.js +33 -0
- package/script/deps/jsr.io/@std/path/1.0.6/types.d.ts +38 -0
- package/script/deps/jsr.io/@std/path/1.0.6/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts +23 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/basename.js +48 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts +13 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.js +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/dirname.js +116 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/extname.js +85 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts +24 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/format.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts +18 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.js +34 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts +71 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.js +86 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.js +42 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/join.js +78 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts +21 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/join_globs.js +44 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize.js +138 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.js +35 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts +25 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/parse.js +180 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts +23 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/relative.js +135 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.js +181 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.js +38 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.js +53 -0
- package/script/mod.d.ts +1 -1
- package/script/mod.d.ts.map +1 -1
- package/script/mod.js +2 -1
- package/script/tl/1_utilities.d.ts.map +1 -1
- package/script/types/2_forward_header.d.ts.map +1 -1
- package/script/types/2_forward_header.js +3 -3
- package/script/utilities/0_cache_map.d.ts.map +1 -1
- package/script/utilities/0_cache_map.js +4 -1
- package/script/utilities/0_env.d.ts +3 -0
- package/script/utilities/0_env.d.ts.map +1 -0
- package/script/utilities/0_env.js +67 -0
- package/script/utilities/1_logger.d.ts +54 -0
- package/script/utilities/1_logger.d.ts.map +1 -0
- package/script/utilities/1_logger.js +128 -0
- package/script/utilities/2_queue.d.ts +26 -0
- package/script/utilities/2_queue.d.ts.map +1 -0
- package/script/utilities/2_queue.js +76 -0
- package/esm/deps/deno.land/std@0.224.0/assert/_constants.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/_constants.js +0 -2
- package/esm/deps/deno.land/std@0.224.0/assert/assert.d.ts +0 -13
- package/esm/deps/deno.land/std@0.224.0/assert/assert.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.js +0 -32
- package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.js +0 -41
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts +0 -21
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.js +0 -47
- package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_false.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assert_false.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_false.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.js +0 -47
- package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.js +0 -49
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/assert/assert_match.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_match.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_match.js +0 -22
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts +0 -16
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.js +0 -40
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.js +0 -87
- package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts +0 -31
- package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.js +0 -51
- package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.js +0 -55
- package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.js +0 -22
- package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts +0 -34
- package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.js +0 -45
- package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/equal.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/equal.js +0 -111
- package/esm/deps/deno.land/std@0.224.0/assert/fail.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/assert/fail.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/fail.js +0 -17
- package/esm/deps/deno.land/std@0.224.0/assert/mod.d.ts +0 -44
- package/esm/deps/deno.land/std@0.224.0/assert/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/mod.js +0 -45
- package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.js +0 -17
- package/esm/deps/deno.land/std@0.224.0/assert/unreachable.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/assert/unreachable.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/unreachable.js +0 -16
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.js +0 -31
- package/esm/deps/deno.land/std@0.224.0/encoding/_util.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/encoding/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/encoding/_util.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/encoding/base64.d.ts +0 -33
- package/esm/deps/deno.land/std@0.224.0/encoding/base64.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/encoding/base64.js +0 -158
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts +0 -286
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.js +0 -489
- package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts +0 -28
- package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/internal/diff.js +0 -341
- package/esm/deps/deno.land/std@0.224.0/internal/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/internal/format.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts +0 -10
- package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/internal/mod.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/io/_constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts +0 -70
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.js +0 -86
- package/esm/deps/deno.land/std@0.224.0/media_types/_db.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/media_types/_db.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/_db.js +0 -32
- package/esm/deps/deno.land/std@0.224.0/media_types/_util.d.ts +0 -21
- package/esm/deps/deno.land/std@0.224.0/media_types/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/content_type.d.ts +0 -41
- package/esm/deps/deno.land/std@0.224.0/media_types/content_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/content_type.js +0 -55
- package/esm/deps/deno.land/std@0.224.0/media_types/extension.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/media_types/extension.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/extension.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts +0 -19
- package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.js +0 -29
- package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts +0 -17
- package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.js +0 -61
- package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts +0 -16
- package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.js +0 -37
- package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts +0 -24
- package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.js +0 -108
- package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts +0 -8519
- package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.js +0 -8555
- package/esm/deps/deno.land/std@0.224.0/path/_common/assert_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/assert_path.js +0 -7
- package/esm/deps/deno.land/std@0.224.0/path/_common/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/basename.js +0 -40
- package/esm/deps/deno.land/std@0.224.0/path/_common/common.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/path/_common/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/common.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/path/_common/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/format.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/_common/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/format.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/path/_common/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/from_file_url.js +0 -9
- package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts +0 -29
- package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.js +0 -237
- package/esm/deps/deno.land/std@0.224.0/path/_common/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/normalize_string.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/strip_trailing_separators.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_interface.d.ts +0 -39
- package/esm/deps/deno.land/std@0.224.0/path/_interface.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_os.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/_os.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_os.js +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/basename.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/basename.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/common.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/common.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/path/constants.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/constants.js +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/dirname.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/dirname.js +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/extname.d.ts +0 -7
- package/esm/deps/deno.land/std@0.224.0/path/extname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/extname.js +0 -13
- package/esm/deps/deno.land/std@0.224.0/path/format.d.ts +0 -9
- package/esm/deps/deno.land/std@0.224.0/path/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/format.js +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/from_file_url.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/from_file_url.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts +0 -63
- package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.js +0 -65
- package/esm/deps/deno.land/std@0.224.0/path/is_absolute.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/is_absolute.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/is_absolute.js +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/is_glob.d.ts +0 -3
- package/esm/deps/deno.land/std@0.224.0/path/is_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/is_glob.js +0 -28
- package/esm/deps/deno.land/std@0.224.0/path/join.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/join.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/join.js +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/join_globs.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/join_globs.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/join_globs.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/path/mod.d.ts +0 -57
- package/esm/deps/deno.land/std@0.224.0/path/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/mod.js +0 -60
- package/esm/deps/deno.land/std@0.224.0/path/normalize.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/normalize.js +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/path/parse.d.ts +0 -20
- package/esm/deps/deno.land/std@0.224.0/path/parse.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/parse.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/path/posix/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/basename.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/posix/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/basename.js +0 -27
- package/esm/deps/deno.land/std@0.224.0/path/posix/common.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/posix/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/common.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/path/posix/constants.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/posix/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/constants.js +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.js +0 -45
- package/esm/deps/deno.land/std@0.224.0/path/posix/extname.d.ts +0 -16
- package/esm/deps/deno.land/std@0.224.0/path/posix/extname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/extname.js +0 -68
- package/esm/deps/deno.land/std@0.224.0/path/posix/format.d.ts +0 -7
- package/esm/deps/deno.land/std@0.224.0/path/posix/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/format.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.js +0 -17
- package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts +0 -58
- package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.js +0 -69
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.js +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.js +0 -3
- package/esm/deps/deno.land/std@0.224.0/path/posix/join.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/posix/join.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/join.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/posix/mod.d.ts +0 -39
- package/esm/deps/deno.land/std@0.224.0/path/posix/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/mod.js +0 -42
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.js +0 -25
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.js +0 -16
- package/esm/deps/deno.land/std@0.224.0/path/posix/parse.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/posix/parse.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/parse.js +0 -98
- package/esm/deps/deno.land/std@0.224.0/path/posix/relative.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/posix/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/relative.js +0 -94
- package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.js +0 -48
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.js +0 -22
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.js +0 -10
- package/esm/deps/deno.land/std@0.224.0/path/relative.d.ts +0 -13
- package/esm/deps/deno.land/std@0.224.0/path/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/relative.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/path/resolve.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/resolve.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/resolve.js +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/to_file_url.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/to_file_url.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.js +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/windows/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/basename.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/windows/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/basename.js +0 -39
- package/esm/deps/deno.land/std@0.224.0/path/windows/common.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/windows/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/common.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/path/windows/constants.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/windows/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/constants.js +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.js +0 -98
- package/esm/deps/deno.land/std@0.224.0/path/windows/extname.d.ts +0 -7
- package/esm/deps/deno.land/std@0.224.0/path/windows/extname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/extname.js +0 -68
- package/esm/deps/deno.land/std@0.224.0/path/windows/format.d.ts +0 -7
- package/esm/deps/deno.land/std@0.224.0/path/windows/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/format.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts +0 -58
- package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.js +0 -69
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.js +0 -27
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.js +0 -3
- package/esm/deps/deno.land/std@0.224.0/path/windows/join.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/join.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/join.js +0 -72
- package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/windows/mod.d.ts +0 -39
- package/esm/deps/deno.land/std@0.224.0/path/windows/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/mod.js +0 -42
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.js +0 -130
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.js +0 -16
- package/esm/deps/deno.land/std@0.224.0/path/windows/parse.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/windows/parse.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/parse.js +0 -159
- package/esm/deps/deno.land/std@0.224.0/path/windows/relative.d.ts +0 -13
- package/esm/deps/deno.land/std@0.224.0/path/windows/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/relative.js +0 -121
- package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.js +0 -143
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.js +0 -31
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.js +0 -38
- package/esm/utilities/0_logger.d.ts +0 -53
- package/esm/utilities/0_logger.d.ts.map +0 -1
- package/esm/utilities/0_logger.js +0 -113
- package/esm/utilities/1_queue.d.ts +0 -26
- package/esm/utilities/1_queue.d.ts.map +0 -1
- package/esm/utilities/1_queue.js +0 -72
- package/script/deps/deno.land/std@0.224.0/assert/_constants.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/_constants.js +0 -5
- package/script/deps/deno.land/std@0.224.0/assert/assert.d.ts +0 -13
- package/script/deps/deno.land/std@0.224.0/assert/assert.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert.js +0 -23
- package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.js +0 -36
- package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts +0 -19
- package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.js +0 -45
- package/script/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts +0 -21
- package/script/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_equals.js +0 -51
- package/script/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_exists.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_false.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assert_false.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_false.js +0 -23
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater.js +0 -28
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.js +0 -28
- package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.js +0 -51
- package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts +0 -19
- package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.js +0 -53
- package/script/deps/deno.land/std@0.224.0/assert/assert_less.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_less.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_less.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.js +0 -28
- package/script/deps/deno.land/std@0.224.0/assert/assert_match.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_match.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_match.js +0 -26
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts +0 -16
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.js +0 -44
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.js +0 -91
- package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts +0 -31
- package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.js +0 -55
- package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts +0 -19
- package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.js +0 -59
- package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.js +0 -26
- package/script/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts +0 -34
- package/script/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_throws.js +0 -49
- package/script/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assertion_error.js +0 -23
- package/script/deps/deno.land/std@0.224.0/assert/equal.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/equal.js +0 -115
- package/script/deps/deno.land/std@0.224.0/assert/fail.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/assert/fail.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/fail.js +0 -21
- package/script/deps/deno.land/std@0.224.0/assert/mod.d.ts +0 -44
- package/script/deps/deno.land/std@0.224.0/assert/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/mod.js +0 -61
- package/script/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/unimplemented.js +0 -21
- package/script/deps/deno.land/std@0.224.0/assert/unreachable.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/assert/unreachable.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/unreachable.js +0 -20
- package/script/deps/deno.land/std@0.224.0/bytes/concat.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/bytes/concat.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/bytes/concat.js +0 -35
- package/script/deps/deno.land/std@0.224.0/encoding/_util.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/encoding/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/encoding/_util.js +0 -30
- package/script/deps/deno.land/std@0.224.0/encoding/base64.d.ts +0 -33
- package/script/deps/deno.land/std@0.224.0/encoding/base64.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/encoding/base64.js +0 -163
- package/script/deps/deno.land/std@0.224.0/fmt/colors.d.ts +0 -286
- package/script/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/fmt/colors.js +0 -564
- package/script/deps/deno.land/std@0.224.0/internal/diff.d.ts +0 -28
- package/script/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/internal/diff.js +0 -347
- package/script/deps/deno.land/std@0.224.0/internal/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/internal/format.js +0 -51
- package/script/deps/deno.land/std@0.224.0/internal/mod.d.ts +0 -10
- package/script/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/internal/mod.js +0 -27
- package/script/deps/deno.land/std@0.224.0/io/_constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts +0 -70
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.js +0 -91
- package/script/deps/deno.land/std@0.224.0/media_types/_db.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/media_types/_db.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/_db.js +0 -39
- package/script/deps/deno.land/std@0.224.0/media_types/_util.d.ts +0 -21
- package/script/deps/deno.land/std@0.224.0/media_types/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/content_type.d.ts +0 -41
- package/script/deps/deno.land/std@0.224.0/media_types/content_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/content_type.js +0 -59
- package/script/deps/deno.land/std@0.224.0/media_types/extension.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/media_types/extension.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/extension.js +0 -30
- package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts +0 -19
- package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.js +0 -33
- package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts +0 -17
- package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.js +0 -65
- package/script/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts +0 -16
- package/script/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/get_charset.js +0 -41
- package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts +0 -24
- package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.js +0 -112
- package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.js +0 -28
- package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts +0 -8519
- package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.js +0 -8557
- package/script/deps/deno.land/std@0.224.0/path/_common/assert_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/assert_path.js +0 -11
- package/script/deps/deno.land/std@0.224.0/path/_common/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/basename.js +0 -46
- package/script/deps/deno.land/std@0.224.0/path/_common/common.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/path/_common/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/common.js +0 -27
- package/script/deps/deno.land/std@0.224.0/path/_common/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/format.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/_common/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/format.js +0 -24
- package/script/deps/deno.land/std@0.224.0/path/_common/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/from_file_url.js +0 -13
- package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts +0 -29
- package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.js +0 -241
- package/script/deps/deno.land/std@0.224.0/path/_common/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/normalize_string.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/strip_trailing_separators.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_interface.d.ts +0 -39
- package/script/deps/deno.land/std@0.224.0/path/_interface.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_os.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/_os.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_os.js +0 -44
- package/script/deps/deno.land/std@0.224.0/path/basename.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/basename.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/common.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/common.js +0 -23
- package/script/deps/deno.land/std@0.224.0/path/constants.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/constants.js +0 -9
- package/script/deps/deno.land/std@0.224.0/path/dirname.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/dirname.js +0 -16
- package/script/deps/deno.land/std@0.224.0/path/extname.d.ts +0 -7
- package/script/deps/deno.land/std@0.224.0/path/extname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/extname.js +0 -17
- package/script/deps/deno.land/std@0.224.0/path/format.d.ts +0 -9
- package/script/deps/deno.land/std@0.224.0/path/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/format.js +0 -18
- package/script/deps/deno.land/std@0.224.0/path/from_file_url.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/from_file_url.js +0 -28
- package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts +0 -63
- package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.js +0 -69
- package/script/deps/deno.land/std@0.224.0/path/is_absolute.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/is_absolute.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/is_absolute.js +0 -16
- package/script/deps/deno.land/std@0.224.0/path/is_glob.d.ts +0 -3
- package/script/deps/deno.land/std@0.224.0/path/is_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/is_glob.js +0 -32
- package/script/deps/deno.land/std@0.224.0/path/join.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/join.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/join.js +0 -16
- package/script/deps/deno.land/std@0.224.0/path/join_globs.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/join_globs.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/join_globs.js +0 -15
- package/script/deps/deno.land/std@0.224.0/path/mod.d.ts +0 -57
- package/script/deps/deno.land/std@0.224.0/path/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/mod.js +0 -89
- package/script/deps/deno.land/std@0.224.0/path/normalize.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/normalize.js +0 -18
- package/script/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/normalize_glob.js +0 -15
- package/script/deps/deno.land/std@0.224.0/path/parse.d.ts +0 -20
- package/script/deps/deno.land/std@0.224.0/path/parse.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/parse.js +0 -28
- package/script/deps/deno.land/std@0.224.0/path/posix/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/basename.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/posix/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/basename.js +0 -31
- package/script/deps/deno.land/std@0.224.0/path/posix/common.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/posix/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/common.js +0 -23
- package/script/deps/deno.land/std@0.224.0/path/posix/constants.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/posix/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/constants.js +0 -8
- package/script/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/dirname.js +0 -49
- package/script/deps/deno.land/std@0.224.0/path/posix/extname.d.ts +0 -16
- package/script/deps/deno.land/std@0.224.0/path/posix/extname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/extname.js +0 -72
- package/script/deps/deno.land/std@0.224.0/path/posix/format.d.ts +0 -7
- package/script/deps/deno.land/std@0.224.0/path/posix/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/format.js +0 -15
- package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.js +0 -21
- package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts +0 -58
- package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.js +0 -73
- package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.js +0 -16
- package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.js +0 -7
- package/script/deps/deno.land/std@0.224.0/path/posix/join.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/posix/join.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/join.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/posix/mod.d.ts +0 -39
- package/script/deps/deno.land/std@0.224.0/path/posix/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/mod.js +0 -58
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize.js +0 -29
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.js +0 -20
- package/script/deps/deno.land/std@0.224.0/path/posix/parse.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/posix/parse.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/parse.js +0 -102
- package/script/deps/deno.land/std@0.224.0/path/posix/relative.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/posix/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/relative.js +0 -98
- package/script/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/resolve.js +0 -75
- package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.js +0 -26
- package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.js +0 -14
- package/script/deps/deno.land/std@0.224.0/path/relative.d.ts +0 -13
- package/script/deps/deno.land/std@0.224.0/path/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/relative.js +0 -23
- package/script/deps/deno.land/std@0.224.0/path/resolve.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/resolve.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/resolve.js +0 -18
- package/script/deps/deno.land/std@0.224.0/path/to_file_url.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/to_file_url.js +0 -28
- package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.js +0 -18
- package/script/deps/deno.land/std@0.224.0/path/windows/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/basename.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/windows/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/basename.js +0 -43
- package/script/deps/deno.land/std@0.224.0/path/windows/common.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/windows/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/common.js +0 -23
- package/script/deps/deno.land/std@0.224.0/path/windows/constants.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/windows/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/constants.js +0 -8
- package/script/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/dirname.js +0 -102
- package/script/deps/deno.land/std@0.224.0/path/windows/extname.d.ts +0 -7
- package/script/deps/deno.land/std@0.224.0/path/windows/extname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/extname.js +0 -72
- package/script/deps/deno.land/std@0.224.0/path/windows/format.d.ts +0 -7
- package/script/deps/deno.land/std@0.224.0/path/windows/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/format.js +0 -15
- package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts +0 -58
- package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.js +0 -73
- package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.js +0 -31
- package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.js +0 -7
- package/script/deps/deno.land/std@0.224.0/path/windows/join.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/join.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/join.js +0 -76
- package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/windows/mod.d.ts +0 -39
- package/script/deps/deno.land/std@0.224.0/path/windows/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/mod.js +0 -58
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize.js +0 -134
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.js +0 -20
- package/script/deps/deno.land/std@0.224.0/path/windows/parse.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/windows/parse.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/parse.js +0 -163
- package/script/deps/deno.land/std@0.224.0/path/windows/relative.d.ts +0 -13
- package/script/deps/deno.land/std@0.224.0/path/windows/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/relative.js +0 -125
- package/script/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/resolve.js +0 -170
- package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.js +0 -35
- package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.js +0 -42
- package/script/utilities/0_logger.d.ts +0 -53
- package/script/utilities/0_logger.d.ts.map +0 -1
- package/script/utilities/0_logger.js +0 -142
- package/script/utilities/1_queue.d.ts +0 -26
- package/script/utilities/1_queue.d.ts.map +0 -1
- package/script/utilities/1_queue.js +0 -76
- /package/esm/deps/{deno.land/std@0.224.0/internal → jsr.io/@std/internal/1.0.3}/format.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.8}/_constants.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.8}/_constants.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/media_types → jsr.io/@std/media-types/1.0.3}/_util.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/assert_path.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/basename.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/constants.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/constants.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/dirname.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/dirname.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize_string.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/relative.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/relative.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/to_file_url.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/to_file_url.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/posix/_util.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/posix/_util.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path/_interface.js → jsr.io/@std/path/1.0.6/types.js} +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/windows/_util.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/windows/_util.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/internal → jsr.io/@std/internal/1.0.3}/format.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.8}/_constants.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.8}/_constants.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/media_types → jsr.io/@std/media-types/1.0.3}/_util.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/assert_path.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/basename.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/constants.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/constants.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/dirname.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/dirname.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/from_file_url.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize_string.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize_string.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/relative.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/relative.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/strip_trailing_separators.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/strip_trailing_separators.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/to_file_url.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/to_file_url.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/posix/_util.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/posix/_util.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path/_interface.js → jsr.io/@std/path/1.0.6/types.js} +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/windows/_util.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/windows/_util.js +0 -0
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.assertObjectMatch = void 0;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const equals_js_1 = require("./equals.js");
|
|
7
|
+
/**
|
|
8
|
+
* Make an assertion that `expected` object is a subset of `actual` object,
|
|
9
|
+
* deeply. If not, then throw.
|
|
10
|
+
*
|
|
11
|
+
* @example Usage
|
|
12
|
+
* ```ts no-eval
|
|
13
|
+
* import { assertObjectMatch } from "@std/assert";
|
|
14
|
+
*
|
|
15
|
+
* assertObjectMatch({ foo: "bar" }, { foo: "bar" }); // Doesn't throw
|
|
16
|
+
* assertObjectMatch({ foo: "bar" }, { foo: "baz" }); // Throws
|
|
17
|
+
* assertObjectMatch({ foo: 1, bar: 2 }, { foo: 1 }); // Doesn't throw
|
|
18
|
+
* assertObjectMatch({ foo: 1 }, { foo: 1, bar: 2 }); // Throws
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @example Usage with nested objects
|
|
22
|
+
* ```ts no-eval
|
|
23
|
+
* import { assertObjectMatch } from "@std/assert";
|
|
24
|
+
*
|
|
25
|
+
* assertObjectMatch({ foo: { bar: 3, baz: 4 } }, { foo: { bar: 3 } }); // Doesn't throw
|
|
26
|
+
* assertObjectMatch({ foo: { bar: 3 } }, { foo: { bar: 3, baz: 4 } }); // Throws
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* @param actual The actual value to be matched.
|
|
30
|
+
* @param expected The expected value to match.
|
|
31
|
+
* @param msg The optional message to display if the assertion fails.
|
|
32
|
+
*/
|
|
33
|
+
function assertObjectMatch(
|
|
34
|
+
// deno-lint-ignore no-explicit-any
|
|
35
|
+
actual, expected, msg) {
|
|
36
|
+
return (0, equals_js_1.assertEquals)(
|
|
37
|
+
// get the intersection of "actual" and "expected"
|
|
38
|
+
// side effect: all the instances' constructor field is "Object" now.
|
|
39
|
+
filter(actual, expected),
|
|
40
|
+
// set (nested) instances' constructor field to be "Object" without changing expected value.
|
|
41
|
+
// see https://github.com/denoland/deno_std/pull/1419
|
|
42
|
+
filter(expected, expected), msg);
|
|
43
|
+
}
|
|
44
|
+
exports.assertObjectMatch = assertObjectMatch;
|
|
45
|
+
function isObject(val) {
|
|
46
|
+
return typeof val === "object" && val !== null;
|
|
47
|
+
}
|
|
48
|
+
function filter(a, b) {
|
|
49
|
+
const seen = new WeakMap();
|
|
50
|
+
return filterObject(a, b);
|
|
51
|
+
function filterObject(a, b) {
|
|
52
|
+
// Prevent infinite loop with circular references with same filter
|
|
53
|
+
if ((seen.has(a)) && (seen.get(a) === b)) {
|
|
54
|
+
return a;
|
|
55
|
+
}
|
|
56
|
+
try {
|
|
57
|
+
seen.set(a, b);
|
|
58
|
+
}
|
|
59
|
+
catch (err) {
|
|
60
|
+
if (err instanceof TypeError) {
|
|
61
|
+
throw new TypeError(`Cannot assertObjectMatch ${a === null ? null : `type ${typeof a}`}`);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
// Filter keys and symbols which are present in both actual and expected
|
|
65
|
+
const filtered = {};
|
|
66
|
+
const keysA = Reflect.ownKeys(a);
|
|
67
|
+
const keysB = Reflect.ownKeys(b);
|
|
68
|
+
const entries = keysA.filter((key) => keysB.includes(key))
|
|
69
|
+
.map((key) => [key, a[key]]);
|
|
70
|
+
if (keysA.length && keysB.length && !entries.length) {
|
|
71
|
+
// If both objects are not empty but don't have the same keys or symbols,
|
|
72
|
+
// returns the entries in object a.
|
|
73
|
+
for (const key of keysA) {
|
|
74
|
+
filtered[key] = a[key];
|
|
75
|
+
}
|
|
76
|
+
return filtered;
|
|
77
|
+
}
|
|
78
|
+
for (const [key, value] of entries) {
|
|
79
|
+
// On regexp references, keep value as it to avoid loosing pattern and flags
|
|
80
|
+
if (value instanceof RegExp) {
|
|
81
|
+
filtered[key] = value;
|
|
82
|
+
continue;
|
|
83
|
+
}
|
|
84
|
+
const subset = b[key];
|
|
85
|
+
// On array references, build a filtered array and filter nested objects inside
|
|
86
|
+
if (Array.isArray(value) && Array.isArray(subset)) {
|
|
87
|
+
filtered[key] = filterArray(value, subset);
|
|
88
|
+
continue;
|
|
89
|
+
}
|
|
90
|
+
// On nested objects references, build a filtered object recursively
|
|
91
|
+
if (isObject(value) && isObject(subset)) {
|
|
92
|
+
// When both operands are maps, build a filtered map with common keys and filter nested objects inside
|
|
93
|
+
if ((value instanceof Map) && (subset instanceof Map)) {
|
|
94
|
+
filtered[key] = new Map([...value].filter(([k]) => subset.has(k)).map(([k, v]) => {
|
|
95
|
+
const v2 = subset.get(k);
|
|
96
|
+
if (isObject(v) && isObject(v2)) {
|
|
97
|
+
return [k, filterObject(v, v2)];
|
|
98
|
+
}
|
|
99
|
+
return [k, v];
|
|
100
|
+
}));
|
|
101
|
+
continue;
|
|
102
|
+
}
|
|
103
|
+
// When both operands are set, build a filtered set with common values
|
|
104
|
+
if ((value instanceof Set) && (subset instanceof Set)) {
|
|
105
|
+
filtered[key] = value.intersection(subset);
|
|
106
|
+
continue;
|
|
107
|
+
}
|
|
108
|
+
filtered[key] = filterObject(value, subset);
|
|
109
|
+
continue;
|
|
110
|
+
}
|
|
111
|
+
filtered[key] = value;
|
|
112
|
+
}
|
|
113
|
+
return filtered;
|
|
114
|
+
}
|
|
115
|
+
function filterArray(a, b) {
|
|
116
|
+
// Prevent infinite loop with circular references with same filter
|
|
117
|
+
if (seen.has(a) && (seen.get(a) === b)) {
|
|
118
|
+
return a;
|
|
119
|
+
}
|
|
120
|
+
seen.set(a, b);
|
|
121
|
+
const filtered = [];
|
|
122
|
+
const count = Math.min(a.length, b.length);
|
|
123
|
+
for (let i = 0; i < count; ++i) {
|
|
124
|
+
const value = a[i];
|
|
125
|
+
const subset = b[i];
|
|
126
|
+
// On regexp references, keep value as it to avoid loosing pattern and flags
|
|
127
|
+
if (value instanceof RegExp) {
|
|
128
|
+
filtered.push(value);
|
|
129
|
+
continue;
|
|
130
|
+
}
|
|
131
|
+
// On array references, build a filtered array and filter nested objects inside
|
|
132
|
+
if (Array.isArray(value) && Array.isArray(subset)) {
|
|
133
|
+
filtered.push(filterArray(value, subset));
|
|
134
|
+
continue;
|
|
135
|
+
}
|
|
136
|
+
// On nested objects references, build a filtered object recursively
|
|
137
|
+
if (isObject(value) && isObject(subset)) {
|
|
138
|
+
// When both operands are maps, build a filtered map with common keys and filter nested objects inside
|
|
139
|
+
if ((value instanceof Map) && (subset instanceof Map)) {
|
|
140
|
+
const map = new Map([...value].filter(([k]) => subset.has(k))
|
|
141
|
+
.map(([k, v]) => {
|
|
142
|
+
const v2 = subset.get(k);
|
|
143
|
+
if (isObject(v) && isObject(v2)) {
|
|
144
|
+
return [k, filterObject(v, v2)];
|
|
145
|
+
}
|
|
146
|
+
return [k, v];
|
|
147
|
+
}));
|
|
148
|
+
filtered.push(map);
|
|
149
|
+
continue;
|
|
150
|
+
}
|
|
151
|
+
// When both operands are set, build a filtered set with common values
|
|
152
|
+
if ((value instanceof Set) && (subset instanceof Set)) {
|
|
153
|
+
filtered.push(value.intersection(subset));
|
|
154
|
+
continue;
|
|
155
|
+
}
|
|
156
|
+
filtered.push(filterObject(value, subset));
|
|
157
|
+
continue;
|
|
158
|
+
}
|
|
159
|
+
filtered.push(value);
|
|
160
|
+
}
|
|
161
|
+
return filtered;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Executes a function which returns a promise, expecting it to reject.
|
|
3
|
+
*
|
|
4
|
+
* To assert that a synchronous function throws, use {@linkcode assertThrows}.
|
|
5
|
+
*
|
|
6
|
+
* @example Usage
|
|
7
|
+
* ```ts no-eval
|
|
8
|
+
* import { assertRejects } from "@std/assert";
|
|
9
|
+
*
|
|
10
|
+
* await assertRejects(async () => Promise.reject(new Error())); // Doesn't throw
|
|
11
|
+
* await assertRejects(async () => console.log("Hello world")); // Throws
|
|
12
|
+
* ```
|
|
13
|
+
*
|
|
14
|
+
* @param fn The function to execute.
|
|
15
|
+
* @param msg The optional message to display if the assertion fails.
|
|
16
|
+
* @returns The promise which resolves to the thrown error.
|
|
17
|
+
*/
|
|
18
|
+
export declare function assertRejects(fn: () => PromiseLike<unknown>, msg?: string): Promise<unknown>;
|
|
19
|
+
/**
|
|
20
|
+
* Executes a function which returns a promise, expecting it to reject.
|
|
21
|
+
* If it does not, then it throws. An error class and a string that should be
|
|
22
|
+
* included in the error message can also be asserted.
|
|
23
|
+
*
|
|
24
|
+
* To assert that a synchronous function throws, use {@linkcode assertThrows}.
|
|
25
|
+
*
|
|
26
|
+
* @example Usage
|
|
27
|
+
* ```ts no-eval
|
|
28
|
+
* import { assertRejects } from "@std/assert";
|
|
29
|
+
*
|
|
30
|
+
* await assertRejects(async () => Promise.reject(new Error()), Error); // Doesn't throw
|
|
31
|
+
* await assertRejects(async () => Promise.reject(new Error()), SyntaxError); // Throws
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* @typeParam E The error class to assert.
|
|
35
|
+
* @param fn The function to execute.
|
|
36
|
+
* @param ErrorClass The error class to assert.
|
|
37
|
+
* @param msgIncludes The string that should be included in the error message.
|
|
38
|
+
* @param msg The optional message to display if the assertion fails.
|
|
39
|
+
* @returns The promise which resolves to the thrown error.
|
|
40
|
+
*/
|
|
41
|
+
export declare function assertRejects<E extends Error = Error>(fn: () => PromiseLike<unknown>, ErrorClass: new (...args: any[]) => E, msgIncludes?: string, msg?: string): Promise<E>;
|
|
42
|
+
//# sourceMappingURL=rejects.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rejects.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/rejects.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,aAAa,CAC3B,EAAE,EAAE,MAAM,WAAW,CAAC,OAAO,CAAC,EAC9B,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,OAAO,CAAC,CAAC;AACpB;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,KAAK,GAAG,KAAK,EACnD,EAAE,EAAE,MAAM,WAAW,CAAC,OAAO,CAAC,EAE9B,UAAU,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EACrC,WAAW,CAAC,EAAE,MAAM,EACpB,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.assertRejects = void 0;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const assertion_error_js_1 = require("./assertion_error.js");
|
|
7
|
+
const is_error_js_1 = require("./is_error.js");
|
|
8
|
+
async function assertRejects(fn, errorClassOrMsg, msgIncludesOrMsg, msg) {
|
|
9
|
+
// deno-lint-ignore no-explicit-any
|
|
10
|
+
let ErrorClass = undefined;
|
|
11
|
+
let msgIncludes = undefined;
|
|
12
|
+
let err;
|
|
13
|
+
if (typeof errorClassOrMsg !== "string") {
|
|
14
|
+
if (errorClassOrMsg === undefined ||
|
|
15
|
+
errorClassOrMsg.prototype instanceof Error ||
|
|
16
|
+
errorClassOrMsg.prototype === Error.prototype) {
|
|
17
|
+
// deno-lint-ignore no-explicit-any
|
|
18
|
+
ErrorClass = errorClassOrMsg;
|
|
19
|
+
msgIncludes = msgIncludesOrMsg;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
else {
|
|
23
|
+
msg = errorClassOrMsg;
|
|
24
|
+
}
|
|
25
|
+
let doesThrow = false;
|
|
26
|
+
let isPromiseReturned = false;
|
|
27
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
28
|
+
try {
|
|
29
|
+
const possiblePromise = fn();
|
|
30
|
+
if (possiblePromise &&
|
|
31
|
+
typeof possiblePromise === "object" &&
|
|
32
|
+
typeof possiblePromise.then === "function") {
|
|
33
|
+
isPromiseReturned = true;
|
|
34
|
+
await possiblePromise;
|
|
35
|
+
}
|
|
36
|
+
else {
|
|
37
|
+
throw new Error();
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
catch (error) {
|
|
41
|
+
if (!isPromiseReturned) {
|
|
42
|
+
throw new assertion_error_js_1.AssertionError(`Function throws when expected to reject${msgSuffix}`);
|
|
43
|
+
}
|
|
44
|
+
if (ErrorClass) {
|
|
45
|
+
if (!(error instanceof Error)) {
|
|
46
|
+
throw new assertion_error_js_1.AssertionError(`A non-Error object was rejected${msgSuffix}`);
|
|
47
|
+
}
|
|
48
|
+
(0, is_error_js_1.assertIsError)(error, ErrorClass, msgIncludes, msg);
|
|
49
|
+
}
|
|
50
|
+
err = error;
|
|
51
|
+
doesThrow = true;
|
|
52
|
+
}
|
|
53
|
+
if (!doesThrow) {
|
|
54
|
+
throw new assertion_error_js_1.AssertionError(`Expected function to reject${msgSuffix}`);
|
|
55
|
+
}
|
|
56
|
+
return err;
|
|
57
|
+
}
|
|
58
|
+
exports.assertRejects = assertRejects;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Make an assertion that `actual` and `expected` are strictly equal, using
|
|
3
|
+
* {@linkcode Object.is} for equality comparison. If not, then throw.
|
|
4
|
+
*
|
|
5
|
+
* @example Usage
|
|
6
|
+
* ```ts no-eval
|
|
7
|
+
* import { assertStrictEquals } from "@std/assert";
|
|
8
|
+
*
|
|
9
|
+
* const a = {};
|
|
10
|
+
* const b = a;
|
|
11
|
+
* assertStrictEquals(a, b); // Doesn't throw
|
|
12
|
+
*
|
|
13
|
+
* const c = {};
|
|
14
|
+
* const d = {};
|
|
15
|
+
* assertStrictEquals(c, d); // Throws
|
|
16
|
+
* ```
|
|
17
|
+
*
|
|
18
|
+
* @typeParam T The type of the expected value.
|
|
19
|
+
* @param actual The actual value to compare.
|
|
20
|
+
* @param expected The expected value to compare.
|
|
21
|
+
* @param msg The optional message to display if the assertion fails.
|
|
22
|
+
*/
|
|
23
|
+
export declare function assertStrictEquals<T>(actual: unknown, expected: T, msg?: string): asserts actual is T;
|
|
24
|
+
//# sourceMappingURL=strict_equals.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"strict_equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/strict_equals.ts"],"names":[],"mappings":"AASA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,kBAAkB,CAAC,CAAC,EAClC,MAAM,EAAE,OAAO,EACf,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,MAAM,IAAI,CAAC,CA+BrB"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.assertStrictEquals = void 0;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const build_message_js_1 = require("../../internal/1.0.3/build_message.js");
|
|
7
|
+
const diff_js_1 = require("../../internal/1.0.3/diff.js");
|
|
8
|
+
const diff_str_js_1 = require("../../internal/1.0.3/diff_str.js");
|
|
9
|
+
const format_js_1 = require("../../internal/1.0.3/format.js");
|
|
10
|
+
const styles_js_1 = require("../../internal/1.0.3/styles.js");
|
|
11
|
+
const assertion_error_js_1 = require("./assertion_error.js");
|
|
12
|
+
/**
|
|
13
|
+
* Make an assertion that `actual` and `expected` are strictly equal, using
|
|
14
|
+
* {@linkcode Object.is} for equality comparison. If not, then throw.
|
|
15
|
+
*
|
|
16
|
+
* @example Usage
|
|
17
|
+
* ```ts no-eval
|
|
18
|
+
* import { assertStrictEquals } from "@std/assert";
|
|
19
|
+
*
|
|
20
|
+
* const a = {};
|
|
21
|
+
* const b = a;
|
|
22
|
+
* assertStrictEquals(a, b); // Doesn't throw
|
|
23
|
+
*
|
|
24
|
+
* const c = {};
|
|
25
|
+
* const d = {};
|
|
26
|
+
* assertStrictEquals(c, d); // Throws
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* @typeParam T The type of the expected value.
|
|
30
|
+
* @param actual The actual value to compare.
|
|
31
|
+
* @param expected The expected value to compare.
|
|
32
|
+
* @param msg The optional message to display if the assertion fails.
|
|
33
|
+
*/
|
|
34
|
+
function assertStrictEquals(actual, expected, msg) {
|
|
35
|
+
if (Object.is(actual, expected)) {
|
|
36
|
+
return;
|
|
37
|
+
}
|
|
38
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
39
|
+
let message;
|
|
40
|
+
const actualString = (0, format_js_1.format)(actual);
|
|
41
|
+
const expectedString = (0, format_js_1.format)(expected);
|
|
42
|
+
if (actualString === expectedString) {
|
|
43
|
+
const withOffset = actualString
|
|
44
|
+
.split("\n")
|
|
45
|
+
.map((l) => ` ${l}`)
|
|
46
|
+
.join("\n");
|
|
47
|
+
message =
|
|
48
|
+
`Values have the same structure but are not reference-equal${msgSuffix}\n\n${(0, styles_js_1.red)(withOffset)}\n`;
|
|
49
|
+
}
|
|
50
|
+
else {
|
|
51
|
+
const stringDiff = (typeof actual === "string") &&
|
|
52
|
+
(typeof expected === "string");
|
|
53
|
+
const diffResult = stringDiff
|
|
54
|
+
? (0, diff_str_js_1.diffStr)(actual, expected)
|
|
55
|
+
: (0, diff_js_1.diff)(actualString.split("\n"), expectedString.split("\n"));
|
|
56
|
+
const diffMsg = (0, build_message_js_1.buildMessage)(diffResult, { stringDiff }).join("\n");
|
|
57
|
+
message = `Values are not strictly equal${msgSuffix}\n${diffMsg}`;
|
|
58
|
+
}
|
|
59
|
+
throw new assertion_error_js_1.AssertionError(message);
|
|
60
|
+
}
|
|
61
|
+
exports.assertStrictEquals = assertStrictEquals;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Make an assertion that actual includes expected. If not
|
|
3
|
+
* then throw.
|
|
4
|
+
*
|
|
5
|
+
* @example Usage
|
|
6
|
+
* ```ts no-eval
|
|
7
|
+
* import { assertStringIncludes } from "@std/assert";
|
|
8
|
+
*
|
|
9
|
+
* assertStringIncludes("Hello", "ello"); // Doesn't throw
|
|
10
|
+
* assertStringIncludes("Hello", "world"); // Throws
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @param actual The actual string to check for inclusion.
|
|
14
|
+
* @param expected The expected string to check for inclusion.
|
|
15
|
+
* @param msg The optional message to display if the assertion fails.
|
|
16
|
+
*/
|
|
17
|
+
export declare function assertStringIncludes(actual: string, expected: string, msg?: string): void;
|
|
18
|
+
//# sourceMappingURL=string_includes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"string_includes.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/string_includes.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,GAAG,CAAC,EAAE,MAAM,QAMb"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.assertStringIncludes = void 0;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const assertion_error_js_1 = require("./assertion_error.js");
|
|
7
|
+
/**
|
|
8
|
+
* Make an assertion that actual includes expected. If not
|
|
9
|
+
* then throw.
|
|
10
|
+
*
|
|
11
|
+
* @example Usage
|
|
12
|
+
* ```ts no-eval
|
|
13
|
+
* import { assertStringIncludes } from "@std/assert";
|
|
14
|
+
*
|
|
15
|
+
* assertStringIncludes("Hello", "ello"); // Doesn't throw
|
|
16
|
+
* assertStringIncludes("Hello", "world"); // Throws
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* @param actual The actual string to check for inclusion.
|
|
20
|
+
* @param expected The expected string to check for inclusion.
|
|
21
|
+
* @param msg The optional message to display if the assertion fails.
|
|
22
|
+
*/
|
|
23
|
+
function assertStringIncludes(actual, expected, msg) {
|
|
24
|
+
if (actual.includes(expected))
|
|
25
|
+
return;
|
|
26
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
27
|
+
msg = `Expected actual: "${actual}" to contain: "${expected}"${msgSuffix}`;
|
|
28
|
+
throw new assertion_error_js_1.AssertionError(msg);
|
|
29
|
+
}
|
|
30
|
+
exports.assertStringIncludes = assertStringIncludes;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Executes a function, expecting it to throw. If it does not, then it
|
|
3
|
+
* throws.
|
|
4
|
+
*
|
|
5
|
+
* To assert that an asynchronous function rejects, use
|
|
6
|
+
* {@linkcode assertRejects}.
|
|
7
|
+
*
|
|
8
|
+
* @example Usage
|
|
9
|
+
* ```ts no-eval
|
|
10
|
+
* import { assertThrows } from "@std/assert";
|
|
11
|
+
*
|
|
12
|
+
* assertThrows(() => { throw new TypeError("hello world!"); }); // Doesn't throw
|
|
13
|
+
* assertThrows(() => console.log("hello world!")); // Throws
|
|
14
|
+
* ```
|
|
15
|
+
*
|
|
16
|
+
* @param fn The function to execute.
|
|
17
|
+
* @param msg The optional message to display if the assertion fails.
|
|
18
|
+
* @returns The error that was thrown.
|
|
19
|
+
*/
|
|
20
|
+
export declare function assertThrows(fn: () => unknown, msg?: string): unknown;
|
|
21
|
+
/**
|
|
22
|
+
* Executes a function, expecting it to throw. If it does not, then it
|
|
23
|
+
* throws. An error class and a string that should be included in the
|
|
24
|
+
* error message can also be asserted.
|
|
25
|
+
*
|
|
26
|
+
* To assert that an asynchronous function rejects, use
|
|
27
|
+
* {@linkcode assertRejects}.
|
|
28
|
+
*
|
|
29
|
+
* @example Usage
|
|
30
|
+
* ```ts no-eval
|
|
31
|
+
* import { assertThrows } from "@std/assert";
|
|
32
|
+
*
|
|
33
|
+
* assertThrows(() => { throw new TypeError("hello world!"); }, TypeError); // Doesn't throw
|
|
34
|
+
* assertThrows(() => { throw new TypeError("hello world!"); }, RangeError); // Throws
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @typeParam E The error class to assert.
|
|
38
|
+
* @param fn The function to execute.
|
|
39
|
+
* @param ErrorClass The error class to assert.
|
|
40
|
+
* @param msgIncludes The string that should be included in the error message.
|
|
41
|
+
* @param msg The optional message to display if the assertion fails.
|
|
42
|
+
* @returns The error that was thrown.
|
|
43
|
+
*/
|
|
44
|
+
export declare function assertThrows<E extends Error = Error>(fn: () => unknown, ErrorClass: new (...args: any[]) => E, msgIncludes?: string, msg?: string): E;
|
|
45
|
+
//# sourceMappingURL=throws.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"throws.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/throws.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,YAAY,CAC1B,EAAE,EAAE,MAAM,OAAO,EACjB,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC;AACX;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,YAAY,CAAC,CAAC,SAAS,KAAK,GAAG,KAAK,EAClD,EAAE,EAAE,MAAM,OAAO,EAEjB,UAAU,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EACrC,WAAW,CAAC,EAAE,MAAM,EACpB,GAAG,CAAC,EAAE,MAAM,GACX,CAAC,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.assertThrows = void 0;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const is_error_js_1 = require("./is_error.js");
|
|
7
|
+
const assertion_error_js_1 = require("./assertion_error.js");
|
|
8
|
+
function assertThrows(fn, errorClassOrMsg, msgIncludesOrMsg, msg) {
|
|
9
|
+
// deno-lint-ignore no-explicit-any
|
|
10
|
+
let ErrorClass = undefined;
|
|
11
|
+
let msgIncludes = undefined;
|
|
12
|
+
let err;
|
|
13
|
+
if (typeof errorClassOrMsg !== "string") {
|
|
14
|
+
if (errorClassOrMsg === undefined ||
|
|
15
|
+
errorClassOrMsg?.prototype instanceof Error ||
|
|
16
|
+
errorClassOrMsg?.prototype === Error.prototype) {
|
|
17
|
+
// deno-lint-ignore no-explicit-any
|
|
18
|
+
ErrorClass = errorClassOrMsg;
|
|
19
|
+
msgIncludes = msgIncludesOrMsg;
|
|
20
|
+
}
|
|
21
|
+
else {
|
|
22
|
+
msg = msgIncludesOrMsg;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
else {
|
|
26
|
+
msg = errorClassOrMsg;
|
|
27
|
+
}
|
|
28
|
+
let doesThrow = false;
|
|
29
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
30
|
+
try {
|
|
31
|
+
fn();
|
|
32
|
+
}
|
|
33
|
+
catch (error) {
|
|
34
|
+
if (ErrorClass) {
|
|
35
|
+
if (error instanceof Error === false) {
|
|
36
|
+
throw new assertion_error_js_1.AssertionError(`A non-Error object was thrown${msgSuffix}`);
|
|
37
|
+
}
|
|
38
|
+
(0, is_error_js_1.assertIsError)(error, ErrorClass, msgIncludes, msg);
|
|
39
|
+
}
|
|
40
|
+
err = error;
|
|
41
|
+
doesThrow = true;
|
|
42
|
+
}
|
|
43
|
+
if (!doesThrow) {
|
|
44
|
+
msg = `Expected function to throw${msgSuffix}`;
|
|
45
|
+
throw new assertion_error_js_1.AssertionError(msg);
|
|
46
|
+
}
|
|
47
|
+
return err;
|
|
48
|
+
}
|
|
49
|
+
exports.assertThrows = assertThrows;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Use this to stub out methods that will throw when invoked.
|
|
3
|
+
*
|
|
4
|
+
* @example Usage
|
|
5
|
+
* ```ts no-eval
|
|
6
|
+
* import { unimplemented } from "@std/assert";
|
|
7
|
+
*
|
|
8
|
+
* unimplemented(); // Throws
|
|
9
|
+
* ```
|
|
10
|
+
*
|
|
11
|
+
* @param msg Optional message to include in the error.
|
|
12
|
+
* @returns Never returns, always throws.
|
|
13
|
+
*/
|
|
14
|
+
export declare function unimplemented(msg?: string): never;
|
|
15
|
+
//# sourceMappingURL=unimplemented.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unimplemented.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/unimplemented.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;GAYG;AACH,wBAAgB,aAAa,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,KAAK,CAGjD"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.unimplemented = void 0;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const assertion_error_js_1 = require("./assertion_error.js");
|
|
7
|
+
/**
|
|
8
|
+
* Use this to stub out methods that will throw when invoked.
|
|
9
|
+
*
|
|
10
|
+
* @example Usage
|
|
11
|
+
* ```ts no-eval
|
|
12
|
+
* import { unimplemented } from "@std/assert";
|
|
13
|
+
*
|
|
14
|
+
* unimplemented(); // Throws
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* @param msg Optional message to include in the error.
|
|
18
|
+
* @returns Never returns, always throws.
|
|
19
|
+
*/
|
|
20
|
+
function unimplemented(msg) {
|
|
21
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
22
|
+
throw new assertion_error_js_1.AssertionError(`Unimplemented${msgSuffix}`);
|
|
23
|
+
}
|
|
24
|
+
exports.unimplemented = unimplemented;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Use this to assert unreachable code.
|
|
3
|
+
*
|
|
4
|
+
* @example Usage
|
|
5
|
+
* ```ts no-eval
|
|
6
|
+
* import { unreachable } from "@std/assert";
|
|
7
|
+
*
|
|
8
|
+
* unreachable(); // Throws
|
|
9
|
+
* ```
|
|
10
|
+
*
|
|
11
|
+
* @param msg Optional message to include in the error.
|
|
12
|
+
* @returns Never returns, always throws.
|
|
13
|
+
*/
|
|
14
|
+
export declare function unreachable(msg?: string): never;
|
|
15
|
+
//# sourceMappingURL=unreachable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unreachable.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.5/unreachable.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;GAYG;AACH,wBAAgB,WAAW,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,KAAK,CAG/C"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.unreachable = void 0;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const assertion_error_js_1 = require("./assertion_error.js");
|
|
7
|
+
/**
|
|
8
|
+
* Use this to assert unreachable code.
|
|
9
|
+
*
|
|
10
|
+
* @example Usage
|
|
11
|
+
* ```ts no-eval
|
|
12
|
+
* import { unreachable } from "@std/assert";
|
|
13
|
+
*
|
|
14
|
+
* unreachable(); // Throws
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* @param msg Optional message to include in the error.
|
|
18
|
+
* @returns Never returns, always throws.
|
|
19
|
+
*/
|
|
20
|
+
function unreachable(msg) {
|
|
21
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
22
|
+
throw new assertion_error_js_1.AssertionError(`Unreachable${msgSuffix}`);
|
|
23
|
+
}
|
|
24
|
+
exports.unreachable = unreachable;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Concatenate an array of byte slices into a single slice.
|
|
3
|
+
*
|
|
4
|
+
* @param buffers Array of byte slices to concatenate.
|
|
5
|
+
* @returns Hello
|
|
6
|
+
*
|
|
7
|
+
* @example Basic usage
|
|
8
|
+
* ```ts
|
|
9
|
+
* import { concat } from "@std/bytes/concat";
|
|
10
|
+
*
|
|
11
|
+
* const a = new Uint8Array([0, 1, 2]);
|
|
12
|
+
* const b = new Uint8Array([3, 4, 5]);
|
|
13
|
+
*
|
|
14
|
+
* concat([a, b]); // Uint8Array(6) [ 0, 1, 2, 3, 4, 5 ]
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function concat(buffers: Uint8Array[]): Uint8Array;
|
|
18
|
+
//# sourceMappingURL=concat.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"concat.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.224.0/concat.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,MAAM,CAAC,OAAO,EAAE,UAAU,EAAE,GAAG,UAAU,CAaxD"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
+
// This module is browser compatible.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.concat = void 0;
|
|
6
|
+
/**
|
|
7
|
+
* Concatenate an array of byte slices into a single slice.
|
|
8
|
+
*
|
|
9
|
+
* @param buffers Array of byte slices to concatenate.
|
|
10
|
+
* @returns Hello
|
|
11
|
+
*
|
|
12
|
+
* @example Basic usage
|
|
13
|
+
* ```ts
|
|
14
|
+
* import { concat } from "@std/bytes/concat";
|
|
15
|
+
*
|
|
16
|
+
* const a = new Uint8Array([0, 1, 2]);
|
|
17
|
+
* const b = new Uint8Array([3, 4, 5]);
|
|
18
|
+
*
|
|
19
|
+
* concat([a, b]); // Uint8Array(6) [ 0, 1, 2, 3, 4, 5 ]
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function concat(buffers) {
|
|
23
|
+
let length = 0;
|
|
24
|
+
for (const buffer of buffers) {
|
|
25
|
+
length += buffer.length;
|
|
26
|
+
}
|
|
27
|
+
const output = new Uint8Array(length);
|
|
28
|
+
let index = 0;
|
|
29
|
+
for (const buffer of buffers) {
|
|
30
|
+
output.set(buffer, index);
|
|
31
|
+
index += buffer.length;
|
|
32
|
+
}
|
|
33
|
+
return output;
|
|
34
|
+
}
|
|
35
|
+
exports.concat = concat;
|