-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Rewrite typescript declarations #848
Rewrite typescript declarations #848
Conversation
Hi @david-driscoll, I'm your friendly neighborhood Microsoft Open Technologies, Inc. Pull Request Bot (You can call me MSOTBOT). Thanks for your contribution! The agreement was validated by Microsoft Open Technologies, Inc. and real humans are currently evaluating your PR. TTYL, MSOTBOT; |
@@ -0,0 +1,12 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I plan to drop this file and squash the commits before the PR is finished.
…when using es6 bindings in typescript
…es so that TS can resolve them properly
I've tested this against the Omnisharp-atom code base (we use RxJs quiet a bit) everything looks to be working pretty well from a definitions point of view. |
Rewrite typescript declarations
@david-driscoll currently working on this branch if you are curious about the changes https://github.com/Reactive-Extensions/RxJS/tree/scheduler_refactor |
Cool, that looks fairly straightforward. |
@david-driscoll can you please fix the build and the nuget packages please? |
sure thing. On Fri, Aug 14, 2015 at 4:12 PM, Matthew Podwysocki <
|
Port of Linq.js to typescript with generics: |
This is a rewrite of the .d.ts files from the ground up, using the existing src files as a reference. Most things have ported over, others have been updated to match RxJS 3.0.
There a are a few things left to do still, so this PR is very much a work in progress. I'd love to hear thoughts to see if you guys think this is a right direction or not.