Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts48 … const precedingTokenIsLiteral = isStringOrRegularExpressionOrTemplateLiteral(precedingToken.kind); constant
49 …if (precedingTokenIsLiteral && precedingToken.getStart(sourceFile) <= position && position < prece…