Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DconvertStringOrTemplateLiteral.ts133 …const copyTrailingOperatorComments = (operators: Token<BinaryOperator>[], file: SourceFile) => (in… constant
190 const copyOperatorComments = copyTrailingOperatorComments(operators, file);