Home
last modified time | relevance | path

Searched refs:makeImportIfNecessary (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/refactors/
DmoveToNewFile.ts323 return makeImportIfNecessary(defaultImport, specifiers, path, quotePreference);
/third_party/typescript/src/services/
Dutilities.ts1959 …export function makeImportIfNecessary(defaultImport: Identifier | undefined, namedImports: readonl… function