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
Igor Oleinikov
89eaf81496
Added AMD module definitions for ix.js.
2014-06-24 01:16:29 +04:00
clement911
97e861d24f
Augment min/max signature for non-numeric types
...
Made min/max signature generic to support non-numeric types, such as dates.
2014-06-16 21:59:50 +10:00
clement911
bcde09c16d
Fix two more groupBy method overload return types
...
Fix two more groupBy method overload return types
2014-06-10 19:27:58 +10:00
clement911
844eb77d82
Fix for ix.js groupBy method definition
...
Fix for ix.js groupBy method definition - groupBy returns an Enumerable of group instead of a single group.
2014-06-10 19:14:27 +10:00
Bartvds
1c1a37c1e4
removed utf-8 BOM marker
...
for consistency
2014-01-24 18:51:21 +01:00
Bartvds
03eecbb681
added/fixed headers e-i
...
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 00:19:24 +01:00
Igor Oleinikov
e46dd25be8
Added test for ruduce with workaround of bug: https://typescript.codeplex.com/workitem/1960
2013-12-06 12:49:34 +04:00
Igor Oleinikov
82ba5bbfad
Aligned with 0.9.5 beta
2013-12-02 18:03:55 +04:00
Igor Oleinikov
68427a3c83
Added tests for Disposable, Enumerator, Dictionary, Lookup
...
- added tests for all functions defined in l2o.d.ts in Disposable,
Enumerator, Dictionary, Lookup
- removed workaround definitions for spec#3.5.2 (it produced more
problems)
- fixed Lookup.toEnumerable
2013-10-26 17:10:50 +04:00
Igor Oleinikov
2b99487a28
Added tests for ix.d.ts
...
- added tests of all functions defined in ix.d.ts Enumerable
- minor fix in ix.d.ts
2013-10-26 16:24:49 +04:00
Igor Oleinikov
af0f9c4bf5
Added tests for ix.d.ts
...
Tested all functions defined in ix.d.ts in EnumerableStatic
2013-10-26 14:58:43 +04:00
Igor Oleinikov
019e4dd667
Removed Comparer from ix.d.ts (alreadu defined in l2o.d.ts)
2013-10-26 14:56:18 +04:00
Igor Oleinikov
6dd6462da3
Added tests for l2o.d.ts
...
Tests for all functions defined in Enumerable and EnumerableStatic
2013-10-26 14:39:55 +04:00
Igor Oleinikov
0963cde2ee
Fixed several bugs in l2o.d.ts
...
- fixed Enumerator variable type
- added Comparer interface
- added return alias for returnValue
- minor fixes
2013-10-26 14:39:04 +04:00
Igor Oleinikov
0efbf15672
Fixed formatting
2013-10-25 19:21:41 +04:00
Igor Oleinikov
ffee8db898
Added missed return type for Ix.Disposable.dispose
2013-10-25 17:30:07 +04:00
Igor Oleinikov
338e04943c
Added file descriptions
2013-10-25 17:23:09 +04:00
Igor Oleinikov
dd5b76560b
Added type definitions for IxJs/ix.js.
2013-10-25 17:13:23 +04:00
Igor Oleinikov
32adbb82c9
Created Disposable (for ix.js); Removed generative type recursion
...
Via TS spec #3.5.2 generative recursive are disallowed (restriction will
be removed in the future), so added workaround.
Disposable interface extracted from Enumerator
2013-10-25 16:50:17 +04:00
Igor Oleinikov
4f1786355c
Added type definitions for IxJS (only for l2o.js)
...
Added type definitions for IxJS project v1.0.6
(https://github.com/Reactive-Extensions/IxJS ) only for core Linq to
Objects (l2o.js).
2013-10-25 13:55:57 +04:00