Use explicit extensions for imports within src (#58421)

This commit is contained in:
Jake Bailey
2024-05-06 17:07:54 -07:00
committed by GitHub
parent 9598d35074
commit 16beff101a
582 changed files with 2583 additions and 2360 deletions
+3 -3
View File
@@ -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;