summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/dynamic_import/permissions_remote_remote.ts
blob: 0033bcccce56b20404d124f1c345e68bd224d201 (plain)
1
2
3
await import(
  "http://localhost:4545/dynamic_import/static_remote.ts"
);