Commit Graph
3305 Commits
Author SHA1 Message Date
Igor Oleinikov ba81c30675 rx.js: fixed references rx.js.* -> rx.* 2013-12-16 15:28:25 +04:00
Igor Oleinikov f61f1bbd53 Removed rx-tests.ts via TS bug https://typescript.codeplex.com/workitem/2011 2013-12-16 14:02:11 +04:00
Igor Oleinikov a2186d9162 Fixed reference in rx-tests.ts 2013-12-16 12:57:25 +04:00
Igor Oleinikov 8830407d01 Merge branch 'rx.js' into switch-0.9.5 2013-12-16 11:40:48 +04:00
Igor Oleinikov 6ac83ca52e Updated rx.jquery.d.ts 2013-12-16 11:24:24 +04:00
Igor Oleinikov 249fd303b3 Renamed rx.js.*.d.ts files into rx.*.d.ts; fixed references 2013-12-16 09:58:41 +04:00
Igor Oleinikov 58a5b53bcd rx.js: removed *.tscparams files 2013-12-16 00:29:27 +04:00
Igor Oleinikov 519423ea9a Added rx.testing.d.ts: TestScheduler, ReactiveTest, Subscription, MockObserver, Recorded 2013-12-16 00:19:41 +04:00
Igor Oleinikov 1e8d71d7e3 Created typings for rx.joinpatterns: Patterns, Plan, Observable.when 2013-12-15 23:18:20 +04:00
Igor Oleinikov 6033488b47 updated rx.js.coincidence.d.ts: added overloads for window and buffer 2013-12-15 21:38:05 +04:00
Igor Oleinikov b5a1466ead updated rx.js.async.d.ts: created lot of typed overloads for toAsync, fromCallback, fromNodeCallback 2013-12-15 21:16:51 +04:00
Igor Oleinikov 18c862f14c rx.js.aggregates.d.ts: added reduce function 2013-12-15 11:55:41 +04:00
Igor Oleinikov 6cd535fbbc rx.js.aggregates.d.ts: added find, findIndex functions 2013-12-15 11:52:05 +04:00
Igor Oleinikov 8a8a3cf9bf Updated rx.js.aggregates.d.ts 2013-12-15 11:49:09 +04:00
Igor Oleinikov 9c2f13f04d rx.js.virtualtime.d.ts: updated names, added HistoricalScheduler
rx.js.d.ts: updated names, moved some interfaces to Internal
2013-12-15 11:21:23 +04:00
Igor Oleinikov 36513cf85f rx.js.d.ts: updated many of Observable methods
added tests for Observable instance methods
2013-12-14 17:18:44 +04:00
Igor Oleinikov 09a654307a rx.js: renamed some interfaces to documentation consistent names (IObservable->Observable)
added test for rx.js.d.ts
2013-12-14 00:36:32 +04:00
Masahiro Wakame e257e479fd Merge branch 'master' into switch-0.9.5
Conflicts:
	chartjs/dx.chartjs.d.ts
	phonejs/dx.phonejs.d.ts
2013-12-13 14:44:10 +09:00
Masahiro Wakame 7469c06f42 Merge pull request #1440 from ashwinr/master
Update when.d.ts
2013-12-12 19:46:05 -08:00
Masahiro Wakame 0daed330d1 Merge pull request #1439 from jvilk/node-fixes
[Node] Removing incorrect typing for `buffer.INSPECT_MAX_BYTES`.
2013-12-12 19:42:45 -08:00
Masahiro Wakame 3e14f31e63 Merge pull request #1437 from DevExpress/master
Support for 0.9.5 compiler version added
2013-12-12 18:35:25 -08:00
Masahiro Wakame b459266af9 Merge pull request #1436 from nvivo/backbone-opional-params
Makes some parameters optional, as they are not required by backbone.
2013-12-12 18:31:46 -08:00
Masahiro Wakame 2edeece21e Merge pull request #1432 from markwongsk/master
Specified typings for functions returning void
2013-12-12 18:25:58 -08:00
Masahiro Wakame 2807d6fa76 Merge pull request #1430 from timbow574521/work
Add suport for Google BarChart.
2013-12-12 18:10:53 -08:00
Masahiro Wakame 4f16ab8239 Merge pull request #1425 from michelsalib/patch-4
[Angular-ui-router] onExit/onEnter can be inline injected functions
2013-12-12 17:48:12 -08:00
Masahiro Wakame 1f3da824da Merge pull request #1423 from brian428/_extjs
Update to TS 0.9.5
2013-12-12 17:42:03 -08:00
Basarat Ali Syed 862cca6943 Merge pull request #1433 from jedmao/fix-express
More specific Express types
2013-12-12 14:12:18 -08:00
ashwinr 5a1317725c Update when.d.ts 2013-12-12 17:09:36 -05:00
John Vilk f1c040b378 [Node] Removing incorrect typing for buffer.INSPECT_MAX_BYTES.
From http://nodejs.org/api/buffer.html#buffer_buffer_inspect_max_bytes:

