mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-17 21:09:09 -05:00
Flip imports to case insensitive sorting (#51579)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import {
|
||||
arrayFrom,
|
||||
cast,
|
||||
CodeActionCommand,
|
||||
CodeFixAction,
|
||||
CodeFixAllContext,
|
||||
@@ -6,22 +8,20 @@ import {
|
||||
CodeFixContextBase,
|
||||
CodeFixRegistration,
|
||||
CombinedCodeActions,
|
||||
Debug,
|
||||
Diagnostic,
|
||||
DiagnosticAndArguments,
|
||||
DiagnosticWithLocation,
|
||||
FileTextChanges,
|
||||
Push,
|
||||
TextChange,
|
||||
arrayFrom,
|
||||
cast,
|
||||
computeSuggestionDiagnostics,
|
||||
contains,
|
||||
createMultiMap,
|
||||
Debug,
|
||||
Diagnostic,
|
||||
DiagnosticAndArguments,
|
||||
diagnosticToString,
|
||||
DiagnosticWithLocation,
|
||||
FileTextChanges,
|
||||
flatMap,
|
||||
isString,
|
||||
map,
|
||||
Push,
|
||||
TextChange,
|
||||
textChanges,
|
||||
} from "./_namespaces/ts";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user