From 7d151efc683e512386e4ad95bc01259b536d28fc Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 22 Jul 2021 15:34:28 +1000 Subject: fix(cli): info now displays type reference deps (#11478) Fixes #11476 --- cli/tests/info/types_header.out | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cli/tests/info/types_header.out (limited to 'cli/tests/info') diff --git a/cli/tests/info/types_header.out b/cli/tests/info/types_header.out new file mode 100644 index 000000000..d3b6e8c4e --- /dev/null +++ b/cli/tests/info/types_header.out @@ -0,0 +1,8 @@ +[WILDCARD] +local: [WILDCARD]type_directives_01.ts +type: TypeScript +dependencies: 2 unique (total [WILDCARD]) + +[WILDCARD]/type_directives_01.ts ([WILDCARD]) +└─┬ http://127.0.0.1:4545/xTypeScriptTypes.js ([WILDCARD]) + └── http://127.0.0.1:4545/xTypeScriptTypes.d.ts ([WILDCARD]) -- cgit v1.2.3