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
39f22f95a3
change permission 0755 to 0644
2016-03-10 23:03:55 +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
vvakame
070fd9d268
remove not required tscparams
2015-01-02 20:48:15 +09: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
5786da844c
Fix test for new Grouping<TValue> definition
2014-11-18 22:17:42 +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
progre
c5ff37c612
fix: compiling with --noImplicitAny
2014-09-15 22:52:50 +09:00
Mohamed Hegazy
2aaa293cb1
Remove quotes from response files
2014-09-02 14:53:39 -07:00
Bart van der Schoor
3d64ea7395
added missing urls to some authors
...
fixed node urls
2014-06-18 23:31:35 +02:00
Bart van der Schoor
1d345f6c14
cleaned-up headers
2014-06-18 23:31:11 +02:00
Bartvds
5d95684e19
added/fixed headers k-n
...
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 01:19:01 +01:00
vvakame
2708bc05cd
Fixed tsc failed on Node.js v0.8.25
2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e
Fixed to CI test passing
2013-10-03 10:18:58 +09:00
Boris Yankov
c2407a5474
Fix linq and rx definitions
2013-08-07 18:48:02 +03:00
Boris Yankov
901591ab9f
Fix linq 3 definitions
2013-08-07 18:34:41 +03:00
jraymakers
401707e3b7
fix linq.jquery syntax error
2013-07-27 18:43:34 -07:00
rjamesnw
88a10c0a48
Enumerable was missing from the jQuery static space.
2013-07-16 00:49:40 -04: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
Noam Lewis
7d83bb5cca
linqjs: Add definition files taken from the 3.0.3-Beta4 release
2013-02-27 11:42:06 -05:00
Boris Yankov
209d95071a
Update reference paths
2013-01-17 20:03:30 +02:00
Boris Yankov
c98eebb137
Rename all definition files, remove versions
2013-01-17 17:17:27 +02:00
Boris Yankov
7c82efb17a
Update reference paths
2012-11-19 01:28:08 +02:00
Boris Yankov
c91c45f9ae
Move definitions and test in separate folders
...
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00