refactor: remove babel config files

This commit is contained in:
Jason Aden 2017-03-07 10:27:56 -08:00
parent 72563b61fb
commit 58dd4673cd
24 changed files with 0 additions and 402 deletions

View File

@ -1,14 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/animations": "ng.animations",
"rxjs/Observable": "Rx",
"rxjs/Subject": "Rx"
},
"exactGlobals": true
}]],
"moduleId": "@angular/animations"
}

View File

@ -1,13 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/common": "ng.common",
"@angular/core": "ng.core",
"rxjs/Subject": "Rx"
},
"exactGlobals": true
}]],
"moduleId": "@angular/common"
}

View File

@ -1,14 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/common": "ng.common",
"@angular/common/testing": "ng.common.testing",
"@angular/core": "ng.core",
"rxjs/Subject": "Rx"
},
"exactGlobals": true
}]],
"moduleId": "@angular/common/testing"
}

View File

@ -1,15 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/core/testing": "ng.core.testing",
"@angular/compiler": "ng.compiler",
"rxjs/Observable": "Rx",
"rxjs/Subject": "Rx"
},
"exactGlobals": true
}]],
"moduleId": "@angular/core/testing"
}

View File

@ -1,23 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"rxjs/Subject": "Rx",
"rxjs/Observable": "Rx",
"rxjs/Observer": "Rx",
"rxjs/Subscription": "Rx",
"rxjs/symbol/observable": "Rx.Symbol.observable",
"rxjs/observable/merge": "Rx.Observable",
"rxjs/operator/share": "Rx.Observable.prototype"
},
"exactGlobals": true
}]],
"moduleId": "@angular/core",
"compact": false
}

View File

@ -1,12 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/core/testing": "ng.core.testing",
"rxjs/Subject": "Rx"
},
"exactGlobals": true
}]],
"moduleId": "@angular/core/testing"
}

View File

@ -1,18 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/common": "ng.common",
"@angular/compiler": "ng.compiler",
"@angular/forms": "ng.forms",
"rxjs/Observable": "Rx",
"rxjs/Subject": "Rx",
"rxjs/observable/fromPromise": "Rx.Observable",
"rxjs/operator/toPromise": "Rx.Observable.prototype"
},
"exactGlobals": true
}]],
"moduleId": "@angular/forms"
}

View File

@ -1,14 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/platform-browser": "ng.platformBrowser",
"@angular/http": "ng.http",
"rxjs/Observable": "Rx",
"rxjs/Subject": "Rx"
},
"exactGlobals": true
}]],
"moduleId": "@angular/http"
}

View File

@ -1,17 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/platform-browser": "ng.platformBrowser",
"@angular/http": "ng.http",
"@angular/http/testing": "ng.http.testing",
"rxjs/Observable": "Rx",
"rxjs/ReplaySubject": "Rx",
"rxjs/Subject": "Rx",
"rxjs/operator/take": "Rx.Observable.prototype"
},
"exactGlobals": true
}]],
"moduleId": "@angular/http/testing"
}

View File

@ -1,15 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/common": "ng.common",
"@angular/compiler": "ng.compiler",
"@angular/platform-browser": "ng.platformBrowser",
"@angular/platform-browser-dynamic": "ng.platformBrowserDynamic"
},
"exactGlobals": true
}]],
"moduleId": "@angular/platform-browser-dynamic"
}

View File

@ -1,19 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/core/testing": "ng.core.testing",
"@angular/common": "ng.common",
"@angular/compiler": "ng.compiler",
"@angular/compiler/testing": "ng.compiler.testing",
"@angular/platform-browser": "ng.platformBrowser",
"@angular/platform-browser/testing": "ng.platformBrowser.testing",
"@angular/platform-browser-dynamic": "ng.platformBrowserDynamic",
"@angular/platform-browser-dynamic/testing": "ng.platformBrowserDynamic.testing"
},
"exactGlobals": true
}]],
"moduleId": "@angular/platform-browser-dynamic/testing"
}

View File

@ -1,13 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/common": "ng.common",
"@angular/platform-browser": "ng.platformBrowser"
},
"exactGlobals": true
}]],
"moduleId": "@angular/platform-browser"
}

View File

@ -1,16 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/animations": "ng.animations",
"@angular/platform-browser": "ng.platformBrowser",
"@angular/platform-browser/animations": "ng.platformBrowser.animations",
"rxjs/Observable": "Rx",
"rxjs/Subject": "Rx"
},
"exactGlobals": true
}]],
"moduleId": "@angular/platform-browser/animations"
}

View File

@ -1,17 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/animations": "ng.animations",
"@angular/platform-browser": "ng.platformBrowser",
"@angular/platform-browser/animations": "ng.platformBrowser.animations",
"@angular/platform-browser/testing": "ng.platformBrowser.testing",
"rxjs/Observable": "Rx",
"rxjs/Subject": "Rx"
},
"exactGlobals": true
}]],
"moduleId": "@angular/platform-browser/animations/testing"
}

View File

