diff options
| author | Luca Casonato <hello@lcas.dev> | 2024-01-23 16:37:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 16:37:43 +0100 |
| commit | 137f1a0c6836b50292c53e15aa85bd56ad14a943 (patch) | |
| tree | c0bf018dbacee30ca80817ffc82751b6f9870fa0 /Cargo.lock | |
| parent | 427b73c3ec1e01ca8c670d403a85fcf31777d253 (diff) | |
feat(cli): improved diagnostics printing (#22049)
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.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index a83b51387..4c3440e8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1037,6 +1037,7 @@ dependencies = [ "trust-dns-server", "twox-hash", "typed-arena", + "unicode-width", "uuid", "walkdir", "winapi", |
