summaryrefslogtreecommitdiff
path: root/cli/cache/module_info.rs
AgeCommit message (Collapse)Author
2023-10-25refactor: break out ModuleInfoCache from ParsedSourceCache (#20977)David Sherret
As title. This will help use the two independently from the other, which will help in an upcoming deno doc PR where I need to parse the source files with scope analysis.