fix: handle non-file scopes in synthetic import map (#22361)

Closes #22353
This commit is contained in:
David Sherret 2024-02-08 21:13:08 -05:00 committed by GitHub
parent 2fc8d2a354
commit b0119134f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3256,9 +3256,9 @@ dependencies = [
[[package]]
name = "import_map"
version = "0.18.2"
version = "0.18.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556779a5de0289679854a5344c22f466698fd2661f7170db90df7fa5013b281e"
checksum = "4bad4ef70a3e0f2ee403925d77d1e7b74e471b57ea75593f332aac31b57958b4"
dependencies = [
"indexmap",
"log",

View file

@ -97,7 +97,7 @@ flate2.workspace = true
fs3.workspace = true
glob = "0.3.1"
hex.workspace = true
import_map = { version = "=0.18.2", features = ["ext"] }
import_map = { version = "=0.18.3", features = ["ext"] }
indexmap.workspace = true
jsonc-parser = { version = "=0.23.0", features = ["serde"] }
lazy-regex.workspace = true