Commit Graph

40794 Commits

Author SHA1 Message Date
Ron Buckton
0921b3fa7f Merge pull request #23300 from albertovasquez/patch-2
[config] Adding type definition for toObject
2018-02-07 16:55:14 -08:00
Ron Buckton
a03ea4fa1d Merge pull request #23468 from ciferox/adone
[adone] refactoring, additions
2018-02-07 16:31:18 -08:00
Ron Buckton
933f521413 Merge pull request #23466 from aluanhaddad/patch-1
improve the type of the stringify function
2018-02-07 16:28:32 -08:00
Ron Buckton
3d1f3c8dcd Merge pull request #23462 from petejohanson/urijs-uritemplate-type
Add explicit URITemplate type to urijs types.
2018-02-07 16:02:39 -08:00
Ron Buckton
2a16a9b5dd Merge pull request #23459 from nicohartto/master
@types/tinymce table plugin types added
2018-02-07 15:52:54 -08:00
Ron Buckton
cdccfecaad Merge pull request #23444 from tlaziuk/passport-http
[passport-http] fix BasicStrategy
2018-02-07 15:51:35 -08:00
Ron Buckton
848bfc624c Merge pull request #23442 from pbu88/master
diff2html: Small fix and improvement to the types.
2018-02-07 15:36:50 -08:00
Ron Buckton
ff847221c7 Merge pull request #23428 from mattyclarkson/patch-3
object-hash: Add excludeKeys option
2018-02-07 15:35:16 -08:00
Ron Buckton
829640b173 Merge pull request #23427 from Alorel/patch-1
Add encoding option to node.readdir
2018-02-07 15:32:26 -08:00
Ron Buckton
f1687ea588 Merge pull request #23421 from rhysbrettbowen/quill-transform-position-priority
[Quill] Add priority for transformPosition definition
2018-02-07 15:19:20 -08:00
Ron Buckton
c636e07c6e Merge pull request #23419 from ffMathy/patch-1
Better strong-typing of unwrap for arrays.
2018-02-07 15:16:07 -08:00
Ron Buckton
2a605f41b1 Merge pull request #23417 from Hayena/patch-1
Fix(VIS) Updated property to the correct type
2018-02-07 15:12:03 -08:00
Ron Buckton
7df273da4e Merge pull request #23412 from thorn0/lodash-readonly-array
lodash: support `ReadonlyArray` for specifying property names
2018-02-07 15:01:39 -08:00
Ron Buckton
eaa9ff9367 Merge pull request #23411 from glmdgrielson/require-resolve
[node] require.resolve update v8.9.0
2018-02-07 14:55:12 -08:00
Ron Buckton
2c3081b73c Merge pull request #23405 from ericanderson/patch-1
lodash: Removing myself as an author
2018-02-07 14:40:10 -08:00
Ron Buckton
6a78b6665a Merge pull request #23404 from leak4mk0/bookshelf-collection-method
[bookshelf] Fix return value type of orderBy method.
2018-02-07 14:39:43 -08:00
Ron Buckton
e10d9c71ff Merge pull request #23403 from gentoo90/jquery.colorpicker
jquery.colorpicker: make disable field in options optional
2018-02-07 13:53:12 -08:00
s0m3on3
94a0f73c85 [adone] refactoring, additions
* [collections] decomposition, add MapCache, NSCache, RefcountedCache, Set
* [data] add protobuf, base32, basex, base58, base64url, varint, varintSigned
* [is] improve function and asyncFunction, add emitter and asyncEmitter
* add fake
2018-02-07 02:22:11 +02:00
Aluan Haddad
bd3ddd8680 document removes_comments parameter based on source README 2018-02-06 15:55:04 -05:00
Aluan Haddad
5f458aeadb add tests for updated signature 2018-02-06 15:48:35 -05:00
Aluan Haddad
c240fc8a43 match DefinitelyTyped JSDoc asterisk style 2018-02-06 15:48:18 -05:00
Aluan Haddad
14622de78f lint 2018-02-06 15:35:05 -05:00
Aluan Haddad
eb70258db2 improve the type of the stringify function
Update the stringify function based on the declarations in `lib.es5.d.ts` for JSON.parse.

