Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DorganizeImports.ts22 const maybeRemove = shouldRemove ? removeUnusedImports : identity; constant
25 … const processedDeclarations = maybeCoalesce(maybeRemove(importGroup, sourceFile, program));