summaryrefslogtreecommitdiff
path: root/tests/testdata/run/https_import.ts
blob: 3bcc9032643638400e8e3b690680195f768c0425 (plain)
1
2
3
import { printHello } from "https://localhost:5545/subdir/print_hello.ts";

printHello();