diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-10-28 16:19:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-28 16:19:55 -0400 |
| commit | edaceecec771cf0395639175b5a21d20530f6080 (patch) | |
| tree | 8c9708d095a8ed7c9e897869a68f9d2c9b4d7ffd /cli/tests/testdata/info/031_info_ts_error.out | |
| parent | 2c674dcd20aeb19d694e03d969f5792d1581e87a (diff) | |
feat: support npm specifiers in `deno info` for display text output only (#16470)
Diffstat (limited to 'cli/tests/testdata/info/031_info_ts_error.out')
| -rw-r--r-- | cli/tests/testdata/info/031_info_ts_error.out | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/tests/testdata/info/031_info_ts_error.out b/cli/tests/testdata/info/031_info_ts_error.out index 2dc7bb4e8..49df50012 100644 --- a/cli/tests/testdata/info/031_info_ts_error.out +++ b/cli/tests/testdata/info/031_info_ts_error.out @@ -1,5 +1,7 @@ [WILDCARD] local: [WILDCARD]031_info_ts_error.ts type: TypeScript -dependencies: 0 unique (total [WILDCARD]) +dependencies: 0 unique +size: [WILDCARD] + [WILDCARD]031_info_ts_error.ts ([WILDCARD]) |
