mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1977 from Igorbek/master
RxJS: *-lite.ts renamed to *-lite.d.ts (to contribute with package)
This commit is contained in:
@@ -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 {
|
||||
/**
|
||||
Vendored
+1
-1
@@ -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> {
|
||||
/**
|
||||
Vendored
+1
-1
@@ -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
@@ -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> {
|
||||
Vendored
+1
-1
@@ -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> {
|
||||
|
||||
Vendored
+1
-1
@@ -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 {
|
||||
|
||||
Vendored
+5
-5
@@ -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
@@ -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> {
|
||||
Vendored
+1
-1
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user