Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

rx.d.ts compile error #955

Closed
christyharagan opened this issue Oct 8, 2015 · 3 comments
Closed

rx.d.ts compile error #955

christyharagan opened this issue Oct 8, 2015 · 3 comments

Comments

@christyharagan
Copy link

As of v4, the rx.d.ts file ends like:

declare module "rx" { export = Rx; }
declare module "rx" { export = Rx; }

This should not be a double entry as it causes the typescript compiler to complain of duplicate entries.

@shadeglare
Copy link

Have the same issue.

@mattpodwysocki
Copy link
Member

@david-driscoll any idea on this?

@baltie
Copy link
Contributor

baltie commented Oct 13, 2015

Fixed by PR #961.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants