Nathan Shively-Sanders
83cd5f2d0f
Merge pull request #21600 from mrmlnc/dotdir_regex
...
[dotdir-regex]: Add typings for "dotdir-regex" package
2017-11-17 15:25:56 -08:00
Nathan Shively-Sanders
555bc8640b
Merge pull request #21601 from mrmlnc/dotfile-regex
...
[dotfile-regex]: Add typings for "dotfile-regex" package
2017-11-17 15:25:30 -08:00
Nathan Shively-Sanders
a8b09187a1
Merge pull request #21564 from josephroque/master
...
[react-native-fabric] Add typings for react-native-fabric
2017-11-17 15:10:48 -08:00
Nathan Shively-Sanders
4dcd721335
Merge pull request #21587 from r3nya/react-native-mixpanel
...
[react-native-mixpanel] Added typings
2017-11-17 15:09:47 -08:00
Nathan Shively-Sanders
71b6986b4e
Merge pull request #21526 from dhritzkiv/patch-4
...
haversine: add format support
2017-11-17 15:08:17 -08:00
Nathan Shively-Sanders
83b8ec1f02
Merge pull request #21585 from kevin-greene-ck/thrift-https
...
[thrift] connections should take options for http or https
2017-11-17 15:06:40 -08:00
Nathan Shively-Sanders
05060e2f11
Merge pull request #21545 from mgmarlow/patch-1
...
braintree-web: Update tokenize payload to include `lastFour` in `details` as per 3.26.0
2017-11-17 15:05:43 -08:00
Nathan Shively-Sanders
4db5d83063
Merge pull request #21599 from mikewoudenberg/master
...
Adds optional timeout config to 'then' method of the cypress package
2017-11-17 15:04:31 -08:00
Nathan Shively-Sanders
a89f5adc17
Merge pull request #21580 from cindyssun5/master
...
Fix Algolia object spread typing
2017-11-17 15:04:00 -08:00
Christian Svensson
78bf7ac1d6
importer is undefined for entry modules
...
https://github.com/rollup/rollup/blob/master/src/Bundle.js#L116
2017-11-17 22:13:07 +01:00
Andrew Makarov
36cd1f471e
[react-native-mixpanel] refactoring
2017-11-17 23:38:17 +03:00
Josh Goldberg
d8652bb065
Made name optional in jest::jasmine::createSpy
...
See https://github.com/jasmine/jasmine/issues/1438 and https://github.com/DefinitelyTyped/DefinitelyTyped/pull/21159 .
2017-11-17 12:06:42 -08:00
Christopher Deutsch
c8df900a53
Fix bug with waitForSelector. Option params should all be optional.
...
Add new `LaunchOptions`
Used 90ca007367/docs/api.md as reference for these changes.
2017-11-17 11:46:32 -06:00
Nathan Shively-Sanders
51208357b1
Merge pull request #21588 from moraneva/master
...
[dynogels] Added typings
2017-11-17 09:34:11 -08:00
Denis Malinochkin
daeef8b45f
feat(types): Add typings for "dotfile-regex" package
2017-11-17 20:10:12 +03:00
Denis Malinochkin
46a7be2be9
feat(types): Add typings for "dotdir-regex" package
2017-11-17 20:05:22 +03:00
Mike Woudenberg
f5b752390e
Adds optional timeout config to 'then' method
2017-11-17 15:54:35 +01:00
Tomáš Hübelbauer
6cb103319f
Mark React's prevState in setState function as ReadOnly (immutable) ( #21591 )
...
* Mark prevState in setState function as ReadOnly (immutable)
* Fix casing
2017-11-17 14:32:16 +00:00
Marius Agur Pedersen
60742eeb8c
Updated getEventArgs function for v8 and formatted code
2017-11-17 13:58:33 +01:00
Marius Agur Pedersen
00877f7d99
Changed getEventArgs implementation to remediate errors introduced in last commit
2017-11-17 13:57:19 +01:00
Alex Brick
f3dc15c020
[swagger-tools] Fixing type of req.swagger field
...
I managed to find some tests in the `swagger-tools` codebase for this
field, so I was able to verify the typing. I found a number of
mistakes I had made. I've also changed a few fields to `any` where I
had no good structure to give them.
2017-11-17 10:59:37 +01:00
Loic CAOUEN
45111d599c
types\applicationinsights-js\index.d.ts : update setAuthenticatedUserContext definition according to last version of applicationinsights-js
2017-11-17 10:42:46 +01:00
ChenX
d66780309a
clear code.
2017-11-17 17:23:44 +08:00
ChenX
f041723988
add OutLinePass and SMAAPass
2017-11-17 17:15:30 +08:00
ChenX
79e1c170a8
update new function
2017-11-17 17:08:46 +08:00
ChenX
b64cd7805d
Merge remote-tracking branch 'upstream/master'
2017-11-17 16:56:34 +08:00
Evan Moran
5a6370ad02
Match typescript version to "joi" typescript version
2017-11-16 19:02:32 -05:00
Evan Moran
c441dd1936
remove node type from package.json
2017-11-16 18:48:24 -05:00
Evan Moran
2993a4e398
Merged branch master into master
2017-11-16 18:42:47 -05:00
Nathan Shively-Sanders
a1afc0e64a
Merge pull request #21586 from jinwoo/master
...
[package-json] fix wrong return type
2017-11-16 15:04:34 -08:00
Paul Selden
71d0268f5c
Add package.json with dependencies
2017-11-16 17:54:59 -05:00
Jinwoo Lee
aedb3fb018
[package-json] fix wrong return type
...
I made a mistake in my original PR
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/21578
The function should return a promise.
- https://www.npmjs.com/package/package-json
- https://github.com/sindresorhus/package-json/blob/master/index.js#L30
2017-11-16 14:20:14 -08:00
Kevin Greene
42f4193dbc
Fixing tests
2017-11-16 14:19:40 -08:00
Andrew Makarov
628b7ee0eb
[react-native-mixpanel] Added typings
2017-11-17 01:12:18 +03:00
Nathan Shively-Sanders
6142dd9625
Merge pull request #21584 from r3nya/hex-rgba
...
[hex-rgba] add typings
2017-11-16 14:01:32 -08:00
Kevin Greene
0de88b5c84
[thrift] connections should take options for http or https
2017-11-16 13:50:23 -08:00
Andrew Makarov
6c8ded95d7
[hex-rgba] add typings
2017-11-16 23:59:01 +03:00
David Newell
3bb17cd6db
Updating the test
2017-11-16 15:43:40 -05:00
Nathan Shively-Sanders
17f759f936
Merge pull request #21555 from r3nya/CaseSensitivePathsWebpackPlugin
...
[case-sensitive-paths-webpack-plugin] Add typings
2017-11-16 12:32:53 -08:00
Jose Berrocal
6cf5cfa619
Add missing property and constructor
...
This attemp to add:
- Property **disableTextLayer**
- Constructor function for **PDFSinglePageViewer**
2017-11-16 14:32:21 -06:00
Nathan Shively-Sanders
b0ba8b60b7
Merge pull request #21556 from r3nya/webpack-manifest-plugin
...
[webpack-manifest-plugin] Added typings
2017-11-16 12:26:26 -08:00
Paul Selden
f313a73ba3
add definition for mobx-apollo
2017-11-16 15:22:28 -05:00
Andrew Makarov
558db74623
updated typings and test file
2017-11-16 23:19:45 +03:00
Cindy Sun
79f0c48e16
Fix Algolia object spread typing
2017-11-16 12:16:44 -08:00
Andrew Makarov
9b5b86155e
updated test file
2017-11-16 22:59:52 +03:00
Nathan Shively-Sanders
dc25aedc42
Merge pull request #21428 from Ry7n/hystrix-fixes
...
[hystrixjs] Strengthen type hints
2017-11-16 11:31:35 -08:00
Nathan Shively-Sanders
c9de759ecc
Merge pull request #21436 from shaunluttin/master
...
Update Resource.js typings
2017-11-16 11:30:50 -08:00
Nathan Shively-Sanders
96c57b6b6f
Merge pull request #21578 from jinwoo/package-json
...
add definitions for package-json
2017-11-16 11:30:02 -08:00
Marius Agur Pedersen
c7bd1c3ebf
Added getEventArgs() to EventContext base interface. Returns null for non-save events according to Microsoft Documentation https://msdn.microsoft.com/en-us/library/gg328130.aspx#BKMK_getEventArgs
2017-11-16 20:28:09 +01:00
simonxca
13d444d6d1
Add generic type for lean method
...
Fixes #20874
2017-11-16 11:22:14 -08:00