refactor(ivy): simplify walkTNodeTree method for readability (#31065)

PR Close #31065
This commit is contained in:
Misko Hevery
2019-06-07 20:46:11 -07:00
committed by Andrew Kushnir
parent 4bbf16e654
commit 994264c0ba
11 changed files with 302 additions and 325 deletions

View File

@ -149,9 +149,6 @@
{
"name": "__self"
},
{
"name": "__values"
},
{
"name": "__window"
},
@ -317,9 +314,6 @@
{
"name": "getElementDepthCount"
},
{
"name": "getHighestElementOrICUContainer"
},
{
"name": "getHostNative"
},

View File

@ -131,9 +131,6 @@
{
"name": "__self"
},
{
"name": "__values"
},
{
"name": "__window"
},
@ -254,9 +251,6 @@
{
"name": "getDirectiveDef"
},
{
"name": "getHighestElementOrICUContainer"
},
{
"name": "getHostNative"
},

View File

@ -317,9 +317,6 @@
{
"name": "__spread"
},
{
"name": "__values"
},
{
"name": "__window"
},
@ -464,9 +461,24 @@
{
"name": "appendChild"
},
{
"name": "applyContainer"
},
{
"name": "applyNodes"
},
{
"name": "applyProjectionRecursive"
},
{
"name": "applyStyling"
},
{
"name": "applyToElementOrContainer"
},
{
"name": "applyView"
},
{
"name": "assertTemplate"
},
@ -620,24 +632,6 @@
{
"name": "enterView"
},
{
"name": "executeActionOnContainer"
},
{
"name": "executeActionOnElementContainerOrIcuContainer"
},
{
"name": "executeActionOnElementOrContainer"
},
{
"name": "executeActionOnNode"
},
{
"name": "executeActionOnProjection"
},
{
"name": "executeActionOnView"
},
{
"name": "executeContentQueries"
},
@ -773,9 +767,6 @@
{
"name": "getGuardMask"
},
{
"name": "getHighestElementOrICUContainer"
},
{
"name": "getHostNative"
},