Daniel Rosenwasser
9a8a9451cb
Merge pull request #18985 from BendingBender/http-errors
...
[http-errors] upgrade to v1.6, enable strict null checks & linting
2017-08-16 13:31:22 -07:00
Daniel Rosenwasser
741dc0eff8
Merge pull request #19040 from RckMrkr/fix-type-error-in-react-tabs
...
Fixed type error in react-tabs
2017-08-16 13:30:00 -07:00
Daniel Rosenwasser
b71c0e48ac
Merge pull request #18984 from coreh/patch-1
...
react-redux: Make dispatch property optional in DispatchProp<S>
2017-08-16 13:25:05 -07:00
Ryan Cavanaugh
63265c65d9
Merge pull request #18622 from LKay/lkay/react-transition-group-tmp-fix
...
Quick fix exports to match transpiled code of the library
2017-08-16 13:19:23 -07:00
Rick
b33c0dc912
Fixed type
2017-08-16 21:34:06 +02:00
Daniel Rosenwasser
fbb9db9df5
Merge pull request #18974 from marcghorayeb/fix/node-zlib-interface
...
[node] homogenize zlib input to Buffer or string and results to Buffer
2017-08-16 11:33:35 -07:00
Daniel Rosenwasser
2502d59498
Merge pull request #18998 from johnmwright/patch-1
...
GoogleMaps: allowing ComponentRestrictions as string|string[]
2017-08-16 11:30:26 -07:00
Daniel Rosenwasser
37219beb54
Merge pull request #18954 from cyyyu/patch-1
...
update @types/react-test-renderer index.d.ts, fix #18953
2017-08-16 11:27:13 -07:00
Hisham A
e9ac895d8a
[annyang] add typings ( #19031 )
2017-08-16 11:21:09 -07:00
Daniel Rosenwasser
a89a7f4580
Merge pull request #18964 from BendingBender/on-finished
...
[on-finished] improve typings, enable strict null checks & linting
2017-08-16 11:05:56 -07:00
Daniel Rosenwasser
0e9358b5b2
Merge pull request #18951 from dannycochran/patch-7
...
update react-redux connect options
2017-08-16 11:00:44 -07:00
Daniel Rosenwasser
aa0bc8fb45
Merge pull request #18857 from psachs21/patch-2
...
Update definitions to v4
2017-08-16 10:59:51 -07:00
Daniel Rosenwasser
7e36200ddf
Merge pull request #18995 from nrbernard/codemirror-add-method
...
Codemirror: Add getLineTokens method
2017-08-16 10:59:06 -07:00
Daniel Rosenwasser
2a9122332c
Merge pull request #19023 from dab00/master
...
[elasticsearch] Add Client.close()
2017-08-16 10:58:33 -07:00
Adrian Leonhard
05c8f3c833
[r-script] Added typings. ( #19027 )
2017-08-16 10:10:53 -07:00
Dimitri Benin
b7b8a3650b
[json-stringify-safe] add typings ( #19026 )
2017-08-16 10:08:01 -07:00
Dimitri Benin
e395189807
[negotiator] add typings ( #19001 )
2017-08-16 10:05:18 -07:00
Harry Shipton
6a1cb2a6be
[jsrp] Add type definitions ( #18993 )
...
[jsrp] Update jsdoc types
Add type definitions for jsrp
Add typings for jsrp library
2017-08-16 10:04:52 -07:00
Harry Shipton
b166083928
[is-number] Added type definitions ( #19005 )
...
[is-number] Changed from ES6 default to export=
[is-number] Allow synthetic default imports
[is-number] Change function in tests to pass linter
2017-08-16 10:04:04 -07:00
Harry Shipton
5f54d27f25
[keysym] add type definitions ( #19002 )
2017-08-16 10:03:33 -07:00
Nick Zelei
98c1778503
add types for 'parse-link-header' module ( #18994 )
...
* add types for 'parse-link-header' module
* updated return type
has possibility of returning null if input is falsy.
* Update parse-link-header-tests.ts
updated test to include null type.
2017-08-16 10:02:51 -07:00
Muhammad Ragib Hasin
65049e5d32
[ascii2mathml][intl][remove-markdown] add typings ( #18987 )
...
* [ascii2mathml] add typings (v0.5.4)
* [intl] add typings
* [remove-markdown] add typings
* [ascii2mathml][intl][remove-markdown] fix lint
* [intl] fix project link
* [ascii2mathml] fix test error
2017-08-16 10:02:24 -07:00
Henning Kühl
af36b1bcf2
add typings for chayns version 0.14.0 ( #18688 )
...
* add chayns typings version 0.14.0
* fixes for tslint
* change project url for chayns JavaScript API
* fix version
2017-08-16 09:59:51 -07:00
Christian Rackerseder
fb927da277
[haversine] Added type definitions ( #19010 )
2017-08-16 09:58:54 -07:00
Dimitri Benin
15abb9f03e
[streaming-json-stringify] add typings ( #19017 )
2017-08-16 09:58:21 -07:00
Dimitri Benin
07ab6b603a
[forwarded] add typings ( #19011 )
2017-08-16 09:56:45 -07:00
Eloy Durán
c5d04fb2d5
Merge pull request #19004 from iRoachie/react-native-material-ui
...
Definitions for react-native-material-ui
2017-08-16 15:22:14 +02:00
Anatoly Demidovich
a6e23c919a
Add elasticsearch.Client.close()
2017-08-16 14:22:59 +03:00
Karol Janyst
f585e6f27f
Update imports in index
2017-08-16 12:41:00 +09:00
Karol Janyst
bfcd1e3297
Update imports
2017-08-16 12:39:47 +09:00
Kyle Roach
1c5b20f054
Defintions for react-native-material-ui
2017-08-15 22:07:39 -04:00
John M. Wright
d65fe3323d
allowing ComponentRestrictions as string|string[]
...
Google API allows the Autocomplete ComponentRestrictions to be either a single string (`{'country': 'us'}`) or a string array (`{'country': ['us','gb','fr']}`)
Reference:
Single value: https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-hotelsearch
Multiple values: https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-multiple-countries
(
2017-08-15 16:46:52 -05:00
Andy
5002dcc843
Add CODEOWNERS file ( #18991 )
2017-08-15 13:42:13 -07:00
Danny Cochran
d38522bd72
make default arguments {} instead of any
2017-08-15 12:47:50 -07:00
Bernard, Nicholas (ETW - FLEX)
54cf4c673b
Add getLineTokens method
2017-08-15 12:37:17 -07:00
Dimitri Benin
8db0c98591
[fresh] add typings ( #18990 )
2017-08-15 12:23:20 -07:00
Dimitri Benin
6ad38fb8c7
[http-errors] update tests
2017-08-15 21:14:12 +02:00
Daniel Rosenwasser
62cadd0386
Merge pull request #18977 from mthmulders/passport-github2
...
Type definitions for Passport-GitHub (2)
2017-08-15 11:46:38 -07:00
Daniel Rosenwasser
3845c86a80
Merge pull request #18747 from jafaircl/master
...
[Google AdWords Scripts] introduce typings
2017-08-15 11:45:32 -07:00
Daniel Rosenwasser
6f7aa154d8
Merge pull request #18668 from BendingBender/p-props
...
[p-props] introduce typings
2017-08-15 11:41:16 -07:00
Daniel Rosenwasser
1cdeb342ee
Merge pull request #18978 from aeisenberg/master
...
Updates type definitions for js-yaml
2017-08-15 11:31:11 -07:00
Daniel Rosenwasser
d542dc4544
Merge pull request #18975 from netroy/client-sessions
...
add type definitions for the `client-sessions` node module
2017-08-15 11:20:54 -07:00
Daniel Rosenwasser
bfa7c5b87f
Merge pull request #18959 from BendingBender/proxy-addr
...
[proxy-addr] add typings
2017-08-15 11:19:31 -07:00
Daniel Rosenwasser
89b237f74c
Merge pull request #18962 from BendingBender/vary
...
[vary] add typings
2017-08-15 11:16:44 -07:00
Daniel Rosenwasser
91cc57fc74
Merge pull request #18779 from r-k-b/master
...
[bunyan] fix: streams can be named
2017-08-15 11:14:48 -07:00
Daniel Rosenwasser
35c8eb42a5
Merge pull request #18982 from timwangdev/navigation-style
...
[react-navigation] Use TextStyle for navigation header text related style properties
2017-08-15 11:12:12 -07:00
Daniel Rosenwasser
9db2d85d00
Merge pull request #18966 from anselmstordeur/master
...
elasticsearch: Change SearchResponse _version parameter to optional
2017-08-15 11:11:16 -07:00
Daniel Rosenwasser
a0783e4452
Merge pull request #18965 from doomsower/googlemaps-1
...
[@types/googlemaps] Improve some Data and Geometry definitions
2017-08-15 11:10:15 -07:00
Daniel Rosenwasser
e728bce10d
Merge pull request #18968 from marvinhagemeister/classnames_bind
...
classnames: Support bind constructor
2017-08-15 11:03:24 -07:00
Daniel Rosenwasser
a96008258d
Merge pull request #18983 from timwangdev/optional-loadfont
...
[react-native-vector-icons] Make loadFont file parameter optional
2017-08-15 11:01:40 -07:00