Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DtextChanges.ts681 …const insertLeadingComma = isObjectLiteralExpression(node) && isJsonSourceFile(sourceFile) && isEm… constant
684 prefix: (insertLeadingComma ? "," : "") + this.newLineCharacter,