Dominik Palo
dff108db9a
Add missing semicolon
2016-09-09 22:15:34 +02:00
Dominik Paľo
76bb600263
PDFKit: Add layout property and fix margin/margins
2016-09-07 16:49:57 +02:00
Georgii Dolzhykov
4c530f28d1
I'd like to become a reviewer for the core Angular 1.x definitions ( #11083 )
...
To prevent situations like #11039
2016-09-07 21:16:23 +09:00
Denis
58c375c8bb
Implementation of geojson2osm definition ( #11037 )
...
* Implementation of geojson2osm defintion
Many forks of this project, this definition uses the actively maintained project hosted on NPM.
https://www.npmjs.com/package/geojson2osm
Authors: @Ruby21 & @aaronlidman
* geojson2osm fixed comments
- renamed test > tests
- added space after project
@vvakame
2016-09-07 21:16:08 +09:00
hriss95
2a761971e7
Node.d.ts: Introduce module "console" ( #10980 )
2016-09-07 21:15:44 +09:00
hriss95
104dfb08ed
Node: Add tests for "timers" module ( #11080 )
2016-09-07 20:47:11 +09:00
Yuichi Watanabe
d9af52a23d
add type definitions of backlog-js ( #10984 )
...
* add type definitions of backlog-js
* rename file
2016-09-07 20:45:36 +09:00
Oleksii
882898317e
Fix string type name. ( #11000 )
...
* Fix string type name.
* Fix toJSON() method return type.
Return type has been changed from Object to any.
2016-09-07 20:44:37 +09:00
Dan Vanderkam
e3d9ff9fe7
Support ES6 import of jsts ( #11059 )
...
* Support ES6 import of jsts
* Use ES6 imports with jsts
2016-09-07 20:43:24 +09:00
Dan Vanderkam
df987a4110
Typings for rbush ( #11072 )
...
* Typings for rbush
* Object → any
2016-09-07 20:43:01 +09:00
TonyYang
98d009b227
[node] Test that imported and global console are same ( #11062 )
...
* Node.d.ts: Introduce module "console"
* Test that imported and global `console` are same
* Test that imported and global `console` are same
* declare module "console" for node v4
2016-09-07 20:42:29 +09:00
Schmulik Raskin
d219a83c31
Fix gulp.dest overload parameter type to be Vinyl File ( #10825 )
...
* Fix gulp.dest overload parameter type to be Vinyl File
* Change Vinyl version to match Gulp
* Revert changing Vinyl version, due to conflicts with gulp plugins
2016-09-07 20:29:08 +09:00
Michael McKenzie
14c74ee373
Changing dojo/_base/lang mixin signature to match documentation ( #10991 )
...
* adding multiple signatures
* update
2016-09-07 20:15:43 +09:00
Shinya Ohyanagi
2364c306eb
Add definitions for react-daterange-picker ( #10983 )
...
* Add react-daterange-picker
* Fix 2-space to 4-space and add semicolon
DefinitelyTyped contributing says 'use tabs or 4-space indentation'.
* Remove declare var
declare var did not effected to build and run application.
* Add comment
Use Literal Types after TypeScript 2.0 GA released.
* Fix file name
Change react-daterange-picker-test.tsx to react-daterange-picker-tests.tsx
2016-09-07 20:15:23 +09:00
Hendrik Liebau
49d0ce6918
export types of redux-mock-store ( #10933 )
...
Within a test you sometimes want to declare the store
first and then assign it the result of mockStore(state)
in a beforeEach(). For that we need to export IStore.
2016-09-07 20:12:55 +09:00
Hedley Luna
13322c67cc
[RavenJS] showReportDialog Function ( #11038 )
...
* Adding the sorter function to the options. This function is called when append is called
* Adding the showReportDialog function to RavenStatic.
2016-09-07 20:12:39 +09:00
Diego Pedro
a773c2bc81
add removeBackView() to ionic.d.ts ( #11031 )
...
* Update ionic.d.ts
removeBackHistory added in ionic.d.ts
* Add removeBackView in ionic.d.ts
* Added removeBackView test
2016-09-07 20:12:02 +09:00
York Yao
ae77424967
add missing command of hincrbyfloat ( #11044 )
2016-09-07 20:08:18 +09:00
Georgii Dolzhykov
a5608d64a3
Revert "Add missing definition" ( #11039 )
2016-09-07 20:04:49 +09:00
Artur Eshenbrener
9b111fde72
Allow Bluebird to be assignable to ES2016 Promise. ( #11036 )
...
* Allow Bluebird to be assignable to ES2016 Promise.
Add yet another one `.then` overloadings.
* bluebird: Fix .then overloadings
2016-09-07 20:01:15 +09:00
Artur Eshenbrener
823c53c9b6
Normalize line feeding ( #11034 )
2016-09-07 19:57:32 +09:00
Joost Farla
2eb6ca7acf
nock: Added missing delay functions ( #11029 )
2016-09-07 19:52:49 +09:00
rinzeb
e3558df40e
Update fs-extra.d.ts ( #11028 )
2016-09-07 19:52:11 +09:00
hriss95
e58c63689e
Node.d.ts: Update definitions for module "crypto" ( #11026 )
2016-09-07 19:36:12 +09:00
hriss95
ef2754d9de
Node.d.ts: Update "constants" module ( #11022 )
2016-09-07 19:34:00 +09:00
niko
1e2cd99bf7
add dva declaration ( #11021 )
...
* add dva declaration
* pass the test
2016-09-07 19:30:10 +09:00
Hongbo Miao
44104ccdc3
add length for io.sockets.adapter.rooms['foo'] ( #11005 )
...
const room = io.sockets.adapter.rooms['foo'];
console.log(room.length);
2016-09-07 19:29:48 +09:00
Joshua DeVinney
7ea3260115
Adding S3.waitFor command to aws-sdk ( #11014 )
2016-09-07 19:26:51 +09:00
Mikael Hermansson
092e7f33ba
Radium: Bumped version to 0.18.1 ( #11010 )
...
* Changed version number
* Allowed Style.rules to take non-nested React.CSSProperties
2016-09-07 19:26:02 +09:00
Bastien Caudan
eff6f01782
Add colors enabled property ( #11011 )
2016-09-07 19:25:41 +09:00
IIIMADDINIII
f15deaa4ee
Completed NodeBuffer.Compare and Process.nextTick definition ( #11008 )
2016-09-07 19:24:51 +09:00
Alejandro Sánchez
0e267a89f1
Use same type for next function in middleware as koa main project ( #10785 )
2016-09-07 19:23:52 +09:00
Horiuchi_H
938158616b
Merge pull request #11074 from nt/add-tick
...
Add tick() to d3.layout.Force
2016-09-07 15:59:55 +09:00
Horiuchi_H
50862b4609
Merge pull request #11043 from simonxca/patch-mongoose
...
Fix mongoose README example
2016-09-07 11:16:11 +09:00
Zhengbo Li
91ec5e14f6
Merge pull request #11049 from ZafixLRP/master
...
Update riot-api-nodejs.d.ts
2016-09-06 18:37:47 -07:00
Zhengbo Li
81afd5da15
Merge pull request #11047 from florentpoujol/threejs_r80
...
Update THREE.js definitions to r80.
2016-09-06 18:37:19 -07:00
Zhengbo Li
303afe1d01
Merge pull request #11045 from mohsen1/patch-2
...
Add clickableIcons?: boolean; to MapOptions
2016-09-06 18:32:02 -07:00
Zhengbo Li
a486127c8b
Merge pull request #11051 from Xstoudi/patch-1
...
Fix musicmetadata
2016-09-06 18:29:18 -07:00
Zhengbo Li
b0f7c3beed
Merge pull request #11053 from Strato/patch-4
...
error can be anything, you decide
2016-09-06 18:28:13 -07:00
Zhengbo Li
78c41c702d
Merge pull request #11060 from NYPL-Simplified/master
...
jsdom: Added changeURL.
2016-09-06 18:02:02 -07:00
Zhengbo Li
3118d42601
Merge pull request #11063 from jucrouzet/patch-1
...
Add bluebird's cancelation method.
2016-09-06 18:00:05 -07:00
Zhengbo Li
d289c0db6d
Merge pull request #11064 from jan-molak/master
...
Amended the signature of the callback function
2016-09-06 17:58:56 -07:00
Nicolas Thiebaud
6e2f2280ef
Add tick() to d3.layout.Force
2016-09-06 17:57:44 -07:00
Zhengbo Li
a7d21fe2f1
Merge pull request #11069 from rgvassar/ol3-rotate
...
Added a constructor and options interface for the Rotate class.
2016-09-06 17:52:34 -07:00
Zhengbo Li
23ece426bb
Merge pull request #11071 from coveord/jquery-mockjax-settings-response-callback
...
Jquery mockjax settings response callback
2016-09-06 17:51:00 -07:00
Jean-Philippe Lachance
0bc8dbd7d9
* Rename the parameter to fit with the doc ( https://github.com/jakerella/jquery-mockjax/#callback )
2016-09-06 18:41:35 -04:00
Jean-Philippe Lachance
762c57262d
+ Add the missing optional callback for the MockJaxSettings.response function
2016-09-06 18:29:33 -04:00
rvassar
e11ba9884d
Added a constructor and options interface for the Rotate class.
2016-09-06 15:12:01 -07:00
jan-molak
bd33db1db5
Amended the signature of the callback function so that it's up to date with the latest version of cucumber-js.
...
https://github.com/cucumber/cucumber-js#step-definitions
2016-09-06 20:32:21 +01:00
Julien CROUZET
9db6c38b18
Add bluebird's cancelation method.
...
From request-promise v4.1.0 (2016-07-30), Bluebird `cancel()` is exposed.
https://github.com/request/request-promise/pull/123
http://bluebirdjs.com/docs/api/cancellation.html
2016-09-06 21:01:03 +02:00