Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts406 const formattingContext = new FormattingContext(sourceFile, requestKind, options); constant
1019formattingContext.updateContext(previousItem, previousParent, currentItem, currentParent, contextN…
1021 const rules = getRules(formattingContext);
1023 … let trimTrailingWhitespaces = formattingContext.options.trimTrailingWhitespace !== false;