@ -1,14 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/common": "ng.common",
"@angular/platform-browser": "ng.platformBrowser",
"@angular/platform-browser/testing": "ng.platformBrowser.testing"
},
"exactGlobals": true
}]],
"moduleId": "@angular/platform-browser/testing"
}

View File

@ -1,15 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
'@angular/core': 'ng.core',
'@angular/common': 'ng.common',
'@angular/compiler': 'ng.compiler',
'@angular/platform-browser': 'ng.platformBrowser',
'@angular/platform-server': 'ng.platformServer'
},
"exactGlobals": true
}]],
"moduleId": "@angular/platform-server"
}

View File

@ -1,18 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/common": "ng.common",
"@angular/compiler": "ng.compiler",
"@angular/compiler/testing": "ng.compiler.testing",
"@angular/platform-browser": "ng.platformBrowser",
"@angular/platform-server": "ng.platformServer",
"@angular/platform-server/testing": "ng.platformServer.testing",
"@angular/platform-browser-dynamic/testing": "ng.platformBrowserDynamic.testing"
},
"exactGlobals": true
}]],
"moduleId": "@angular/platform-server/testing"
}

View File

@ -1,17 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/common": "ng.common",
"@angular/compiler": "ng.compiler",
"@angular/platform-browser": "ng.platformBrowser",
"@angular/platform-browser-dynamic": "ng.platformBrowserDynamic",
"@angular/platform-webworker": "ng.platformWebworker",
"@angular/platform-webworker-dynamic": "ng.platformWebworkerDynamic"
},
"exactGlobals": true
}]],
"moduleId": "@angular/platform-webworker-dynamic"
}

View File

@ -1,16 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/common": "ng.common",
"@angular/platform-browser": "ng.platformBrowser",
"@angular/platform-webworker": "ng.platformWebworker",
"rxjs/Observable": "Rx",
"rxjs/Subject": "Rx"
},
"exactGlobals": true
}]],
"moduleId": "@angular/platform-webworker"
}

View File

@ -1,38 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/common": "ng.common",
"@angular/platform-browser": "ng.platformBrowser",
"@angular/router": "ng.router",
"rxjs/BehaviorSubject": "Rx",
"rxjs/Observable": "Rx",
"rxjs/Subject": "Rx",
"rxjs/Subscription": "Rx",
"rxjs/util/EmptyError": "Rx",
"rxjs/observable/from": "Rx.Observable",
"rxjs/observable/fromPromise": "Rx.Observable",
"rxjs/observable/forkJoin": "Rx.Observable",
"rxjs/observable/of": "Rx.Observable",
"rxjs/operator/toPromise": "Rx.Observable.prototype",
"rxjs/operator/map": "Rx.Observable.prototype",
"rxjs/operator/mergeAll": "Rx.Observable.prototype",
"rxjs/operator/concatAll": "Rx.Observable.prototype",
"rxjs/operator/mergeMap": "Rx.Observable.prototype",
"rxjs/operator/reduce": "Rx.Observable.prototype",
"rxjs/operator/every": "Rx.Observable.prototype",
"rxjs/operator/first": "Rx.Observable.prototype",
"rxjs/operator/catch": "Rx.Observable.prototype",
"rxjs/operator/last": "Rx.Observable.prototype",
"rxjs/operator/filter": "Rx.Observable.prototype",
"rxjs/operator/concatMap": "Rx.Observable.prototype"
},
"exactGlobals": true
}]],
"moduleId": "@angular/router"
}

View File

@ -1,16 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/common": "ng.common",
"@angular/common/testing": "ng.common.testing",
"@angular/platform-browser": "ng.platformBrowser",
"@angular/router": "ng.router",
"@angular/router/testing": "ng.router.testing"
},
"exactGlobals": true
}]],
"moduleId": "@angular/router/testing"
}

View File

@ -1,15 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/common": "ng.common",
"@angular/router": "ng.router",
"@angular/router/upgrade": "ng.router.upgrade",
"@angular/upgrade/static": "ng.upgrade.static"
},
"exactGlobals": true
}]],
"moduleId": "@angular/router/upgrade"
}

View File

@ -1,21 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/common": "ng.common",
"@angular/compiler": "ng.compiler",
"@angular/platform-browser": "ng.platformBrowser",
"@angular/platform-browser-dynamic": "ng.platformBrowserDynamic",
"@angular/upgrade": "ng.upgrade",
"rxjs/Subject": "Rx",
"rxjs/observable/PromiseObservable": "Rx", // this is wrong, but this stuff has changed in rxjs
// b.6 so we need to fix it when we update.
"rxjs/operator/toPromise": "Rx.Observable.prototype",
"rxjs/Observable": "Rx"
},
"exactGlobals": true
}]],
"moduleId": "@angular/upgrade"
}

View File

@ -1,12 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/upgrade": "ng.upgrade",
"@angular/upgrade/static": "ng.upgrade.static"
},
"exactGlobals": true
}]],
"moduleId": "@angular/upgrade/static"
}