Commit Graph

65 Commits

Author SHA1 Message Date
Andy
ae4fe7b6de Use "lib" in tsconfigs instead of "target". (#13968)
* Use "lib" in tsconfigs instead of "target".

Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.

* Update new-package and readme

* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
Mohamed Hegazy
a5a69f514a Refactor rx (#13652)
* Move rx.virtualtime to its own package

* Update headers

* Update module name

* Move rx.time to its own package

* Update header and module name

* Move rx.testing to its own package

* Update headers and module name

* Move rx.joinpatterns to its own package

* Update headers and module name

* Move rx.expermental to its own package

* Update headder and module name

* Move rx.coincidence to its own package

* Combine rx.coincidence-lite.d.ts and rx.coincidence.d.ts into one file

* Update header and module name

* Move rx.binding to its own package

* combine rx.binding into index.d.ts

* Update headers and module name

* Move rx.backpressure to its own package

* Fix headers and update module name

* Move rx.aggregte to its own package

* Fix headers and update module name

* move rx.async to its own package

* Fix headers and module name

* move startAsync to rx-lite-async

* Move fromCallback tests back to rx

* Move rx-lite to its own package

* Fix headers

* Combine files

* import new module

* Fix file extension

* Fix strict null checks

* Move definitions back to rx

* move rx-core to its own package

* Update header and change module name

* Fix lint errors

* reference new rx-core

* update index.d.ts

* Point to new submodules

* turn strictNull On

* update tslint config

* Update module name

* Move Subject to core-binding

* Make rx-lite-* libraries depend on rx-lite

* Fix reference

* Fix lint errors

* Disable lint rules

* Disable lint rules

* Fix failing test

* Fixed up indentation on 'rx-lite-async-tests.ts'

* Fix formatting

* Switch tabs to spaces
2017-01-03 15:53:49 -08:00
Andy Hanson
71cdea320d Fix test failures 2016-12-28 14:06:07 -08:00
Andy Hanson
2e869dbdc0 Merge branch 'types-2.0' into merge_28dec 2016-12-28 12:38:06 -08:00
Mizunashi Mana
1a87b929f0 Fix rx type definitions (#13268) 2016-12-27 18:05:52 -05:00
Andy
a4bd9fa3c1 Add "noImplicitThis" to all tsconfig.json (#13446)
* Add "noImplicitThis" to all tsconfig.json

* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Andy
cd4debea25 Remove BOM character from the start of files (#12838) 2016-11-28 10:40:45 -08:00
Nathan Shively-Sanders
983c93531a Merge branch 'types-2.0' into types-merge-20161118 2016-11-21 16:16:59 -08:00
Mine Yalcinalp Starks
253e456e3c Merge remote-tracking branch 'upstream/master' into types-2.0
Many badly resolved merge conflicts
2016-11-18 20:42:46 -08:00
ofirgeller
d1d3362998 switch and switchLatest are like a flatMap
a stream of streams of T is mapped to a stream of T.
2016-10-25 14:23:32 -04:00
Andy
1aebd8dfd5 Fix 'rx' tsconfig (#11692) 2016-10-04 10:43:33 -07:00
Jon Rimmer
644718439f Add missing files to rx tsconfig (#11437) 2016-10-03 13:09:41 -07:00
Andy Hanson
28ef3d201b Remove <reference path="../xxx/xxx.d.ts"> from definitions files and replace it with import * as Xxx from "xxx" or <reference types="xxx"/> 2016-09-16 08:59:57 -07:00
Ryan Cavanaugh
c33a46c3d5 Merge commit 'upstream/master~200' into merge_7_25 2016-07-26 18:25:24 -07:00
Ryan Cavanaugh
e9a0d98125 Merge commit 'upstream/master~300' into merge_7_25 2016-07-26 17:45:17 -07:00
Ryan Cavanaugh
b9245fba39 Merge commit 'upstream/master~350' into merge_7_25 2016-07-26 17:24:39 -07:00
Ryan Cavanaugh
5d004be8ba Merge commit 'upstream/master~600' into merge_7_25 2016-07-26 00:22:12 -07:00
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Thomas-P
c4d63af4ec Fixing return values for Observable functions
All Observable functions return an Observable<T> instead of T. So I
fixed this in the rx-lite.d.ts
2016-06-28 13:42:30 +02:00
Juan Luis Boya García
d802910281 Versions of operator functions without resultSelector 2016-06-23 15:49:35 +02:00
Juan Luis Boya García
bbd48d520d Versions of operator methods without resultSelector 2016-06-23 15:44:10 +02:00
Juan Luis Boya García
895088eb01 Make resultSelector mandatory for some overloads 2016-06-23 15:21:09 +02:00
Juan Luis Boya García
4a88d34706 Use union types to avoid combinatory explosion 2016-06-23 14:13:08 +02:00
Mohamed Hegazy
c45c672e87 Merge pull request #9421 from ntrrgc/resultSelector
Rx: resultSelector should be optional
2016-06-21 15:22:35 -07:00
Juan Luis Boya García
1a1580dd78 Rx: retryWhen (#9422) 2016-05-26 22:36:10 +09:00
Juan Luis Boya García
7db63a2dd8 Rx: resultSelector should be optional 2016-05-23 03:10:11 +02:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
Valentin Robert
c0d18b73e8 concatMap supports arrays (#9010) 2016-04-18 00:45:49 +09:00
Valentin Robert
85701ac79c RxJS: resultSelector is optional in combineLatest (#8917) 2016-04-12 23:17:06 +09:00
Valentin Robert
abccfd4309 partition's thisArg should be optional (#8895) 2016-04-12 22:54:32 +09:00
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Jacob Eggers
ec0ee97259 Fixing rx-lite module name 2015-12-06 21:58:46 -08:00
Richard Towers
f06966b9ff Fix Rx.Observable.scan seeded overload 2015-10-11 20:00:54 +01:00
Igor Oleinikov
d2bab5738b Merge pull request #4992 from fkowal/rx_2.5.3
bump rx to 2.5.3
2015-08-30 09:21:45 -07:00
Martin Obert
07e3d201c0 added missing getValue() definition for Rx.BehaviorSubject 2015-07-21 12:30:23 +02:00
Maciej Kowalski
4d86cc2408 bump rx to 2.5.3 2015-07-20 15:49:54 +02:00
Ian Riley
0a183cdfaf Adds 'default' property to SchedulerStatic interface.
**default** is an alias for the, now legacy, **timeout** property on Scheduler.
2015-07-19 13:25:29 -07:00
Matt Sylvia
33c279b92b Fix typo in Rx.Observable.fromIterable method name 2015-07-09 16:26:23 -04:00
Trevor Baron
eff6f5ec54 change fromEvent to allow element of any type
this function can take a wide range of types for element as seen from docs: https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/fromevent.md

"element (Any): The DOMElement, NodeList, jQuery element, Zepto Element, Angular element, Ember.js element or EventEmitter to attach a listener. For Backbone.Marionette this would be the application or an EventAggregator object."
2015-06-23 20:48:31 -04:00
Dave Keen
d4873ce3f5 rx: added missing 'pairs' definition 2015-06-02 15:52:20 +02:00