Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts106 …export function formatOnSemicolon(position: number, sourceFile: SourceFile, formatContext: FormatC… function
/third_party/typescript/src/services/
Dservices.ts2088 return formatting.formatOnSemicolon(position, sourceFile, formatContext);