summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/info/with_import_map/deno.json
diff options
context:
space:
mode:
authorVedant Pandey <vedantpandey46@gmail.com>2023-07-25 21:53:43 +0530
committerGitHub <noreply@github.com>2023-07-25 18:23:43 +0200
commit4a5aaceb26cb7441d0702d30961e0059256826b7 (patch)
tree50b157a21bcf09ec9ab48d0ef86fa598193a39c0 /cli/tests/testdata/info/with_import_map/deno.json
parentbd79baea5e6734ab70802cd2c2532a491a987ff7 (diff)
fix: deno info should respect import map (#19781)
Closes #19742
Diffstat (limited to 'cli/tests/testdata/info/with_import_map/deno.json')
-rw-r--r--cli/tests/testdata/info/with_import_map/deno.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/info/with_import_map/deno.json b/cli/tests/testdata/info/with_import_map/deno.json
new file mode 100644
index 000000000..aaf7260c6
--- /dev/null
+++ b/cli/tests/testdata/info/with_import_map/deno.json
@@ -0,0 +1,6 @@
+{
+ "imports": {
+ "preact": "https://esm.sh/preact@10.15.1",
+ "preact/": "https://esm.sh/preact@10.15.1/"
+ }
+}