deno 1.11.2

Provides the deno executable
1
2
const a = await import("./subdir/a.ts");
console.log(a);