perf(ivy): avoid repeated tNode.initialInputs reads (#33322)

PR Close #33322
This commit is contained in:
Pawel Kozlowski
2019-10-22 16:42:23 +02:00
committed by atscott
parent 41caafcaf2
commit 4452d6d848
3 changed files with 6 additions and 11 deletions

View File

@ -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;