Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Drules.ts538 return nodeIsBlockContext(context.contextNode);
542 return nodeIsBlockContext(context.nextTokenParent);
546 function nodeIsBlockContext(node: Node): boolean { function