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

PR Close #31182
This commit is contained in:
Misko Hevery
2019-06-07 20:46:11 -07:00
committed by Kara Erickson
parent 7186f9c016
commit 29a9909232
7 changed files with 342 additions and 195 deletions

View File

@ -485,15 +485,27 @@
{
"name": "applyClasses"
},
{
"name": "applyContainer"
},
{
"name": "applyElementContainer"
},
{
"name": "applyOnCreateInstructions"
},
{
"name": "applyProjection"
},
{
"name": "applyStyles"
},
{
"name": "applyStyling"
},
{
"name": "applyView"
},
{
"name": "assertTemplate"
},
@ -1280,9 +1292,6 @@
{
"name": "prepareInitialFlag"
},
{
"name": "projectionNodeStack"
},
{
"name": "queueComponentIndexForCheck"
},
@ -1571,9 +1580,6 @@
{
"name": "viewAttachedToContainer"
},
{
"name": "walkTNodeTree"
},
{
"name": "walkUpViews"
},