Commit Graph

37380 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
ad5d13ea2e Merge pull request #21468 from Kovensky/emoji-mart
Add type definitions for emoji-mart
2017-11-13 15:58:48 -08:00
Nathan Shively-Sanders
b0ce84277f Merge pull request #21489 from renjfk/holderjs
add definitions for holderjs
2017-11-13 15:42:38 -08:00
Nathan Shively-Sanders
d88f7c0df7 Merge pull request #21488 from Thomas-P/mochaccino
add type definitions for mochaccino
2017-11-13 15:41:53 -08:00
Nathan Shively-Sanders
b2318afc8f Merge pull request #21308 from lukas-zech-software/jasmine/#21305
[jasmine] Fix return type of `arrayContaining()` and add method for 2.8
2017-11-13 15:36:07 -08:00
Nathan Shively-Sanders
ff929fcd51 Merge pull request #21314 from Joge97/master
[mongoose] Fix types for SchemaDefinition
2017-11-13 15:33:07 -08:00
Nathan Shively-Sanders
0fcee18ee2 Merge pull request #21363 from takato1314/master
[vis] Timeline: Type definition changes required for v4.21
2017-11-13 15:32:18 -08:00
Nathan Shively-Sanders
c45fd9e89b Merge pull request #21330 from jasongi-at-sportsbet/master
updated types for cleave.js to 1.0.3
2017-11-13 15:32:06 -08:00
Nathan Shively-Sanders
c74fd635ef Merge pull request #21234 from Dante-101/master
fs-extra - error callback compatible with strictFunctionTypes
2017-11-13 15:29:44 -08:00
Nathan Shively-Sanders
e8b13189bf Merge pull request #21457 from spacejack/mithril-generic-defaults
Mithril - Add generic defaults
2017-11-13 15:27:31 -08:00
Nathan Shively-Sanders
068b3d2946 Merge pull request #21460 from munkacsimark/chrome-storage-area-remove-fix
chrome: StorageArea.remove fixed
2017-11-13 15:27:22 -08:00
Nathan Shively-Sanders
f30db5b620 Merge pull request #21421 from sonicd300/master
C3 Fix LineOptions Interface
2017-11-13 15:24:47 -08:00
Nathan Shively-Sanders
df4839ac6b Merge pull request #21443 from hanenbro/js-yaml
js-yaml: Make loadAll and safeLoadAll iterators optional
2017-11-13 15:24:27 -08:00
Nathan Shively-Sanders
7c995a7e1e Merge pull request #21440 from endel/patch-5
sinon: add missing methods on fake timers
2017-11-13 15:22:49 -08:00
Nathan Shively-Sanders
015fd9bb4c Merge pull request #21454 from thijstriemstra/patch-1
[video.js] fix video.js link and typo
2017-11-13 15:21:36 -08:00
Nathan Shively-Sanders
5c2721e884 Merge pull request #21482 from alexpop-zengenti/patch-2
[jasmine-given] - Added additional Then function signature
2017-11-13 15:21:13 -08:00
Nathan Shively-Sanders
a821ce5f14 Merge pull request #21411 from pselden/history-block
[history] Add overloads for History.block
2017-11-13 15:19:20 -08:00
Eloy Durán
b138293854 Merge pull request #21494 from Fitzpasd/react_native_geolocation
react-native: Adding missing GeoLocation function: setRNConfiguration
2017-11-13 23:25:02 +01:00
Shane Fitzpatrick
92db6df0e8 react-native: Adding missing GeoLocation function: setRNConfiguration 2017-11-13 14:12:32 -08:00
Thomas Puttkamer
9c9d56b92a fixed issues #4 2017-11-13 20:07:31 +01:00
Thomas Puttkamer
d3e3ccce3e fixed issues #3 2017-11-13 20:06:58 +01:00
Soner Koksal
efb55e1b63 add definitions for holderjs 2017-11-13 22:06:30 +03:00
Lukas Zech
5390838335 Add .toBe to tests for jasmine.ArrayLike 2017-11-13 20:00:44 +01:00
Thomas Puttkamer
5a5924a437 travis fix #2 2017-11-13 19:23:58 +01:00
Thomas Puttkamer
f0c9f7b5fe fixed errors on travis test #1 2017-11-13 19:21:52 +01:00
Thomas Puttkamer
1a32e82372 added strictFunctionTypes 2017-11-13 19:13:26 +01:00
Thomas Puttkamer
1534066e54 added TypeScript version to remove error on test 2017-11-13 19:05:34 +01:00
renjfk
69d24cb749 Merge pull request #1 from DefinitelyTyped/master
master sync
2017-11-13 21:00:21 +03:00
Thomas Puttkamer
79380b7a46 fix import of sinon types 2017-11-13 18:58:24 +01:00
Thomas Puttkamer
7b6c1e33ed added type definitions for mochaccino 2017-11-13 18:48:47 +01:00
Daniel Rosenwasser
642e90f456 Merge pull request #21397 from k8w/patch-3
Update index.d.ts
2017-11-13 09:28:46 -08:00
Daniel Rosenwasser
4d6451c66f Merge pull request #21304 from demeshkin/codemirror_fix
[Codemirror] Text parameter should be an array in changeObj.update method
2017-11-13 09:28:13 -08:00
Daniel Rosenwasser
a935dd5711 Merge pull request #21475 from jimivdw/gzip-size-4
Add definitions for gzip-size v4
2017-11-13 09:25:58 -08:00
Sean Tan
938afa59cc [puppeteer] Fix return signatures that contain null (#21424) 2017-11-13 06:58:14 -08:00
Alec Winograd
f8e25077c3 Add loading spinner props to react-native-elements ButtonProps (#21382)
* Add loading spinner props to react-native-elements ButtonProps

https://react-native-training.github.io/react-native-elements/API/buttons/

* Fix lint error
2017-11-13 06:56:27 -08:00
Confidential
112cd72e92 Create definitions for gulp-jasmine@2.4 (#21431)
* Create definitions for gulp-jasmine@2.4

* Fix the 'reporter' property

Functionality:
 - Make the secondary type of the 'reporter' property in JasmineOptions ReadonlyArray<jasmine.CustomReporter> instead of jasmine.CustomReporter[].

Tests:
 - Add some more tests

Testing done: npm run lint gulp-jasmine (with and without the change to verify the tests fail properly)

* Remove unnecessary empty namespace.
2017-11-13 06:55:30 -08:00
Paul Selden
72237c8317 [history] Add overloads for History.block
History.block also accepts a string or a function which is used to determine the prompt.
2017-11-13 09:38:24 -05:00
Jimi van der Woning
bd4e79efd4 feat: add definitions for gzip-size v4 2017-11-13 13:21:40 +01:00
Alex Pop
a4af04def0 [jasmine-given] - Added additional Then function signature 2017-11-13 12:12:56 +00:00
Diogo Franco (Kovensky)
ad815ce9c6 Fix test import 2017-11-13 18:47:04 +09:00
Diogo Franco (Kovensky)
c84389c360 Declare aliases for most literal union types 2017-11-13 17:30:15 +09:00
Diogo Franco (Kovensky)
2b83c00b57 Add emoji-mart typings 2017-11-13 17:30:15 +09:00
King Wang
3448aae7fa Update index.d.ts 2017-11-13 11:58:51 +08:00
Nathan Shively-Sanders
bf47dab3b5 Merge pull request #21455 from DefinitelyTyped/improve-shelljs-types
shelljs: collapse overloads, augment string/string[] returns
2017-11-12 16:58:29 -08:00
Munkácsi Márk
88b8e7a099 StorageArea.remove fixed 2017-11-12 22:46:08 +01:00
spacejack
611a220908 Add generic defaults 2017-11-12 13:06:53 -05:00
Nathan Shively-Sanders
0c926706cc Lint:blank line and more array type fussiness 2017-11-12 09:17:51 -08:00
Nathan Shively-Sanders
508530a476 Lint:array syntax and export new types 2017-11-12 09:11:16 -08:00
Nathan Shively-Sanders
84d366a406 Merge branch 'master' into improve-shelljs-types 2017-11-12 09:02:33 -08:00
Nathan Shively-Sanders
34b964fa9b Use ShellString/ShellArray in shelljs 2017-11-12 08:47:18 -08:00
Thijs Triemstra
b6ef2312e8 fix typo in var name 2017-11-12 17:19:09 +01:00