Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts79 …const isObjectLiteral = currentToken.kind === SyntaxKind.OpenBraceToken && currentToken.parent.kin… constant
80 if (options.indentStyle === IndentStyle.Block || isObjectLiteral) {