diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-07 09:43:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-07 07:43:05 +0000 |
commit | 04473c04ed59cc2a987af3405074591fbc1341a4 (patch) | |
tree | 50d56d1990328a6d32627e74ef73514525d78fde /cli/tools/doc.rs | |
parent | 4fa8869f2487749a9f190cb3047f4f3e6d571f27 (diff) |
fix(compile): support workspace members importing other members (#24909)
Diffstat (limited to 'cli/tools/doc.rs')
-rw-r--r-- | cli/tools/doc.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tools/doc.rs b/cli/tools/doc.rs index bc0d81cc9..e7eab9b91 100644 --- a/cli/tools/doc.rs +++ b/cli/tools/doc.rs @@ -59,7 +59,6 @@ async fn generate_doc_nodes_for_builtin_types( imports: Vec::new(), is_dynamic: false, passthrough_jsr_specifiers: false, - workspace_members: &[], executor: Default::default(), file_system: &NullFileSystem, jsr_url_provider: Default::default(), |