refactor(ivy): ensure hello world doesn't pull in context discovery creation code (#25895)

PR Close #25895
This commit is contained in:
Matias Niemelä
2018-09-10 11:22:35 -07:00
parent 8dc2b119fb
commit 10a656fc38
7 changed files with 49 additions and 67 deletions

View File

@ -98,9 +98,6 @@
{
"name": "_CLEAN_PROMISE"
},
{
"name": "_getComponentHostLElementNode"
},
{
"name": "_renderCompCount"
},
@ -137,9 +134,6 @@
{
"name": "componentRefresh"
},
{
"name": "createLContext"
},
{
"name": "createLNode"
},
@ -200,9 +194,6 @@
{
"name": "extractPipeDef"
},
{
"name": "findViaComponent"
},
{
"name": "firstTemplatePass"
},
@ -218,12 +209,6 @@
{
"name": "getDirectiveDef"
},
{
"name": "getLElementFromComponent"
},
{
"name": "getLElementFromRootComponent"
},
{
"name": "getLViewChild"
},
@ -251,9 +236,6 @@
{
"name": "getRenderParent"
},
{
"name": "getRootView"
},
{
"name": "hostElement"
},
@ -290,6 +272,9 @@
{
"name": "readPatchedData"
},
{
"name": "readPatchedLViewData"
},
{
"name": "refreshChildComponents"
},

View File

@ -314,9 +314,6 @@
{
"name": "_devMode"
},
{
"name": "_getComponentHostLElementNode"
},
{
"name": "_global"
},
@ -596,9 +593,6 @@
{
"name": "getLElementFromComponent"
},
{
"name": "getLElementFromRootComponent"
},
{
"name": "getLViewChild"
},
@ -671,9 +665,6 @@
{
"name": "getRendererFactory"
},
{
"name": "getRootView"
},
{
"name": "getStyleSanitizer"
},
@ -854,6 +845,9 @@
{
"name": "readPatchedData"
},
{
"name": "readPatchedLViewData"
},
{
"name": "reference"
},

View File

@ -1622,9 +1622,6 @@
{
"name": "getLElementFromComponent"
},
{
"name": "getLElementFromRootComponent"
},
{
"name": "getLViewChild"
},
@ -1772,9 +1769,6 @@
{
"name": "getRendererFactory"
},
{
"name": "getRootView"
},
{
"name": "getStyleSanitizer"
},
@ -2174,6 +2168,9 @@
{
"name": "readPatchedData"
},
{
"name": "readPatchedLViewData"
},
{
"name": "recursivelyProcessProviders"
},