Haseeb Majid
d0945c6d9b
Small change
2019-04-09 21:13:33 +01:00
Yaroslav Gribov
74519e624c
make single value children prop consistent with other components
2019-04-09 23:12:20 +03:00
Joe Flateau
f3c2fe8100
re-add interfaces that extend Event without adding anything
2019-04-09 15:09:58 -05:00
Haseeb Majid
9f7e4d2bb5
Added dotenv
2019-04-09 21:05:02 +01:00
Hugo Alliaume
1ea53bf579
feat(rollup-plugin-node-resolve): remove types since package now includes them
2019-04-09 21:45:11 +02:00
Martin Nuc
2faf0abbd7
improve types for flowjs
2019-04-09 21:45:09 +02:00
ficristo
46e9987231
[CodeMirror] Add more addon types and some missing function
2019-04-09 21:06:01 +02:00
Scott Chang
669776892f
Correct Lightship version
2019-04-09 14:47:43 -04:00
Scott Chang
0d0ab14e40
Create Typedef for lightship
2019-04-09 14:38:18 -04:00
Eloy Durán
fae25f894d
Merge pull request #34520 from eps1lon/feat/scheduler/tracing
...
[scheduler] Add tracing module
2019-04-09 19:59:41 +02:00
Benjamin Lichtman
d88e4fd211
Merge pull request #34273 from dpsmith3/qs-add-comma-to-parse-options
...
[qs] Add 'comma' to parse options
2019-04-09 10:18:34 -07:00
c4605
cd642cb051
webpack-chain: remove, because the official package has newer types ( #34570 )
...
39789843a4/types
2019-04-09 08:36:49 -07:00
kseniya.kapnik
bb98091e7b
updated test file import to be the standard ES6/TypeScript
2019-04-09 17:36:26 +02:00
mmkal
7bd5ddbf07
lint fixes
2019-04-09 11:32:51 -04:00
Akihiko Odaki
fdc75e604c
[node] Infer type of value returned by KeyObject.export more accurately
2019-04-10 00:11:25 +09:00
mmkal
92252e694e
fix slonik query type
...
also add some generics and new options on client configuration
2019-04-09 10:34:25 -04:00
kseniya.kapnik
74a5042809
fixing issue #25202 updating export declaration to be the standard ES6/TypeScript
2019-04-09 16:27:18 +02:00
breeze9527
955464fa40
Add non npm package amap-js-api-geolocation
2019-04-09 22:24:27 +08:00
Lenart Bezek
3904c5d488
Bind this in CollectionMapFunction.
2019-04-09 15:55:07 +02:00
Lenart Bezek
a36041a69e
[@types/mongodb] Fix CollectionReduceFunction signature
...
Collection reduce function does not necessarily take string as the key argument, but it does take an array of values that should be reduced into a single value.
I made the `mapReduce` method generic for types to be inferred from use or provided explicitly.
2019-04-09 14:54:37 +02:00
Alberto Juan
00d1a2dd48
[@types/react-request] Added ResponseType
2019-04-09 14:53:15 +02:00
Mark Nelissen
149903af27
update version and contributor
2019-04-09 14:48:14 +02:00
PopGoesTheWza
3b76bfdcbd
April 5, 2019 update
2019-04-09 14:48:14 +02:00
Mark Nelissen
2b65f71239
add missing error_description field
2019-04-09 14:43:32 +02:00
PopGoesTheWza
1ccf5a72e6
Merge pull request #5 from DefinitelyTyped/master
...
sync
2019-04-09 14:29:52 +02:00
hiluluke
08c1929c9f
Enable router config pass data or function
2019-04-09 20:12:23 +08:00
Georgii Dolzhykov
03cb5e21a5
vinyl: expose extra types
...
fixes #34501
2019-04-09 15:01:18 +03:00
Alberto Juan
2782401d88
[@types/react-request] Added responseType prop to the types
2019-04-09 13:37:18 +02:00
Tim Zech
07c8870a48
Remove whitespace
2019-04-09 12:53:26 +02:00
Tim Zech
25167e3c6d
Added tests
...
Signed-off-by: Tim Zech <tim.zech@gmail.com >
2019-04-09 12:45:20 +02:00
Ewan Harris
a536e12b41
add back comment about not being an npm package
2019-04-09 11:31:00 +01:00
Dan Smith
bc221677a2
[qs] Fix header and remove dt-header false from tslint.json
2019-04-09 10:10:57 +01:00
Richard Honor
9935bea6bc
Removed unnecessary package.json - types packages are inferred
2019-04-09 09:30:42 +01:00
Richard Honor
db29287694
Add package.json and dependency on tz-offset
2019-04-09 09:23:43 +01:00
Jan Dolezel
cb372a6b4e
Added type for options for better backward compatibility in future
2019-04-09 08:23:59 +02:00
Andrey Chalkin
b798c29b6d
[xmlbuilder] Remove types
2019-04-09 12:12:24 +07:00
Ajil Oommen
c955b7631e
Additional Fixes
2019-04-09 09:55:00 +05:30
TokugawaTakesi
40676d4a0c
clear to tests
2019-04-09 11:39:28 +09:00
TokugawaTakesi
805bc861a6
fix tslint
2019-04-09 10:59:47 +09:00
TokugawaTakesi
550befe4a8
test
2019-04-09 10:51:59 +09:00
TokugawaTakesi
f549872d1d
tried to change GulpPostCss.Options.parser type to "any"
2019-04-09 10:37:40 +09:00
TokugawaTakesi
aa6d1a94d1
tried to change GulpPostCss.Options.parser type to "any"
2019-04-09 10:35:44 +09:00
TokugawaTakesi
3df456aac3
test is ok
2019-04-09 10:31:35 +09:00
Masafumi Koba
77733c3a34
[react-transition-group] Support appearDone class name on <CSSTransition/>
...
Since v2.9.0, the `appearDone` class name has been supported.
See also:
- https://github.com/reactjs/react-transition-group/blob/v2.9.0/CHANGELOG.md
- fe3c156c11
2019-04-09 10:11:29 +09:00
Rusty Scrivens
6a06a1b9b9
updating to version sarif.sdk.2.0.0-csd.2.beta.2019-04-03.3
2019-04-08 17:17:12 -07:00
Erik Lopez
55ce1788f5
Merge branch 'master' into mongoose-definition-patch
2019-04-09 09:10:14 +09:00
c4605
2967135c08
poi: specify typescript version
2019-04-09 08:02:00 +08:00
c4605
50f157a0af
poi: add dependency webpack-chain
2019-04-09 08:02:00 +08:00
c4605
a6bb5baa87
poi: add some comment
2019-04-09 08:01:59 +08:00
c4605
fc04d7629e
poi: update types
2019-04-09 08:01:59 +08:00