Reformat imports to be one identifier per line (#51565)

This commit is contained in:
Jake Bailey
2022-11-17 13:42:18 -08:00
committed by GitHub
parent 8eed2ca2dd
commit 2d2a4343b8
378 changed files with 16788 additions and 2935 deletions

View File

@@ -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;