We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a594a0d commit ac5b2a8Copy full SHA for ac5b2a8
tap/.deno.sh
@@ -4,4 +4,6 @@
4
5
echo "Using $(deno --version | head -1)"
6
7
-deno run --allow-read --allow-net --allow-env --import-map tap/import_map.json tap/run-deno.ts
+export DENO_UNSTABLE_SLOPPY_IMPORTS=true
8
+
9
+deno run --allow-read --allow-net --allow-env tap/run-deno.ts
tap/import_map.json
0 commit comments