Searched defs:newLineCharacter (Results 1 – 12 of 12) sorted by relevance
19 …const newLineCharacter = sourceFile.checkJsDirective ? "" : getNewLineOrDefaultFromHost(host, form… constant
66 export const newLineCharacter = "\n"; constant
19 const newLineCharacter = getNewLineCharacter(printerOptions); constant
316 …constructor(private readonly newLineCharacter: string, private readonly formatContext: formatting.… property in ts.textChanges.ChangeTracker
984 newLineCharacter?: string; property
2674 newLineCharacter?: string; property
6865 newLineCharacter?: string; property
3427 newLineCharacter?: string; property