From 99ce807a121efdbbee784409094c1596299d90de Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 8 Feb 2019 21:36:10 -0500 Subject: Add deps to --info output. (#1720) Move module stuff into its own file. --- tests/022_info_flag.out | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/022_info_flag.out b/tests/022_info_flag.out index 9421387a6..163746f11 100644 --- a/tests/022_info_flag.out +++ b/tests/022_info_flag.out @@ -2,3 +2,5 @@ local: [WILDCARD]deps/http/127.0.0.1_PORT4545/tests/003_relative_import.ts type: TypeScript compiled: [WILDCARD].js map: [WILDCARD].js.map +deps: http://127.0.0.1:4545/tests/003_relative_import.ts +| http://127.0.0.1:4545/tests/subdir/print_hello.ts -- cgit v1.2.3