From eea2b04a5a34bed542053f2f6e960adfc3be656a Mon Sep 17 00:00:00 2001 From: Igor Oleinikov Date: Wed, 19 Mar 2014 16:16:46 +0400 Subject: [PATCH] Renamed lighted versions to names without .d.ts to exclude from building. --- rx.js/{rx-lite.d.ts => rx-lite.ts} | 0 rx.js/{rx.async-lite.d.ts => rx.async-lite.ts} | 0 rx.js/rx.async.d.ts | 2 +- rx.js/{rx.binding-lite.d.ts => rx.binding-lite.ts} | 0 rx.js/rx.binding.d.ts | 2 +- rx.js/rx.d.ts | 2 +- 6 files changed, 3 insertions(+), 3 deletions(-) rename rx.js/{rx-lite.d.ts => rx-lite.ts} (100%) rename rx.js/{rx.async-lite.d.ts => rx.async-lite.ts} (100%) rename rx.js/{rx.binding-lite.d.ts => rx.binding-lite.ts} (100%) diff --git a/rx.js/rx-lite.d.ts b/rx.js/rx-lite.ts similarity index 100% rename from rx.js/rx-lite.d.ts rename to rx.js/rx-lite.ts diff --git a/rx.js/rx.async-lite.d.ts b/rx.js/rx.async-lite.ts similarity index 100% rename from rx.js/rx.async-lite.d.ts rename to rx.js/rx.async-lite.ts diff --git a/rx.js/rx.async.d.ts b/rx.js/rx.async.d.ts index f345da7d95..45bf452364 100644 --- a/rx.js/rx.async.d.ts +++ b/rx.js/rx.async.d.ts @@ -5,7 +5,7 @@ // Definitions: https://github.com/borisyankov/DefinitelyTyped /// -/// +/// declare module Rx { interface ObservableStatic { diff --git a/rx.js/rx.binding-lite.d.ts b/rx.js/rx.binding-lite.ts similarity index 100% rename from rx.js/rx.binding-lite.d.ts rename to rx.js/rx.binding-lite.ts diff --git a/rx.js/rx.binding.d.ts b/rx.js/rx.binding.d.ts index d986537198..505522e38d 100644 --- a/rx.js/rx.binding.d.ts +++ b/rx.js/rx.binding.d.ts @@ -5,7 +5,7 @@ // Definitions: https://github.com/borisyankov/DefinitelyTyped /// -/// +/// declare module Rx { export interface Observable { diff --git a/rx.js/rx.d.ts b/rx.js/rx.d.ts index 0b3b3cdf71..2cf1d38b8b 100644 --- a/rx.js/rx.d.ts +++ b/rx.js/rx.d.ts @@ -4,7 +4,7 @@ // Definitions by: Igor Oleinikov // Definitions: https://github.com/borisyankov/DefinitelyTyped -/// +/// declare module Rx { export interface IScheduler {