summaryrefslogtreecommitdiff
path: root/tests/registry/jsr/@denotest/import-https-url/1.0.0/unanalyzable.ts
blob: 63001d15f727a933f6e38986043edfb137206792 (plain)
1
2
3
4
5
function nonAnalyzableUrl() {
  return "http://localhost:4545/" + "welcome.ts";
}

await import(nonAnalyzableUrl());