chore: update crates (#16588)

This commit is contained in:
Bartek Iwańczuk 2022-11-10 17:20:46 +01:00 committed by GitHub
parent 110a0ebe69
commit fd32f75da9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 58 additions and 29 deletions

View file

@ -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>,
}