fix(build): Reduce rx typings to what we actually require.

This should help a lot with github rate limiting by removing about
2/3 of the dependencies.
This commit is contained in:
Alex Eagle
2015-06-29 15:30:48 -07:00
parent a9008eecba
commit 8bab6dd239
7 changed files with 532 additions and 501 deletions

View File

@ -1,5 +1,5 @@
/// <reference path="../../typings/es6-promise/es6-promise.d.ts" />
/// <reference path="../../typings/rx/rx.all.d.ts" />
/// <reference path="../../typings/rx/rx.d.ts" />
import {global, isPresent} from 'angular2/src/facade/lang';
import {List} from 'angular2/src/facade/collection';

View File

@ -1,4 +1,4 @@
/// <reference path="../../typings/rx/rx.all.d.ts" />
/// <reference path="../../typings/rx/rx.d.ts" />
import {Injectable} from 'angular2/src/di/decorators';
import {IRequestOptions, Connection, IHttp} from './interfaces';

View File

@ -1,4 +1,4 @@
/// <reference path="../../typings/rx/rx.all.d.ts" />
/// <reference path="../../typings/rx/rx.d.ts" />
import {
ReadyStates,