8 Commits
Author SHA1 Message Date
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
John Reilly a5c43a43fb Knockout: removed implicit any from knockout.amd.ts 2013-11-07 14:38:49 +00:00
Boris Yankov 41ead7462b Add definitions for stripe, knockout.es5, jquery.payment and jquery.superLink 2013-09-11 17:33:56 +03:00
Andrew Gaspar be83964dad Made knockout.d.ts support both AMD and static loading. 2013-08-15 17:17:36 -05:00
Christian Bélisle cb7fbc204f Add selectExtensions to knockout 2013-08-07 12:03:59 -04:00
Boris Yankov dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
James Diacono 09a596f414 Removed extraneous duplication, fixed building with 0.9.0 2013-05-22 02:18:24 +01:00
James Diacono a9766db4a2 Added a version of knockout.d.ts for AMD compilation (i.e. RequireJS). Compiles in TypeScript 0.8.3 and will probably compile in 0.9.0 final (as of TypeScript 346c054bba830d566bc18c1e998cde327704fee4 it throws up when the template section at the bottom is included).
Haven't done any tests or anything...
2013-05-22 00:55:24 +01:00