Commit Graph

40 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
Andy
76a710cc94 Rename test files to be consistent (#13882) 2017-01-10 06:33:06 -08:00
Andy
2f71174636 Restructure to support old versions (#13811)
* Restructure to support old versions

* Fix tests
2017-01-06 12:36:57 -08:00
Andy
3d6a15ee16 Strip BOM from all files (#13735) 2017-01-04 12:07:53 -08:00
Andy
19c26e91d8 Fix header versions that weren't parse-able. (#13620) 2016-12-29 15:56:26 -08: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
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
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -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
81862d240d More fixes 2016-05-04 22:50:05 -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
Ryan Cavanaugh
4f7524fc65 Rename files and folders to match their module definitions 2016-04-05 15:50:30 -07: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
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