Searched refs:nodeHasTokens (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript_eslint/packages/typescript-estree/src/ |
D | node-utils.ts | 376 return shouldDiveInChildNode && nodeHasTokens(child, ast) 671 export function nodeHasTokens(n: ts.Node, ast: ts.SourceFile): boolean { function
|
/third_party/typescript/src/services/ |
D | utilities.ts | 1183 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined; 1228 !nodeHasTokens(child, sourceFile) || 1282 else if (nodeHasTokens(children[i], sourceFile)) { 1591 function nodeHasTokens(n: Node, sourceFile: SourceFileLike): boolean { function
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 116896 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined; 116938 !nodeHasTokens(child, sourceFile) || 116984 else if (nodeHasTokens(children[i], sourceFile)) { 117256 function nodeHasTokens(n, sourceFile) { function
|
D | typescript.js | 116896 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined; 116938 !nodeHasTokens(child, sourceFile) || 116984 else if (nodeHasTokens(children[i], sourceFile)) { 117256 function nodeHasTokens(n, sourceFile) { function
|
D | tsserver.js | 116327 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined; 116369 !nodeHasTokens(child, sourceFile) || 116415 else if (nodeHasTokens(children[i], sourceFile)) { 116687 function nodeHasTokens(n, sourceFile) { function
|
D | typescriptServices.js | 116896 … return shouldDiveInChildNode && nodeHasTokens(child, sourceFile) ? find(child) : undefined; 116938 !nodeHasTokens(child, sourceFile) || 116984 else if (nodeHasTokens(children[i], sourceFile)) { 117256 function nodeHasTokens(n, sourceFile) { function
|