mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Flip imports to case insensitive sorting (#51579)
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import {
|
||||
CharacterCodes,
|
||||
Comparison,
|
||||
ScriptTarget,
|
||||
TextSpan,
|
||||
compareBooleans,
|
||||
compareValues,
|
||||
Comparison,
|
||||
createTextSpan,
|
||||
isUnicodeIdentifierStart,
|
||||
last,
|
||||
min,
|
||||
ScriptTarget,
|
||||
startsWith,
|
||||
TextSpan,
|
||||
} from "./_namespaces/ts";
|
||||
|
||||
// Note(cyrusn): this enum is ordered from strongest match type to weakest match type.
|
||||
|
||||
Reference in New Issue
Block a user