Add the documentation taken from `lib.es5.t.ts`
2018-02-06 15:26:32 -05:00
Pete Johanson
4ac19f3b7b Switch to using ReadonlyArray for URITemplateValue. 2018-02-06 11:56:47 -05:00
Pete Johanson
8e3b4d3f3f Add myself to Definitions header of urijs. 2018-02-06 11:51:12 -05:00
Denis Malinochkin
a593fd2d60 refactor(node): Remove duplicate line for the «addListener» method (#23449) 2018-02-06 08:47:31 -08:00
Pete Johanson
1758d5cc16 Add explicit URITemplate type to urijs types.
* Strongly typed `expand` function on URITemplate that outlines
  possible values.
2018-02-06 11:46:52 -05:00
Andy
86ad142f21 Convert even more import * to import = (#23461) 2018-02-06 08:38:38 -08:00
Eloy Durán
71c9314e21 Merge pull request #23460 from alloy/relay-better-relay-provided-props-2
[Relay] Various improvements
2018-02-06 11:29:19 -05:00
Eloy Durán
4baa6ab4c6 [relay] Improve typing of componentRef and refactor slightly. 2018-02-06 17:25:16 +01:00
Eloy Durán
eee0c90fa6 [relay] Fix lint issues. 2018-02-06 17:12:30 +01:00
Eloy Durán
cda26c85c2 [relay] Expose componentRef prop of containers. 2018-02-06 15:59:17 +01:00
Eloy Durán
26b18f911e [relay] Make sure optional props remain optional. 2018-02-06 15:59:17 +01:00
Eloy Durán
4a5279010a [relay] ConcreteFragment should have been FragmentReference. 2018-02-06 15:59:16 +01:00
Eloy Durán
e1dd20d21c [relay] Update tests for emitted TS artifacts. 2018-02-06 15:59:16 +01:00
Eloy Durán
14f4b6d24e [relay] Use const enum for unique fragment types. 2018-02-06 15:59:16 +01:00
Eloy Durán
0351b87eca [relay] Add types used in compiler artifacts and improve tests. 2018-02-06 15:59:16 +01:00
Eloy Durán
2fcce313b6 [react-relay] Remove relay prop from containers. 2018-02-06 15:59:16 +01:00
Eloy Durán
c41956752f [relay] Cleanup of where types are defined and scope tests. 2018-02-06 15:59:16 +01:00
Eloy Durán
be38f831c2 [relay] Use React.ComponentType. 2018-02-06 15:59:16 +01:00
Eloy Durán
83839f3122 [react-relay] Split tests into modern, compat, and classic files. 2018-02-06 15:59:15 +01:00
Nico Hartto
6a699cadd8 Added tests for table plugin types 2018-02-06 16:25:37 +02:00
Nico Hartto
6c9170c6dd First iteration of types for tinymce table plugin 2018-02-06 16:19:12 +02:00
Nico Hartto
d1a6daa644 Fixed typing for table_toolbar boolean => string.
https://github.com/DefinitelyTyped/DefinitelyTyped/issues/23457
2018-02-06 16:13:42 +02:00
Andy
e5c1512ab6 cheerio: Convert import * to import = (#23448) 2018-02-05 18:34:56 -08:00
Andy
2a9d2f8d59 Convert more "import *" to "import =" (#23446) 2018-02-05 18:27:31 -08:00
Andy
4b2d0110d5 Fix many "import *" that should be "import =" (#23443) 2018-02-05 15:35:41 -08:00
Tomek Łaziuk
35b9ca92d2 tslint 2018-02-06 00:29:10 +01:00
Tomek Łaziuk
c1fb0e4ba8 esModuleInterlop 2018-02-06 00:23:06 +01:00
Tomek Łaziuk
622186f74f tslint 2018-02-06 00:20:49 +01:00