Skip to content

Commit

Permalink
pub deno_json_for_compiler_options
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeemrmn committed Nov 27, 2024
1 parent 8c39bd3 commit 662fe74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workspace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ impl WorkspaceDirectory {
})
}

fn deno_json_for_compiler_options(&self) -> Option<&ConfigFileRc> {
pub fn deno_json_for_compiler_options(&self) -> Option<&ConfigFileRc> {
self
.maybe_deno_json()
.filter(|c| c.json.compiler_options.is_some())
Expand Down

0 comments on commit 662fe74

Please sign in to comment.