Skip to content

Commit

Permalink
fix: handle non-file scopes in synthetic import map (#22361)
Browse files Browse the repository at this point in the history
Closes #22353
  • Loading branch information
dsherret authored and littledivy committed Feb 15, 2024
1 parent 8cc5adc commit 7ef1720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ef1720

Please sign in to comment.