Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DsplitTypeOnlyImport.ts10 … return splitTypeOnlyImport(t, getImportDeclaration(context.sourceFile, context.span), context);
17 splitTypeOnlyImport(changes, getImportDeclaration(context.sourceFile, error), context);
25 …function splitTypeOnlyImport(changes: textChanges.ChangeTracker, importDeclaration: ImportDeclarat… function