refactor(ivy): extract elementStart first create pass (#33963)

PR Close #33963
This commit is contained in:
Pawel Kozlowski
2019-11-21 16:45:54 +01:00
committed by Matias Niemelä
parent 00f1ffbbb4
commit 60570d0cb2
3 changed files with 43 additions and 27 deletions

View File

@ -239,6 +239,9 @@
{
"name": "elementCreate"
},
{
"name": "elementStartFirstCreatePass"
},
{
"name": "enterDI"
},

View File

@ -527,6 +527,9 @@
{
"name": "elementPropertyInternal"
},
{
"name": "elementStartFirstCreatePass"
},
{
"name": "enterDI"
},