fix(core): size regression with closure compiler (#25531)

By pulling in `compiler` into `core` the `compiler` was not
100% tree-shakable and about  8KB of code was retained
when tree-shaken with closure.

PR Close #25531
This commit is contained in:
Miško Hevery
2018-08-16 14:37:21 -07:00
committed by Misko Hevery
parent 371df35624
commit 1f59f2f04d
6 changed files with 123 additions and 99 deletions

View File

@ -1439,9 +1439,6 @@
{
"name": "SyncAsync"
},
{
"name": "TAG_DEFINITIONS"
},
{
"name": "TAG_TO_PLACEHOLDER_NAMES"
},
@ -1730,9 +1727,6 @@
{
"name": "_DEFAULT_SOURCE_LANG$1"
},
{
"name": "_DEFAULT_TAG_DEFINITION"
},
{
"name": "_DOCTYPE"
},
@ -3509,6 +3503,9 @@
{
"name": "refCount"
},
{
"name": "registerContext"
},
{
"name": "registerModuleFactory"
},