refactor(ivy): simplify walkTNodeTree
method for readability (#31182)
PR Close #31182
This commit is contained in:

committed by
Kara Erickson

parent
7186f9c016
commit
29a9909232
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user