Update dprint, don't force multiline imports for imports of single name (#58038)

This commit is contained in:
Jake Bailey
2024-04-02 10:58:16 -07:00
committed by GitHub
parent 66f5be9c0e
commit 4cedfe40b0
205 changed files with 388 additions and 1156 deletions

View File

@@ -9,9 +9,7 @@ import {
TextSpan,
unchangedTextChangeRange,
} from "./_namespaces/ts";
import {
emptyArray,
} from "./_namespaces/ts.server";
import { emptyArray } from "./_namespaces/ts.server";
import * as protocol from "./protocol";
const lineCollectionCapacity = 4;