refactor(ivy): unify native node handling around render parent and element / ICU containers (#27925)

PR Close #27925
This commit is contained in:
Pawel Kozlowski
2019-01-04 17:17:50 +01:00
committed by Kara Erickson
parent 8a3cebde8b
commit e08feb7e54
4 changed files with 51 additions and 78 deletions

View File

@ -258,10 +258,7 @@
"name": "getDirectiveDef"
},
{
"name": "getFirstNonICUParent"
},
{
"name": "getHighestElementContainer"
"name": "getHighestElementOrICUContainer"
},
{
"name": "getHostNative"

View File

@ -674,14 +674,11 @@
{
"name": "getElementDepthCount"
},
{
"name": "getFirstNonICUParent"
},
{
"name": "getFirstTemplatePass"
},
{
"name": "getHighestElementContainer"
"name": "getHighestElementOrICUContainer"
},
{
"name": "getHostNative"