Ivo Stratev
ee881e7d74
Adding header
2016-09-08 19:25:17 +03:00
Ivo Stratev
9bac2b088a
Fixing decorating name
2016-09-08 19:21:51 +03:00
Ivo Stratev
8bd86aa682
Create autobind-decorator.ts.tscparams
2016-09-08 19:21:01 +03:00
Ivo Stratev
308869aa2e
Fixing tests idntation
2016-09-08 19:19:27 +03:00
Ivo Stratev
1e2fe02942
Create autobind-decorator-tests.ts
2016-09-08 19:18:35 +03:00
Ivo Stratev
2aa23e2f3c
Create autobind-decorator.d.ts
2016-09-08 19:10:56 +03:00
Zhengbo Li
01a3adcdb6
Merge pull request #11073 from sumitkm/master
...
Updating Quill JS definitions to v1.0.0
2016-09-07 21:44:53 -07:00
Horiuchi_H
d21bb59928
Merge pull request #11016 from AbraaoAlves/master
...
feat(data_table): add support to cucumberjs
2016-09-08 10:09:45 +09:00
Zhengbo Li
ff50a0955f
Merge pull request #11057 from rundef/master
...
[pino]: Fix constructor argument stream typing
2016-09-07 10:33:15 -07:00
Zhengbo Li
8da7848758
Merge pull request #11066 from alejo90/move-fs-constants
...
Moved fs constants under constants as per documentation
2016-09-07 10:32:19 -07:00
Zhengbo Li
177b8f3cb2
Merge pull request #11068 from rgvassar/ol3-OSM
...
Added a constructor and interface for the OSM class.
2016-09-07 10:31:48 -07:00
rvassar
7a87e24773
Updated version number.
2016-09-07 09:32:09 -07:00
rvassar
9115d2e5bc
Merge remote-tracking branch 'upstream/master' into ol3-OSM
...
# Conflicts:
# openlayers/openlayers.d.ts
2016-09-07 09:02:09 -07:00
Alejandro Sánchez
69089fffa5
Moved fs constants under constants as per documentation and added tests for access and accessSync
2016-09-07 08:24:16 -06:00
Mickael Burguet
11999b5ef5
Add testcase
2016-09-07 10:06:58 -04:00
AbraaoAlves
28f791f3ea
unify the indent style with other lines in tests
2016-09-07 09:45:17 -03: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
AbraaoAlves
6e12852dc9
unify the indent style with other lines
2016-09-07 09:02:22 -03: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
Sumit Kumar Maitra
baddf2c360
creating type aliases
2016-09-07 07:40:40 +01:00
Sumit Kumar Maitra
fecb5454fd
Missed out one change to fix build
2016-09-07 03:45:10 +01:00