Skip to content

Commit 23e1a7b

Browse files
authored
feat: switch to miette for error reporting (#117)
1 parent 8dcac1a commit 23e1a7b

File tree

5 files changed

+298
-164
lines changed

5 files changed

+298
-164
lines changed

Cargo.lock

Lines changed: 133 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/deno_task_shell/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ tokio-util = { version = "0.7.12", optional = true }
2424
os_pipe = { version = "1.2.1", optional = true }
2525
serde = { version = "1", features = ["derive"], optional = true }
2626
thiserror = "1.0.63"
27-
pest = "2.7.12"
27+
pest = { git = "https://github.com/pest-parser/pest.git", branch = "master", features = ["miette-error"] }
2828
pest_derive = "2.7.12"
2929
dirs = "5.0.1"
30-
pest_ascii_tree = "0.1.0"
30+
pest_ascii_tree = { git = "https://github.com/prsabahrami/pest_ascii_tree.git", branch = "master" }
31+
miette = "7.2.0"
3132

3233
[dev-dependencies]
3334
parking_lot = "0.12.3"

0 commit comments

Comments
 (0)