Cameron Little
b0dc5d6b26
Remove last any
2017-08-15 18:51:10 -07:00
Cameron Little
0dfb13e10f
remove any
2017-08-15 18:11:31 -07:00
Cameron Little
07cc1518c5
Update index.d.ts
2017-08-15 15:29:47 -07:00
Cameron Little
3d96784a56
Use webpack-env instead of node
2017-08-15 15:28:15 -07:00
Cameron Little
90629e8c50
storybook__react: Remove dependency on @types/node
...
Including `@types/node` is problematic because the storybook react api runs in a browser context. `@types/node` defines several globals that are incompatible with common browser contexts (such as `require` and `global`
2017-08-15 13:53:31 -07:00
Dimitri Benin
8db0c98591
[fresh] add typings ( #18990 )
2017-08-15 12:23:20 -07: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
Daniel Rosenwasser
3b298e2ef8
Merge pull request #18980 from tansongyang/master
...
[react-redux] Do not mark ownProps as optional
2017-08-15 11:01:12 -07:00
Daniel Rosenwasser
ef12c774d7
Merge pull request #18986 from BendingBender/compressible
...
[compressible] add typings
2017-08-15 10:59:34 -07:00
Dimitri Benin
7cab25035d
[compressible] add typings
2017-08-15 19:04:45 +02:00
Eloy Durán
cae4925e76
Merge pull request #18924 from mcousillas6/fix/flatListItemSeparator
...
[react-native] Added missing type cases for ItemSeparatorComponent on FlatList
2017-08-15 18:25:00 +02:00
Tim Wang
fa00e46e93
Use TextStyle for navigation text related style properties
2017-08-15 23:37:34 +08:00
Tim Wang
eb413c219e
Make loadFont file optional
2017-08-15 23:30:06 +08:00
Frank Tan
eaea12959d
[react-redux] Do not mark ownProps as optional
...
According to docs, "it's always legal to provide a callback that accepts fewer arguments": https://www.typescriptlang.org/docs/handbook/declaration-files/do-s-and-don-ts.html#optional-parameters-in-callbacks
Morever, react-redux docs say that ownProps will have a value when it is specified as a callback argument: https://github.com/reactjs/react-redux/blob/master/docs/api.md#the-arity-of-mapstatetoprops-and-mapdispatchtoprops-determines-whether-they-receive-ownprops
2017-08-15 10:13:01 -04:00
Andrew Eisenberg
4b4f721766
Updates type definitions for js-yaml
...
Includes a more complete definition for yaml.Schema.create().
2017-08-15 07:57:55 -06:00
Maarten Mulders
d57c207a00
Type definitions for Passport-GitHub (2)
2017-08-15 15:49:16 +02:00
Aditya
bbf02108e1
client-sessions: add definitions
2017-08-15 15:09:26 +02:00
mcousillas6
468ccddeac
Changed typing to React.ComponentType
2017-08-15 08:59:40 -03:00
Marvin Hagemeister
256046e660
classnames: Support bind constructor
2017-08-15 11:25:54 +02:00
Anselm Rochus Stordeur
f675303583
elasticsearch: Change SearchResponse _version parameter to optional
...
The _version parameter of an SearchResponse is optional. If you don't provide
it while indexing it is not in the SearchResponse
2017-08-15 10:53:13 +02:00
doomsower
a9ed4cd4b9
[@types/googlemaps] Improve some Data and Geometry definitions
2017-08-15 11:28:29 +03:00
Dimitri Benin
febeac2976
[vary] add typings
2017-08-15 09:36:23 +02:00
Dimitri Benin
c3934de22b
[proxy-addr] add typings
2017-08-15 08:53:43 +02:00
Dimitri Benin
d4f42ab007
[type-is] add typings ( #18950 )
2017-08-14 16:58:26 -07:00
Ron Buckton
2bf813a3d1
Merge pull request #18815 from bash/master
...
Add util.promisify types for rimraf
2017-08-14 16:39:13 -07:00
Riku
bf35326342
fix https://github.com/DefinitelyTyped/DefinitelyTyped/issues/18615 : remove node from dependencies ( #18773 )
2017-08-14 16:05:13 -07:00
Dave Hensley
233a374ab5
Fix "Error TS2306: File 'node_modules/@types/flowjs/index.d.ts' is not a module" ( #18949 )
2017-08-14 15:46:33 -07:00
Eric Eslinger
014f2bb629
fix for 18946 ( #18947 )
2017-08-14 15:45:43 -07:00
Derek Brans
1683e0023e
Add type parameters to polymer Base::fire and set ( #18756 )
...
* Add type parameters to polymer Base::fire and set
* Bump version in header
* Remove type annotation from fire
2017-08-14 15:43:13 -07:00
Dimitri Benin
b969735248
[etag] add typings ( #18948 )
2017-08-14 15:42:45 -07:00
Sasan
ccb1510ac1
corrected: in async.queue.push(task,callback) callback is not called with the task interface. ( #18821 )
...
* correted: async.queue callback function does not use task interface.
* correct `queue.push` generic type.
2017-08-14 15:08:23 -07:00
Uwe Wiemer
ec574e7dad
[react-modal] Updated typings to match v2.2.2 ( #18628 )
...
* Updated react-modal typings to match v2.2.2
* Fixed tests and CI issues
* Fixed spacing
* Added missing semicolon
2017-08-14 14:17:06 -07:00
Martynas Kadiša
f0ddaab8eb
@storybook/addon-knobs - Add missing 'array' function declaration ( #18645 )
...
* Add missing 'array' function
* Add myself to contributors
* Add test for array
* code style
* Fix code style and bump version number to latest
2017-08-14 14:13:20 -07:00
Dimitri Benin
0095d2111c
[media-typer] add typings ( #18945 )
2017-08-14 14:07:28 -07:00
Jan Böhmer
262d2d6024
Added type definitions for Bootstrap-TreeView ( https://github.com/jonmiles/bootstrap-treeview ). ( #18944 )
2017-08-14 14:05:46 -07:00
Eugene Kuzmin
135fead489
[angular-ui-bootstrap] Fix the issue when a linter complains about not found symbol "IServiceProvider" ( #18630 )
2017-08-14 14:05:11 -07:00
Aaron Greenberg
aade0638f6
Use ES2015 module style for react-transition-group ( #18637 )
2017-08-14 14:04:44 -07:00
Vojtech Jasny
03e4bfbf9d
Add missing configuration option to glob ( #18623 )
2017-08-14 13:56:36 -07:00