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:
@ -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';
|
||||
|
@ -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';
|
||||
|
@ -1,4 +1,4 @@
|
||||
/// <reference path="../../typings/rx/rx.all.d.ts" />
|
||||
/// <reference path="../../typings/rx/rx.d.ts" />
|
||||
|
||||
import {
|
||||
ReadyStates,
|
||||
|
Reference in New Issue
Block a user