Home
last modified time | relevance | path

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

/third_party/typescript_eslint/packages/typescript-estree/src/
Dnode-utils.ts371 const shouldDiveInChildNode = constant
376 return shouldDiveInChildNode && nodeHasTokens(child, ast)
/third_party/typescript/src/services/
Dutilities.ts1178 const shouldDiveInChildNode = constant
1183 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined;
/third_party/typescript/lib/
Dtsserver.js116322 var shouldDiveInChildNode =
116327 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined;
DtypescriptServices.js116891 var shouldDiveInChildNode =
116896 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined;
Dtsserverlibrary.js116891 var shouldDiveInChildNode =
116896 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined;
Dtypescript.js116891 var shouldDiveInChildNode =
116896 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined;