Skip to content

Commit

Permalink
feat(cli): improved diagnostics printing
Browse files Browse the repository at this point in the history
This initially uses the new diagnostic printer in `deno lint`,
`deno doc` and `deno publish`. In the limit we should also update
`deno check` to use this printer.
  • Loading branch information
lucacasonato committed Jan 23, 2024
1 parent 052fd78 commit a560699
Show file tree
Hide file tree
Showing 10 changed files with 1,105 additions and 241 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ tokio-util.workspace = true
tower-lsp.workspace = true
twox-hash = "=1.6.3"
typed-arena = "=2.0.1"
unicode-width = "0.1"
uuid = { workspace = true, features = ["serde"] }
walkdir = "=2.3.2"
zeromq = { version = "=0.3.4", default-features = false, features = ["tcp-transport", "tokio-runtime"] }
Expand Down
Loading

0 comments on commit a560699

Please sign in to comment.