summaryrefslogtreecommitdiff
path: root/cli/lsp/documents.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-10-24 17:43:19 -0400
committerGitHub <noreply@github.com>2023-10-24 21:43:19 +0000
commit59a5fe530f92e4207cc30be24158c0a809e37e5b (patch)
treeaeb392146e7f24c5a0a712e1fe3014f8c63ce36a /cli/lsp/documents.rs
parenta7bd0cf7a890eff0133242d09e71b2783350fd23 (diff)
refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)
Diffstat (limited to 'cli/lsp/documents.rs')
-rw-r--r--cli/lsp/documents.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/lsp/documents.rs b/cli/lsp/documents.rs
index bab94080f..57957780b 100644
--- a/cli/lsp/documents.rs
+++ b/cli/lsp/documents.rs
@@ -1796,6 +1796,7 @@ fn analyze_module(
) -> ModuleResult {
match parsed_source_result {
Ok(parsed_source) => Ok(deno_graph::parse_module_from_ast(
+ deno_graph::GraphKind::All,
specifier,
maybe_headers,
parsed_source,