Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts111 …export function formatOnOpeningCurly(position: number, sourceFile: SourceFile, formatContext: Form… function
/third_party/typescript/src/services/
Dservices.ts2084 return formatting.formatOnOpeningCurly(position, sourceFile, formatContext);