mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
refactor: extract DenoDir
, Emitter
, EmitCache
and ParsedSourceCache
from cli crate (#29961)
This commit is contained in:
parent
45dfae18ee
commit
7a1e949c47
26 changed files with 490 additions and 406 deletions
|
@ -109,7 +109,7 @@ pub async fn doc(
|
|||
let factory = CliFactory::from_flags(flags);
|
||||
let cli_options = factory.cli_options()?;
|
||||
let module_info_cache = factory.module_info_cache()?;
|
||||
let parsed_source_cache = factory.parsed_source_cache();
|
||||
let parsed_source_cache = factory.parsed_source_cache()?;
|
||||
let capturing_parser = parsed_source_cache.as_capturing_parser();
|
||||
let analyzer = module_info_cache.as_module_analyzer();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue