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:
crisbeto
2019-07-09 18:39:10 +02:00
committed by Matias Niemelä
parent 9204de96a1
commit ef44f51d58
9 changed files with 111 additions and 72 deletions

View File

@ -785,9 +785,6 @@
{
"name": "ɵɵelementStart"
},
{
"name": "ɵɵnamespaceHTML"
},
{
"name": "ɵɵsetComponentScope"
},

View File

@ -521,9 +521,6 @@
{
"name": "ɵɵdefineInjectable"
},
{
"name": "ɵɵnamespaceHTML"
},
{
"name": "ɵɵtext"
}

View File

@ -1625,9 +1625,6 @@
{
"name": "ɵɵlistener"
},
{
"name": "ɵɵnamespaceHTML"
},
{
"name": "ɵɵnextContext"
},