diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-03-01 22:49:58 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 22:49:58 +1100 |
| commit | 6dae6277497c0b083f25ead2ab020482dcd5c45f (patch) | |
| tree | 277ea88704a6476d8f2848adecb29f6cc47afef5 /cli/tests/049_info_flag_script_jsx.out | |
| parent | 0dc89c0a793fa80b4c3ef89128fc674ec62b72a3 (diff) | |
feat(cli): represent type dependencies in info (#9630)
Fixes #7927
Diffstat (limited to 'cli/tests/049_info_flag_script_jsx.out')
| -rw-r--r-- | cli/tests/049_info_flag_script_jsx.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/049_info_flag_script_jsx.out b/cli/tests/049_info_flag_script_jsx.out index 9260e8f67..0ad6608d4 100644 --- a/cli/tests/049_info_flag_script_jsx.out +++ b/cli/tests/049_info_flag_script_jsx.out @@ -1,7 +1,7 @@ [WILDCARD] local: [WILDCARD]http[WILDCARD]127.0.0.1_PORT4545[WILDCARD] type: TypeScript -deps: 8 unique (total [WILDCARD]) +dependencies: 8 unique (total [WILDCARD]) http://127.0.0.1:4545/cli/tests/048_media_types_jsx.ts ([WILDCARD]) ├── http://localhost:4545/cli/tests/subdir/mt_application_ecmascript_jsx.j2.jsx ([WILDCARD]) |
