darlin
d2febcc480
add submodule tests
2017-01-25 16:03:50 +08:00
darlin
9be29e7b53
add files in tsconfig
2017-01-25 15:10:10 +08:00
darlin
1ca0a1b3f9
update submodule
2017-01-25 14:26:11 +08:00
darlin
ff113b3b1c
add sub module export
2017-01-23 20:14:41 +08:00
Horiuchi_H
b216e18bf5
Merge pull request #14169 from jephir/master
...
i18next: Allow keySeperator, nsSeperator = false (2.1.0)
2017-01-23 17:27:13 +09:00
Horiuchi_H
71e26fc9c0
Merge pull request #14163 from yyc-git/master
...
add cannon,rsvp,wonder-commonlib,wonder-frp dts file
2017-01-23 17:21:13 +09:00
Horiuchi_H
2f14b94434
Merge pull request #14179 from yohei1126/fix_mqtt
...
mqtt: add getLastMessageId function to mqtt.Client
2017-01-23 17:13:09 +09:00
yohei1126
5f59aa7920
add semicolon
2017-01-23 14:39:29 +09:00
Linda_pp
5b9724a373
node: strict platform value ( #14134 )
...
* node: strict platform value
From: https://nodejs.org/api/os.html#os_os_platform
> Currently possible values are:
>
> - 'aix'
> - 'darwin'
> - 'freebsd'
> - 'linux'
> - 'openbsd'
> - 'sunos'
> - 'win32'
>
> Equivalent to process.platform.
* node: add missing 'android' to platforms
* node: improve platform strings also in v7
2017-01-22 21:11:34 -08:00
durad
0b89ca3e31
Changed definition of lorem-ipsum to allow ES6 style imports ( #14166 )
...
* Implemented match, isMath and find
* Added all functions
* Made options optional.
* Added tslint.json and fixed lint errors
* Fixed definition for mapping function
* Fixed issue with strict nulls
* Added definition for lorem-ipsum
* Added namespace to lorem-ipsum to allow ES6 style imports
2017-01-22 21:10:12 -08:00
yohei1126
db3dfdb4b4
mqtt: add getLastMessageId function to mqtt.Client
2017-01-23 14:02:26 +09:00
Eldin
0e3020531c
Update index.d.tx ( #14175 )
...
Remove duplicate interface for "PerMessageDeflateOptions"
2017-01-22 18:20:58 -08:00
Evgeny
7a2803e589
[mathjs] add missing cosine declarations ( #14174 )
2017-01-22 18:20:03 -08:00
Matt Lewis
02c09ed9d8
webpack: add missing uglifyjs plugin typings ( #14177 )
2017-01-22 18:19:26 -08:00
Jephir
50a4e099ba
Allow keySeperator, nsSeperator = false (2.1.0)
...
https://github.com/i18next/i18next/blob/master/CHANGELOG.md#210
2017-01-21 21:09:51 -05:00
yyc
d3ce3c2472
fix
2017-01-22 09:53:42 +08:00
yyc
fc94866d7b
fix
2017-01-22 09:34:27 +08:00
yyc
29bcff2afd
fix
2017-01-22 09:27:42 +08:00
yyc
a8b09e012a
fix
2017-01-22 08:39:12 +08:00
yyc
e8cb9198fb
fix: used tests file
2017-01-22 08:26:23 +08:00
yyc
6ab43d89ce
fix: add header in .d.ts file
...
fix: add tests file
fix: set "strictNullChecks": true
2017-01-22 08:19:18 +08:00
Oleksii Trekhleb
756433aeb4
Fix elastic.js typings. Adding module and namespace exports. ( #14152 )
...
* Fix elastic.js typings namespace from 'elasticjs' to 'elastic.js'.
This will allow using 'import' statement against elastic.js like so:
import * as elasticjs from 'elastic.js';
This also makes using this typings to be TSlint "no-var-require" rule compliant.
* Export elasticjs namespace.
2017-01-21 14:58:37 -08:00
Rafael Kr
3357f1a623
[node] zlib: move constants into zlib.constants ( #13945 )
...
* [node] zlib: move constants into zlib.constants
* add flush property to ZlibOptions
declare constants as namespace
2017-01-21 14:55:02 -08:00
Otoha Funabashi
c71435a8cb
shelljs: update exec for after v0.6.0 ( #14143 )
...
* shelljs: update for after v0.6.0
exec.output was changed to exec.stdout, and missing exec.stderr.
stderr: 74f1ff8748
stdout: 8a7f7ceec4
* shelljs: update testcode
2017-01-21 14:53:57 -08:00
Vlad Rindevich
5efea302f3
libpq: Fix wrong definitions ( #14164 )
...
* fix(libpq): change returning type of `writable` method
* fix(libpq): remove optionality for `prepare` method's arguments
* fix(libpq): remove optionality for `sendPrepare` method's arguments
2017-01-21 14:53:35 -08:00
Rahul Ravikumar
4923ba548a
Add definitions for opener ( #14159 )
2017-01-21 13:08:53 -08:00
durad
2f4008caa8
Added definition for lorem-ipsum ( #14161 )
...
* Implemented match, isMath and find
* Added all functions
* Made options optional.
* Added tslint.json and fixed lint errors
* Fixed definition for mapping function
* Fixed issue with strict nulls
* Added definition for lorem-ipsum
2017-01-21 12:59:37 -08:00
yyc
a8f925e787
add cannon,rsvp,wonder-commonlib,wonder-frp dts file
2017-01-21 21:14:25 +08:00
Vu Tran
d568404f00
react-virtualized: Add interfaces for Table and Column ( #14156 )
2017-01-20 16:39:37 -08:00
Andy
8b6b40ad35
ecmarkup: Provides its own types ( #14150 )
2017-01-20 16:33:34 -08:00
durad
138e095da4
Added definition for globule ( #14153 )
...
* Implemented match, isMath and find
* Added all functions
* Made options optional.
* Added tslint.json and fixed lint errors
* Fixed definition for mapping function
* Fixed issue with strict nulls
2017-01-20 13:31:50 -08:00
Danny Cochran
a5a560b3e1
Update webViewStatic to include postMessage API ( #14151 )
2017-01-20 13:28:33 -08:00
Sébastien Côté
2685789765
Add collapsible callback function ( #14142 )
2017-01-20 11:24:33 -08:00
Mohamed Hegazy
a569c59c8f
Add major version upgrade documentation ( #14130 )
...
* Add major version upgrade documentation
* add note about depenencies
2017-01-20 11:19:03 -08:00
Michael Joye
0705aae93a
Change the toSerialized to ToSerialized so it matches what SharePoint SP.Guid has ( #14147 )
2017-01-20 11:16:54 -08:00
Victor Widell
59e3f42457
Added text option to extendTypes. ( #14132 )
2017-01-20 11:09:01 -08:00
Luca Trazzi
ccfe42e5d0
Corrected Modernizr breaking change ( #14137 )
...
* AMD & UMD compatible, following toastr as example
* added tslint and contributor
* correctly wrapped union type as this is a function
2017-01-20 11:08:09 -08:00
Nikita Matrosov
632e62aadf
Add 'hide' method in typing definitions ( #14138 )
2017-01-20 11:06:47 -08:00
Lxxyx
33fb4236d6
fix(webview): webview android useraget props missing ( #14140 )
2017-01-20 11:00:52 -08:00
Luca Trazzi
71006850d1
updated swiper to 3.4.1 ( #14070 )
...
* moved 2.0.0 version of swiper to V2
* updated swiper to 3.4
* added as contributor to swiper
* Added path mapping for itself as old version
* tsconfig corrected types root
2017-01-20 11:00:08 -08:00
ysgk
9d20b59e9b
Fixed google.maps.InfoWindow.setPosition interface ( #14115 )
2017-01-20 10:56:09 -08:00
Péter Kovács
f20bfbfba3
[tether-drop] Improve beforeClose function signature ( #14145 )
...
beforeClose function in the type definition has no parameters, yet in drop source code (DropInstance class, beforeCloseHandler method) two parameters are passed to this function.
First the JavaScript event object, that triggered the close, and then the drop instance object. The signature was updated to reflect this.
2017-01-20 09:55:59 -08:00
Meno Abels
8afe753209
sshpk: corrected options in toString are optional ( #14146 )
2017-01-20 09:52:43 -08:00
Ben Greene
71d121fb2b
Remove unnecessary union on extent. ( #14133 )
2017-01-20 09:07:09 -08:00
John Reilly
08d1ef6bdd
Merge pull request #14028 from pzavolinsky/master
...
React: add typed target for change events
2017-01-20 11:10:07 +00:00
Linda_pp
db23448a5d
Add 'jump.js' module ( #14129 )
2017-01-19 21:50:30 -08:00
Ian Ker-Seymer
ab1f759aa1
Add route-parser type declarations ( #14013 )
2017-01-19 21:05:02 -08:00
Shun Takahashi
0b60775142
Add strong-cluster-control typing files ( #14128 )
2017-01-19 20:52:18 -08:00
Alexander Trefz
696932988b
Fix Headers.get of isomorphic-fetch ( #14113 )
...
* Fix isomorphic-fetch IHeaders.get signature
According to the specification, get can return null, so this should be explicit, since TS 2.0.
* Remove trailing whitespace
* Fix Lint
2017-01-19 20:51:07 -08:00
Ivo Senner
93cfad5738
Add type definition for UIkit.Dropdown ( #14108 )
2017-01-19 16:10:24 -08:00