Commit Graph
4662 Commits
Author SHA1 Message Date
Bart van der Schoor ec18e20c24 imported Request definitions from typescript-node-definitions
- as per https://github.com/borisyankov/DefinitelyTyped/issues/115
- added DT header (scraped creators from git history)
- added tests
- updated some fields
- restructured to be more accurate
2014-04-23 01:58:45 +02:00
Bart van der Schoor 09f3d7a8dc imported 25 definitions from typescript-node-definitions
first batch: the easy pickings

- as per https://github.com/borisyankov/DefinitelyTyped/issues/115
- added DT headers (scraped creators from git history)
- added tests
- some modifications
- added CONTRIBUTORS.md for the substantial defs (>50 LOC)
2014-04-22 22:09:35 +02:00
Bart van der Schoor 033d3ae33e Merge pull request #2048 from Belelros/master
Adding calls interface to Jasmine
2014-04-22 16:55:07 +02:00
John Reilly 52aa7177e1 Merge pull request #2076 from omidkrad/underscore-updates
Use power of Generics to infer types
2014-04-21 21:39:14 +01:00
Omid K. Rad c13f86684a Use power of Generics to infer types 2014-04-21 12:59:44 -07:00
Masahiro Wakame d29aeca155 Merge pull request #2055 from olamothe/master
Add _.partition, _.property, _.constant, _.now,
2014-04-21 13:53:09 +09:00
Masahiro Wakame ee6e5e0b93 Merge pull request #2043 from Kroisse/pdf.js
pdf: correct the type of some attributes
2014-04-21 13:43:10 +09:00
Bart van der Schoor 5f90111fc7 Merge pull request #2070 from colinbreame/patch-1
Make AutocompleteOptions optional
2014-04-20 22:01:48 +02:00
Bart van der Schoor eea4b23f8b Merge pull request #2056 from wiredprairie/patch-5
Update colors.d.ts to work with TypeScript import
2014-04-20 21:47:59 +02:00
Bart van der Schoor d2867eb170 Merge pull request #2059 from perkastman/master
Added AMD support
2014-04-20 21:47:21 +02:00
colinbreame 8afb1c1a5f Make AutocompleteOptions optional
The maps API treats the members of AutocompleteOptions as optional - update typings to reflect this.
2014-04-20 15:11:50 +01:00
Bart van der Schoor 1e03d6b6d2 Merge pull request #2069 from borisyankov/docs/contribute
updated README.md links, moved contributors to CONTRIBUTORS.md
2014-04-20 15:05:07 +02:00
Bart van der Schoor 47c6498885 moved contributors from README.md to CONTRIBUTORS.md 2014-04-20 15:00:45 +02:00
Bart van der Schoor 937033c887 Merge pull request #2068 from borisyankov/docs/contribute
linked CONTRIBUTING.md to org site page
2014-04-20 14:31:00 +02:00
Bart van der Schoor 010d57952e linked CONTRIBUTING.md to org homepage 2014-04-20 14:19:58 +02:00
Masahiro Wakame ab0eb0a77a Merge pull request #2067 from vvakame/add-header-to-space-pen
fix header of space-pen/space-pen.d.ts
2014-04-20 16:47:52 +09:00
Masahiro Wakame 0ee2996656 Merge pull request #2066 from vvakame/fix-minimatch
fix minimatch/minimatch.d.ts
2014-04-20 16:47:47 +09:00
Masahiro Wakame 00ff699acc Merge pull request #2064 from Bartvds/def/joi
created definitions for joi
2014-04-20 16:47:25 +09:00
vvakame 4dcf925dda fix header of space-pen/space-pen.d.ts 2014-04-20 16:45:09 +09:00
vvakame 28df6f4d94 fix minimatch/minimatch.d.ts 2014-04-20 16:42:53 +09:00
Diullei Gomes 13258f7f2b Merge pull request #2065 from Diullei/master
issue #2033 - "subtract()" method added to Duration type
2014-04-20 00:40:31 -03:00
Diullei Gomes 11bc968399 issue #2033 - subtract method added to Duration type 2014-04-20 00:33:25 -03:00
Bart van der Schoor 45df9cc2da added definitions for joi 2014-04-20 03:13:14 +02:00
Diullei Gomes 537276748e Merge pull request #2061 from panopticoncentral/jake-fixes
Add value property to jake Task object.
2014-04-19 21:47:08 -03:00
Basarat Ali Syed efec83fc94 Merge pull request #2062 from robertknight/rob-crypto_decipher_funcs
Export Node functions for creating decipher correctly
2014-04-19 22:45:03 +10:00
Basarat Ali Syed c5c827b48e Merge pull request #2063 from staticfunction/master
Adding passport-facebook
2014-04-19 22:42:56 +10:00
staticfunction b5f170afda Removed unused interface 2014-04-19 07:34:37 +08:00
staticfunction 0e0e9511a8 added passport-facebook 2014-04-19 06:58:14 +08:00
Robert Knight 1c5ed81577 Export Node functions for creating decipher correctly
* createDecipher() and createDecipheriv() are functions
   in the crypto module, not methods of the Cipher interface.

 * Add pbkdf2Sync() decl