"...this is a property on the buffer module returned by require('buffer'), not on the Buffer global, or a buffer instance."

The Node typings do not have a notion of a buffer module, and introducing one would be more work than might be useful. It contains a reference to `Buffer` and `SlowBuffer`, which are currently defined as variables in the typings. I believe I would need
 to redefine these in the module definition.

If anyone has any ideas for how to efficiently restructure this, let me know.
2013-12-12 14:41:23 -05:00
Igor Kriklivets 6b0e6361f4 Support for 0.9.5 compiler version 2013-12-12 21:31:41 +04:00
Igor Kriklivets 41d06a112d .tscparams removed 2013-12-12 21:30:01 +04:00
Jed Mao 1ee4c773d0 More specific Express types 2013-12-12 11:07:02 -06:00
Natan Vivo 67c0a6fc37 Makes some parameters optional, as they are not required by backbone. 2013-12-12 12:13:10 -02:00
Basarat Ali Syed 40296ff5e1 Update promptly.d.ts 2013-12-12 15:56:13 +11:00
Mark Wong Siang Kai a11a5d90e6 Specified typings for functions returning void
-- note that removeKeyMap in codemirror.js returns true sometimes
-- but I think it should only return
2013-12-11 16:12:31 -08:00
Basarat Ali Syed dd476daddd add node def reference 2013-12-12 10:06:42 +11:00
timbow574521 f56e4880df Add suport for Google BarChart. 2013-12-11 16:44:11 -05:00
Igor Oleinikov 64b0b3c088 rx.js: fixed rx.js.time.d.ts errors related to switch on TS 0.9.5; some over minor fixes 2013-12-11 18:20:22 +04:00
Igor Oleinikov 188cf5885d rx.js: started to make consistent with official documentation 2013-12-11 18:19:18 +04:00
Basarat Ali Syed 087bbaa195 Merge pull request #1427 from danrspencer/master
Added definition file for Promptly
2013-12-11 04:19:01 -08:00
Basarat Ali Syed 04aea4be15 Merge pull request #1426 from michelsalib/karma-jasmine
Add karma-jasmine extra definitions (closes #1415)
2013-12-11 04:18:10 -08:00
Dan Spencer 2661fd4a9a Added definition file for Promptly 2013-12-11 12:15:34 +00:00
Michel Salib 1e8f04b8f8 Add karma-jasmine extra definitions 2013-12-11 12:02:46 +01:00
Michel Salib 751cdfb539 [Angular-ui-router] onExit/onEnter can be inline injected functions 2013-12-11 10:48:53 +01:00
Brian Kotek ddf2401d06 Update to TS 0.9.5; fix invalid MultiSlider setValue method; add logic to include static properties. 2013-12-10 22:03:35 -05:00
Masahiro Wakame df0f590760 Merge branch 'master' into switch-0.9.5 2013-12-11 11:51:51 +09:00
Masahiro Wakame 4df0598c8d Merge pull request #1421 from Igorbek/master
rx.js: added definition for experimental functions
2013-12-10 18:50:26 -08:00
Masahiro Wakame 4ac672836e Merge pull request #1420 from stanthomas/master
TS 0.9.5 support: add definition for rest arguments in jQuery.on() to su...
2013-12-10 18:45:22 -08:00
Masahiro Wakame ba98843480 Merge pull request #1418 from RomanoLindano/master
Angular scenario typings.
2013-12-10 18:30:51 -08:00
Masahiro Wakame 52b37e40fa Merge pull request #1417 from csrakowski/iScroll-5
Added iScroll 5 typings
2013-12-10 18:27:54 -08:00