Vasily Nesterov
d19c85c26e
[react-google-maps-loader] Create type definitions ( #25662 )
2018-05-10 13:15:04 -07:00
Sinziana Nicolae
63b0e8b632
[react-dates] Add types in DayPickerRangeControllerShape ( #25619 )
...
* Add types for daySize and verticalBorderSpacing in DayPickerRangeControllerShape
* Change order of types
2018-05-10 13:04:01 -07:00
Brian Crowell
7531e4e98e
[natural-sort] Make definitions and tests match module ( #25670 )
...
The module is a function that takes options and returns a sort function.
It is not the sort function itself. The sort function also works on any
mixture of numbers and strings, as the module's own usage examples show.
The tests are just the usage examples verbatim.
2018-05-10 13:01:14 -07:00
Ólavur Debes Joensen
44252be6ab
Fix typo fullWdith -> fullWidth ( #25676 )
2018-05-10 13:00:01 -07:00
Daniel van der Merwe
ef4570ef0a
SingleScreenApp can take an appStyle param ( #25562 )
...
This is undocumented but works
2018-05-10 12:59:44 -07:00
Patrick Simmelbauer
6280a2d5e9
Add missing parameter to findWrapping ( #25678 )
2018-05-10 12:59:07 -07:00
Brad Zacher
7aa84a6417
[@types/graphql] Switch void for more correct undefined | null typing ( #25639 )
...
* [@types/graphql] Switch void for more correct `undefined | null` typing
* Moved Maybe.d.ts to a better place
* Moved and fixed up Maybe imports
2018-05-10 12:58:19 -07:00
Braden MacDonald
f8cac97960
Expand google-map-react options spec to cover all valid options ( #25665 )
2018-05-10 12:58:03 -07:00
Sherman Chen
b1ae5471b0
@types/node-forge: Add forge.pki.certificateFromPem ( #25672 )
2018-05-10 12:56:51 -07:00
Camila Rondinini
8c67ace1b8
Event Stream: Make split argument optional ( #25657 )
2018-05-10 12:55:42 -07:00
Sindre
2404865eb1
Yup: allow options object in string().matches() function ( #25634 )
...
* overloads string().matches() to add options object
* Yup: fix lint feedback
2018-05-10 12:55:11 -07:00
Jip Sterk
b5591375e3
Added dom-to-image typings ( #25650 )
...
* Added dom-to-image typings
* changed string to blob
* blob is now in the right place
* updated to reflect new changes
2018-05-10 12:46:04 -07:00
l-jonas
b5d0574815
Add types for in-app-purchase ( #25651 )
...
* Add types for in-app-purchase
* in-app-purchase: Change order of validateOnce overloads
2018-05-10 12:42:12 -07:00
Tycho Grouwstra
8889c1c89c
list among Ramda type authors to get @'d in issues ( #25660 )
...
see #25430 .
2018-05-09 15:15:44 -07:00
Nico Jansen
db27d0733d
fix(node): add support for Buffer.from(uint8Array) ( #25630 )
...
* fix(Node buffer): add support for `from(buffer)`
* refactor(Node buffer): consolidate overloads of `Buffer.from`
2018-05-09 15:11:52 -07:00
Lohn IMAI
e3e32dbd41
Fixes next/document types ( #25540 )
2018-05-09 15:11:26 -07:00
Scott Escue
c7331be0bf
[amazon-cognito-auth-js] Creating package ( #25622 )
...
* Creating initial type definitions for 'amazon-cognito-auth-js', which include all JSDoc from the ES source code. I'm attempting to follow the same interface naming conventions found in aws/amazon-cognito-identity-js. I've deviated from the standard package template by creating a /test subfolder that contains the conventionally named test file along with a second file that references types from a global namespace.
* Removing tslint interface-name rule override and removing "I" prefix
from interface names.
* Improving tests by ensuring all interface types are explicitly
referenced.
* Removing unnecessary .editorconfig in package directory.
2018-05-09 12:39:54 -07:00
Anjun Wang
20c0779394
[arrify] generic improvement ( #25629 )
...
* [arrify] generic improvement
* [arrify] add test code
* [arrify] fix linting error: replace let with const
* [arrify] fix linting error: remove consecutive blank lines
2018-05-09 12:38:44 -07:00
Guillaume
ccfc17b956
fix(ngtoaster): update definitions for v2.2.0 ( #25529 )
...
- also indent with 4 spaces
2018-05-09 12:36:41 -07:00
Josh Goldberg
49ecfa4536
Used a conditional type for Sinon's stub class typings ( #25656 )
...
* Used a conditional type for Sinon's stub class typings
* mochaccino
2018-05-09 12:33:56 -07:00
l-jonas
69c6d7f7c1
Add types for seed-random ( #25642 )
2018-05-09 12:17:58 -07:00
l-jonas
74e9c498d9
Add types for tokgen ( #25644 )
2018-05-09 11:57:38 -07:00
l-jonas
c74cce8223
Add types for recaptcha2 ( #25643 )
2018-05-09 11:52:14 -07:00
Bonggyun Lee
1786d266d6
add R.project curry definition ( #25635 )
...
* fix R.project curry
* mend
2018-05-09 11:40:44 -07:00
Dennis George
37a8e994f8
webpack: Updated module rules types against WebpackOptions.json schema in v4 ( #25566 )
...
* Updated module rules types against WebpackOptions.json schema in v4
* Fixed T[] lintting error
* Removed redundant definition in RuleSetCondition
* Fixed Loader reference in extract-text-webpack-plugin
2018-05-09 11:38:08 -07:00
Seunghwa (Steve) Song
0fa5da1423
fix: passport-http-bearer Strategy class should implement interface ( #25526 )
...
bump up version to 0.0.2
2018-05-09 11:36:36 -07:00
Edo Rivai
7b519d78ed
[knex] Allow usage of Raw in Where ( #25638 )
...
* Allow usage of Raw in Where
* [knex] Fix typo
2018-05-09 11:34:48 -07:00
Samuel Vaillant
d2159cc9cc
fix(algoliasearch): add missing createIfNotExists on partial update ( #25652 )
...
* fix(algoliasearch): add createIfNotExists in callback version of partialUpdateObject(s)
* fix(algoliasearch): add createIfNotExists in promise version of partialUpdateObject(s)
* test(algoliasearch): add tests for partialUpdateObject(s)
2018-05-09 11:34:07 -07:00
Dechen Zhuang
28aa874704
add electronPath for constructor ( #25525 )
2018-05-09 11:31:10 -07:00
Karl von Randow
208df7b962
react-onsenui: update Modal to match documentation ( #25628 )
...
https://onsen.io/v2/api/react/Modal.html
Added “lift” animation and changed show and hide methods.
2018-05-09 11:26:58 -07:00
Ender Doe
2b2d81c226
Fixed Three Edge Geometry definition ( #25627 )
2018-05-09 11:26:37 -07:00
Jimi (Dimitris) Charalampidis
98a5d96dad
Improve types ( #25654 )
2018-05-09 11:24:55 -07:00
Ben
e199aed403
StompJS: Add argument types to unsubscribe ( #25621 )
...
Add argument types to unsubscribe: https://github.com/stomp-js/stomp-websocket/blob/master/src/stomp.coffee#L600-L603
2018-05-08 16:12:37 -07:00
Josh Goldberg
c37cd112da
Added jest-axe typings ( #25623 )
...
* Started on jest-axe
* Fixed up some things
* TS@2.4
* lint fix; axe-core dependency
* Update index.d.ts
* Update jest-axe-tests.ts
2018-05-08 15:07:18 -07:00
l-jonas
1809675f6a
Add types for the package "blocked" ( #25593 )
...
* Add types for the package "blocked"
* Update author
* Rename MyFunction to Blocked
* Make options optional
* Return Node.JS timer instead of custom declaration
2018-05-08 12:51:10 -07:00
cleto100
6406de8be6
Adding offset to for CommonAxe interface definition which is boolean … ( #25620 )
2018-05-08 12:44:21 -07:00
Ian Luca
ad87ac4fda
[puppeteer] adding missing waitForXPath method ( #25609 )
...
* adding missing waitForXPath method
* remove trailing whitespce
* add waitForXPath method usage
2018-05-08 12:05:54 -07:00
Roman Jurkov
bc47bffd04
added missing formatOutOfCountryCallingNumber function to definitions of google-libphonenumber ( #25513 )
...
* updated google-libphonenumber utils function with formatOutOfCountryCallingNumber that was missing
* updated spaces
2018-05-08 10:59:19 -07:00
Ifiok Jr
44e58864bd
react-native-autocomplete-input types added ( #25617 )
2018-05-08 10:56:54 -07:00
Nickolay Alexandrov
162624a97f
Changed string to "TableName in Knex and .from() ( #25615 )
2018-05-08 10:40:30 -07:00
Niklas Mollenhauer
ccee94967a
Remove typings of ids package ( #25611 )
2018-05-08 10:32:49 -07:00
Oliver Joseph Ash
8a9ef8623a
Node: remove myself as author ( #25610 )
2018-05-08 10:32:13 -07:00
veggiesaurus
fdd601312f
added typed array to scatter data ( #25608 )
2018-05-08 10:30:57 -07:00
Alan Plum
50c7c42a3a
[ArangoDB] Update geo index type ( #25607 )
...
* Update geo index type
* Add test
2018-05-08 10:30:40 -07:00
Harm van der Werf
a58126129b
Added missing iteration assertions ( #25606 )
2018-05-08 10:29:33 -07:00
Aankhen
96e3ca2355
Add gulp-svgmin types ( #25599 )
2018-05-08 10:26:43 -07:00
James Bromwell
ba59e57720
node, ws: address() method on Server and related classes can return a string ( #25597 )
...
* node: ClearTextStream hasn't existed for 3 years
* node: move AddressInfo to net module; address() can return string
* ws: Server.address() can return string (same as net.Server.address etc)
* Fix some tests that assumed Server.address returns AddressInfo
Amending commit message to re-trigger Travis build.
2018-05-08 10:23:49 -07:00
Tomáš Szabo
5a46131513
[Ramda] Improved memoize definition ( #25596 )
...
* Ramda: improved memoize definition
* Ramda: improved memoize definition (fixed test)
2018-05-08 10:22:35 -07:00
Onat Yiğit Mercan
31f0a91829
add padding settings for intercom-web ( #25595 )
2018-05-08 10:22:01 -07:00
Thomas Sawkins
a62969017a
add missing initalRouteKey property on NavigationStackRouterConfig ( #25590 )
2018-05-08 10:14:13 -07:00