mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-13 20:45:51 -05:00
Update dprint, don't force multiline imports for imports of single name (#58038)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user