diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-18 14:54:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 13:54:52 +0000 |
commit | 3dd83fdbdba02bb59bc4af51f2ddcd8a85067398 (patch) | |
tree | ca585bb16ff45b499dde8b28c189edb2457b35d4 /Cargo.lock | |
parent | bed46474b2d59b229bd85dbdec5b3d943c32f60f (diff) |
Revert "feat(fmt): sort type-only named import/exports last" (#25705)
Reverts #25690
This was not an issue with the ts compiler anymore. Discussion here:
https://github.com/dprint/dprint-plugin-typescript/pull/664#issuecomment-2357000053
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 077d31f19..9dbd78e97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2519,9 +2519,9 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.92.0" +version = "0.93.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e454b93b06b61a6cf76b921906074616052a29a16dba8119947669121283fc3" +checksum = "e9308d98b923b7c0335c2ee1560199e3f2321b1be82803107b4ba4ed5dac46cc" dependencies = [ "anyhow", "deno_ast", |