mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
refactor: rename RootConfig
to CliOptions
(#15007)
This commit is contained in:
parent
1328a56230
commit
8c4420c005
12 changed files with 138 additions and 132 deletions
|
@ -122,7 +122,7 @@ pub async fn print_docs(
|
|||
doc_parser.parse_source(
|
||||
&source_file_specifier,
|
||||
MediaType::Dts,
|
||||
get_types(ps.config.unstable()).into(),
|
||||
get_types(ps.options.unstable()).into(),
|
||||
)
|
||||
} else {
|
||||
let module_specifier = resolve_url_or_path(&source_file)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue