perf(ivy): guard directive-related operations with a TNode flag (#32445)

PR Close #32445
This commit is contained in:
Pawel Kozlowski
2019-09-02 15:17:44 +02:00
committed by Miško Hevery
parent a383a5a165
commit 641c5c1c1e
16 changed files with 87 additions and 57 deletions

View File

@ -204,7 +204,7 @@
"name": "concatString"
},
{
"name": "createDirectivesAndLocals"
"name": "createDirectivesInstances"
},
{
"name": "createLView"
@ -455,6 +455,9 @@
{
"name": "isCssClassMatching"
},
{
"name": "isDirectiveHost"
},
{
"name": "isFactory"
},
@ -698,4 +701,4 @@
{
"name": "ɵɵtext"
}
]
]

View File

@ -491,4 +491,4 @@
{
"name": "ɵɵtext"
}
]
]

View File

@ -537,7 +537,7 @@
"name": "createContainerRef"
},
{
"name": "createDirectivesAndLocals"
"name": "createDirectivesInstances"
},
{
"name": "createElementRef"
@ -987,10 +987,10 @@
"name": "isAnimationProp"
},
{
"name": "isComponent"
"name": "isComponentDef"
},
{
"name": "isComponentDef"
"name": "isComponentHost"
},
{
"name": "isContentQueryHost"
@ -1007,6 +1007,9 @@
{
"name": "isDevMode"
},
{
"name": "isDirectiveHost"
},
{
"name": "isFactory"
},