From edaceecec771cf0395639175b5a21d20530f6080 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 28 Oct 2022 16:19:55 -0400 Subject: feat: support npm specifiers in `deno info` for display text output only (#16470) --- cli/tests/testdata/info/data_null_error/data_null_error.out | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/tests/testdata/info/data_null_error') diff --git a/cli/tests/testdata/info/data_null_error/data_null_error.out b/cli/tests/testdata/info/data_null_error/data_null_error.out index 89961be65..065396f18 100644 --- a/cli/tests/testdata/info/data_null_error/data_null_error.out +++ b/cli/tests/testdata/info/data_null_error/data_null_error.out @@ -1,6 +1,7 @@ local: [WILDCARD]mod.ts type: TypeScript -dependencies: 1 unique (total [WILDCARD]) +dependencies: 1 unique +size: [WILDCARD] file://[WILDCARD]/mod.ts ([WILDCARD]) └── file://[WILDCARD]/types.d.ts ([WILDCARD]) -- cgit v1.2.3