mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-13 11:46:08 -05:00
Use explicit extensions for imports within src (#58421)
This commit is contained in:
@@ -64,7 +64,7 @@ import {
|
||||
TypeParameterDeclaration,
|
||||
UnionTypeNode,
|
||||
VariableDeclaration,
|
||||
} from "./_namespaces/ts";
|
||||
} from "./_namespaces/ts.js";
|
||||
|
||||
/** @internal */
|
||||
export function createSyntacticTypeNodeBuilder(options: CompilerOptions, resolver: SyntacticTypeNodeBuilderResolver) {
|
||||
|
||||
Reference in New Issue
Block a user