Merge pull request #1977 from Igorbek/master

RxJS: *-lite.ts renamed to *-lite.d.ts (to contribute with package)
This commit is contained in:
Igorbek
2014-04-03 09:18:46 -07:00
11 changed files with 16 additions and 12 deletions
View File
+2
View File
@@ -1,6 +1,8 @@
// This file contains common part of defintions for rx.async.d.ts and rx.lite.d.ts
// Do not include the file separately.
///<reference path="rx-lite.d.ts"/>
declare module Rx {
interface ObservableStatic {
/**
+1 -1
View File
@@ -5,7 +5,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
///<reference path="rx.async-lite.ts" />
///<reference path="rx.async-lite.d.ts" />
declare module Rx {
interface ObservableStatic {
@@ -1,6 +1,8 @@
// This file contains common part of defintions for rx.backpressure.d.ts and rx.lite.d.ts
// Do not include the file separately.
///<reference path="rx-lite.d.ts"/>
declare module Rx {
export interface Observable<T> {
/**
+1 -1
View File
@@ -4,4 +4,4 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
///<reference path="rx.backpressure-lite.ts" />
///<reference path="rx.backpressure-lite.d.ts" />
+1 -1
View File
@@ -1,7 +1,7 @@
// This file contains common part of defintions for rx.binding.d.ts and rx.lite.d.ts
// Do not include the file separately.
///<reference path="rx-lite.ts"/>
///<reference path="rx-lite.d.ts"/>
declare module Rx {
export interface BehaviorSubject<T> extends Subject<T> {
+1 -1
View File
@@ -5,7 +5,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
///<reference path="rx.binding-lite.ts" />
///<reference path="rx.binding-lite.d.ts" />
declare module Rx {
export interface Observable<T> {
+1 -1
View File
@@ -4,7 +4,7 @@
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx-lite.ts"/>
///<reference path="rx-lite.d.ts"/>
declare module Rx {
export interface IScheduler {
+5 -5
View File
@@ -4,11 +4,11 @@
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx-lite.ts"/>
///<reference path="rx.async-lite.ts" />
///<reference path="rx.binding-lite.ts" />
///<reference path="rx.time-lite.ts" />
///<reference path="rx.backpressure-lite.ts" />
///<reference path="rx-lite.d.ts"/>
///<reference path="rx.async-lite.d.ts" />
///<reference path="rx.binding-lite.d.ts" />
///<reference path="rx.time-lite.d.ts" />
///<reference path="rx.backpressure-lite.d.ts" />
declare module Rx {
export class Scheduler implements IScheduler {
+1 -1
View File
@@ -1,7 +1,7 @@
// This file contains common part of defintions for rx.time.d.ts and rx.lite.d.ts
// Do not include the file separately.
///<reference path="rx-lite.ts" />
///<reference path="rx-lite.d.ts" />
declare module Rx {
export interface TimeInterval<T> {
+1 -1
View File
@@ -5,7 +5,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
///<reference path="rx.time-lite.ts" />
///<reference path="rx.time-lite.d.ts" />
declare module Rx {
export interface Observable<T> {