Commit Graph
20 Commits
Author SHA1 Message Date
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