mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-01 03:54:20 -05:00
Reformat imports to be one identifier per line (#51565)
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
import {
|
||||
collapseTextChangeRangesAcrossMultipleVersions, computeLineStarts, createTextChangeRange, createTextSpan, Debug,
|
||||
IScriptSnapshot, TextChangeRange, TextSpan, unchangedTextChangeRange,
|
||||
Debug,
|
||||
IScriptSnapshot,
|
||||
TextChangeRange,
|
||||
TextSpan,
|
||||
collapseTextChangeRangesAcrossMultipleVersions,
|
||||
computeLineStarts,
|
||||
createTextChangeRange,
|
||||
createTextSpan,
|
||||
unchangedTextChangeRange,
|
||||
} from "./_namespaces/ts";
|
||||
import { emptyArray, protocol } from "./_namespaces/ts.server";
|
||||
import {
|
||||
emptyArray,
|
||||
protocol,
|
||||
} from "./_namespaces/ts.server";
|
||||
|
||||
const lineCollectionCapacity = 4;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user