Karam Daddy
37748ebb29
Added type for firstDayOfWeek prop ( #20667 )
2017-10-23 13:19:45 -07:00
Przemysław Dąbek
62d716b98c
added optional state parameter for StrategyOption definition ( #20663 )
2017-10-23 13:18:53 -07:00
Tim Baumann
eb48bec035
Update prosemirror-* type definitions, add comments ( #20637 )
...
The type definitions have been generated using
https://github.com/bradleyayers/getdocs2ts
from the getdocs comments in the ProseMirror source.
2017-10-23 13:18:31 -07:00
Andy
e41fb0af31
qlik-visualizationextensions: Fix lint ( #20911 )
2017-10-23 13:18:06 -07:00
Andy
8a11b1f2fc
retry: Fix lint ( #20915 )
2017-10-23 13:17:47 -07:00
Andy
91b74267f3
screeps-profiler: Fix lint ( #20917 )
2017-10-23 13:17:26 -07:00
Flarna
eba2b89b3c
[node] Some fixes for net and https ( #20662 )
...
Sync Lookup function type in net, tls and dgram.
2017-10-23 13:17:14 -07:00
Andy
e05709a29d
shelljs: Fix lint ( #20921 )
2017-10-23 13:17:03 -07:00
Andy
c5d4cdfe8c
smooth-scrollbar: Fix lint ( #20922 )
2017-10-23 13:16:49 -07:00
Piotr Roszatycki
692d55bf9f
smtp-server: definitions for v3.3 ( #20661 )
...
* Type definitions for smtp-server 3.3
* Older version 1 must have a path mapping for itself
* DATA stream is Readable
* `err` argument for callbacks is optional if there is no other arg
2017-10-23 13:16:36 -07:00
Andy
7fabe51f9a
sparkpost: Fix lint ( #20923 )
2017-10-23 13:16:30 -07:00
Andy
cf352064a2
swagger-node-runner: Fix lint ( #20924 )
2017-10-23 13:16:08 -07:00
Andy
779b36eefd
uikit: Fix lint ( #20925 )
2017-10-23 13:15:53 -07:00
João Mosmann
42294b8983
[react-mdl] Add inputRef to Textfield class ( #20647 )
2017-10-23 13:13:52 -07:00
Andy
2ea5b99f0c
kii-cloud-sdk: Fix lint ( #20895 )
2017-10-23 13:11:29 -07:00
Andy
0cca535d6d
nightwatch: Fix lint ( #20892 )
2017-10-23 13:11:10 -07:00
Andy
0746f340db
nedb: Fix lint ( #20887 )
2017-10-23 13:10:26 -07:00
Andy
4b5af205fc
moxios: Fix lint ( #20886 )
2017-10-23 13:10:12 -07:00
Andy
12050c631f
memcached: Fix lint ( #20885 )
2017-10-23 13:10:00 -07:00
Ryota Kameoka
876e56e9d1
Revise typing for UrlFetchApp ( #20630 )
2017-10-23 13:09:41 -07:00
Andy
0f71485af4
libpq: Fix lint ( #20884 )
2017-10-23 13:09:21 -07:00
Haroen Viaene
3c804e4cbe
feat(algolia): update definitions ( #20627 )
...
- ran prettier on the files
- slaves -> replicas
- SFFV
- userkey -> apikey
- options -> params
- deleteBy
2017-10-23 13:08:32 -07:00
Andy
23af58d239
jasmine_dom_matchers: Fix lint ( #20881 )
2017-10-23 13:08:16 -07:00
Jean-Francois Cere
52f261e047
Update Materialize-Css for missing SideNavOptions and fix lint ( #20597 )
2017-10-23 13:05:55 -07:00
Andy
799ccb82d3
i18n: Fix lint ( #20878 )
2017-10-23 13:04:11 -07:00
Andy
ee770f3624
hexo-fs: Fix lint ( #20877 )
2017-10-23 13:03:45 -07:00
Andy
d452e22756
heremaps: Fix lint ( #20927 )
2017-10-23 13:03:00 -07:00
Andy
d6b8621c81
prismjs: Fix lint ( #20909 )
2017-10-23 13:02:42 -07:00
makepost
866d98de66
ExpressRateLimit: Fix handler property ( #20613 )
2017-10-23 13:02:35 -07:00
Andy
f997198b92
sharp-timer: Fix lint ( #20920 )
2017-10-23 13:02:26 -07:00
Andy
f30198b018
sharp: Fix lint ( #20919 )
2017-10-23 13:02:16 -07:00
Andy
ddd0f06bbf
rx-lite: Fix lint ( #20916 )
2017-10-23 13:01:49 -07:00
Andy
95457f71ef
selenium-webdriver: Fix lint ( #20918 )
2017-10-23 12:59:15 -07:00
Scott
a65d75a7cd
Types/lodash-es auto-gen typings ( #18725 )
...
* chore(generation): add script to generate typings automatically
* docs: add a readme.md to state unfinished types
* fix: improve generation and tsconfig files
* chore(generate): add prettier to format generated code
* feat(lodash-es): generate files and remove codes
1. noconflict and runincontext aren't inside lodash-es
2. seq-like function are removed temporarily. see readme.md
* feat(lodash): add a bash script to generate all modules
and remove lodash-es related code in lodash/scripts
* fix(lodash-es): apply the new approach to declare types
for default export constraints in typescript v2.6
see
https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#arbitrary-expressions-are-forbidden-in-export-assignments-in-ambient-contexts
2017-10-23 12:57:17 -07:00
samsonkeung
2091df4cbf
@type/ramda: Add type definition for startsWith ( #20594 )
...
* added type definition for startsWith in Ramda
* linting
2017-10-23 12:56:46 -07:00
nihiluis
76c122d1a4
add version property to Config for pg compatibility ( #20584 )
2017-10-23 12:56:04 -07:00
Anton Myzenkov
58206d9fd3
[mongodb] Fix db.listCollections to use the optional parameter "filter" ( #20562 )
...
* [mongodb] Fix db.listCollections
Fix db.listCollections to return the information of a all collections.
* [mongodb] Fix db.listCollections
Added overload function for db.listCollections
* [mongodb] Fix db.listCollections
Fix db.listCollections to return the information of a all collections.
2017-10-23 12:50:54 -07:00
ohze.net
b731a1b609
cropperjs: make CropBoxData's fields optional; add getCroppedCanvas (v1.1.0) 's new options; add & fix tslint ( #20560 )
...
* cropperjs: make CropBoxData's fields optional
* cropperjs: Added 4 new options to getCroppedCanvas method: minWidth, minHeight, maxWidth and maxHeight.
see https://github.com/fengyuanchen/cropperjs/releases/tag/v1.1.0
* cropperjs: tslint
2017-10-23 12:48:02 -07:00
dlebrecht
43a6d92869
Bitcoinjs ( #20556 )
...
* added inputs to transaction builder
* verify should return boolean, fixed inputs
* added property private key (d) in ECPair class
2017-10-23 12:43:58 -07:00
Ed Bishop
0cc18fa090
Added indexWait and fixed the return type for get. ( #20521 )
...
* Fixed the return type for get.
Fixed the return type for get as it returns a single result not a cursor.
* Update index.d.ts
2017-10-23 12:27:08 -07:00
Eloy Durán
cc8bf81a21
Merge pull request #20928 from newyankeecodeshop/remove-nav
...
[react-native]: Remove `Navigator` and `NavigationExperimental`
2017-10-23 21:26:32 +02:00
Neonit
d5844afa20
adjust typeCast type in MySqlConnectionConfig ( #20431 )
...
The underlying node-mysql package supports a function as typeCast value (alternative to a boolean), thus its type has been set to any in the respective types package (@types/mysql). https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/mysql/index.d.ts#L217
2017-10-23 12:13:32 -07:00
Andy
03b389dc02
oniguruma: Fix lint ( #20904 )
2017-10-23 11:56:03 -07:00
Andrew Goodale
2cb730ef15
Merge branch 'master' into remove-nav
2017-10-23 14:50:27 -04:00
Andrej Hazucha
9fee92dff8
[inline-style-prefixer] allowing ES2015 module syntax ( #18533 )
...
* [inline-style-prefixer] allowing "import * as InlineStylePrefixer from 'inline-style-prefixer';" syntax
* [inline-style-prefixer] removing redundant export
2017-10-23 11:48:44 -07:00
Andy
1840c35cad
restify: Fix lint ( #20913 )
2017-10-23 11:44:29 -07:00
Piotr Roszatycki
8abe0458f0
Type definitions for ultra-strftime 1.0 ( #20869 )
2017-10-23 11:41:03 -07:00
Ivan Gabriele
9fe8f1b8a4
argon2-browser: create typings ( #20753 )
2017-10-23 11:39:55 -07:00
makepost
9079d17666
[express] Body parsing middleware included in 4.16 ( #20624 )
...
* express.json() and express.urlencoded()
* Express: Add tslint.json
2017-10-23 11:37:58 -07:00
Andy
1f9ccc2e90
markerclustererplus: Fix lint ( #20894 )
2017-10-23 11:35:43 -07:00