diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-04-27 17:11:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-27 21:11:57 +0000 |
| commit | 651e3e9e6daf3243dd21b7f66ce9738abdc39a37 (patch) | |
| tree | 0417415c1a5fa79d0ae5d8f0f75561138275e34e /tests/testdata/jsr/registry/@std/path/0.220.1_meta.json | |
| parent | e0f849289fdb2c2d86f7fb04182c37012ce2bb69 (diff) | |
fix(compile): certain jsr specifiers sometimes can't load (#23567)
When returning a jsr specifier for resolve it seems like deno core does
not work properly and hangs.
Closes https://github.com/denoland/deno/issues/23551
Closes https://github.com/denoland/deno/issues/23139
Diffstat (limited to 'tests/testdata/jsr/registry/@std/path/0.220.1_meta.json')
| -rw-r--r-- | tests/testdata/jsr/registry/@std/path/0.220.1_meta.json | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/tests/testdata/jsr/registry/@std/path/0.220.1_meta.json b/tests/testdata/jsr/registry/@std/path/0.220.1_meta.json new file mode 100644 index 000000000..2a2f43f96 --- /dev/null +++ b/tests/testdata/jsr/registry/@std/path/0.220.1_meta.json @@ -0,0 +1,64 @@ +{ + "exports": { + ".": "./mod.ts", + "./basename": "./basename.ts", + "./common": "./common.ts", + "./constants": "./constants.ts", + "./dirname": "./dirname.ts", + "./extname": "./extname.ts", + "./format": "./format.ts", + "./from_file_url": "./from_file_url.ts", + "./glob_to_regexp": "./glob_to_regexp.ts", + "./is_absolute": "./is_absolute.ts", + "./is_glob": "./is_glob.ts", + "./join": "./join.ts", + "./join_globs": "./join_globs.ts", + "./normalize": "./normalize.ts", + "./normalize_glob": "./normalize_glob.ts", + "./parse": "./parse.ts", + "./posix": "./posix/mod.ts", + "./posix/basename": "./posix/basename.ts", + "./posix/common": "./posix/common.ts", + "./posix/constants": "./posix/constants.ts", + "./posix/dirname": "./posix/dirname.ts", + "./posix/extname": "./posix/extname.ts", + "./posix/format": "./posix/format.ts", + "./posix/from_file_url": "./posix/from_file_url.ts", + "./posix/glob_to_regexp": "./posix/glob_to_regexp.ts", + "./posix/is_absolute": "./posix/is_absolute.ts", + "./posix/is_glob": "./posix/is_glob.ts", + "./posix/join": "./posix/join.ts", + "./posix/join_globs": "./posix/join_globs.ts", + "./posix/normalize": "./posix/normalize.ts", + "./posix/normalize_glob": "./posix/normalize_glob.ts", + "./posix/parse": "./posix/parse.ts", + "./posix/relative": "./posix/relative.ts", + "./posix/resolve": "./posix/resolve.ts", + "./posix/to_file_url": "./posix/to_file_url.ts", + "./posix/to_namespaced_path": "./posix/to_namespaced_path.ts", + "./relative": "./relative.ts", + "./resolve": "./resolve.ts", + "./to_file_url": "./to_file_url.ts", + "./to_namespaced_path": "./to_namespaced_path.ts", + "./windows": "./windows/mod.ts", + "./windows/basename": "./windows/basename.ts", + "./windows/common": "./windows/common.ts", + "./windows/constants": "./windows/constants.ts", + "./windows/dirname": "./windows/dirname.ts", + "./windows/extname": "./windows/extname.ts", + "./windows/format": "./windows/format.ts", + "./windows/from_file_url": "./windows/from_file_url.ts", + "./windows/glob_to_regexp": "./windows/glob_to_regexp.ts", + "./windows/is_absolute": "./windows/is_absolute.ts", + "./windows/is_glob": "./windows/is_glob.ts", + "./windows/join": "./windows/join.ts", + "./windows/join_globs": "./windows/join_globs.ts", + "./windows/normalize": "./windows/normalize.ts", + "./windows/normalize_glob": "./windows/normalize_glob.ts", + "./windows/parse": "./windows/parse.ts", + "./windows/relative": "./windows/relative.ts", + "./windows/resolve": "./windows/resolve.ts", + "./windows/to_file_url": "./windows/to_file_url.ts", + "./windows/to_namespaced_path": "./windows/to_namespaced_path.ts" + } +} |
