perf(ivy): avoid repeated tNode.initialInputs reads (#33322)
PR Close #33322
This commit is contained in:
@ -603,7 +603,7 @@ export interface TProjectionNode extends TNode {
|
||||
}
|
||||
|
||||
/**
|
||||
* An union type representing all TNode types that can host a directive.
|
||||
* A union type representing all TNode types that can host a directive.
|
||||
*/
|
||||
export type TDirectiveHostNode = TElementNode | TContainerNode | TElementContainerNode;
|
||||
|
||||
|
Reference in New Issue
Block a user