Deividi
ca07c3bfb4
Update index.d.ts
2018-05-11 22:48:14 -03:00
cavarzan
d53b062407
fix lint
2018-05-11 22:39:54 -03:00
Deividi
16f2d8d59b
Update index.d.ts
2018-05-11 22:24:05 -03:00
Deividi
14458ce965
added render function
2018-05-11 22:09:45 -03:00
Nate Mara
a68f617d89
fix(unzipper): update promise and buffer to be functions, not properties ( #25685 )
2018-05-11 15:01:23 -07:00
Paul van Brenk
af5dd8fe0f
Change node 6 to target es5 ( #25719 )
2018-05-12 09:49:57 +12:00
Zev Spitz
2909ac3acc
Split activex-interop from windows-script-host; replace activex-iwshruntimelibrary ( #25695 )
...
* Interop definitions -
https://github.com/Microsoft/TypeScript/issues/21440
* WSH definitions
* Merge IWshRuntimeLibrary; -Object methods use ActiveXObjectNameMap
* WshNamed, WshUnnamed and default properties
* Merge activex-iwshruntimelibrary into windows-script-host
* WScript.Echo optional parameter
* Deleted package.json
2018-05-11 14:22:21 -07:00
Ifiok Jr
52aaa6bc5c
react-native-htmlview types added ( #25713 )
2018-05-11 13:00:21 -07:00
khanhas
cb5a7de889
[@types/proton-native] Add types for proton-native ( #25705 )
...
* Add types for proton-native
* Fixed `export`
2018-05-11 12:45:05 -07:00
Ika
30208d0b82
feat(lazy-value): initial commit ( #25699 )
...
* feat(lazy-value): initial commit
* docs: add docs
2018-05-11 12:41:43 -07:00
Saffa Shujah
9a7ca607f5
Update index.d.ts ( #25675 )
...
Avatar and Image type are diff but the styling is different and the alt attribute is required for Image type.
2018-05-11 12:29:30 -07:00
Ifiok Jr
3e13aec055
add type definition for react-native-indicators ( #25612 )
2018-05-11 12:27:17 -07:00
TheAppleFreak
11a43248e5
@types/snoowrap - Make RedditContent thenable ( #25683 )
...
* Makes RedditContent derivatives Thenable
* Makes RedditContent thenable
* Added test
2018-05-11 12:21:21 -07:00
Steven Zeck
ca6596df7a
[cosmiconfig] update definitions for v5 ( #25624 )
...
* [cosmiconfig] update definitions for v5
* Move v4 files into v4 directory
* Make recommended changes, use exported interfaces and functions
* Remove sample-config.json file
* Change config from type to interface
2018-05-11 12:20:42 -07:00
Olegs Jeremejevs
01d6a921e3
webpack: Fix some problems introduced in #25566 ( #25691 )
2018-05-11 12:19:24 -07:00
Michael Zlatkovsky
d222093d1d
Massive office.js update: ExcelApi 1.7, additions to Word and OneNote codegen ( #25689 )
...
* Update to ExcelApi 1.7 and with latest Word d.ts codegen
* Remove other IPromise dependencies, making everything be just regular Promises
* Annotate with TS 2.4 requirement in the header
* Use "namespace" instead of "module"
* add "Office.Preview.startCustomFunctions()"
* Apply auto-formatting
* Fix 1 typo and clean up trailing statements
2018-05-11 12:17:44 -07:00
Tom Crockett
2718a5e3ee
[jss] Export named type for the options argument to createStyleSheet ( #25692 )
2018-05-11 12:16:27 -07:00
Ika
32375d7c44
fix(prettier): printer.embed is optional ( #25697 )
...
* fix(prettier): printer.embed is optional
* fix: FastPath#getName() could be number
* fix: add missing FastPath#stack
* fix: printDocToString return type
2018-05-11 12:11:33 -07:00
Bryan Hughes
8cd6bba3b3
Updated Node.js dgram.send() signature with recent changes in Node.js API ( #25664 )
...
* Updated “send” signature with recent changse
* Fixed some other issues with send() signature and added Node 10
2018-05-10 15:40:37 -07:00
Mohamed Hegazy
fd28954b07
Add declarations for cli-progress package ( #25661 )
...
* Add declarations for cli-progress package
* Add missing property
* Close comment
* Fix lint failure
2018-05-10 13:36:32 -07:00
Rong Shen
9cd7841a26
add types for jsonic ( #25671 )
2018-05-10 13:34:27 -07:00
Andy
478994240a
Revert "Used a conditional type for Sinon's stub class typings ( #25656 )" ( #25686 )
...
This reverts commit 49ecfa4536 .
2018-05-10 13:24:02 -07:00
Inaki Arroyo
f0b4609d77
deline types ( #25666 )
2018-05-10 13:19:38 -07:00
ryym
5e47df0e65
Add a link about major version update in 'Make a pull request' section ( #25663 )
2018-05-10 13:16:28 -07:00
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