mirror of
https://github.com/denoland/deno.git
synced 2024-12-12 02:27:46 -05:00
8 lines
135 B
TypeScript
8 lines
135 B
TypeScript
|
// non-analyzable
|
||
|
const moduleName = "./output.cjs";
|
||
|
function getModuleName() {
|
||
|
return moduleName;
|
||
|
}
|
||
|
|
||
|
await import(getModuleName());
|