mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
9166d8a4e9
Supersedes #22501 and also fixes that issue.
2 lines
47 B
TypeScript
2 lines
47 B
TypeScript
const asd = "asd";
|
|
await import("asd " + asd);
|