Skip to content

Commit

Permalink
feat: use concrete errors and use deno_error (#147)
Browse files Browse the repository at this point in the history
Closes #117
  • Loading branch information
crowlKats authored Jan 8, 2025
1 parent 26aad8c commit ef30ea9
Show file tree
Hide file tree
Showing 10 changed files with 654 additions and 338 deletions.
56 changes: 17 additions & 39 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ sync = ["deno_package_json/sync"]
workspace = ["deno_json", "deno_semver", "package_json"]

[dependencies]
anyhow = "1.0.57"
indexmap = { version = "2", features = ["serde"] }
jsonc-parser = { version = "0.26.0", features = ["serde"], optional = true }
log = "0.4.20"
Expand All @@ -32,8 +31,10 @@ phf = { version = "0.11", features = ["macros"], optional = true }
serde = { version = "1.0.149", features = ["derive"] }
serde_json = "1.0.85"
url = { version = "2.3.1" }
import_map = { version = "0.20.0", features = ["ext"], optional = true }
thiserror = "1.0.61"
import_map = { version = "0.21.0", features = ["ext"], optional = true }
thiserror = "2"
deno_error = { version = "0.5.3", features = ["url"] }
boxed_error = "0.2.3"
deno_semver = { version = "0.7.1", optional = true }
deno_package_json = { version = "0.4.0", optional = true }
deno_path_util = "0.3.0"
Expand Down
Loading

0 comments on commit ef30ea9

Please sign in to comment.