deno 1.11.2

Provides the deno executable
1
2
3
4
5
6
7
8
9
10
11
12
Caught direct dynamic import error.
TypeError: Relative import path "does not exist" not prefixed with / or ./ or ../ from "[WILDCARD]/error_014_catch_dynamic_import_error.js"
    at async file:///[WILDCARD]/error_014_catch_dynamic_import_error.js:3:5
Caught indirect direct dynamic import error.
TypeError: Relative import path "does not exist either" not prefixed with / or ./ or ../ from "[WILDCARD]/indirect_import_error.js"
    at async file:///[WILDCARD]/error_014_catch_dynamic_import_error.js:10:5
Caught error thrown by dynamically imported module.
Error: An error
    at file:///[WILDCARD]tests/subdir/throws.js:6:7
Caught error thrown indirectly by dynamically imported module.
Error: An error
    at file:///[WILDCARD]tests/subdir/throws.js:6:7