mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-01 03:54:20 -05:00
Flip imports to case insensitive sorting (#51579)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import {
|
||||
Debug,
|
||||
IScriptSnapshot,
|
||||
TextChangeRange,
|
||||
TextSpan,
|
||||
collapseTextChangeRangesAcrossMultipleVersions,
|
||||
computeLineStarts,
|
||||
createTextChangeRange,
|
||||
createTextSpan,
|
||||
Debug,
|
||||
IScriptSnapshot,
|
||||
TextChangeRange,
|
||||
TextSpan,
|
||||
unchangedTextChangeRange,
|
||||
} from "./_namespaces/ts";
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user