refactor(ivy): remove instruction usage from other instructions (#31456)
Removes direct calls from one instruction into another, moves the shared logic into a separate function and removes the state getters from the shared function. This PR resolves FW-1340. PR Close #31456
This commit is contained in:
@ -785,9 +785,6 @@
|
||||
{
|
||||
"name": "ɵɵelementStart"
|
||||
},
|
||||
{
|
||||
"name": "ɵɵnamespaceHTML"
|
||||
},
|
||||
{
|
||||
"name": "ɵɵsetComponentScope"
|
||||
},
|
||||
|
@ -521,9 +521,6 @@
|
||||
{
|
||||
"name": "ɵɵdefineInjectable"
|
||||
},
|
||||
{
|
||||
"name": "ɵɵnamespaceHTML"
|
||||
},
|
||||
{
|
||||
"name": "ɵɵtext"
|
||||
}
|
||||
|
@ -1625,9 +1625,6 @@
|
||||
{
|
||||
"name": "ɵɵlistener"
|
||||
},
|
||||
{
|
||||
"name": "ɵɵnamespaceHTML"
|
||||
},
|
||||
{
|
||||
"name": "ɵɵnextContext"
|
||||
},
|
||||
|
Reference in New Issue
Block a user