diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-07-25 15:30:28 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-25 15:30:28 +1000 |
commit | 5f44148e83bb0056b7a361dd6a1bf28d11f3116d (patch) | |
tree | e73ff318a69cabedf33a962be6fa6c73e6775f3e /tools/core_import_map.json | |
parent | 84b7504d0fdccc07b9f7412408c954ae07765ccb (diff) |
chore: update to `std@2024.07.19` (#24715)
Diffstat (limited to 'tools/core_import_map.json')
-rw-r--r-- | tools/core_import_map.json | 394 |
1 files changed, 393 insertions, 1 deletions
diff --git a/tools/core_import_map.json b/tools/core_import_map.json index 25ecf733e..bdf9e066b 100644 --- a/tools/core_import_map.json +++ b/tools/core_import_map.json @@ -244,6 +244,398 @@ "ext:runtime/90_deno_ns.js": "../runtime/js/90_deno_ns.js", "ext:runtime/98_global_scope.js": "../runtime/js/98_global_scope.js", "ext:deno_node/_util/std_fmt_colors.ts": "../ext/node/polyfills/_util/std_fmt_colors.ts", - "@std/": "../tests/util/std/" + "@std/archive": "../tests/util/std/archive/mod.ts", + "@std/archive/tar": "../tests/util/std/archive/tar.ts", + "@std/archive/untar": "../tests/util/std/archive/untar.ts", + "@std/assert": "../tests/util/std/assert/mod.ts", + "@std/assert/assert": "../tests/util/std/assert/assert.ts", + "@std/assert/almost-equals": "../tests/util/std/assert/almost_equals.ts", + "@std/assert/array-includes": "../tests/util/std/assert/array_includes.ts", + "@std/assert/equals": "../tests/util/std/assert/equals.ts", + "@std/assert/exists": "../tests/util/std/assert/exists.ts", + "@std/assert/false": "../tests/util/std/assert/false.ts", + "@std/assert/greater": "../tests/util/std/assert/greater.ts", + "@std/assert/greater-or-equal": "../tests/util/std/assert/greater_or_equal.ts", + "@std/assert/instance-of": "../tests/util/std/assert/instance_of.ts", + "@std/assert/is-error": "../tests/util/std/assert/is_error.ts", + "@std/assert/less": "../tests/util/std/assert/less.ts", + "@std/assert/less-or-equal": "../tests/util/std/assert/less_or_equal.ts", + "@std/assert/match": "../tests/util/std/assert/match.ts", + "@std/assert/not-equals": "../tests/util/std/assert/not_equals.ts", + "@std/assert/not-instance-of": "../tests/util/std/assert/not_instance_of.ts", + "@std/assert/not-match": "../tests/util/std/assert/not_match.ts", + "@std/assert/not-strict-equals": "../tests/util/std/assert/not_strict_equals.ts", + "@std/assert/object-match": "../tests/util/std/assert/object_match.ts", + "@std/assert/rejects": "../tests/util/std/assert/rejects.ts", + "@std/assert/strict-equals": "../tests/util/std/assert/strict_equals.ts", + "@std/assert/string-includes": "../tests/util/std/assert/string_includes.ts", + "@std/assert/throws": "../tests/util/std/assert/throws.ts", + "@std/assert/assertion-error": "../tests/util/std/assert/assertion_error.ts", + "@std/assert/equal": "../tests/util/std/assert/equal.ts", + "@std/assert/fail": "../tests/util/std/assert/fail.ts", + "@std/assert/unimplemented": "../tests/util/std/assert/unimplemented.ts", + "@std/assert/unreachable": "../tests/util/std/assert/unreachable.ts", + "@std/async": "../tests/util/std/async/mod.ts", + "@std/async/abortable": "../tests/util/std/async/abortable.ts", + "@std/async/deadline": "../tests/util/std/async/deadline.ts", + "@std/async/debounce": "../tests/util/std/async/debounce.ts", + "@std/async/delay": "../tests/util/std/async/delay.ts", + "@std/async/mux-async-iterator": "../tests/util/std/async/mux_async_iterator.ts", + "@std/async/pool": "../tests/util/std/async/pool.ts", + "@std/async/retry": "../tests/util/std/async/retry.ts", + "@std/async/tee": "../tests/util/std/async/tee.ts", + "@std/bytes": "../tests/util/std/bytes/mod.ts", + "@std/bytes/concat": "../tests/util/std/bytes/concat.ts", + "@std/bytes/copy": "../tests/util/std/bytes/copy.ts", + "@std/bytes/ends-with": "../tests/util/std/bytes/ends_with.ts", + "@std/bytes/equals": "../tests/util/std/bytes/equals.ts", + "@std/bytes/includes-needle": "../tests/util/std/bytes/includes_needle.ts", + "@std/bytes/index-of-needle": "../tests/util/std/bytes/index_of_needle.ts", + "@std/bytes/last-index-of-needle": "../tests/util/std/bytes/last_index_of_needle.ts", + "@std/bytes/repeat": "../tests/util/std/bytes/repeat.ts", + "@std/bytes/starts-with": "../tests/util/std/bytes/starts_with.ts", + "@std/cli": "../tests/util/std/cli/mod.ts", + "@std/cli/parse-args": "../tests/util/std/cli/parse_args.ts", + "@std/cli/prompt-secret": "../tests/util/std/cli/prompt_secret.ts", + "@std/cli/spinner": "../tests/util/std/cli/spinner.ts", + "@std/cli/unicode-width": "../tests/util/std/cli/unicode_width.ts", + "@std/collections": "../tests/util/std/collections/mod.ts", + "@std/collections/aggregate-groups": "../tests/util/std/collections/aggregate_groups.ts", + "@std/collections/associate-by": "../tests/util/std/collections/associate_by.ts", + "@std/collections/associate-with": "../tests/util/std/collections/associate_with.ts", + "@std/collections/chunk": "../tests/util/std/collections/chunk.ts", + "@std/collections/deep-merge": "../tests/util/std/collections/deep_merge.ts", + "@std/collections/distinct": "../tests/util/std/collections/distinct.ts", + "@std/collections/distinct-by": "../tests/util/std/collections/distinct_by.ts", + "@std/collections/drop-last-while": "../tests/util/std/collections/drop_last_while.ts", + "@std/collections/drop-while": "../tests/util/std/collections/drop_while.ts", + "@std/collections/filter-entries": "../tests/util/std/collections/filter_entries.ts", + "@std/collections/filter-keys": "../tests/util/std/collections/filter_keys.ts", + "@std/collections/filter-values": "../tests/util/std/collections/filter_values.ts", + "@std/collections/find-single": "../tests/util/std/collections/find_single.ts", + "@std/collections/first-not-nullish-of": "../tests/util/std/collections/first_not_nullish_of.ts", + "@std/collections/includes-value": "../tests/util/std/collections/includes_value.ts", + "@std/collections/intersect": "../tests/util/std/collections/intersect.ts", + "@std/collections/invert-by": "../tests/util/std/collections/invert_by.ts", + "@std/collections/invert": "../tests/util/std/collections/invert.ts", + "@std/collections/join-to-string": "../tests/util/std/collections/join_to_string.ts", + "@std/collections/map-entries": "../tests/util/std/collections/map_entries.ts", + "@std/collections/map-keys": "../tests/util/std/collections/map_keys.ts", + "@std/collections/map-not-nullish": "../tests/util/std/collections/map_not_nullish.ts", + "@std/collections/map-values": "../tests/util/std/collections/map_values.ts", + "@std/collections/max-by": "../tests/util/std/collections/max_by.ts", + "@std/collections/max-of": "../tests/util/std/collections/max_of.ts", + "@std/collections/max-with": "../tests/util/std/collections/max_with.ts", + "@std/collections/min-by": "../tests/util/std/collections/min_by.ts", + "@std/collections/min-of": "../tests/util/std/collections/min_of.ts", + "@std/collections/min-with": "../tests/util/std/collections/min_with.ts", + "@std/collections/omit": "../tests/util/std/collections/omit.ts", + "@std/collections/partition": "../tests/util/std/collections/partition.ts", + "@std/collections/partition-entries": "../tests/util/std/collections/partition_entries.ts", + "@std/collections/permutations": "../tests/util/std/collections/permutations.ts", + "@std/collections/pick": "../tests/util/std/collections/pick.ts", + "@std/collections/reduce-groups": "../tests/util/std/collections/reduce_groups.ts", + "@std/collections/running-reduce": "../tests/util/std/collections/running_reduce.ts", + "@std/collections/sample": "../tests/util/std/collections/sample.ts", + "@std/collections/sliding-windows": "../tests/util/std/collections/sliding_windows.ts", + "@std/collections/sort-by": "../tests/util/std/collections/sort_by.ts", + "@std/collections/sum-of": "../tests/util/std/collections/sum_of.ts", + "@std/collections/take-last-while": "../tests/util/std/collections/take_last_while.ts", + "@std/collections/take-while": "../tests/util/std/collections/take_while.ts", + "@std/collections/union": "../tests/util/std/collections/union.ts", + "@std/collections/unzip": "../tests/util/std/collections/unzip.ts", + "@std/collections/without-all": "../tests/util/std/collections/without_all.ts", + "@std/collections/zip": "../tests/util/std/collections/zip.ts", + "@std/crypto": "../tests/util/std/crypto/mod.ts", + "@std/crypto/crypto": "../tests/util/std/crypto/crypto.ts", + "@std/crypto/timing-safe-equal": "../tests/util/std/crypto/timing_safe_equal.ts", + "@std/csv": "../tests/util/std/csv/mod.ts", + "@std/csv/parse": "../tests/util/std/csv/parse.ts", + "@std/csv/parse-stream": "../tests/util/std/csv/parse_stream.ts", + "@std/csv/stringify": "../tests/util/std/csv/stringify.ts", + "@std/csv/stringify-stream": "../tests/util/std/csv/stringify_stream.ts", + "@std/data-structures": "../tests/util/std/data_structures/mod.ts", + "@std/data-structures/binary-heap": "../tests/util/std/data_structures/binary_heap.ts", + "@std/data-structures/binary-search-tree": "../tests/util/std/data_structures/binary_search_tree.ts", + "@std/data-structures/comparators": "../tests/util/std/data_structures/comparators.ts", + "@std/data-structures/red-black-tree": "../tests/util/std/data_structures/red_black_tree.ts", + "@std/datetime": "../tests/util/std/datetime/mod.ts", + "@std/datetime/constants": "../tests/util/std/datetime/constants.ts", + "@std/datetime/day-of-year": "../tests/util/std/datetime/day_of_year.ts", + "@std/datetime/difference": "../tests/util/std/datetime/difference.ts", + "@std/datetime/format": "../tests/util/std/datetime/format.ts", + "@std/datetime/is-leap": "../tests/util/std/datetime/is_leap.ts", + "@std/datetime/parse": "../tests/util/std/datetime/parse.ts", + "@std/datetime/week-of-year": "../tests/util/std/datetime/week_of_year.ts", + "@std/dotenv": "../tests/util/std/dotenv/mod.ts", + "@std/dotenv/load": "../tests/util/std/dotenv/load.ts", + "@std/dotenv/parse": "../tests/util/std/dotenv/parse.ts", + "@std/dotenv/stringify": "../tests/util/std/dotenv/stringify.ts", + "@std/encoding": "../tests/util/std/encoding/mod.ts", + "@std/encoding/ascii85": "../tests/util/std/encoding/ascii85.ts", + "@std/encoding/base32": "../tests/util/std/encoding/base32.ts", + "@std/encoding/base58": "../tests/util/std/encoding/base58.ts", + "@std/encoding/base64": "../tests/util/std/encoding/base64.ts", + "@std/encoding/base64url": "../tests/util/std/encoding/base64url.ts", + "@std/encoding/hex": "../tests/util/std/encoding/hex.ts", + "@std/encoding/varint": "../tests/util/std/encoding/varint.ts", + "@std/expect": "../tests/util/std/expect/mod.ts", + "@std/expect/expect": "../tests/util/std/expect/expect.ts", + "@std/expect/fn": "../tests/util/std/expect/fn.ts", + "@std/fmt/bytes": "../tests/util/std/fmt/bytes.ts", + "@std/fmt/colors": "../tests/util/std/fmt/colors.ts", + "@std/fmt/duration": "../tests/util/std/fmt/duration.ts", + "@std/fmt/printf": "../tests/util/std/fmt/printf.ts", + "@std/front-matter": "../tests/util/std/front_matter/mod.ts", + "@std/front-matter/any": "../tests/util/std/front_matter/any.ts", + "@std/front-matter/json": "../tests/util/std/front_matter/json.ts", + "@std/front-matter/test": "../tests/util/std/front_matter/test.ts", + "@std/front-matter/toml": "../tests/util/std/front_matter/toml.ts", + "@std/front-matter/yaml": "../tests/util/std/front_matter/yaml.ts", + "@std/front-matter/types": "../tests/util/std/front_matter/types.ts", + "@std/fs": "../tests/util/std/fs/mod.ts", + "@std/fs/copy": "../tests/util/std/fs/copy.ts", + "@std/fs/empty-dir": "../tests/util/std/fs/empty_dir.ts", + "@std/fs/ensure-dir": "../tests/util/std/fs/ensure_dir.ts", + "@std/fs/ensure-file": "../tests/util/std/fs/ensure_file.ts", + "@std/fs/ensure-link": "../tests/util/std/fs/ensure_link.ts", + "@std/fs/ensure-symlink": "../tests/util/std/fs/ensure_symlink.ts", + "@std/fs/eol": "../tests/util/std/fs/eol.ts", + "@std/fs/exists": "../tests/util/std/fs/exists.ts", + "@std/fs/expand-glob": "../tests/util/std/fs/expand_glob.ts", + "@std/fs/move": "../tests/util/std/fs/move.ts", + "@std/fs/walk": "../tests/util/std/fs/walk.ts", + "@std/html": "../tests/util/std/html/mod.ts", + "@std/html/entities": "../tests/util/std/html/entities.ts", + "@std/html/named-entity-list.json": "../tests/util/std/html/named_entity_list.json", + "@std/http": "../tests/util/std/http/mod.ts", + "@std/http/cookie": "../tests/util/std/http/cookie.ts", + "@std/http/etag": "../tests/util/std/http/etag.ts", + "@std/http/file-server": "../tests/util/std/http/file_server.ts", + "@std/http/negotiation": "../tests/util/std/http/negotiation.ts", + "@std/http/server-sent-event-stream": "../tests/util/std/http/server_sent_event_stream.ts", + "@std/http/status": "../tests/util/std/http/status.ts", + "@std/http/signed-cookie": "../tests/util/std/http/signed_cookie.ts", + "@std/http/user-agent": "../tests/util/std/http/user_agent.ts", + "@std/ini": "../tests/util/std/ini/mod.ts", + "@std/ini/parse": "../tests/util/std/ini/parse.ts", + "@std/ini/stringify": "../tests/util/std/ini/stringify.ts", + "@std/internal": "../tests/util/std/internal/mod.ts", + "@std/internal/build-message": "../tests/util/std/internal/build_message.ts", + "@std/internal/diff-str": "../tests/util/std/internal/diff_str.ts", + "@std/internal/diff": "../tests/util/std/internal/diff.ts", + "@std/internal/format": "../tests/util/std/internal/format.ts", + "@std/internal/styles": "../tests/util/std/internal/styles.ts", + "@std/internal/types": "../tests/util/std/internal/types.ts", + "@std/io": "../tests/util/std/io/mod.ts", + "@std/io/buf-reader": "../tests/util/std/io/buf_reader.ts", + "@std/io/buf-writer": "../tests/util/std/io/buf_writer.ts", + "@std/io/buffer": "../tests/util/std/io/buffer.ts", + "@std/io/copy": "../tests/util/std/io/copy.ts", + "@std/io/copy-n": "../tests/util/std/io/copy_n.ts", + "@std/io/iterate-reader": "../tests/util/std/io/iterate_reader.ts", + "@std/io/limited-reader": "../tests/util/std/io/limited_reader.ts", + "@std/io/multi-reader": "../tests/util/std/io/multi_reader.ts", + "@std/io/read-all": "../tests/util/std/io/read_all.ts", + "@std/io/read-delim": "../tests/util/std/io/read_delim.ts", + "@std/io/read-int": "../tests/util/std/io/read_int.ts", + "@std/io/read-lines": "../tests/util/std/io/read_lines.ts", + "@std/io/read-long": "../tests/util/std/io/read_long.ts", + "@std/io/read-range": "../tests/util/std/io/read_range.ts", + "@std/io/read-short": "../tests/util/std/io/read_short.ts", + "@std/io/read-string-delim": "../tests/util/std/io/read_string_delim.ts", + "@std/io/reader-from-stream-reader": "../tests/util/std/io/reader_from_stream_reader.ts", + "@std/io/slice-long-to-bytes": "../tests/util/std/io/slice_long_to_bytes.ts", + "@std/io/string-reader": "../tests/util/std/io/string_reader.ts", + "@std/io/string-writer": "../tests/util/std/io/string_writer.ts", + "@std/io/to-readable-stream": "../tests/util/std/io/to_readable_stream.ts", + "@std/io/to-writable-stream": "../tests/util/std/io/to_writable_stream.ts", + "@std/io/types": "../tests/util/std/io/types.ts", + "@std/io/write-all": "../tests/util/std/io/write_all.ts", + "@std/json": "../tests/util/std/json/mod.ts", + "@std/json/types": "../tests/util/std/json/types.ts", + "@std/json/concatenated-json-parse-stream": "../tests/util/std/json/concatenated_json_parse_stream.ts", + "@std/json/parse-stream": "../tests/util/std/json/parse_stream.ts", + "@std/json/stringify-stream": "../tests/util/std/json/stringify_stream.ts", + "@std/jsonc": "../tests/util/std/jsonc/mod.ts", + "@std/jsonc/parse": "../tests/util/std/jsonc/parse.ts", + "@std/log": "../tests/util/std/log/mod.ts", + "@std/log/base-handler": "../tests/util/std/log/base_handler.ts", + "@std/log/console-handler": "../tests/util/std/log/console_handler.ts", + "@std/log/critical": "../tests/util/std/log/critical.ts", + "@std/log/debug": "../tests/util/std/log/debug.ts", + "@std/log/error": "../tests/util/std/log/error.ts", + "@std/log/file-handler": "../tests/util/std/log/file_handler.ts", + "@std/log/formatters": "../tests/util/std/log/formatters.ts", + "@std/log/get-logger": "../tests/util/std/log/get_logger.ts", + "@std/log/info": "../tests/util/std/log/info.ts", + "@std/log/levels": "../tests/util/std/log/levels.ts", + "@std/log/logger": "../tests/util/std/log/logger.ts", + "@std/log/rotating-file-handler": "../tests/util/std/log/rotating_file_handler.ts", + "@std/log/setup": "../tests/util/std/log/setup.ts", + "@std/log/warn": "../tests/util/std/log/warn.ts", + "@std/media-types": "../tests/util/std/media_types/mod.ts", + "@std/media-types/content-type": "../tests/util/std/media_types/content_type.ts", + "@std/media-types/extension": "../tests/util/std/media_types/extension.ts", + "@std/media-types/all-extensions": "../tests/util/std/media_types/all_extensions.ts", + "@std/media-types/format-media-type": "../tests/util/std/media_types/format_media_type.ts", + "@std/media-types/get-charset": "../tests/util/std/media_types/get_charset.ts", + "@std/media-types/parse-media-type": "../tests/util/std/media_types/parse_media_type.ts", + "@std/media-types/type-by-extension": "../tests/util/std/media_types/type_by_extension.ts", + "@std/msgpack": "../tests/util/std/msgpack/mod.ts", + "@std/msgpack/decode": "../tests/util/std/msgpack/decode.ts", + "@std/msgpack/encode": "../tests/util/std/msgpack/encode.ts", + "@std/net": "../tests/util/std/net/mod.ts", + "@std/net/get-available-port": "../tests/util/std/net/get_available_port.ts", + "@std/net/get-network-address": "../tests/util/std/net/get_network_address.ts", + "@std/path": "../tests/util/std/path/mod.ts", + "@std/path/basename": "../tests/util/std/path/basename.ts", + "@std/path/common": "../tests/util/std/path/common.ts", + "@std/path/constants": "../tests/util/std/path/constants.ts", + "@std/path/dirname": "../tests/util/std/path/dirname.ts", + "@std/path/extname": "../tests/util/std/path/extname.ts", + "@std/path/format": "../tests/util/std/path/format.ts", + "@std/path/from-file-url": "../tests/util/std/path/from_file_url.ts", + "@std/path/glob-to-regexp": "../tests/util/std/path/glob_to_regexp.ts", + "@std/path/is-absolute": "../tests/util/std/path/is_absolute.ts", + "@std/path/is-glob": "../tests/util/std/path/is_glob.ts", + "@std/path/join": "../tests/util/std/path/join.ts", + "@std/path/join-globs": "../tests/util/std/path/join_globs.ts", + "@std/path/normalize": "../tests/util/std/path/normalize.ts", + "@std/path/normalize-glob": "../tests/util/std/path/normalize_glob.ts", + "@std/path/parse": "../tests/util/std/path/parse.ts", + "@std/path/posix": "../tests/util/std/path/posix/mod.ts", + "@std/path/posix/basename": "../tests/util/std/path/posix/basename.ts", + "@std/path/posix/common": "../tests/util/std/path/posix/common.ts", + "@std/path/posix/constants": "../tests/util/std/path/posix/constants.ts", + "@std/path/posix/dirname": "../tests/util/std/path/posix/dirname.ts", + "@std/path/posix/extname": "../tests/util/std/path/posix/extname.ts", + "@std/path/posix/format": "../tests/util/std/path/posix/format.ts", + "@std/path/posix/from-file-url": "../tests/util/std/path/posix/from_file_url.ts", + "@std/path/posix/glob-to-regexp": "../tests/util/std/path/posix/glob_to_regexp.ts", + "@std/path/posix/is-absolute": "../tests/util/std/path/posix/is_absolute.ts", + "@std/path/posix/is-glob": "../tests/util/std/path/posix/is_glob.ts", + "@std/path/posix/join": "../tests/util/std/path/posix/join.ts", + "@std/path/posix/join-globs": "../tests/util/std/path/posix/join_globs.ts", + "@std/path/posix/normalize": "../tests/util/std/path/posix/normalize.ts", + "@std/path/posix/normalize-glob": "../tests/util/std/path/posix/normalize_glob.ts", + "@std/path/posix/parse": "../tests/util/std/path/posix/parse.ts", + "@std/path/posix/relative": "../tests/util/std/path/posix/relative.ts", + "@std/path/posix/resolve": "../tests/util/std/path/posix/resolve.ts", + "@std/path/posix/to-file-url": "../tests/util/std/path/posix/to_file_url.ts", + "@std/path/posix/to-namespaced-path": "../tests/util/std/path/posix/to_namespaced_path.ts", + "@std/path/relative": "../tests/util/std/path/relative.ts", + "@std/path/resolve": "../tests/util/std/path/resolve.ts", + "@std/path/to-file-url": "../tests/util/std/path/to_file_url.ts", + "@std/path/to-namespaced-path": "../tests/util/std/path/to_namespaced_path.ts", + "@std/path/types": "../tests/util/std/path/types.ts", + "@std/path/windows": "../tests/util/std/path/windows/mod.ts", + "@std/path/windows/basename": "../tests/util/std/path/windows/basename.ts", + "@std/path/windows/common": "../tests/util/std/path/windows/common.ts", + "@std/path/windows/constants": "../tests/util/std/path/windows/constants.ts", + "@std/path/windows/dirname": "../tests/util/std/path/windows/dirname.ts", + "@std/path/windows/extname": "../tests/util/std/path/windows/extname.ts", + "@std/path/windows/format": "../tests/util/std/path/windows/format.ts", + "@std/path/windows/from-file-url": "../tests/util/std/path/windows/from_file_url.ts", + "@std/path/windows/glob-to-regexp": "../tests/util/std/path/windows/glob_to_regexp.ts", + "@std/path/windows/is-absolute": "../tests/util/std/path/windows/is_absolute.ts", + "@std/path/windows/is-glob": "../tests/util/std/path/windows/is_glob.ts", + "@std/path/windows/join": "../tests/util/std/path/windows/join.ts", + "@std/path/windows/join-globs": "../tests/util/std/path/windows/join_globs.ts", + "@std/path/windows/normalize": "../tests/util/std/path/windows/normalize.ts", + "@std/path/windows/normalize-glob": "../tests/util/std/path/windows/normalize_glob.ts", + "@std/path/windows/parse": "../tests/util/std/path/windows/parse.ts", + "@std/path/windows/relative": "../tests/util/std/path/windows/relative.ts", + "@std/path/windows/resolve": "../tests/util/std/path/windows/resolve.ts", + "@std/path/windows/to-file-url": "../tests/util/std/path/windows/to_file_url.ts", + "@std/path/windows/to-namespaced-path": "../tests/util/std/path/windows/to_namespaced_path.ts", + "@std/regexp": "../tests/util/std/regexp/mod.ts", + "@std/regexp/escape": "../tests/util/std/regexp/escape.ts", + "@std/semver": "../tests/util/std/semver/mod.ts", + "@std/semver/can-parse": "../tests/util/std/semver/can_parse.ts", + "@std/semver/compare": "../tests/util/std/semver/compare.ts", + "@std/semver/difference": "../tests/util/std/semver/difference.ts", + "@std/semver/equals": "../tests/util/std/semver/equals.ts", + "@std/semver/format": "../tests/util/std/semver/format.ts", + "@std/semver/format-range": "../tests/util/std/semver/format_range.ts", + "@std/semver/greater-or-equal": "../tests/util/std/semver/greater_or_equal.ts", + "@std/semver/greater-than": "../tests/util/std/semver/greater_than.ts", + "@std/semver/greater-than-range": "../tests/util/std/semver/greater_than_range.ts", + "@std/semver/increment": "../tests/util/std/semver/increment.ts", + "@std/semver/is-range": "../tests/util/std/semver/is_range.ts", + "@std/semver/is-semver": "../tests/util/std/semver/is_semver.ts", + "@std/semver/less-or-equal": "../tests/util/std/semver/less_or_equal.ts", + "@std/semver/less-than": "../tests/util/std/semver/less_than.ts", + "@std/semver/less-than-range": "../tests/util/std/semver/less_than_range.ts", + "@std/semver/max-satisfying": "../tests/util/std/semver/max_satisfying.ts", + "@std/semver/min-satisfying": "../tests/util/std/semver/min_satisfying.ts", + "@std/semver/not-equals": "../tests/util/std/semver/not_equals.ts", + "@std/semver/parse": "../tests/util/std/semver/parse.ts", + "@std/semver/parse-range": "../tests/util/std/semver/parse_range.ts", + "@std/semver/range-intersects": "../tests/util/std/semver/range_intersects.ts", + "@std/semver/satisfies": "../tests/util/std/semver/satisfies.ts", + "@std/semver/try-parse": "../tests/util/std/semver/try_parse.ts", + "@std/semver/try-parse-range": "../tests/util/std/semver/try_parse_range.ts", + "@std/semver/types": "../tests/util/std/semver/types.ts", + "@std/streams": "../tests/util/std/streams/mod.ts", + "@std/streams/buffer": "../tests/util/std/streams/buffer.ts", + "@std/streams/byte-slice-stream": "../tests/util/std/streams/byte_slice_stream.ts", + "@std/streams/concat-readable-streams": "../tests/util/std/streams/concat_readable_streams.ts", + "@std/streams/delimiter-stream": "../tests/util/std/streams/delimiter_stream.ts", + "@std/streams/early-zip-readable-streams": "../tests/util/std/streams/early_zip_readable_streams.ts", + "@std/streams/limited-bytes-transform-stream": "../tests/util/std/streams/limited_bytes_transform_stream.ts", + "@std/streams/limited-transform-stream": "../tests/util/std/streams/limited_transform_stream.ts", + "@std/streams/merge-readable-streams": "../tests/util/std/streams/merge_readable_streams.ts", + "@std/streams/text-delimiter-stream": "../tests/util/std/streams/text_delimiter_stream.ts", + "@std/streams/text-line-stream": "../tests/util/std/streams/text_line_stream.ts", + "@std/streams/to-array-buffer": "../tests/util/std/streams/to_array_buffer.ts", + "@std/streams/to-blob": "../tests/util/std/streams/to_blob.ts", + "@std/streams/to-json": "../tests/util/std/streams/to_json.ts", + "@std/streams/to-text": "../tests/util/std/streams/to_text.ts", + "@std/streams/to-transform-stream": "../tests/util/std/streams/to_transform_stream.ts", + "@std/streams/zip-readable-streams": "../tests/util/std/streams/zip_readable_streams.ts", + "@std/testing/bdd": "../tests/util/std/testing/bdd.ts", + "@std/testing/mock": "../tests/util/std/testing/mock.ts", + "@std/testing/snapshot": "../tests/util/std/testing/snapshot.ts", + "@std/testing/time": "../tests/util/std/testing/time.ts", + "@std/testing/types": "../tests/util/std/testing/types.ts", + "@std/text": "../tests/util/std/text/mod.ts", + "@std/text/closest-string": "../tests/util/std/text/closest_string.ts", + "@std/text/compare-similarity": "../tests/util/std/text/compare_similarity.ts", + "@std/text/levenshtein-distance": "../tests/util/std/text/levenshtein_distance.ts", + "@std/text/to-camel-case": "../tests/util/std/text/to_camel_case.ts", + "@std/text/to-constant-case": "../tests/util/std/text/to_constant_case.ts", + "@std/text/to-kebab-case": "../tests/util/std/text/to_kebab_case.ts", + "@std/text/to-pascal-case": "../tests/util/std/text/to_pascal_case.ts", + "@std/text/to-snake-case": "../tests/util/std/text/to_snake_case.ts", + "@std/text/word-similarity-sort": "../tests/util/std/text/word_similarity_sort.ts", + "@std/toml": "../tests/util/std/toml/mod.ts", + "@std/toml/parse": "../tests/util/std/toml/parse.ts", + "@std/toml/stringify": "../tests/util/std/toml/stringify.ts", + "@std/ulid": "../tests/util/std/ulid/mod.ts", + "@std/ulid/decode-time": "../tests/util/std/ulid/decode_time.ts", + "@std/ulid/monotonic-ulid": "../tests/util/std/ulid/monotonic_ulid.ts", + "@std/ulid/ulid": "../tests/util/std/ulid/ulid.ts", + "@std/url": "../tests/util/std/url/mod.ts", + "@std/url/basename": "../tests/util/std/url/basename.ts", + "@std/url/dirname": "../tests/util/std/url/dirname.ts", + "@std/url/extname": "../tests/util/std/url/extname.ts", + "@std/url/join": "../tests/util/std/url/join.ts", + "@std/url/normalize": "../tests/util/std/url/normalize.ts", + "@std/uuid": "../tests/util/std/uuid/mod.ts", + "@std/uuid/common": "../tests/util/std/uuid/common.ts", + "@std/uuid/constants": "../tests/util/std/uuid/constants.ts", + "@std/uuid/v1": "../tests/util/std/uuid/v1.ts", + "@std/uuid/v3": "../tests/util/std/uuid/v3.ts", + "@std/uuid/v4": "../tests/util/std/uuid/v4.ts", + "@std/uuid/v5": "../tests/util/std/uuid/v5.ts", + "@std/webgpu": "../tests/util/std/webgpu/mod.ts", + "@std/webgpu/create-capture": "../tests/util/std/webgpu/create_capture.ts", + "@std/webgpu/describe-texture-format": "../tests/util/std/webgpu/describe_texture_format.ts", + "@std/webgpu/row-padding": "../tests/util/std/webgpu/row_padding.ts", + "@std/webgpu/texture-with-data": "../tests/util/std/webgpu/texture_with_data.ts", + "@std/yaml": "../tests/util/std/yaml/mod.ts", + "@std/yaml/parse": "../tests/util/std/yaml/parse.ts", + "@std/yaml/stringify": "../tests/util/std/yaml/stringify.ts" } } |