Searched refs:isObjectLiteral (Results 1 – 1 of 1) sorted by relevance
79 …const isObjectLiteral = currentToken.kind === SyntaxKind.OpenBraceToken && currentToken.parent.kin… constant80 if (options.indentStyle === IndentStyle.Block || isObjectLiteral) {