Searched defs:nameNode (Results 1 – 2 of 2) sorted by relevance
299 const nameNode = (node as FunctionLikeDeclaration).name; constant
214 const nameNode: Node | undefined = (nodeOrComment as NamedDeclaration).name; constant