Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts47 …getIndentationForComment(owningToken: SyntaxKind, tokenIndentation: number, container: Node): numb…
594 getIndentationForComment: (kind, tokenIndentation, container) => {
605 return tokenIndentation !== Constants.Unknown ? tokenIndentation : indentation;
919 … const tokenIndentation = (isTokenInRange && !rangeContainsError(currentTokenInfo.token)) ? constant
925 …amicIndentation.getIndentationForComment(currentTokenInfo.token.kind, tokenIndentation, container);
931 if (tokenIndentation !== Constants.Unknown && indentNextTokenOrTrivia) {
932 …insertIndentation(currentTokenInfo.token.pos, tokenIndentation, lineAction === LineAction.LineAdde…
935 indentationOnLastIndentedLine = tokenIndentation;