@mtkruto/node 0.2.24 → 0.2.31
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/3_types.d.ts +1 -0
- package/esm/3_types.d.ts.map +1 -1
- package/esm/3_types.js +1 -0
- package/esm/client/0_html.d.ts.map +1 -1
- package/esm/client/0_html.js +3 -0
- package/esm/client/0_params.d.ts +4 -5
- package/esm/client/0_params.d.ts.map +1 -1
- package/esm/client/1_client_encrypted.d.ts +1 -1
- package/esm/client/1_client_encrypted.d.ts.map +1 -1
- package/esm/client/1_client_encrypted.js +33 -24
- package/esm/client/1_client_plain.d.ts +1 -1
- package/esm/client/1_client_plain.d.ts.map +1 -1
- package/esm/client/3_message_manager.d.ts.map +1 -1
- package/esm/client/3_message_manager.js +14 -2
- package/esm/client/5_client.d.ts +19 -19
- package/esm/client/5_client.d.ts.map +1 -1
- package/esm/client/5_client.js +37 -35
- package/esm/deps/jsr.io/@std/assert/1.0.1/almost_equals.d.ts +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/almost_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/almost_equals.js +46 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/array_includes.d.ts +24 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/array_includes.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/array_includes.js +46 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/assert.d.ts +16 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/assert.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/assert.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/assertion_error.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/assertion_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/assertion_error.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/equal.d.ts +17 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/equal.js +113 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/equals.d.ts +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/equals.js +42 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/exists.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/exists.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/exists.js +27 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/fail.d.ts +15 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/fail.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/fail.js +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/false.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/false.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/false.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/instance_of.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/instance_of.js +52 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/is_error.d.ts +25 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/is_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/is_error.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/less.d.ts +19 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/less.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/less.js +28 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/less_or_equal.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/less_or_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/less_or_equal.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/mod.d.ts +44 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/mod.js +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_equals.d.ts +21 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_equals.js +32 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_instance_of.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_instance_of.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.js +32 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/object_match.d.ts +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/object_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/object_match.js +157 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/rejects.d.ts +42 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/rejects.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/rejects.js +54 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/strict_equals.d.ts +24 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/strict_equals.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/string_includes.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/string_includes.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/string_includes.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/throws.d.ts +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/throws.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/throws.js +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/unimplemented.d.ts +15 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/unimplemented.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/unimplemented.js +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/unreachable.d.ts +15 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/unreachable.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/unreachable.js +20 -0
- package/esm/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts +19 -0
- package/esm/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/1.0.2/concat.js +32 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.1/_validate_binary_like.d.ts +2 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.1/_validate_binary_like.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.1/base64.d.ts +38 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.1/base64.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.1/base64.js +163 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/build_message.d.ts +82 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/build_message.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/build_message.js +110 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff.d.ts +140 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff.js +276 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff_str.d.ts +99 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff_str.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff_str.js +178 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/format.js +37 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/mod.d.ts +43 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/mod.js +44 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/styles.d.ts +159 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/styles.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/styles.js +207 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/types.d.ts +16 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/types.js +2 -0
- package/esm/deps/jsr.io/@std/io/0.224.3/_constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/io/0.224.3/iterate_reader.d.ts +70 -0
- package/esm/deps/jsr.io/@std/io/0.224.3/iterate_reader.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/io/0.224.3/iterate_reader.js +86 -0
- package/esm/deps/jsr.io/@std/io/0.224.3/types.d.ts +95 -0
- package/esm/deps/jsr.io/@std/io/0.224.3/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_db.d.ts +8 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_db.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_db.js +33 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_util.d.ts +15 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/all_extensions.d.ts +23 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/all_extensions.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/all_extensions.js +34 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/content_type.d.ts +43 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/content_type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/content_type.js +57 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/extension.d.ts +24 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/extension.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/extension.js +28 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/format_media_type.d.ts +33 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/format_media_type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/format_media_type.js +77 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/get_charset.d.ts +22 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/get_charset.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/get_charset.js +43 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.d.ts +31 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.js +113 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.d.ts +25 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.js +31 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/vendor/db.d.ts +8796 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/vendor/db.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/vendor/db.js +8831 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/assert_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/common.d.ts +2 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/common.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/common.js +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/format.d.ts +4 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.d.ts +35 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.js +234 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/normalize_string.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/strip_trailing_separators.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_os.d.ts +2 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_os.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_os.js +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/basename.d.ts +25 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/basename.js +33 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/common.d.ts +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/common.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/common.js +33 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/constants.d.ts +15 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/constants.js +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/dirname.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/dirname.js +26 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/extname.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/extname.js +26 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/format.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/format.js +27 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/from_file_url.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/from_file_url.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.d.ts +77 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.js +83 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/is_absolute.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/is_absolute.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/is_glob.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/is_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/is_glob.js +42 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/join.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/join.js +26 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/join_globs.d.ts +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/join_globs.js +34 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/mod.d.ts +54 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/mod.js +57 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize.d.ts +24 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize.js +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize_glob.d.ts +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize_glob.js +35 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/parse.d.ts +35 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/parse.js +39 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/basename.d.ts +37 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/basename.js +46 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/constants.d.ts +13 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/constants.js +14 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/dirname.d.ts +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/dirname.js +59 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/extname.d.ts +34 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/extname.js +86 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/format.d.ts +24 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/format.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.d.ts +16 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.js +21 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.d.ts +72 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.js +82 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.js +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join.d.ts +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join.js +39 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join_globs.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join_globs.js +39 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize.d.ts +37 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize.js +54 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.js +31 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/parse.d.ts +25 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/parse.js +115 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/relative.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/relative.js +106 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/resolve.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/resolve.js +59 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.js +27 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.d.ts +16 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.js +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/relative.d.ts +24 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/relative.js +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/resolve.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/resolve.js +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/to_file_url.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/to_file_url.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.d.ts +21 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/types.d.ts +38 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/types.js +3 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/basename.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/basename.js +41 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/constants.d.ts +13 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/constants.js +14 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/dirname.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/dirname.js +109 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/extname.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/extname.js +78 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/format.d.ts +24 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/format.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.d.ts +18 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.js +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.d.ts +71 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.js +82 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.js +38 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join.js +71 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join_globs.d.ts +21 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join_globs.js +40 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize.d.ts +19 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize.js +131 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.js +31 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/parse.d.ts +25 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/parse.js +176 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/relative.d.ts +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/relative.js +131 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/resolve.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/resolve.js +154 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.js +34 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.js +49 -0
- package/esm/tl/0_api.d.ts +25 -14
- package/esm/tl/0_api.d.ts.map +1 -1
- package/esm/tl/0_api.js +17 -1
- package/esm/types/0_failed_invitation.d.ts +19 -0
- package/esm/types/0_failed_invitation.d.ts.map +1 -1
- package/esm/types/0_failed_invitation.js +19 -0
- package/esm/types/0_message_entity.d.ts +1 -0
- package/esm/types/0_message_entity.d.ts.map +1 -1
- package/esm/types/0_message_entity.js +3 -2
- package/esm/types/2_reply_to.d.ts +35 -0
- package/esm/types/2_reply_to.d.ts.map +1 -0
- package/esm/types/2_reply_to.js +20 -0
- package/esm/types/3_join_request.d.ts +19 -0
- package/esm/types/3_join_request.d.ts.map +1 -1
- package/esm/types/3_join_request.js +19 -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/3_types.d.ts +1 -0
- package/script/3_types.d.ts.map +1 -1
- package/script/3_types.js +1 -0
- package/script/client/0_html.d.ts.map +1 -1
- package/script/client/0_html.js +3 -0
- package/script/client/0_params.d.ts +4 -5
- package/script/client/0_params.d.ts.map +1 -1
- package/script/client/1_client_encrypted.d.ts +1 -1
- package/script/client/1_client_encrypted.d.ts.map +1 -1
- package/script/client/1_client_encrypted.js +32 -23
- package/script/client/1_client_plain.d.ts +1 -1
- package/script/client/1_client_plain.d.ts.map +1 -1
- package/script/client/3_message_manager.d.ts.map +1 -1
- package/script/client/3_message_manager.js +14 -2
- package/script/client/5_client.d.ts +19 -19
- package/script/client/5_client.d.ts.map +1 -1
- package/script/client/5_client.js +37 -35
- package/script/deps/jsr.io/@std/assert/1.0.1/almost_equals.d.ts +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/almost_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/almost_equals.js +50 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/array_includes.d.ts +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/array_includes.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/array_includes.js +50 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/assert.d.ts +16 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/assert.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/assert.js +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/assertion_error.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/assertion_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/assertion_error.js +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/equal.d.ts +17 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/equal.js +117 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/equals.d.ts +22 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/equals.js +46 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/exists.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/exists.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/exists.js +31 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/fail.d.ts +15 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/fail.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/fail.js +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/false.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/false.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/false.js +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/greater.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/greater.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/greater.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/instance_of.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/instance_of.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/is_error.d.ts +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/is_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/is_error.js +57 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/less.d.ts +19 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/less.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/less.js +32 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/less_or_equal.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/less_or_equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/less_or_equal.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/match.js +30 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/mod.d.ts +44 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/mod.js +61 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_equals.d.ts +21 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_equals.js +36 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_instance_of.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_instance_of.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_match.js +30 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.js +36 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/object_match.d.ts +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/object_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/object_match.js +161 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/rejects.d.ts +42 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/rejects.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/rejects.js +58 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/strict_equals.d.ts +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/strict_equals.js +57 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/string_includes.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/string_includes.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/string_includes.js +30 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/throws.d.ts +45 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/throws.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/throws.js +49 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/unimplemented.d.ts +15 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/unimplemented.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/unimplemented.js +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/unreachable.d.ts +15 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/unreachable.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/unreachable.js +24 -0
- package/script/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts +19 -0
- package/script/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/bytes/1.0.2/concat.js +36 -0
- package/script/deps/jsr.io/@std/encoding/1.0.1/_validate_binary_like.d.ts +2 -0
- package/script/deps/jsr.io/@std/encoding/1.0.1/_validate_binary_like.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.1/base64.d.ts +38 -0
- package/script/deps/jsr.io/@std/encoding/1.0.1/base64.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.1/base64.js +168 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/build_message.d.ts +82 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/build_message.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/build_message.js +116 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/diff.d.ts +140 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/diff.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/diff.js +284 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/diff_str.d.ts +99 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/diff_str.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/diff_str.js +185 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/format.js +64 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/mod.d.ts +43 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/mod.js +60 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/styles.d.ts +159 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/styles.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/styles.js +243 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/types.d.ts +16 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/types.js +3 -0
- package/script/deps/jsr.io/@std/io/0.224.3/_constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/io/0.224.3/iterate_reader.d.ts +70 -0
- package/script/deps/jsr.io/@std/io/0.224.3/iterate_reader.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/io/0.224.3/iterate_reader.js +91 -0
- package/script/deps/jsr.io/@std/io/0.224.3/types.d.ts +95 -0
- package/script/deps/jsr.io/@std/io/0.224.3/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/_db.d.ts +8 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/_db.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/_db.js +40 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/_util.d.ts +15 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/all_extensions.d.ts +23 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/all_extensions.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/all_extensions.js +38 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/content_type.d.ts +43 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/content_type.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/content_type.js +61 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/extension.d.ts +24 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/extension.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/extension.js +32 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/format_media_type.d.ts +33 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/format_media_type.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/format_media_type.js +81 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/get_charset.d.ts +22 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/get_charset.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/get_charset.js +47 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.d.ts +31 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.js +117 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.d.ts +25 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.js +35 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/vendor/db.d.ts +8796 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/vendor/db.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/vendor/db.js +8833 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/assert_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/common.d.ts +2 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/common.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/common.js +27 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/format.d.ts +4 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.d.ts +35 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.js +238 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/normalize_string.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/strip_trailing_separators.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_os.d.ts +2 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_os.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_os.js +43 -0
- package/script/deps/jsr.io/@std/path/1.0.2/basename.d.ts +25 -0
- package/script/deps/jsr.io/@std/path/1.0.2/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/basename.js +37 -0
- package/script/deps/jsr.io/@std/path/1.0.2/common.d.ts +28 -0
- package/script/deps/jsr.io/@std/path/1.0.2/common.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/common.js +37 -0
- package/script/deps/jsr.io/@std/path/1.0.2/constants.d.ts +15 -0
- package/script/deps/jsr.io/@std/path/1.0.2/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/constants.js +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/dirname.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/dirname.js +30 -0
- package/script/deps/jsr.io/@std/path/1.0.2/extname.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/extname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/extname.js +30 -0
- package/script/deps/jsr.io/@std/path/1.0.2/format.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.2/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/format.js +31 -0
- package/script/deps/jsr.io/@std/path/1.0.2/from_file_url.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.2/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/from_file_url.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.d.ts +77 -0
- package/script/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.js +87 -0
- package/script/deps/jsr.io/@std/path/1.0.2/is_absolute.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.2/is_absolute.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/is_absolute.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.2/is_glob.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/is_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/is_glob.js +46 -0
- package/script/deps/jsr.io/@std/path/1.0.2/join.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/join.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/join.js +30 -0
- package/script/deps/jsr.io/@std/path/1.0.2/join_globs.d.ts +28 -0
- package/script/deps/jsr.io/@std/path/1.0.2/join_globs.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/join_globs.js +38 -0
- package/script/deps/jsr.io/@std/path/1.0.2/mod.d.ts +54 -0
- package/script/deps/jsr.io/@std/path/1.0.2/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/mod.js +73 -0
- package/script/deps/jsr.io/@std/path/1.0.2/normalize.d.ts +24 -0
- package/script/deps/jsr.io/@std/path/1.0.2/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/normalize.js +34 -0
- package/script/deps/jsr.io/@std/path/1.0.2/normalize_glob.d.ts +29 -0
- package/script/deps/jsr.io/@std/path/1.0.2/normalize_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/normalize_glob.js +39 -0
- package/script/deps/jsr.io/@std/path/1.0.2/parse.d.ts +35 -0
- package/script/deps/jsr.io/@std/path/1.0.2/parse.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/parse.js +43 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/basename.d.ts +37 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/basename.js +50 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/constants.d.ts +13 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/constants.js +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/dirname.d.ts +29 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/dirname.js +63 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/extname.d.ts +34 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/extname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/extname.js +90 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/format.d.ts +24 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/format.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.d.ts +16 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.js +25 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.d.ts +72 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.js +86 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.js +27 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join.d.ts +30 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join.js +43 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join_globs.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join_globs.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join_globs.js +43 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize.d.ts +37 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize.js +58 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.js +35 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/parse.d.ts +25 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/parse.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/parse.js +119 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/relative.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/relative.js +110 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/resolve.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/resolve.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/resolve.js +86 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.js +31 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.d.ts +16 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.js +24 -0
- package/script/deps/jsr.io/@std/path/1.0.2/relative.d.ts +24 -0
- package/script/deps/jsr.io/@std/path/1.0.2/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/relative.js +34 -0
- package/script/deps/jsr.io/@std/path/1.0.2/resolve.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.2/resolve.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/resolve.js +34 -0
- package/script/deps/jsr.io/@std/path/1.0.2/to_file_url.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.2/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/to_file_url.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.d.ts +21 -0
- package/script/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.js +33 -0
- package/script/deps/jsr.io/@std/path/1.0.2/types.d.ts +38 -0
- package/script/deps/jsr.io/@std/path/1.0.2/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/types.js +4 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/basename.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/basename.js +45 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/constants.d.ts +13 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/constants.js +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/dirname.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/dirname.js +113 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/extname.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/extname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/extname.js +82 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/format.d.ts +24 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/format.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.d.ts +18 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.js +34 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.d.ts +71 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.js +86 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.js +42 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join.js +75 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join_globs.d.ts +21 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join_globs.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join_globs.js +44 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize.d.ts +19 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize.js +135 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.js +35 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/parse.d.ts +25 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/parse.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/parse.js +180 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/relative.d.ts +23 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/relative.js +135 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/resolve.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/resolve.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/resolve.js +181 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.js +38 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.js +53 -0
- package/script/tl/0_api.d.ts +25 -14
- package/script/tl/0_api.d.ts.map +1 -1
- package/script/tl/0_api.js +17 -1
- package/script/types/0_failed_invitation.d.ts +19 -0
- package/script/types/0_failed_invitation.d.ts.map +1 -1
- package/script/types/0_failed_invitation.js +19 -0
- package/script/types/0_message_entity.d.ts +1 -0
- package/script/types/0_message_entity.d.ts.map +1 -1
- package/script/types/0_message_entity.js +3 -2
- package/script/types/2_reply_to.d.ts +35 -0
- package/script/types/2_reply_to.d.ts.map +1 -0
- package/script/types/2_reply_to.js +21 -0
- package/script/types/3_join_request.d.ts +19 -0
- package/script/types/3_join_request.d.ts.map +1 -1
- package/script/types/3_join_request.js +19 -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/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/basename.d.ts.map +0 -1
- 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/from_file_url.d.ts.map +0 -1
- 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/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/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/basename.d.ts.map +0 -1
- 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/from_file_url.d.ts.map +0 -1
- 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/esm/deps/{deno.land/std@0.224.0/encoding/_util.js → jsr.io/@std/encoding/1.0.1/_validate_binary_like.js} +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/internal → jsr.io/@std/internal/1.0.1}/format.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.3}/_constants.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.3}/_constants.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path/_interface.js → jsr.io/@std/io/0.224.3/types.js} +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/media_types → jsr.io/@std/media-types/1.0.2}/_util.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/assert_path.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/assert_path.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/basename.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/basename.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/constants.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/constants.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/dirname.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/dirname.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/format.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/from_file_url.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize_string.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/relative.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/relative.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/to_file_url.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/to_file_url.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/posix/_util.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/posix/_util.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/windows/_util.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/windows/_util.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/encoding/_util.js → jsr.io/@std/encoding/1.0.1/_validate_binary_like.js} +0 -0
- /package/script/deps/{deno.land/std@0.224.0/internal → jsr.io/@std/internal/1.0.1}/format.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.3}/_constants.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.3}/_constants.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path/_interface.js → jsr.io/@std/io/0.224.3/types.js} +0 -0
- /package/script/deps/{deno.land/std@0.224.0/media_types → jsr.io/@std/media-types/1.0.2}/_util.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/assert_path.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/assert_path.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/basename.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/basename.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/constants.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/constants.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/dirname.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/dirname.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/format.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/from_file_url.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/from_file_url.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize_string.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize_string.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/relative.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/relative.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/strip_trailing_separators.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/strip_trailing_separators.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/to_file_url.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/to_file_url.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/posix/_util.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/posix/_util.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/windows/_util.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/windows/_util.js +0 -0
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
import { diff } from "./diff.js";
|
|
2
|
+
/**
|
|
3
|
+
* Unescape invisible characters.
|
|
4
|
+
*
|
|
5
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String#escape_sequences}
|
|
6
|
+
*
|
|
7
|
+
* @param string String to unescape.
|
|
8
|
+
*
|
|
9
|
+
* @returns Unescaped string.
|
|
10
|
+
*
|
|
11
|
+
* @example Usage
|
|
12
|
+
* ```ts
|
|
13
|
+
* import { unescape } from "@std/internal/diff-str";
|
|
14
|
+
* import { assertEquals } from "@std/assert";
|
|
15
|
+
*
|
|
16
|
+
* assertEquals(unescape("Hello\nWorld"), "Hello\\n\nWorld");
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export function unescape(string) {
|
|
20
|
+
return string
|
|
21
|
+
.replaceAll("\b", "\\b")
|
|
22
|
+
.replaceAll("\f", "\\f")
|
|
23
|
+
.replaceAll("\t", "\\t")
|
|
24
|
+
.replaceAll("\v", "\\v")
|
|
25
|
+
// This does not remove line breaks
|
|
26
|
+
.replaceAll(/\r\n|\r|\n/g, (str) => str === "\r" ? "\\r" : str === "\n" ? "\\n\n" : "\\r\\n\r\n");
|
|
27
|
+
}
|
|
28
|
+
const WHITESPACE_SYMBOLS = /([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/;
|
|
29
|
+
/**
|
|
30
|
+
* Tokenizes a string into an array of tokens.
|
|
31
|
+
*
|
|
32
|
+
* @param string The string to tokenize.
|
|
33
|
+
* @param wordDiff If true, performs word-based tokenization. Default is false.
|
|
34
|
+
*
|
|
35
|
+
* @returns An array of tokens.
|
|
36
|
+
*
|
|
37
|
+
* @example Usage
|
|
38
|
+
* ```ts
|
|
39
|
+
* import { tokenize } from "@std/internal/diff-str";
|
|
40
|
+
* import { assertEquals } from "@std/assert";
|
|
41
|
+
*
|
|
42
|
+
* assertEquals(tokenize("Hello\nWorld"), ["Hello\n", "World"]);
|
|
43
|
+
* ```
|
|
44
|
+
*/
|
|
45
|
+
export function tokenize(string, wordDiff = false) {
|
|
46
|
+
if (wordDiff) {
|
|
47
|
+
return string
|
|
48
|
+
.split(WHITESPACE_SYMBOLS)
|
|
49
|
+
.filter((token) => token);
|
|
50
|
+
}
|
|
51
|
+
const tokens = [];
|
|
52
|
+
const lines = string.split(/(\n|\r\n)/).filter((line) => line);
|
|
53
|
+
for (const [i, line] of lines.entries()) {
|
|
54
|
+
if (i % 2) {
|
|
55
|
+
tokens[tokens.length - 1] += line;
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
tokens.push(line);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
return tokens;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Create details by filtering relevant word-diff for current line and merge
|
|
65
|
+
* "space-diff" if surrounded by word-diff for cleaner displays.
|
|
66
|
+
*
|
|
67
|
+
* @param line Current line
|
|
68
|
+
* @param tokens Word-diff tokens
|
|
69
|
+
*
|
|
70
|
+
* @returns Array of diff results.
|
|
71
|
+
*
|
|
72
|
+
* @example Usage
|
|
73
|
+
* ```ts
|
|
74
|
+
* import { createDetails } from "@std/internal/diff-str";
|
|
75
|
+
* import { assertEquals } from "@std/assert";
|
|
76
|
+
*
|
|
77
|
+
* const tokens = [
|
|
78
|
+
* { type: "added", value: "a" },
|
|
79
|
+
* { type: "removed", value: "b" },
|
|
80
|
+
* { type: "common", value: "c" },
|
|
81
|
+
* ] as const;
|
|
82
|
+
* assertEquals(
|
|
83
|
+
* createDetails({ type: "added", value: "a" }, [...tokens]),
|
|
84
|
+
* [{ type: "added", value: "a" }, { type: "common", value: "c" }]
|
|
85
|
+
* );
|
|
86
|
+
* ```
|
|
87
|
+
*/
|
|
88
|
+
export function createDetails(line, tokens) {
|
|
89
|
+
return tokens.filter(({ type }) => type === line.type || type === "common")
|
|
90
|
+
.map((result, i, t) => {
|
|
91
|
+
const token = t[i - 1];
|
|
92
|
+
if ((result.type === "common") && token &&
|
|
93
|
+
(token.type === t[i + 1]?.type) && /\s+/.test(result.value)) {
|
|
94
|
+
return {
|
|
95
|
+
...result,
|
|
96
|
+
type: token.type,
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
return result;
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* Renders the differences between the actual and expected strings. Partially
|
|
104
|
+
* inspired from {@link https://github.com/kpdecker/jsdiff}.
|
|
105
|
+
*
|
|
106
|
+
* @param A Actual string
|
|
107
|
+
* @param B Expected string
|
|
108
|
+
*
|
|
109
|
+
* @returns Array of diff results.
|
|
110
|
+
*
|
|
111
|
+
* @example Usage
|
|
112
|
+
* ```ts
|
|
113
|
+
* import { diffStr } from "@std/internal/diff-str";
|
|
114
|
+
* import { assertEquals } from "@std/assert";
|
|
115
|
+
*
|
|
116
|
+
* assertEquals(diffStr("Hello!", "Hello"), [
|
|
117
|
+
* {
|
|
118
|
+
* type: "removed",
|
|
119
|
+
* value: "Hello!\n",
|
|
120
|
+
* details: [
|
|
121
|
+
* { type: "common", value: "Hello" },
|
|
122
|
+
* { type: "removed", value: "!" },
|
|
123
|
+
* { type: "common", value: "\n" }
|
|
124
|
+
* ]
|
|
125
|
+
* },
|
|
126
|
+
* {
|
|
127
|
+
* type: "added",
|
|
128
|
+
* value: "Hello\n",
|
|
129
|
+
* details: [
|
|
130
|
+
* { type: "common", value: "Hello" },
|
|
131
|
+
* { type: "common", value: "\n" }
|
|
132
|
+
* ]
|
|
133
|
+
* }
|
|
134
|
+
* ]);
|
|
135
|
+
* ```
|
|
136
|
+
*/
|
|
137
|
+
export function diffStr(A, B) {
|
|
138
|
+
// Compute multi-line diff
|
|
139
|
+
const diffResult = diff(tokenize(`${unescape(A)}\n`), tokenize(`${unescape(B)}\n`));
|
|
140
|
+
const added = [];
|
|
141
|
+
const removed = [];
|
|
142
|
+
for (const result of diffResult) {
|
|
143
|
+
if (result.type === "added") {
|
|
144
|
+
added.push(result);
|
|
145
|
+
}
|
|
146
|
+
if (result.type === "removed") {
|
|
147
|
+
removed.push(result);
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
// Compute word-diff
|
|
151
|
+
const hasMoreRemovedLines = added.length < removed.length;
|
|
152
|
+
const aLines = hasMoreRemovedLines ? added : removed;
|
|
153
|
+
const bLines = hasMoreRemovedLines ? removed : added;
|
|
154
|
+
for (const a of aLines) {
|
|
155
|
+
let tokens = [];
|
|
156
|
+
let b;
|
|
157
|
+
// Search another diff line with at least one common token
|
|
158
|
+
while (bLines.length) {
|
|
159
|
+
b = bLines.shift();
|
|
160
|
+
const tokenized = [
|
|
161
|
+
tokenize(a.value, true),
|
|
162
|
+
tokenize(b.value, true),
|
|
163
|
+
];
|
|
164
|
+
if (hasMoreRemovedLines)
|
|
165
|
+
tokenized.reverse();
|
|
166
|
+
tokens = diff(tokenized[0], tokenized[1]);
|
|
167
|
+
if (tokens.some(({ type, value }) => type === "common" && value.trim().length)) {
|
|
168
|
+
break;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
// Register word-diff details
|
|
172
|
+
a.details = createDetails(a, tokens);
|
|
173
|
+
if (b) {
|
|
174
|
+
b.details = createDetails(b, tokens);
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
return diffResult;
|
|
178
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.1/format.ts"],"names":[],"mappings":"AAuBA,wBAAgB,MAAM,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,CAezC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
/**
|
|
4
|
+
* Converts the input into a string. Objects, Sets and Maps are sorted so as to
|
|
5
|
+
* make tests less flaky.
|
|
6
|
+
*
|
|
7
|
+
* @param v Value to be formatted
|
|
8
|
+
*
|
|
9
|
+
* @returns The formatted string
|
|
10
|
+
*
|
|
11
|
+
* @example Usage
|
|
12
|
+
* ```ts
|
|
13
|
+
* import { format } from "@std/internal/format";
|
|
14
|
+
* import { assertEquals } from "@std/assert";
|
|
15
|
+
*
|
|
16
|
+
* assertEquals(format({ a: 1, b: 2 }), "{\n a: 1,\n b: 2,\n}");
|
|
17
|
+
* assertEquals(format(new Set([1, 2])), "Set(2) {\n 1,\n 2,\n}");
|
|
18
|
+
* assertEquals(format(new Map([[1, 2]])), "Map(1) {\n 1 => 2,\n}");
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
22
|
+
export function format(v) {
|
|
23
|
+
// deno-lint-ignore no-explicit-any
|
|
24
|
+
const { Deno } = dntShim.dntGlobalThis;
|
|
25
|
+
return typeof Deno?.inspect === "function"
|
|
26
|
+
? Deno.inspect(v, {
|
|
27
|
+
depth: Infinity,
|
|
28
|
+
sorted: true,
|
|
29
|
+
trailingComma: true,
|
|
30
|
+
compact: false,
|
|
31
|
+
iterableLimit: Infinity,
|
|
32
|
+
// getters should be true in assertEquals.
|
|
33
|
+
getters: true,
|
|
34
|
+
strAbbreviateSize: Infinity,
|
|
35
|
+
})
|
|
36
|
+
: `"${String(v).replace(/(?=["\\])/g, "\\")}"`;
|
|
37
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Internal utilities for the public API of the Deno Standard Library.
|
|
3
|
+
*
|
|
4
|
+
* Note: this module is for internal use only and should not be used directly.
|
|
5
|
+
*
|
|
6
|
+
* ```ts
|
|
7
|
+
* import { diff, diffStr, buildMessage } from "@std/internal";
|
|
8
|
+
* import { assertEquals } from "@std/assert";
|
|
9
|
+
*
|
|
10
|
+
* const a = [1, 2, 3];
|
|
11
|
+
* const b = [1, 2, 4];
|
|
12
|
+
*
|
|
13
|
+
* assertEquals(diff(a, b), [
|
|
14
|
+
* { type: "common", value: 1 },
|
|
15
|
+
* { type: "common", value: 2 },
|
|
16
|
+
* { type: "removed", value: 3 },
|
|
17
|
+
* { type: "added", value: 4 },
|
|
18
|
+
* ]);
|
|
19
|
+
*
|
|
20
|
+
* const diffResult = diffStr("Hello, world!", "Hello, world");
|
|
21
|
+
*
|
|
22
|
+
* console.log(buildMessage(diffResult));
|
|
23
|
+
* // [
|
|
24
|
+
* // "",
|
|
25
|
+
* // "",
|
|
26
|
+
* // " [Diff] Actual / Expected",
|
|
27
|
+
* // "",
|
|
28
|
+
* // "",
|
|
29
|
+
* // "- Hello, world!",
|
|
30
|
+
* // "+ Hello, world",
|
|
31
|
+
* // "",
|
|
32
|
+
* // ]
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
35
|
+
* @module
|
|
36
|
+
*/
|
|
37
|
+
export * from "./build_message.js";
|
|
38
|
+
export * from "./diff.js";
|
|
39
|
+
export * from "./diff_str.js";
|
|
40
|
+
export * from "./format.js";
|
|
41
|
+
export * from "./styles.js";
|
|
42
|
+
export * from "./types.js";
|
|
43
|
+
//# sourceMappingURL=mod.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.1/mod.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
/**
|
|
4
|
+
* Internal utilities for the public API of the Deno Standard Library.
|
|
5
|
+
*
|
|
6
|
+
* Note: this module is for internal use only and should not be used directly.
|
|
7
|
+
*
|
|
8
|
+
* ```ts
|
|
9
|
+
* import { diff, diffStr, buildMessage } from "@std/internal";
|
|
10
|
+
* import { assertEquals } from "@std/assert";
|
|
11
|
+
*
|
|
12
|
+
* const a = [1, 2, 3];
|
|
13
|
+
* const b = [1, 2, 4];
|
|
14
|
+
*
|
|
15
|
+
* assertEquals(diff(a, b), [
|
|
16
|
+
* { type: "common", value: 1 },
|
|
17
|
+
* { type: "common", value: 2 },
|
|
18
|
+
* { type: "removed", value: 3 },
|
|
19
|
+
* { type: "added", value: 4 },
|
|
20
|
+
* ]);
|
|
21
|
+
*
|
|
22
|
+
* const diffResult = diffStr("Hello, world!", "Hello, world");
|
|
23
|
+
*
|
|
24
|
+
* console.log(buildMessage(diffResult));
|
|
25
|
+
* // [
|
|
26
|
+
* // "",
|
|
27
|
+
* // "",
|
|
28
|
+
* // " [Diff] Actual / Expected",
|
|
29
|
+
* // "",
|
|
30
|
+
* // "",
|
|
31
|
+
* // "- Hello, world!",
|
|
32
|
+
* // "+ Hello, world",
|
|
33
|
+
* // "",
|
|
34
|
+
* // ]
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @module
|
|
38
|
+
*/
|
|
39
|
+
export * from "./build_message.js";
|
|
40
|
+
export * from "./diff.js";
|
|
41
|
+
export * from "./diff_str.js";
|
|
42
|
+
export * from "./format.js";
|
|
43
|
+
export * from "./styles.js";
|
|
44
|
+
export * from "./types.js";
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sets the style of text to be printed to bold.
|
|
3
|
+
*
|
|
4
|
+
* Disable by setting the `NO_COLOR` environmental variable.
|
|
5
|
+
*
|
|
6
|
+
* @param str Text to make bold
|
|
7
|
+
*
|
|
8
|
+
* @returns Bold text for printing
|
|
9
|
+
*
|
|
10
|
+
* @example Usage
|
|
11
|
+
* ```ts no-assert
|
|
12
|
+
* import { bold } from "@std/internal/styles";
|
|
13
|
+
*
|
|
14
|
+
* console.log(bold("Hello, world!")); // Prints "Hello, world!" in bold
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function bold(str: string): string;
|
|
18
|
+
/**
|
|
19
|
+
* Sets the color of text to be printed to red.
|
|
20
|
+
*
|
|
21
|
+
* Disable by setting the `NO_COLOR` environmental variable.
|
|
22
|
+
*
|
|
23
|
+
* @param str Text to make red
|
|
24
|
+
*
|
|
25
|
+
* @returns Red text for printing
|
|
26
|
+
*
|
|
27
|
+
* @example Usage
|
|
28
|
+
* ```ts no-assert
|
|
29
|
+
* import { red } from "@std/internal/styles";
|
|
30
|
+
*
|
|
31
|
+
* console.log(red("Hello, world!")); // Prints "Hello, world!" in red
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
export declare function red(str: string): string;
|
|
35
|
+
/**
|
|
36
|
+
* Sets the color of text to be printed to green.
|
|
37
|
+
*
|
|
38
|
+
* Disable by setting the `NO_COLOR` environmental variable.
|
|
39
|
+
*
|
|
40
|
+
* @param str Text to make green
|
|
41
|
+
*
|
|
42
|
+
* @returns Green text for print
|
|
43
|
+
*
|
|
44
|
+
* @example Usage
|
|
45
|
+
* ```ts no-assert
|
|
46
|
+
* import { green } from "@std/internal/styles";
|
|
47
|
+
*
|
|
48
|
+
* console.log(green("Hello, world!")); // Prints "Hello, world!" in green
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
export declare function green(str: string): string;
|
|
52
|
+
/**
|
|
53
|
+
* Sets the color of text to be printed to yellow.
|
|
54
|
+
*
|
|
55
|
+
* Disable by setting the `NO_COLOR` environmental variable.
|
|
56
|
+
*
|
|
57
|
+
* @param str Text to make yellow
|
|
58
|
+
*
|
|
59
|
+
* @returns Yellow text for print
|
|
60
|
+
*
|
|
61
|
+
* @example Usage
|
|
62
|
+
* ```ts no-assert
|
|
63
|
+
* import { yellow } from "@std/internal/styles";
|
|
64
|
+
*
|
|
65
|
+
* console.log(yellow("Hello, world!")); // Prints "Hello, world!" in yellow
|
|
66
|
+
* ```
|
|
67
|
+
*/
|
|
68
|
+
export declare function yellow(str: string): string;
|
|
69
|
+
/**
|
|
70
|
+
* Sets the color of text to be printed to white.
|
|
71
|
+
*
|
|
72
|
+
* @param str Text to make white
|
|
73
|
+
*
|
|
74
|
+
* @returns White text for print
|
|
75
|
+
*
|
|
76
|
+
* @example Usage
|
|
77
|
+
* ```ts no-assert
|
|
78
|
+
* import { white } from "@std/internal/styles";
|
|
79
|
+
*
|
|
80
|
+
* console.log(white("Hello, world!")); // Prints "Hello, world!" in white
|
|
81
|
+
* ```
|
|
82
|
+
*/
|
|
83
|
+
export declare function white(str: string): string;
|
|
84
|
+
/**
|
|
85
|
+
* Sets the color of text to be printed to gray.
|
|
86
|
+
*
|
|
87
|
+
* @param str Text to make gray
|
|
88
|
+
*
|
|
89
|
+
* @returns Gray text for print
|
|
90
|
+
*
|
|
91
|
+
* @example Usage
|
|
92
|
+
* ```ts no-assert
|
|
93
|
+
* import { gray } from "@std/internal/styles";
|
|
94
|
+
*
|
|
95
|
+
* console.log(gray("Hello, world!")); // Prints "Hello, world!" in gray
|
|
96
|
+
* ```
|
|
97
|
+
*/
|
|
98
|
+
export declare function gray(str: string): string;
|
|
99
|
+
/**
|
|
100
|
+
* Sets the color of text to be printed to bright-black.
|
|
101
|
+
*
|
|
102
|
+
* @param str Text to make bright-black
|
|
103
|
+
*
|
|
104
|
+
* @returns Bright-black text for print
|
|
105
|
+
*
|
|
106
|
+
* @example Usage
|
|
107
|
+
* ```ts no-assert
|
|
108
|
+
* import { brightBlack } from "@std/internal/styles";
|
|
109
|
+
*
|
|
110
|
+
* console.log(brightBlack("Hello, world!")); // Prints "Hello, world!" in bright-black
|
|
111
|
+
* ```
|
|
112
|
+
*/
|
|
113
|
+
export declare function brightBlack(str: string): string;
|
|
114
|
+
/**
|
|
115
|
+
* Sets the background color of text to be printed to red.
|
|
116
|
+
*
|
|
117
|
+
* @param str Text to make its background red
|
|
118
|
+
*
|
|
119
|
+
* @returns Red background text for print
|
|
120
|
+
*
|
|
121
|
+
* @example Usage
|
|
122
|
+
* ```ts no-assert
|
|
123
|
+
* import { bgRed } from "@std/internal/styles";
|
|
124
|
+
*
|
|
125
|
+
* console.log(bgRed("Hello, world!")); // Prints "Hello, world!" with red background
|
|
126
|
+
* ```
|
|
127
|
+
*/
|
|
128
|
+
export declare function bgRed(str: string): string;
|
|
129
|
+
/**
|
|
130
|
+
* Sets the background color of text to be printed to green.
|
|
131
|
+
*
|
|
132
|
+
* @param str Text to make its background green
|
|
133
|
+
*
|
|
134
|
+
* @returns Green background text for print
|
|
135
|
+
*
|
|
136
|
+
* @example Usage
|
|
137
|
+
* ```ts no-assert
|
|
138
|
+
* import { bgGreen } from "@std/internal/styles";
|
|
139
|
+
*
|
|
140
|
+
* console.log(bgGreen("Hello, world!")); // Prints "Hello, world!" with green background
|
|
141
|
+
* ```
|
|
142
|
+
*/
|
|
143
|
+
export declare function bgGreen(str: string): string;
|
|
144
|
+
/**
|
|
145
|
+
* Remove ANSI escape codes from the string.
|
|
146
|
+
*
|
|
147
|
+
* @param string Text to remove ANSI escape codes from
|
|
148
|
+
*
|
|
149
|
+
* @returns Text without ANSI escape codes
|
|
150
|
+
*
|
|
151
|
+
* @example Usage
|
|
152
|
+
* ```ts no-assert
|
|
153
|
+
* import { red, stripAnsiCode } from "@std/internal/styles";
|
|
154
|
+
*
|
|
155
|
+
* console.log(stripAnsiCode(red("Hello, world!"))); // Prints "Hello, world!"
|
|
156
|
+
* ```
|
|
157
|
+
*/
|
|
158
|
+
export declare function stripAnsiCode(string: string): string;
|
|
159
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.1/styles.ts"],"names":[],"mappings":"AAqCA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAExC;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEvC;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEzC;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE1C;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEzC;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAExC;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE/C;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEzC;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE3C;AAWD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAEpD"}
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
// A module to print ANSI terminal colors. Inspired by chalk, kleur, and colors
|
|
4
|
+
// on npm.
|
|
5
|
+
// This code is vendored from `fmt/colors.ts`.
|
|
6
|
+
// deno-lint-ignore no-explicit-any
|
|
7
|
+
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
8
|
+
const { Deno } = dntShim.dntGlobalThis;
|
|
9
|
+
const noColor = typeof Deno?.noColor === "boolean"
|
|
10
|
+
? Deno.noColor
|
|
11
|
+
: false;
|
|
12
|
+
const enabled = !noColor;
|
|
13
|
+
function code(open, close) {
|
|
14
|
+
return {
|
|
15
|
+
open: `\x1b[${open.join(";")}m`,
|
|
16
|
+
close: `\x1b[${close}m`,
|
|
17
|
+
regexp: new RegExp(`\\x1b\\[${close}m`, "g"),
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
function run(str, code) {
|
|
21
|
+
return enabled
|
|
22
|
+
? `${code.open}${str.replace(code.regexp, code.open)}${code.close}`
|
|
23
|
+
: str;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Sets the style of text to be printed to bold.
|
|
27
|
+
*
|
|
28
|
+
* Disable by setting the `NO_COLOR` environmental variable.
|
|
29
|
+
*
|
|
30
|
+
* @param str Text to make bold
|
|
31
|
+
*
|
|
32
|
+
* @returns Bold text for printing
|
|
33
|
+
*
|
|
34
|
+
* @example Usage
|
|
35
|
+
* ```ts no-assert
|
|
36
|
+
* import { bold } from "@std/internal/styles";
|
|
37
|
+
*
|
|
38
|
+
* console.log(bold("Hello, world!")); // Prints "Hello, world!" in bold
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
export function bold(str) {
|
|
42
|
+
return run(str, code([1], 22));
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Sets the color of text to be printed to red.
|
|
46
|
+
*
|
|
47
|
+
* Disable by setting the `NO_COLOR` environmental variable.
|
|
48
|
+
*
|
|
49
|
+
* @param str Text to make red
|
|
50
|
+
*
|
|
51
|
+
* @returns Red text for printing
|
|
52
|
+
*
|
|
53
|
+
* @example Usage
|
|
54
|
+
* ```ts no-assert
|
|
55
|
+
* import { red } from "@std/internal/styles";
|
|
56
|
+
*
|
|
57
|
+
* console.log(red("Hello, world!")); // Prints "Hello, world!" in red
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
export function red(str) {
|
|
61
|
+
return run(str, code([31], 39));
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Sets the color of text to be printed to green.
|
|
65
|
+
*
|
|
66
|
+
* Disable by setting the `NO_COLOR` environmental variable.
|
|
67
|
+
*
|
|
68
|
+
* @param str Text to make green
|
|
69
|
+
*
|
|
70
|
+
* @returns Green text for print
|
|
71
|
+
*
|
|
72
|
+
* @example Usage
|
|
73
|
+
* ```ts no-assert
|
|
74
|
+
* import { green } from "@std/internal/styles";
|
|
75
|
+
*
|
|
76
|
+
* console.log(green("Hello, world!")); // Prints "Hello, world!" in green
|
|
77
|
+
* ```
|
|
78
|
+
*/
|
|
79
|
+
export function green(str) {
|
|
80
|
+
return run(str, code([32], 39));
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Sets the color of text to be printed to yellow.
|
|
84
|
+
*
|
|
85
|
+
* Disable by setting the `NO_COLOR` environmental variable.
|
|
86
|
+
*
|
|
87
|
+
* @param str Text to make yellow
|
|
88
|
+
*
|
|
89
|
+
* @returns Yellow text for print
|
|
90
|
+
*
|
|
91
|
+
* @example Usage
|
|
92
|
+
* ```ts no-assert
|
|
93
|
+
* import { yellow } from "@std/internal/styles";
|
|
94
|
+
*
|
|
95
|
+
* console.log(yellow("Hello, world!")); // Prints "Hello, world!" in yellow
|
|
96
|
+
* ```
|
|
97
|
+
*/
|
|
98
|
+
export function yellow(str) {
|
|
99
|
+
return run(str, code([33], 39));
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* Sets the color of text to be printed to white.
|
|
103
|
+
*
|
|
104
|
+
* @param str Text to make white
|
|
105
|
+
*
|
|
106
|
+
* @returns White text for print
|
|
107
|
+
*
|
|
108
|
+
* @example Usage
|
|
109
|
+
* ```ts no-assert
|
|
110
|
+
* import { white } from "@std/internal/styles";
|
|
111
|
+
*
|
|
112
|
+
* console.log(white("Hello, world!")); // Prints "Hello, world!" in white
|
|
113
|
+
* ```
|
|
114
|
+
*/
|
|
115
|
+
export function white(str) {
|
|
116
|
+
return run(str, code([37], 39));
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Sets the color of text to be printed to gray.
|
|
120
|
+
*
|
|
121
|
+
* @param str Text to make gray
|
|
122
|
+
*
|
|
123
|
+
* @returns Gray text for print
|
|
124
|
+
*
|
|
125
|
+
* @example Usage
|
|
126
|
+
* ```ts no-assert
|
|
127
|
+
* import { gray } from "@std/internal/styles";
|
|
128
|
+
*
|
|
129
|
+
* console.log(gray("Hello, world!")); // Prints "Hello, world!" in gray
|
|
130
|
+
* ```
|
|
131
|
+
*/
|
|
132
|
+
export function gray(str) {
|
|
133
|
+
return brightBlack(str);
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* Sets the color of text to be printed to bright-black.
|
|
137
|
+
*
|
|
138
|
+
* @param str Text to make bright-black
|
|
139
|
+
*
|
|
140
|
+
* @returns Bright-black text for print
|
|
141
|
+
*
|
|
142
|
+
* @example Usage
|
|
143
|
+
* ```ts no-assert
|
|
144
|
+
* import { brightBlack } from "@std/internal/styles";
|
|
145
|
+
*
|
|
146
|
+
* console.log(brightBlack("Hello, world!")); // Prints "Hello, world!" in bright-black
|
|
147
|
+
* ```
|
|
148
|
+
*/
|
|
149
|
+
export function brightBlack(str) {
|
|
150
|
+
return run(str, code([90], 39));
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Sets the background color of text to be printed to red.
|
|
154
|
+
*
|
|
155
|
+
* @param str Text to make its background red
|
|
156
|
+
*
|
|
157
|
+
* @returns Red background text for print
|
|
158
|
+
*
|
|
159
|
+
* @example Usage
|
|
160
|
+
* ```ts no-assert
|
|
161
|
+
* import { bgRed } from "@std/internal/styles";
|
|
162
|
+
*
|
|
163
|
+
* console.log(bgRed("Hello, world!")); // Prints "Hello, world!" with red background
|
|
164
|
+
* ```
|
|
165
|
+
*/
|
|
166
|
+
export function bgRed(str) {
|
|
167
|
+
return run(str, code([41], 49));
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* Sets the background color of text to be printed to green.
|
|
171
|
+
*
|
|
172
|
+
* @param str Text to make its background green
|
|
173
|
+
*
|
|
174
|
+
* @returns Green background text for print
|
|
175
|
+
*
|
|
176
|
+
* @example Usage
|
|
177
|
+
* ```ts no-assert
|
|
178
|
+
* import { bgGreen } from "@std/internal/styles";
|
|
179
|
+
*
|
|
180
|
+
* console.log(bgGreen("Hello, world!")); // Prints "Hello, world!" with green background
|
|
181
|
+
* ```
|
|
182
|
+
*/
|
|
183
|
+
export function bgGreen(str) {
|
|
184
|
+
return run(str, code([42], 49));
|
|
185
|
+
}
|
|
186
|
+
// https://github.com/chalk/ansi-regex/blob/02fa893d619d3da85411acc8fd4e2eea0e95a9d9/index.js
|
|
187
|
+
const ANSI_PATTERN = new RegExp([
|
|
188
|
+
"[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)",
|
|
189
|
+
"(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TXZcf-nq-uy=><~]))",
|
|
190
|
+
].join("|"), "g");
|
|
191
|
+
/**
|
|
192
|
+
* Remove ANSI escape codes from the string.
|
|
193
|
+
*
|
|
194
|
+
* @param string Text to remove ANSI escape codes from
|
|
195
|
+
*
|
|
196
|
+
* @returns Text without ANSI escape codes
|
|
197
|
+
*
|
|
198
|
+
* @example Usage
|
|
199
|
+
* ```ts no-assert
|
|
200
|
+
* import { red, stripAnsiCode } from "@std/internal/styles";
|
|
201
|
+
*
|
|
202
|
+
* console.log(stripAnsiCode(red("Hello, world!"))); // Prints "Hello, world!"
|
|
203
|
+
* ```
|
|
204
|
+
*/
|
|
205
|
+
export function stripAnsiCode(string) {
|
|
206
|
+
return string.replace(ANSI_PATTERN, "");
|
|
207
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/** Ways that lines in a diff can be different. */
|
|
2
|
+
export type DiffType = "removed" | "common" | "added";
|
|
3
|
+
/**
|
|
4
|
+
* Represents the result of a diff operation.
|
|
5
|
+
*
|
|
6
|
+
* @typeParam T The type of the value in the diff result.
|
|
7
|
+
*/
|
|
8
|
+
export interface DiffResult<T> {
|
|
9
|
+
/** The type of the diff. */
|
|
10
|
+
type: DiffType;
|
|
11
|
+
/** The value of the diff. */
|
|
12
|
+
value: T;
|
|
13
|
+
/** The details of the diff. */
|
|
14
|
+
details?: DiffResult<T>[];
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.1/types.ts"],"names":[],"mappings":"AAEA,kDAAkD;AAClD,MAAM,MAAM,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEtD;;;;GAIG;AACH,MAAM,WAAW,UAAU,CAAC,CAAC;IAC3B,4BAA4B;IAC5B,IAAI,EAAE,QAAQ,CAAC;IACf,6BAA6B;IAC7B,KAAK,EAAE,CAAC,CAAC;IACT,+BAA+B;IAC/B,OAAO,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,EAAE,CAAC;CAC3B"}
|