mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-23 18:48:40 -05:00
Reformat imports to be one identifier per line (#51565)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user