summaryrefslogtreecommitdiff
path: root/cli/args/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/args/mod.rs')
-rw-r--r--cli/args/mod.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/cli/args/mod.rs b/cli/args/mod.rs
index 04a011196..e0eff6171 100644
--- a/cli/args/mod.rs
+++ b/cli/args/mod.rs
@@ -1301,9 +1301,7 @@ impl CliOptions {
self.maybe_lockfile.clone()
}
- /// Return any imports that should be brought into the scope of the module
- /// graph.
- pub fn to_maybe_imports(
+ pub fn to_compiler_option_types(
&self,
) -> Result<Vec<deno_graph::ReferrerImports>, AnyError> {
self.workspace.to_maybe_imports().map(|maybe_imports| {