fix(web_workers): remove unnecessary setup module and AppRootUrl

Since AppRootUrl is removed, the logic for extending and emitting
the root url as part of the setup seems unnecessary.

BREAKING CHANGES:

The setupWebWorker function exported from 
angular2/platform/worker_app  no longer returns a promise of providers, 
but instead synchronously returns providers.

Related to #5815
Closes #5820
This commit is contained in:
Jeff Cross
2015-12-10 16:24:46 -08:00
parent ed2c25eb2f
commit a885f37dfa
8 changed files with 6 additions and 72 deletions

View File

@ -614,9 +614,6 @@ var NG_COMPILER = [
"VariableAst.sourceSpan=",
"VariableAst.value",
"VariableAst.value=",
"AppRootUrl",
"AppRootUrl.value",
"AppRootUrl.value=",
"DEFAULT_PACKAGE_URL_PROVIDER",
"UrlResolver",
"UrlResolver.resolve()",