Rust: add option to extract dependencies as source files

This commit is contained in:
Arthur Baars
2025-05-26 18:21:35 +02:00
parent a519eabd4d
commit 765afdbae0
3 changed files with 22 additions and 2 deletions

View File

@@ -82,3 +82,11 @@ options:
title: Skip path resolution
description: >
Skip path resolution. This is experimental, while we move path resolution from the extractor to the QL library.
type: string
pattern: "^(false|true)$"
extract_dependencies_as_source:
title: Extract dependencies as source code
description: >
Extract the full source code of dependencies instead of only extracting signatures.
type: string
pattern: "^(false|true)$"