Commit Graph

32 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
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
Alain Galvan
ff7ab1b2e9 Updated PhantomCSS from changes to CasperJS. 2016-12-14 13:51:58 -05: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
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
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
vvakame
800a7047cf fix invalid version naming 2014-11-05 14:39:42 +09:00
Jed Mao
04ee18ba7e Update CONTRIBUTORS.md
Recent legal name change from Jed Hunsaker to Jed Mao.
2014-10-12 12:58:12 -05:00
Dick van den Brink
b690ed7cec Fixed errors with noImplicitAny 2014-04-13 16:31:17 +02:00
Dick van den Brink
62e032b12d Add some more missing functions 2014-04-12 19:48:31 +02:00
Dick van den Brink
43130d44a5 Add missing test functions 2014-04-12 19:23:51 +02:00
vvakame
5a37274782 remove not required .tscparams 2014-03-15 19:00:36 +09:00
Jeffery Grajkowski
798dbfbf8f Converting ungeneric "Array" to "any[]"
TypeScript 0.9.5 beta does not allow generic type references without the type argument.  This code will still compile for 0.9.1 users.  Flight and Ember have further compile problems in 0.9.5 that I don't feel qualified to address as I'm not versed in those libraries.
2013-11-26 10:29:46 -08:00
Diullei Gomes
825b09ac6a Merge pull request #1170 from docmunch/casper-types
improve casperjs types
2013-11-10 18:44:49 -08:00
Greg Weber
1b1ab38364 improve casperjs types
* add return types
* add some 1.1 functions

A lot of things are still improperly typed as any
works with noImplicitAny now, except for phantomjs dependency
2013-10-23 11:07:31 -07: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
f677cca98d Multiple bool => boolean fixes 2013-08-07 18:02:05 +03:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Diullei Gomes
de1c4b158f casperjs header was normalized. 2013-02-16 18:19:07 -02:00
Jed Hunsaker
ec69c85179 start url is optional, despite documentation 2013-02-16 11:44:22 -08:00
Jed Hunsaker
33e627ba31 Handle Callbacks, Return Values 2013-02-16 10:57:30 -08:00
Jed Hunsaker
ad54ebff92 Add WebPage, Etc 2013-02-16 02:17:15 -08:00
Jed Hunsaker
ca0565d727 Add CasperJS, Refactor PhantomJS 2013-02-16 01:46:18 -08:00