Skip to content

Commit

Permalink
feat(lsp): provide import map remapping diags and fixes (denoland#15165)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jul 14, 2022
1 parent 294b277 commit 7e06d33
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 31 deletions.
17 changes: 15 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 @@ -71,7 +71,7 @@ env_logger = "=0.9.0"
eszip = "=0.22.0"
fancy-regex = "=0.9.0"
http = "=0.2.6"
import_map = "=0.11.0"
import_map = "=0.12.1"
indexmap = "1.8.1"
jsonc-parser = { version = "=0.19.0", features = ["serde"] }
libc = "=0.2.126"
Expand Down
Loading

0 comments on commit 7e06d33

Please sign in to comment.