Home
last modified time | relevance | path

Searched defs:promoteFromTypeOnly (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/codefixes/
DimportFixes.ts1082 …function promoteFromTypeOnly(changes: textChanges.ChangeTracker, aliasDeclaration: TypeOnlyAliasDe… function
1159 …const promoteFromTypeOnly = clause.isTypeOnly && some([defaultImport, ...namedImports], i => i?.ad… constant