chore: update deno_graph to 0.100.1 (#30767)

This commit is contained in:
Luca Casonato 2025-09-18 10:52:50 +02:00 committed by GitHub
parent 4e0f524245
commit 5570d6a56b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 4 deletions

View file

@ -766,6 +766,7 @@ impl ModuleGraphBuilder {
locker: locker.as_mut().map(|l| l as _),
unstable_bytes_imports: self.cli_options.unstable_raw_imports(),
unstable_text_imports: self.cli_options.unstable_raw_imports(),
jsr_metadata_store: None,
},
options.npm_caching,
)