RxJS: *-lite.ts renamed to *-lite.d.ts (to contribute with package)

This commit is contained in:
Igor Oleinikov
2014-04-03 18:19:48 +04:00
parent df7c80574e
commit 82f2b025da
11 changed files with 10 additions and 10 deletions
View File
+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 -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
@@ -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 {
View File
+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> {