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,6 +1,13 @@
import {
Debug, FileWatcher, ModulePath, ModuleSpecifierCache, ModuleSpecifierOptions, nodeModulesPathPart, Path,
ResolvedModuleSpecifierInfo, UserPreferences,
Debug,
FileWatcher,
ModulePath,
ModuleSpecifierCache,
ModuleSpecifierOptions,
Path,
ResolvedModuleSpecifierInfo,
UserPreferences,
nodeModulesPathPart,
} from "./_namespaces/ts";
/** @internal */