Flip imports to case insensitive sorting (#51579)

This commit is contained in:
Jake Bailey
2022-11-17 15:35:28 -08:00
committed by GitHub
parent 2d2a4343b8
commit 00dc0b6674
318 changed files with 5437 additions and 5436 deletions

View File

@@ -4,10 +4,10 @@ import {
ModulePath,
ModuleSpecifierCache,
ModuleSpecifierOptions,
nodeModulesPathPart,
Path,
ResolvedModuleSpecifierInfo,
UserPreferences,
nodeModulesPathPart,
} from "./_namespaces/ts";
/** @internal */