Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts144 …export function formatDocument(sourceFile: SourceFile, formatContext: FormatContext): TextChange[]… function
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts773 this.state.formatDocument();
DfourslashImpl.ts2318 public formatDocument() {
2596 this.formatDocument();
/third_party/typescript/src/services/
DtextChanges.ts1071 const changes = formatting.formatDocument(sourceFile, formatContext);
Dservices.ts2070 …return formatting.formatDocument(syntaxTreeCache.getCurrentSourceFile(fileName), formatting.getFor…