summaryrefslogtreecommitdiff
path: root/tests/specs/run/cjs/unprepared/main.ts
blob: 5630b4fbc3c9131cc171437587cdca0603c58cf3 (plain)
1
2
3
4
5
6
7
// non-analyzable
const moduleName = "./output.cjs";
function getModuleName() {
  return moduleName;
}

await import(getModuleName());