perf(ivy): remove firstTemplatePass check for component view creation (#31946)

PR Close #31946
This commit is contained in:
Pawel Kozlowski
2019-08-01 14:00:23 +02:00
committed by Alex Rickabaugh
parent f2d47c96c4
commit a7c71d1a57
6 changed files with 33 additions and 37 deletions

View File

@ -515,6 +515,9 @@
{
"name": "locateHostElement"
},
{
"name": "markAsComponentHost"
},
{
"name": "matchTemplateAttribute"
},
@ -545,9 +548,6 @@
{
"name": "postProcessDirective"
},
{
"name": "queueComponentIndexForCheck"
},
{
"name": "readPatchedData"
},

View File

@ -386,6 +386,9 @@
{
"name": "locateHostElement"
},
{
"name": "markAsComponentHost"
},
{
"name": "namespaceHTMLInternal"
},
@ -410,9 +413,6 @@
{
"name": "postProcessBaseDirective"
},
{
"name": "queueComponentIndexForCheck"
},
{
"name": "readPatchedData"
},

View File

@ -1118,6 +1118,9 @@
{
"name": "makeParamDecorator"
},
{
"name": "markAsComponentHost"
},
{
"name": "markContextToPersistState"
},
@ -1178,9 +1181,6 @@
{
"name": "postProcessDirective"
},
{
"name": "queueComponentIndexForCheck"
},
{
"name": "readPatchedData"
},