From 888824c61787edb4a1a0d4141f6c08855d87d2b7 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Tue, 9 Oct 2018 17:31:06 -0700 Subject: Add redirect follow feature (#934) --- tests/017_import_redirect.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/017_import_redirect.ts (limited to 'tests/017_import_redirect.ts') diff --git a/tests/017_import_redirect.ts b/tests/017_import_redirect.ts new file mode 100644 index 000000000..22003e9dc --- /dev/null +++ b/tests/017_import_redirect.ts @@ -0,0 +1,5 @@ +// http -> https redirect would happen: +// tslint:disable-next-line:max-line-length +import { printHello } from "http://gist.githubusercontent.com/ry/f12b2aa3409e6b52645bc346a9e22929/raw/79318f239f51d764384a8bded8d7c6a833610dde/print_hello.ts"; + +printHello(); -- cgit v1.2.3