Commit Graph

41612 Commits

Author SHA1 Message Date
Vincent Biret
2e531425dc HelloJs: added display type, typed promise value return for login, typed return value GetAuthReponse (#23614)
* - added display type
- typed promise value return for login
- typed return value GetAuthReponse

* bumping version number for hellojs

* fixed module declaration for unit tests

* reverted last module declaration fixes

* removed namespace declaration to pass linting

* hellojs :put namespace declaration back and improved global var declaration

* hellojs: removed the global definition as per recomendation of Andy
2018-02-26 07:25:49 -08:00
Grant Timmerman
cc4dd22133 Add Google Apps Script Slides (#23657)
* Add Apps Script Google Slides

* Update CODEOWNERS

* Update CODEOWNERS
2018-02-26 07:19:22 -08:00
Silas Rech
0e479f508b Update inert types to 5.1 (#23864) 2018-02-26 09:58:48 -05:00
Eloy Durán
e70293f464 Merge pull request #23916 from timwangdev/react-navigation-1.0
[react-navigation] Refactor react-navigation types based on 1.2.0 flow type
2018-02-26 07:07:43 -05:00
Tim Wang
4739cf80e4 Make getStateForAction lastState optional 2018-02-26 16:53:56 +08:00
Tim Wang
820f42b0ff Fix addNavigationHelpers type 2018-02-26 15:49:42 +08:00
Tim Wang
07f5f260a9 Fix format and outdated comment 2018-02-26 14:34:40 +08:00
Tim Wang
9ef92bafb5 Replace React.ComponentType to React.ReactType 2018-02-26 14:29:37 +08:00
Tim Wang
f1e2710d76 Fix CI 2018-02-26 14:18:31 +08:00
Tim Wang
0c7e56e597 Merge branch 'master' into react-navigation-1.0 2018-02-26 14:10:31 +08:00
Tim Wang
32071c40b8 Refactor react-navigation types based on 1.2.0 flow type 2018-02-26 13:54:38 +08:00
Daniel Rosenwasser
f2fb883ac0 Merge pull request #23886 from azu/structured-source
Add structured-source definitions
2018-02-24 21:36:51 -08:00
azu
9550c81046 Add type assertion 2018-02-25 14:27:56 +09:00
Daniel Rosenwasser
48561aeea5 Merge pull request #23531 from skywhale/fixdialog
Add missing properties to material-ui/DialogProps.
2018-02-24 00:31:32 -08:00
Ryo Kawaguchi
dfde552d04 Re-enble dt-header lint rule. 2018-02-24 17:06:08 +09:00
azu
345f0b4e17 Add structured-source definitions 2018-02-24 14:56:21 +09:00
Daniel Rosenwasser
4e51c4ba5f Merge pull request #23872 from benstevens48/add-jsontoxml
Add types for jsontoxml
2018-02-23 21:46:15 -08:00
Bowden Kelly
e65cef8aa2 Merge pull request #23860 from segler-alex/master
amqp: added heartbeat to ConnectionOptions
2018-02-23 15:36:42 -08:00
Bowden Kelly
d1da438bfe Merge pull request #23861 from Tyler-Murphy/master
Adds types for google.analytics `ga` 'require' and 'provide' calls
2018-02-23 15:36:06 -08:00
Bowden Kelly
5f40a018dd Merge pull request #23862 from levito/patch-1
react-navigation: update for v1.1
2018-02-23 15:34:19 -08:00
Bowden Kelly
536a276167 Merge pull request #23853 from lucasriondel/master
added base64topdf definition file
2018-02-23 13:41:12 -08:00
Ben Stevens
060e346f62 add types for jsontoxml 2018-02-23 13:04:58 +00:00
Veit Lehmann
ed8e6ff42d react-navigation: update for v1.1 2018-02-23 10:40:31 +01:00
Bowden Kelly
e4803bb977 Merge pull request #23731 from DanielRosenwasser/get-value
Added 'get-value'.
2018-02-22 14:14:15 -08:00
Bowden Kelly
e1c2ad1f15 Merge pull request #23730 from DanielRosenwasser/set-value
Added 'set-value'.
2018-02-22 14:13:40 -08:00
Tyler Murphy
05143e9d80 Corrects the ga('require'e', ...) plugin options type, since plugin options can actually have any type. 2018-02-22 14:43:33 -05:00
segler-alex
3b84322b61 amqp: added heartbeat to ConnectionOptions 2018-02-22 20:42:48 +01:00
Tyler Murphy
9cf5c9bd63 Adds types for google.analytics 'require' and 'provide' calls. 2018-02-22 14:37:30 -05:00
Bowden Kelly
e741d0275b Merge pull request #23569 from DeviousM/master
update(react-faux-dom): Update react-faux-dom types.
2018-02-22 11:14:00 -08:00
Bowden Kelly
b7a25d7c2b Merge pull request #23741 from jsynowiec/enhance-electron-store
(electron-store) Keyof and lookup types so typed store can be used
2018-02-22 11:12:12 -08:00
Maurus Cuelenaere
f2667f0862 Add a default export to big.js (#23769)
* Add a default export to big.js

As can be seen on https://github.com/MikeMcl/big.js/blob/master/big.js#L925, big.js exposes a default export.
Expose this in the Typescript bindings as well.

* Add default import test for big.js

* Fix lint errors
2018-02-22 12:35:20 -05:00
Andy
aec14ac773 three: Remove unnecessary dat.gui dependency (#23857) 2018-02-22 09:26:54 -08:00
Lucas Riondel
b11c5e098a added base64topdf definition file 2018-02-22 17:26:50 +01:00
Justin Simms
2056f990d0 Fix issues identified with the Hapi 17 update (#23691)
* Fix issues identified with the Hapi 17 update

This commit introduces a variety of changes, primarily fixes, but it
also collapses the typings into a single file.  Collapsing it into a
single file means simpler augmentation of types, which is common in
Hapi.

Thank you to SimonSchick for contributing a number of changes here.

* fix response property
2018-02-22 07:06:11 -08:00
Eloy Durán
425ca63a9e Merge pull request #23795 from newyankeecodeshop/rn-onScrollToIndexFailed
[react-native] Add `onScrollToIndexFailed` prop for `VirtualizedList`
2018-02-21 07:11:19 -05:00
Todd Bealmear
f807b33420 Fix issue where Sequelize.Model.scope would not respect children (#23494) 2018-02-20 16:47:35 -08:00
Andy
39d94c080d Make import { fabric } from "fabric"; work (2) (#23787) 2018-02-20 12:39:00 -08:00
Daniel Rosenwasser
31dccb97f2 Merge pull request #23669 from OmniChat/master
Master
2018-02-20 12:15:47 -08:00
Daniel Rosenwasser
50652d88a2 Merge pull request #23770 from dwickern/fix-ember-data-snaphot-belongs-to
ember-data: improve snapshot typings and add test
2018-02-20 12:05:25 -08:00
Andrew Goodale
38c8148560 Add onScrollToIndexFailed prop for VirtualizedList 2018-02-20 13:19:34 -05:00
Andy
38a16c7ac7 bull: Remove duplicate getWaiting definition (#23715) 2018-02-20 08:34:40 -08:00
Daniel Rosenwasser
070eb128b8 Merge pull request #23750 from nju33/create-slackdown
Add typings for slackdown
2018-02-19 11:03:37 -08:00
Daniel Rosenwasser
c59e42fb3c Merge pull request #23712 from krenor/anybar-export-default
Anybar: export as default function
2018-02-19 11:03:08 -08:00
Daniel Rosenwasser
06e0dab9ba Merge pull request #23748 from PaulFasola/master
Add typings for react-twitter-auth
2018-02-19 10:58:33 -08:00
Daniel Rosenwasser
94f5f39fe5 Merge pull request #23747 from AndersonFriaca/jquery-lazyload
Types for jquery-lazyload
2018-02-19 10:57:49 -08:00
Daniel Rosenwasser
ec72394362 Merge pull request #23591 from chriskrycho/fix-ember-data-snaphot-belongs-to
Ember Data: fix `Snapshot.belongsTo`.
2018-02-19 10:55:10 -08:00
Derek Wickern
3e54d1924e ember-data: improve snapshot typings and add test 2018-02-19 10:39:28 -08:00
AndersonFriaca
76fb5a78b1 Adjustments 2018-02-19 07:37:16 -04:00
Stan Goldmann
5251c1ca8b Address requested reviewer changes 2018-02-19 12:11:49 +01:00
nju33
ad69dad278 fix: Delete tslint comment and the second import
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/23750#pullrequestreview-97448636
2018-02-19 18:40:01 +09:00