mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Use explicit extensions for imports within src (#58421)
This commit is contained in:
@@ -136,7 +136,7 @@ import {
|
||||
unmangleScopedPackageName,
|
||||
version,
|
||||
WithMetadata,
|
||||
} from "./_namespaces/ts";
|
||||
} from "./_namespaces/ts.js";
|
||||
import {
|
||||
AuxiliaryProject,
|
||||
CloseFileWatcherEvent,
|
||||
@@ -180,8 +180,8 @@ import {
|
||||
stringifyIndented,
|
||||
toNormalizedPath,
|
||||
updateProjectIfDirty,
|
||||
} from "./_namespaces/ts.server";
|
||||
import * as protocol from "./protocol";
|
||||
} from "./_namespaces/ts.server.js";
|
||||
import * as protocol from "./protocol.js";
|
||||
|
||||
interface StackTraceError extends Error {
|
||||
stack?: string;
|
||||
|
||||
Reference in New Issue
Block a user