Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Drules.ts316 …n, [isOptionEnabled("placeOpenBraceOnNewLineForFunctions"), isTypeScriptDeclWithBlockContext, isBe…
335 …dOrTokensOnSameLine("placeOpenBraceOnNewLineForFunctions"), isTypeScriptDeclWithBlockContext, isNo…
597 function isTypeScriptDeclWithBlockContext(context: FormattingContext): boolean { function