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 7760c67 commit f020185Copy full SHA for f020185
tap/.deno.sh
@@ -4,6 +4,4 @@
4
5
echo "Using $(deno --version | head -1)"
6
7
-export DENO_UNSTABLE_SLOPPY_IMPORTS=true
8
-
9
-deno run --allow-read --allow-net --allow-env tap/run-deno.ts
+deno run --allow-read --allow-net --allow-env --unstable-sloppy-imports tap/run-deno.ts
0 commit comments