Asger Feldthaus
a1c23bddc3
d3.d.ts: fixed raw signatures for conic projections
2014-03-31 16:07:42 +02:00
Asger Feldthaus
0e143ef3e7
various bugfixes in d3.d.ts
2014-03-31 14:26:26 +02:00
Basarat Ali Syed
0bfcda81b4
Merge pull request #1931 from yortus/node-express-referenceable-types
...
Node/express referenceable types
2014-03-31 20:54:06 +11:00
yortus
4e315942f5
Moved get(string)=>sting to Application
2014-03-31 16:37:41 +08:00
yortus
daa12d74b1
Re-added get(string):string to express
2014-03-31 16:04:21 +08:00
yortus
69bd32f4c1
pure internal modules + external shim
...
- The top-level modules Express and NodeJs are now 'pure' ie
non-instantiated, due to removal of all vars, functions, and classes
- Where the above change breaks existing typings which access types via
external module references, a shim has been added to make this continue
working unchanged
- A single namespace _ExternalShim_ is added but this can be reused
across all typings that need shimming
2014-03-31 15:18:53 +08:00
yortus
6a320ef211
EventEmitter can be new()d
2014-03-31 11:10:37 +08:00
Troy Gerwien
c2b67de6aa
Fixed assert, added comments, rechecked all
...
- Added comments explaining the rationale/method of exposing into both
'type' and 'member' declaration spaces (see TLR 2.3) with example
- Made the pattern consistent in both definition files
- Fixed "assert" by adding 'export function Assert...'
- Triple-checked with DT tests and additional tests
2014-03-30 21:56:50 +08:00
Basarat Ali Syed
2c52e529f9
Merge pull request #1938 from gyohk/master
...
Fixed a problem that causes a conflict when used tweenjs and preloadjs a...
2014-03-30 20:07:25 +11:00
satoru kimura
f5a20d6c3e
Fixed a problem that causes a conflict when used tweenjs and preloadjs at the same time.
2014-03-30 13:47:28 +09:00
Troy Gerwien
6f472b8f09
WIP: all passing (bar assert) but needs more...
...
Need to remove superfluous typings - eg NodeJs.QueryString.escape should
not be valid
2014-03-30 10:05:57 +08:00
Troy Gerwien
368266b684
var-interface-module pattern now consistent
...
Everything (in both node and express) now follows the pattern:
```
declare module "external-name" {
import _ = InternalName.InnerName;
export = _;
}
declare module InternalName {
export var InnerName: InnerName;
export interface InnerName {
// functions and vars in here
}
export module InnerName {
// Must be non-instantiated - so only interfaces and modules in here
}
}
```
2014-03-29 21:21:41 +08:00
John Reilly
4891ed9bd1
Merge pull request #1927 from panuhorsmalahti/def/q
...
Update Q.d.ts
2014-03-29 11:38:43 +00:00
Panu Horsmalahti
da3fcf9a85
Update Q-tests.ts
...
Add tests for Q.nfapply and Q.nfcall.
2014-03-29 12:45:09 +02:00
Troy Gerwien
a7829a1fd9
referenceable types throughout node and express
...
All node modules and classes can be referenced by type name. External
module support remains unchanged, but now static type information is
available for all node modules and types without needing to go through
the external module definitions.
Similar for express.
2014-03-28 22:32:20 +08:00
Troy Gerwien
4127970458
Merge branch 'master' of https://github.com/yortus/DefinitelyTyped
2014-03-28 22:18:18 +08:00
Panu Horsmalahti
1503788c8d
Update Q.d.ts
...
Add nfapply defintion.
See API reference here: https://github.com/kriskowal/q/wiki/API-Reference
2014-03-27 13:09:09 +02:00
maanasa
b47ce62205
Update typeahead-tests.ts
...
Adding tests for including options
2014-03-27 13:25:37 +08:00
maanasa
63199e8ecc
Update typeahead-tests.ts
2014-03-27 13:25:36 +08:00
maanasa
08e8430ce5
Update typeahead.d.ts
...
added support for call typeahead(options, dataset) where options include hint, highlight and minLength all of which are optional.
2014-03-27 13:25:36 +08:00
Bart van der Schoor
2f592be9e6
Merge pull request #1905 from maanasa/master
...
Update typeahead.d.ts
2014-03-26 14:09:03 +01:00
maanasa
ec0735af31
Update typeahead-tests.ts
...
Adding tests for including options
2014-03-26 17:45:30 +05:30
maanasa
64bd6c8132
Update typeahead-tests.ts
2014-03-26 17:04:20 +05:30
troy_paypac
31094e528b
Merge branch 'master' of https://github.com/paypac/DefinitelyTyped
2014-03-26 15:05:30 +08:00
troy_paypac
1fd18add08
internal module defns for node and express
2014-03-26 15:04:06 +08:00
troy_paypac
c69db70217
internal module defns for node and express
2014-03-26 14:58:30 +08:00
Basarat Ali Syed
9863c4af81
Merge pull request #1918 from borisyankov/def/momentjs
...
momentjs : fix external module definition + added tests
2014-03-26 16:21:55 +11:00
Basarat Syed
22e4f4f542
momentjs : fix external module definition + added tests
2014-03-26 16:20:28 +11:00
Bart van der Schoor
106ef57f9d
Merge pull request #1917 from LiFeleSs/master
...
moved use() method from Doc to Parent interface
2014-03-25 22:50:43 +01:00
LiFeleSs
58509774b4
use method moved to Parent interface
...
moved the use method from doc interface to Parent interface so it can be used on all svgjs.element
2014-03-25 21:46:43 +01:00
Bart van der Schoor
d4bca6a1f8
Merge pull request #1879 from jpmoodlerooms/master
...
Expose agent on supertest and cookie methods on superagent
2014-03-25 17:00:54 +01:00
Bart van der Schoor
5308bcd60e
Merge pull request #1887 from panopticoncentral/master
...
Add missing methods to create npm publish tasks, added definitions for nomnom
2014-03-25 16:52:22 +01:00
Bart van der Schoor
508b0d76f3
Merge pull request #1903 from drewnoakes/smoothie
...
Update smoothe to v1.22
2014-03-25 16:50:20 +01:00
John Reilly
4cb28c018b
Merge pull request #1910 from johnnyreilly/master
...
Q: Some JSDoc goodness
2014-03-24 18:38:58 +00:00
Igorbek
6b598914de
Merge pull request #1909 from jvilk/filesystem-fixes
...
filesystem: `root` is a DirectoryEntry.
2014-03-24 10:54:45 -07:00
John Reilly
40e8f2f181
Q: Some JSDoc goodness
...
Created based on https://github.com/kriskowal/q/wiki/API-Reference
2014-03-24 16:55:35 +00:00
John Vilk
3a583df3e4
FileSystem root is a DirectoryEntry.
...
This is specified in the official standard:
http://www.w3.org/TR/file-system-api/#the-filesystem-interface
Interestingly enough, these typings already specify the `root` of
FileSystemSync (the synchronous version of the API) to be a DirectorySync. This must have been an oversight of the original author of these typings.
2014-03-24 12:24:46 -04:00
John Reilly
efd1ae8747
Merge pull request #1907 from johnnyreilly/master
...
jQuery: remove unused resolve
2014-03-24 13:05:34 +00:00
John Reilly
a8890740fc
jQuery: remove unused resolve
2014-03-24 12:59:48 +00:00
maanasa
a00413743e
Update typeahead.d.ts
...
added support for call typeahead(options, dataset) where options include hint, highlight and minLength all of which are optional.
2014-03-24 15:29:49 +05:30
Boris Yankov
4085f85dc4
Merge pull request #1832 from sledorze/master
...
Take account of polymorphism into Async signatures - was really missing..
2014-03-24 01:35:43 +02:00
Drew Noakes
a5a45a0ae1
Update smoothe to v1.22
2014-03-23 20:08:42 +00:00
Masahiro Wakame
486d47c1a5
Merge pull request #1898 from borisyankov/assert
...
Update assert.d.ts
2014-03-23 15:51:58 +09:00
vvakame
d7c37f857f
Update assert.d.ts
2014-03-23 15:50:05 +09:00
Basarat Ali Syed
781466db1c
Merge pull request #1896 from loyd/node
...
node: rename net.NodeSocket and http.NodeAgent
2014-03-23 15:00:44 +11:00
Basarat Ali Syed
8e917bcb2b
Merge pull request #1897 from borisyankov/def/momentjs
...
momentjs update
2014-03-23 13:25:53 +11:00
Paul Loyd
0cdeaaa3a7
node: rename http.NodeAgent to http.Agent and net.NodeSocket to net.Socket
2014-03-22 21:29:50 +04:00
Basarat Ali Syed
2118c412b5
Merge pull request #1891 from YousefED/patch-1
...
Update greensock.d.ts
2014-03-22 16:56:15 +11:00
Basarat Ali Syed
626cdd625f
momentjs update
...
* fixed indentation
* added property "version"
* using MomentStatic to be consistent with other definitions
2014-03-22 13:07:10 +11:00
Paul Vick
9aef1ad84d
Add typings for nomnom
2014-03-21 15:37:11 -07:00