Searched refs:visitAllNode (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_import.ts | 135 visitAllNode(sourceFile, sourceFile, defaultName, asName, path.dirname(fileResolvePath), log, 156 function visitAllNode(node: ts.Node, sourceFile: ts.SourceFile, defaultNameFromParent: string, function 318 node.getChildren().reverse().forEach((item: ts.Node) => visitAllNode(item, sourceFile,
|
| D | validate_ui_syntax.ts | 395 visitAllNode(sourceFile, sourceFile, allComponentNames, log, false, false, fileQuery); 402 function visitAllNode(node: ts.Node, sourceFileNode: ts.SourceFile, allComponentNames: Set<string>, function 454 …node.getChildren().forEach((item: ts.Node) => visitAllNode(item, sourceFileNode, allComponentNames,
|