mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
chore: update crates (#16588)
This commit is contained in:
parent
110a0ebe69
commit
fd32f75da9
3 changed files with 58 additions and 29 deletions
|
@ -53,7 +53,7 @@ pub struct GraphData {
|
|||
npm_packages: HashSet<NpmPackageReq>,
|
||||
/// Map of first known referrer locations for each module. Used to enhance
|
||||
/// error messages.
|
||||
referrer_map: HashMap<ModuleSpecifier, Range>,
|
||||
referrer_map: HashMap<ModuleSpecifier, Box<Range>>,
|
||||
graph_imports: Vec<GraphImport>,
|
||||
cjs_esm_translations: HashMap<ModuleSpecifier, String>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue