Lines Matching refs:Node
307 function visitComponent(node: ts.Node): void {
309 ts.forEachChild(node, (child: ts.Node) => {
399 node?: ts.Node
403 let childNode: ts.Node = node;
535 function assignParameter(forEachParameters: ts.NodeArray<ts.ParameterDeclaration>, item: ts.Node): …
1337 export function getRealNodePos(node: ts.Node): number {
1896 function checkContainer(name: string, node: ts.Node): boolean {
1935 reuseId: ts.Node
2045 function isBuilderChangeNode(argument: ts.Node, identifierNode: ts.Identifier, propertyName: string…
2079 function parseBuilderNode(node: ts.Node, propertyName: string):
2172 function isInnerBuilderCallExpressionNode(node: ts.Node): boolean {
2176 function isGlobalBuilderCallExpressionNode(node: ts.Node): boolean {
2181 function isPropertyAccessExpressionNode(node: ts.Node): boolean {
2390 function validatePropertyAccessExpressionWithCustomBuilder(node: ts.Node): boolean {
2395 function validateIdentifierWithCustomBuilder(node: ts.Node): boolean {
2661 function loopEtscomponent(node: any, isStylesAttr: boolean): ts.Node {
2662 node.arguments.forEach((item: ts.Node, index: number) => {
2675 function changeEtsComponentKind(node: ts.Node): ts.Node {
2868 node.arguments.forEach((item: ts.Node) => {