fix(ivy): convert context code into a tree-shakable instruction (#24943)

PR Close #24943
This commit is contained in:
Kara Erickson
2018-07-25 17:25:22 -07:00
committed by Igor Minar
parent fe14f180a6
commit 2ef777b0b2
24 changed files with 1058 additions and 519 deletions

View File

@ -17,9 +17,6 @@
{
"name": "ChangeDetectionStrategy"
},
{
"name": "DECLARATION_VIEW"
},
{
"name": "DIRECTIVES"
},
@ -101,9 +98,6 @@
{
"name": "callHooks"
},
{
"name": "callTemplateWithContexts"
},
{
"name": "canInsertNativeNode"
},

View File

@ -326,9 +326,6 @@
{
"name": "callHooks"
},
{
"name": "callTemplateWithContexts"
},
{
"name": "canInsertNativeNode"
},
@ -347,6 +344,9 @@
{
"name": "container"
},
{
"name": "contextViewData"
},
{
"name": "createDirectivesAndLocals"
},
@ -692,6 +692,9 @@
{
"name": "namespaceHTML"
},
{
"name": "nextContext"
},
{
"name": "pointers"
},
@ -725,9 +728,6 @@
{
"name": "readElementValue"
},
{
"name": "reference"
},
{
"name": "refreshChildComponents"
},
@ -869,6 +869,9 @@
{
"name": "walkLNodeTree"
},
{
"name": "walkUpViews"
},
{
"name": "wrapListenerWithDirtyAndDefault"
},