jwbay
554aa30876
use polymorphic this, make methods that change wrapper contents pick up new generic props if possible and drop them if not
2016-03-24 00:04:16 -04:00
Sam Saint-Pettersen
c3a7af70a9
Rename electronic-json-storage.d.ts to electron-json-storage.d.ts
2016-03-24 00:02:15 +00:00
Sam Saint-Pettersen
8002bfb712
Rename electronic-json-storage-tests.ts to electron-json-storage-tests.ts
2016-03-24 00:02:03 +00:00
Sam Saint-Pettersen
f2ef4b98dd
Update electronic-json-storage-tests.ts
2016-03-23 23:58:34 +00:00
Sam Saint-Pettersen
6dca0f33ca
Update electronic-json-storage-tests.ts
2016-03-23 23:57:15 +00:00
Sam Saint-Pettersen
5438a516d4
Create electronic-json-storage-tests.ts
2016-03-23 23:56:32 +00:00
Sam Saint-Pettersen
d51007ee82
Create electronic-json-storage.d.ts
2016-03-23 23:54:37 +00:00
Christopher Brown
d2a5819d31
Add test for calling done with an argument
2016-03-23 16:25:28 -05:00
Christopher Brown
6c0c57c0c5
Add optional arg to connect's callback's 'done' callback
2016-03-23 16:17:26 -05:00
J. Heilingbrunner
fff1789bd5
Project changed
2016-03-23 20:59:18 +01:00
Sam Saint-Pettersen
ac71473c90
Update bootbox.d.ts
...
BootboxPromptOptions can have a value property. Please see this gist: https://gist.github.com/k-nut/ceff736be60c76cb6047#file-bb-prompt-default-value-js as linked to at http://bootboxjs.com .
2016-03-23 19:07:16 +00:00
a-morales
2feddc2999
Merge branch 'master' into create-natural-sort
2016-03-23 11:00:00 -07:00
a-morales
7594a288f9
update natural-sort tests to pass
2016-03-23 10:59:52 -07:00
Stephen Ierodiaconou
904e8f5cd2
A Q deferred can be resolved with a promise
2016-03-23 17:14:52 +00:00
Stephen Ierodiaconou
a3a365d929
Update Q tests to include fact deferred can be resolved with a value or promise
...
As per the Q docs "Note that a deferred can be resolved with a value or a promise. "
2016-03-23 17:14:10 +00:00
J.Heilingbrunner
df59a55b6c
Needless reference removed
2016-03-23 17:41:41 +01:00
J.Heilingbrunner
6306b63f4e
Missing references added
2016-03-23 17:17:11 +01:00
J.Heilingbrunner
cfd9342793
node.d.ts reference added
2016-03-23 16:58:35 +01:00
J.Heilingbrunner
9c58464da1
node-snap7.d.ts for node-snap7
2016-03-23 16:51:39 +01:00
TANAKA Koichi
dc679ea85e
Add definition for uuid-1345
...
npm: https://www.npmjs.com/package/uuid-1345
project: https://github.com/scravy/uuid-1345
2016-03-24 00:17:44 +09:00
Vladimir Đokić
ed673f6e64
Initial commit of jsen (JSON Sentinel) typescript definition.
2016-03-23 14:19:01 +01:00
trystanclarke
bc99bbdd0f
Merge pull request #1 from DefinitelyTyped/master
...
update from original
2016-03-23 12:33:46 +00:00
trystanclarke
67d2c4bc20
Add overload for Element.position
...
Added overload for Element.position that gets the x and y position of an element
2016-03-23 12:17:48 +00:00
Horiuchi_H
a44529fcb1
Merge pull request #8497 from WalterNorthwoods/master
...
updated gojs definition and test files
2016-03-23 12:35:00 +09:00
Horiuchi_H
d4121d7690
Merge pull request #8472 from MugeSo/winston-fix-methods-argument
...
Winston fix methods argument
2016-03-23 12:06:10 +09:00
a-morales
67a1dda1fc
rename to natural-sort
2016-03-22 16:02:35 -07:00
a-morales
dbc0042a03
add naturalSort typings
2016-03-22 15:59:26 -07:00
Troy McKinnon
55af4ed84a
allow importing bootbox as a module
2016-03-22 17:12:49 -05:00
Ben Blank
e89e5c202f
Merge pull request #1 from chrootsu/lodash-invoke
...
lodash: changed _.invoke
2016-03-22 13:41:40 -07:00
Rogelio Morrell
8b2c8382ec
removed es6-promise reference
2016-03-22 14:57:40 -05:00
Rogelio Morrell
8934908015
added redux-promise types
2016-03-22 14:47:40 -05:00
Ilya Mochalov
74129cffcf
lodash: changed _.invoke
2016-03-23 00:25:01 +05:00
Horiuchi_H
b14601af3f
Merge pull request #8463 from mmckenziedev/master
...
GridOptions does not contain the correct definition of the toolbar property
2016-03-23 00:10:08 +09:00
Amy Slagle
cb44b2d955
react-bootstrap: Changed HTML component prop types to extend React.HTMLAttributes, and removed deprecated React.Props.
...
Also removed attribute types that were duplicates of HTMLAttributes.
2016-03-22 09:52:06 -04:00
NCC1701M
90b7f1c1c7
Fix compile errors
...
Change line 9779 from
```ts
class QueryCollection<T> implements Array<T> {
```
to
```ts
class QueryCollection<T> extends Array<T> {
```
***Because I getting the error TS2420: Class 'QueryCollection<T>' incorrectly implements interface 'T[]'.***
*** Property 'find' is missing in type 'QueryCollection<T>'.***
After implementing find in .d.ts getting next error about method findIndex and so on.
Simplest way to fix it, was let QueryCollection extends Array and not implement it.
***Typescript version***
1.8.7
2016-03-22 13:55:45 +01:00
Dawid Ryłko
d534d632da
Update kendo-ui.d.ts
2016-03-22 12:12:59 +01:00
Jon Sheppard
965b4bf7c5
Joi: change any.when options - is: parameter to type any
2016-03-22 16:15:21 +07:00
Florian Plattner
739f891890
added flow control methods to Hapi Response class ( http://hapijs.com/api#flow-control )
2016-03-22 09:20:27 +01:00
Kenji-Imamura
fb2e78984b
fix express.NextFunction
2016-03-22 12:58:42 +09:00
hellopao
667df4b7a7
add definitions for koa-bodyparser
2016-03-22 10:34:06 +08:00
hellopao
9f82660075
Merge pull request #1 from DefinitelyTyped/master
...
update from origin
2016-03-22 10:20:07 +08:00
Jasmin Auger
ce7496396f
Add tests for angular-mocks' typings.
2016-03-21 21:25:58 -04:00
Jasmin Auger
1cced363c0
Add angular-mocks typings.
2016-03-21 21:13:50 -04:00
Droritos
617c6cc9b5
Allow JSPM import
2016-03-22 03:12:47 +02:00
Erik Lieben
999a097f98
Add prismjs definition
2016-03-22 00:33:08 +01:00
Ben Blank
f950bbe164
add tests for _.invoke
2016-03-21 09:59:18 -07:00
Ben Blank
b352f98ef9
add _.invoke
2016-03-21 09:58:26 -07:00
Drew Hays
9a317bdcc6
add boolean entry for env
2016-03-21 09:02:04 -07:00
Alexander Hense
bae73a583a
Make connection optional for knex Config
...
It is possible to use knex as a pure query builder without any database
connection. This is specified in the knex documentation.
2016-03-21 16:09:06 +01:00
Jussi Kinnula
3dba657aa0
Add dotenv
2016-03-21 15:01:49 +02:00