1 2 3 4 5
function nonAnalyzableUrl() { return "http://localhost:4545/" + "welcome.ts"; } await import(nonAnalyzableUrl());