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:
@@ -1,4 +1,4 @@
|
||||
import * as ts from "./_namespaces/ts";
|
||||
import * as ts from "./_namespaces/ts.js";
|
||||
import {
|
||||
AnyFunction,
|
||||
AssertionLevel,
|
||||
@@ -91,7 +91,7 @@ import {
|
||||
unescapeLeadingUnderscores,
|
||||
VarianceFlags,
|
||||
zipWith,
|
||||
} from "./_namespaces/ts";
|
||||
} from "./_namespaces/ts.js";
|
||||
|
||||
/** @internal */
|
||||
export enum LogLevel {
|
||||
|
||||
Reference in New Issue
Block a user