diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-07-22 15:34:28 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 15:34:28 +1000 |
| commit | 7d151efc683e512386e4ad95bc01259b536d28fc (patch) | |
| tree | 95b2b5920f166c761400a690a6841951ae6fe693 /cli/tests/info | |
| parent | bdc53b45b7665b29c2980416c3681e1671989f9c (diff) | |
fix(cli): info now displays type reference deps (#11478)
Fixes #11476
Diffstat (limited to 'cli/tests/info')
| -rw-r--r-- | cli/tests/info/types_header.out | 8 |
1 files changed, 8 insertions, 0 deletions
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]) |