2014-04-18 21:18:09 +01:00
Paul Vick 2b686dabb5 Add value property to jake Task object. 2014-04-18 12:42:37 -07:00
Per Kastman 2e8798ea15 Added AMD support 2014-04-18 12:15:24 +02:00
Masahiro Wakame 93b01da4f3 Merge pull request #2052 from vvakame/add-glob
added glob/glob.d.ts
2014-04-18 08:56:03 +09:00
Aaron 2f7069a43b Update colors.d.ts to work with TypeScript import
The file lacked a module delcaration, so it would not work with the following code:

    import colors = require("colors");

The `interface` does not belong in the `module` as it's global (applying to `String` and not scoped.)
2014-04-17 14:53:08 -05:00
olamothe 48d1871800 Add _.partition, _.property, _.constant, _.now, 2014-04-17 11:48:03 -04:00
John Reilly 48ad0ea753 Merge pull request #2054 from johnnyreilly/master
jQuery UI: Mucho interface JSDoc
2014-04-17 16:37:49 +01:00
John Reilly 90a326d1fd jQuery UI: Mucho interface JSDoc 2014-04-17 16:30:03 +01:00
vvakame e68f6bc24f added glob/glob.d.ts 2014-04-18 00:03:04 +09:00
John Reilly 96b035e044 Merge pull request #2050 from johnnyreilly/master
jQuery UI: continuing getters / setters
2014-04-17 10:15:09 +01:00
John Reilly 09733f152e jQuery UI: continuing getters / setters 2014-04-17 10:10:17 +01:00
John Reilly 4440044d31 Merge pull request #2049 from johnnyreilly/master
jQuery UI: continued on option getters / setters
2014-04-16 17:43:05 +01:00
John Reilly 3458bc6328 jQuery UI: button option getters / setters 2014-04-16 17:25:58 +01:00
John Reilly beb5e1df56 jQuery UI: continued on option getters / setters 2014-04-16 17:06:57 +01:00
John Reilly e9464aba9c Merge pull request #2047 from johnnyreilly/master
jQueryUI: started adding option overloads
2014-04-16 17:00:02 +01:00
John Reilly 042c9c7346 jQuery UI: started on option getters / setters 2014-04-16 16:20:59 +01:00
Antonio Laguna 4bb54542fe Adding calls interface to Jasmine 2014-04-16 14:52:40 +01:00
John Reilly 9480db2645 jQueryUI: started adding option overloads 2014-04-16 13:59:31 +01:00
John Reilly 60de451071 Merge pull request #2046 from johnnyreilly/master
jQueryUI: started tidying datepicker
2014-04-16 12:03:21 +01:00
John Reilly 739e9fd044 jQueryUI: started tidying datepicker
Refactored jQuery UI datepicker overloads and added JSDoc. Options still
to do - will follow in a later commit I hope.  Removed unused
optionLiteral datepicker overloads (undocumented).  Made the following
change to the underlying methodName overload to allow other overloads to
"chain" into it.

```
datepicker(methodName: string, ...otherParams: any[]): any;
```

Moved datepicker tests to single function.  Added tests for  datepicker
methods.

Very much just first steps.  A lot to do in jQuery UI I think...
2014-04-16 11:58:02 +01:00
Basarat Ali Syed 707d5ce286 Merge pull request #2004 from enternet/patch-6
interface SortableOptions extends SortableEvents
2014-04-16 19:55:37 +10:00
Eunchong Yu ca1766728b Correct the type of PDFDocumentProxy.numPages and .fingerprint
The type of them is a property, not a function or a method.

Reference:
- API spec: https://github.com/mozilla/pdf.js/blob/305274cd45ed3b4931f983b31ebd4ffb999fb4c6/test/unit/api_spec.js#L45-L50
- Impl: https://github.com/mozilla/pdf.js/blob/816f2f7e1dc604d52bbde29eb9357360dbeddbbe/src/core/core.js#L476 and #L512
2014-04-15 22:45:27 +09:00