From 9ec18c35c7e6207fc96d6b2508c3bf37953c4f93 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 26 Oct 2023 21:27:50 -0400 Subject: feat(doc): display non-exported types referenced in exported types (#20990) Upgrades to deno_doc 0.70 which includes the feature for showing non-exported types referenced in exported types as well as a much more advanced deno doc that uses a symbol graph. --- cli/tests/integration/doc_tests.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/doc_tests.rs b/cli/tests/integration/doc_tests.rs index 72f5f4314..cdbee845b 100644 --- a/cli/tests/integration/doc_tests.rs +++ b/cli/tests/integration/doc_tests.rs @@ -47,6 +47,11 @@ itest!(deno_doc_types_header { http_server: true, }); +itest!(deno_doc_referenced_private_types { + args: "doc doc/referenced_private_types.ts", + output: "doc/referenced_private_types.out", +}); + itest!(_060_deno_doc_displays_all_overloads_in_details_view { args: "doc doc/060_deno_doc_displays_all_overloads_in_details_view.ts NS.test", -- cgit v1.2.3