Skip to content

Commit

Permalink
feat: switch to miette for error reporting (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami authored Sep 11, 2024
1 parent 8dcac1a commit 23e1a7b
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 164 deletions.
157 changes: 133 additions & 24 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions crates/deno_task_shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ tokio-util = { version = "0.7.12", optional = true }
os_pipe = { version = "1.2.1", optional = true }
serde = { version = "1", features = ["derive"], optional = true }
thiserror = "1.0.63"
pest = "2.7.12"
pest = { git = "https://github.com/pest-parser/pest.git", branch = "master", features = ["miette-error"] }
pest_derive = "2.7.12"
dirs = "5.0.1"
pest_ascii_tree = "0.1.0"
pest_ascii_tree = { git = "https://github.com/prsabahrami/pest_ascii_tree.git", branch = "master" }
miette = "7.2.0"

[dev-dependencies]
parking_lot = "0.12.3"
Expand Down
Loading

0 comments on commit 23e1a7b

Please sign in to comment.