mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-25 12:40:05 -05:00
Use explicit extensions for imports within src (#58421)
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
Path,
|
||||
ResolvedModuleSpecifierInfo,
|
||||
UserPreferences,
|
||||
} from "./_namespaces/ts";
|
||||
} from "./_namespaces/ts.js";
|
||||
|
||||
/** @internal */
|
||||
export interface ModuleSpecifierResolutionCacheHost {
|
||||
|
||||
Reference in New Issue
Block a user