23 Commits
Author SHA1 Message Date
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
vvakame 4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
STARSCrazy b434c06377 Fix "ThenBy" and "ThenByDescending" in linq.d.ts
Fixes #6699

I changed the interface "OrderedEnumerable<T>". The methods "ThenBy" and
"ThenByDescending" now have the keySelector: ($: T) => any
2015-11-11 12:49:41 +01:00
dardino 6b913753d2 ThenByDescending(keySelector: T): OrderedEnumerable<T>;
replacing 
ThenByDescending(keySelector: T): OrderedEnumerable<T>; 
with 
ThenByDescending(keySelector: string): OrderedEnumerable<T>;
2014-11-26 15:46:06 +01:00
Sebastiaan Dammann efa63acc20 Add attribution as requested 2014-11-22 14:14:16 +01:00
Sebazzz 392a715f85 Somehow a reference line got inserted by Visual Studio? Reverted! 2014-11-18 22:22:44 +01:00
Sebazzz cc46b6678a Take/Skip and friends 2014-11-18 22:18:45 +01:00
Sebazzz 276fd048ab ToArray 2014-11-18 22:17:02 +01:00
Sebazzz 01c982eee5 Foreach 2014-11-18 22:16:36 +01:00
Sebazzz 99e44830c3 Lookup 2014-11-18 22:16:08 +01:00
Sebazzz e53b4ac5d6 First/Single/Last and Default friends 2014-11-18 22:15:07 +01:00
Sebazzz 85b9273a89 Max / Min / MaxBy / MinBy 2014-11-18 22:13:19 +01:00
Sebazzz 625ecbda5b Implement All, Any, OrderBy, Reverse, Shuffle 2014-11-18 22:09:07 +01:00
Sebazzz 58a9072ad4 Implementation of Where 2014-11-18 22:05:58 +01:00
Sebazzz c057f9e3a4 Implement 'Select' 2014-11-18 21:55:58 +01:00
Sebazzz 015f5891dc Generic enumerable factory 2014-11-18 21:55:56 +01:00
Sebazzz 28172b852e Introduct generic Enumerable<T> type 2014-11-18 21:55:55 +01:00
Bart van der Schoor 3d64ea7395 added missing urls to some authors
fixed node urls
2014-06-18 23:31:35 +02:00
Neil Stalker 2192405a76 Fix definitions for TS 0.9
hammer.js
jake
jszip.js
dust.js
google,analytics
linq.js
2013-06-24 22:51:29 +01:00
Niklas Mollenhauer 8fa2c99c8d bool -> boolean 2013-06-19 00:55:16 +02:00
Boris Yankov c98eebb137 Rename all definition files, remove versions 2013-01-17 17:17:27 +02:00