refactor(ivy): remove code duplication in native nodes manipulation (#27925)

PR Close #27925
This commit is contained in:
Pawel Kozlowski
2019-01-04 12:08:04 +01:00
committed by Kara Erickson
parent 3ac249b2ab
commit d80c32310a
3 changed files with 16 additions and 11 deletions

View File

@ -258,7 +258,7 @@
"name": "getDirectiveDef"
},
{
"name": "getFirstParentNative"
"name": "getFirstNonICUParent"
},
{
"name": "getHighestElementContainer"

View File

@ -675,7 +675,7 @@
"name": "getElementDepthCount"
},
{
"name": "getFirstParentNative"
"name": "getFirstNonICUParent"
},
{
"name": "getFirstTemplatePass"
@ -1004,6 +1004,9 @@
{
"name": "nativeParentNode"
},
{
"name": "nativeRemoveChild"
},
{
"name": "nextContext"
},