Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts175 const allComponentNames: Set<string> = constant
177 checkUISyntax(filePath, allComponentNames, content, log, sourceFile, fileQuery);
391 function checkUISyntax(filePath: string, allComponentNames: Set<string>, content: string,
396 visitAllNode(sourceFile, sourceFile, allComponentNames, log, false, fileQuery);
403 function visitAllNode(node: ts.Node, sourceFileNode: ts.SourceFile, allComponentNames: Set<string>,
448 …node.getChildren().forEach((item: ts.Node) => visitAllNode(item, sourceFileNode, allComponentNames,
480 allComponentNames: Set<string>,
486 checkOneChildComponent(node, allComponentNames, sourceFileNode, log);
487 checkSpecificChildComponent(node, allComponentNames, sourceFileNode, log);
549 function checkOneChildComponent(node: ts.EtsComponentExpression, allComponentNames: Set<string>,
[all …]