TokugawaT_YD and timolinn
239748d8be
Types for gulp-tap ( #31917 )
...
* Types for "gulp-tap" added
* Types for "gulp-tap" added
* Requested changes applied
* Requested changes applied
2019-03-26 17:20:12 +01:00
Silas Rech and timolinn
79108a1ef2
[bull] allow supplying of the queue type when creating a new instance ( #34154 )
2019-03-26 17:20:07 +01:00
Paul Melnikow and timolinn
2987a599bb
[cacheable-request] Include type alias for cache adapter ( #34155 )
...
* [cacheable-request] Include type alias for cache adapter
This allows easily declaring a parameter that will be passed into the
constructor.
Ref https://github.com/sindresorhus/got/pull/760#discussion_r268277506
* Fix missing semicolon
* Move StorageAdapter into namespace
2019-03-26 17:20:03 +01:00
Ryo Ota and timolinn
d9ad8e5363
Remove the type definition of get-port ( #34165 )
2019-03-26 17:19:58 +01:00
codert and timolinn
259db5c3aa
fabric.Image.setElement method has no callback argument ( #34173 )
...
* fix: setElement type definition
* chore: add definitions by
2019-03-26 17:19:53 +01:00
Alexander Tesfamichael and timolinn
e46fcb1f40
Add instance methods to React Native Material Textfield ( #34175 )
...
* Add methods
* Add examples of method use
2019-03-26 17:19:49 +01:00
timolinn
2474134ef0
new package: burns
2019-03-26 17:02:08 +01:00
TypeScript Bot and Nathan Shively-Sanders
afea35d9ff
Update CODEOWNERS ( #34143 )
2019-03-25 08:08:58 -07:00
James DiGioia and Sheetal Nandi
0f65a07217
Allow callback to take null in the error param ( #34180 )
...
Most nodebacks use `null` there to indicate no error, so the
types for `fromNodeCallback` should allow `null`.
2019-03-25 07:45:10 -07:00
Daniel Fischer and Sheetal Nandi
9f9a54254c
[nodemailer] add messageId() method to MimeNode ( #34160 )
...
* [nodemailer] add messageId() method to MimeNode
The [example transport plugin](https://nodemailer.com/plugins/create/#transport-send-mail-callback ) currently fails to compile in TypeScript because of the missing `messageId()` method on `MimeNode`.
* remove whitespace
* Update mime-node.d.ts
2019-03-25 07:44:21 -07:00
chivesrs and Sheetal Nandi
22e9e40427
Add types for $mdUtil ( #34115 )
2019-03-25 07:43:27 -07:00
Benjamin Evenson and Sheetal Nandi
92b0d5bb4e
[Slate-JS] Add type for setDecorations on Editor ( #34174 )
2019-03-25 07:41:00 -07:00
Paul Melnikow and Sheetal Nandi
c6cac22911
[recharts] Remove myself ( #34159 )
...
I stopped using Recharts and prefer not to get notifications each time
someone wants to change it.
2019-03-24 23:20:55 -07:00
Pine and GitHub
549a324ea4
Merge pull request #34172 from octref/master
...
VS Code 1.32 Extension API
2019-03-24 19:47:09 -07:00
Pine Wu
233c4eb104
VS Code 1.32 Extension API
2019-03-24 19:46:35 -07:00
Pine and GitHub
863a43aae7
Merge pull request #34171 from octref/master
...
VS Code 1.31 Extension API
2019-03-24 19:41:35 -07:00
Pine Wu
f2f9abd80f
VS Code 1.31 Extension API
2019-03-24 19:41:06 -07:00
Pine and GitHub
13c25f1dcc
Merge pull request #34170 from octref/master
...
VS Code 1.30 Extension API
2019-03-24 19:29:43 -07:00
Pine Wu
455601a693
VS Code 1.30 Extension API
2019-03-24 19:28:54 -07:00
Pine and GitHub
402a28378a
Merge pull request #34169 from octref/master
...
VS Code 1.29 Extension API
2019-03-24 19:14:20 -07:00
Pine Wu
3ce5e5e4a8
VS Code 1.29 Extension API
2019-03-24 19:13:38 -07:00
Pine and GitHub
4b8888b4fd
Merge pull request #34168 from octref/master
...
VS Code 1.28 Extension API
2019-03-24 18:53:18 -07:00
Pine Wu
9fc8b3a09c
VS Code 1.28 Extension API
2019-03-24 18:52:48 -07:00
Pine and GitHub
b408ecc905
Merge pull request #34167 from octref/master
...
VS Code 1.27 Extension API
2019-03-24 18:43:30 -07:00
Pine Wu
9f36a45263
VS Code 1.27 Extension API
2019-03-24 17:11:12 -07:00
Pine and GitHub
51e948dd45
Merge pull request #34163 from octref/master
...
VS Code 1.26 Extension API
2019-03-24 17:10:37 -07:00
Pine Wu
db785e1f21
VS Code 1.26 Extension API
2019-03-24 17:08:27 -07:00
Pine and GitHub
85e36757a2
Merge pull request #34129 from octref/master
...
VS Code 1.25 Extension API
2019-03-24 11:06:44 -07:00
Elizabeth Samuel and Sheetal Nandi
a642ee239c
[office-js] [office-js-preview] (Outlook) Update options param info ( #34127 )
2019-03-23 21:29:39 -07:00
Miika Hänninen and Sheetal Nandi
c7e3f70c73
Ramda remaining 0.26 changes ( #34141 )
...
* [Ramda] Added dropRepeats, mergeLeft and hasPath definition
* Ramda: Add definition for otherwise
* Ramda: Add definitions pipeWith and composeWith
* Ramda: Add definition for then
* Ramda: Add definition for thunkify
* Ramda: Remove definition for memoize
This previously deprecated function was removed in 0.26
* Ramda: Update memoizeWith documentation and fix its typing
* Ramda: Mark new deprecations
* Ramda: set minimum ts version to 3.3
* Ramda: Add definition for dropRepeatsWith
* Ramda: Add definition for mergeRight
* Ramda: Improve the types of the merge functions
2019-03-23 21:29:05 -07:00
mtgto and Sheetal Nandi
fca6fe6c8a
[google-apps-script] Add definitions for calendar, admin directory API for advance service ( #34073 )
...
* [google-apps-script] Add definitions for calendar, admin dir for advance
* [google-apps-script] abbreviate redundant namespace hierarchy.
* [google-apps-script] lowerize boolean, string[]
2019-03-23 21:26:46 -07:00
Sheetal Nandi and GitHub
d67823103e
Merge pull request #34049 from hlthi/master
...
Update pako typings
2019-03-23 21:25:31 -07:00
Sheetal Nandi and GitHub
7c6d86ad00
Merge pull request #34144 from karanlyons/type-hlsjs-accessors
...
HLS.js: Fix readonly properties and remove nonexistent ones.
2019-03-23 21:21:46 -07:00
Sheetal Nandi and GitHub
fd8a53cd11
Merge pull request #34138 from alex2wong/chartjsLineHeightofScaletitle
...
For types/chart.js, added lineHeight/padding to ScaleTitleOptions
2019-03-23 21:20:56 -07:00
Karan Lyons
61521a9795
Remoce nonexistent props.
2019-03-23 09:44:45 -07:00
Karan Lyons
0666476861
Mark getter props as readonly.
2019-03-23 09:44:12 -07:00
Muhammet Öztürk and GitHub
866e924bb9
Merge branch 'master' into master
2019-03-23 15:41:02 +03:00
alex2wong
0a3dbd08d2
For types/chart.js, added lineHeight/padding to ScaleTitleOptions
2019-03-23 16:58:37 +08:00
Sheetal Nandi and GitHub
7d91d6eb32
Merge pull request #34125 from AlexJerabek/AlexJ-WordHighlightColor
...
[office-js, office-js-preview] Adding note about Word's font.highlightColor for Desktop
2019-03-22 17:39:57 -07:00
Pine Wu
4f3ee38e45
VS Code 1.25 Extension API
2019-03-22 16:28:52 -07:00
Pine and GitHub
8de4063df7
Merge pull request #34126 from octref/master
...
VS Code 1.24 Extension API
2019-03-22 16:28:17 -07:00
Alex Jerabek
dcef0b6d61
Feedback
2019-03-22 16:07:14 -07:00
Sheetal Nandi and GitHub
29b6e2ab3a
Merge pull request #34120 from TheDSCPL/master
...
Correction of the definition file that I wrote for the 'child-process-promise' package
2019-03-22 16:00:16 -07:00
Sheetal Nandi and GitHub
32907224f5
Merge pull request #34062 from haines/node-forge-iv
...
node-forge: Allow byte buffer or byte array for IV
2019-03-22 15:57:42 -07:00
Pine Wu
8c8d343a5a
VS Code 1.24 Extension API
2019-03-22 15:51:44 -07:00
Alex Jerabek
df7b8f56a0
Adding note about Word's font.highlightColor for Desktop
2019-03-22 15:49:23 -07:00
Sheetal Nandi and GitHub
ebb99e50c3
Merge pull request #34096 from ffflorian/nonogram-solver
...
Add types for nonogram-solver
2019-03-22 15:44:18 -07:00
Sheetal Nandi and GitHub
84ddf119dd
Merge pull request #33955 from Favna/remove/leven
...
Remove @types/leven -> Included in lib as of v3.0.0
2019-03-22 15:43:05 -07:00
Pine and GitHub
62ab4e0d45
Merge pull request #34124 from octref/master
...
VS Code 1.23 Extension API
2019-03-22 15:42:40 -07:00
Sheetal Nandi and GitHub
fa0c76ccb2
Merge pull request #33736 from chigix/master
...
fix(inquirer): update api definitions to 6.x
2019-03-22 15:42:10 -07:00