-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
Domain: Auto-importExperience EnhancementNoncontroversial enhancementsNoncontroversial enhancementsFix AvailableA PR has been opened for this issueA PR has been opened for this issue
Milestone
Description
TypeScript Version: [email protected]
myInterfaceFile.ts
export interface MyExportedInterface {
something: number
}
another file, when using 'infer type from usage' option in VSCode
export async function someFunction(metricParams: { algebra: import("../../../../../../../../../blaa/bla/myInterfaceFile.ts").MyExportedInterface }) {
}
An 'import' function shouldn't be called.
Metadata
Metadata
Assignees
Labels
Domain: Auto-importExperience EnhancementNoncontroversial enhancementsNoncontroversial enhancementsFix AvailableA PR has been opened for this issueA PR has been opened for this issue