Aluan Haddad
08786315ca
Fixed bug that resulted in any inference ( #16955 )
...
Fixed a bug that resulted in `any` being inferred for nested recursive generics.
Formatted type declaration on multiple lines for readability.
Updated maintainers list.
2017-06-04 19:02:42 -07:00
Douglas Duteil
defaf2888e
feat(get-stream): add typings for get-stream ( #16953 )
...
* feat(get-stream): add typings for `get-stream`
* Remove blank line
2017-06-04 14:17:27 -07:00
karak
9b6784d914
Firebird ( #16933 )
...
* Added 'firebird' package
* Fixed all of the errors from dtslint
* Modify tslint.json in dts-gen form
* Fixed more tslint errors.
* Validate whitespace rules(CI-only)
2017-06-04 14:16:58 -07:00
Kyle Newkirk
5ed60b0cd7
Change path type in history's createLocation to match function behavior ( #16930 )
...
* Change path type to match function behavior
* Add test
2017-06-04 14:15:57 -07:00
Nick Müller
55b533a6c4
[sequelize] Added missing type to sequelize.DefineIndexesOptions.fields ( #16908 )
...
* Added missing type to sequelize.DefineIndexesOptions.fields
* Added test for added sequelize.DefineIndexesOptions type
2017-06-04 14:14:18 -07:00
groetzi
039119179c
Update index.d.ts ( #16902 )
...
added property `appendClassName`
2017-06-04 14:12:55 -07:00
Nikita Litvin
3ad0e1d227
Add nearley 2.9 and moo 0.3 ( #16937 )
...
* Add definitions for nearley 2.9
* Add definitions for moo 0.3
2017-06-04 14:11:13 -07:00
Leonard Thieu
d18c243d4e
[semantic-ui-modal] Add type definitions ( #16943 )
2017-06-04 14:01:38 -07:00
Leonard Thieu
277b8a1629
[semantic-ui-nag] Add type definitions ( #16944 )
2017-06-04 14:01:27 -07:00
Leonard Thieu
0c2cd7d087
[semantic-ui-popup] Add type definitions ( #16945 )
2017-06-04 14:01:04 -07:00
Leonard Thieu
c96ed31d4a
[semantic-ui-progress] Add type definitions. ( #16949 )
2017-06-04 14:00:45 -07:00
Leonard Thieu
f1155719c8
[semantic-ui-rating] Add type definitions. ( #16951 )
2017-06-04 13:59:47 -07:00
couchninja
701436e533
Add OBJLoader, OBJLoader2 and STLLoader ( #16952 )
...
* Add OBJLoader, OBJLoader2 and STLLoader
Add placeholder entries for OBJLoader, OBJLoader2 and STLLoader from the THREE examples.
* Fixed whitespace
2017-06-04 13:59:07 -07:00
Leonard Thieu
09c31b3084
[semantic-ui-embed] Add type definitions. ( #16938 )
2017-06-03 17:15:34 -07:00
Josh Goldberg
2bd01e84f7
Expanded Sinon's createStubInstance to allow a TType generic ( #16730 )
...
* Expanded Sinon's createStubInstance types
* Defaulted createStubInstance behavior to not use the better types
TType gets inferred to `{}` by default. Odd.
* Removed commented out typings
* Removed unnecessary imports from i18next-tests
* Added TS 2.2 notices
* Bumped TS versions to 2.3
* Consolidated optional types for StubbableType
* Update index.d.ts
2017-06-03 15:04:06 -07:00
TeamworkGuy2
bd91bdc631
[combine-source-map] Add combine-source-map@0.8.0 type definition ( #16626 )
...
* [combine-source-map] Add combine-source-map@0.8.0 type definition
* Fixed combine-source-map definition, added tslint.json
2017-06-03 15:02:14 -07:00
Tommy Frazier
489a495e03
Removing big-integer typings ( #16934 )
2017-06-03 14:34:07 -07:00
Carl Winkler
8bc8aaeb39
Implement amqp 0.2 type definitions ( #16744 )
...
* Implement amqp 0.2 type definitions
* Respond to PR feedback
- Add semicoloms
- Remove namespace
- Change line rules
2017-06-02 19:41:07 -07:00
Tony Nikolov
e9fb99fe04
Add type definitions for redux-infinite-scroll ( #16921 )
...
* Adding typescript definitions for redux-infinite-scroll
* Add new line characters.
* Add tsconfig.json
* Remove package.json to satisfy first time requirements.
* Add typescript version requirement.
* - InfiniteScoller now properly inherits div properties.
- Add test file.
- Add tslint file.
- Remove readme as per first time requirements.
- Remove experimentalDecorators config setting as it is not needed.
- Fix parsing issue with typescript version in index.d.ts.
* Fix errors reported by linter.
2017-06-02 17:01:51 -07:00
Leonard Thieu
f391463294
[semantic-ui-accordion] Add type definitions. ( #16926 )
2017-06-02 17:00:42 -07:00
Leonard Thieu
d99d02d39d
[semantic-ui-checkbox] Add type definitions. ( #16929 )
2017-06-02 16:59:36 -07:00
Leonard Thieu
9a529e3477
[semantic-ui-dropdown] Add type definitions. ( #16931 )
2017-06-02 16:59:15 -07:00
Adrian Chia
524b072a5a
Update auth0-js to v8.6 ( #16704 )
...
* Update auth0-js to v8.6
* remove redundant @method in JSDoc
* Fix auth0-js-test
2017-06-02 16:58:35 -07:00
Michiel de Bruijne
47c53f1ca2
[jsonwebtoken] set correct types for decode and verify functions ( #16780 )
...
* [jsonwebtoken] set correct types for decode and verify functions
* [jsonwebtoken] make compliant with older TypeScript versions
* [jsonwebtoken] update to TypeScript 2.2 types
* [jsonwebtoken] use constant as function parameter instead of casting object
2017-06-02 16:56:06 -07:00
Michael Ledin
92a53e48e7
Reorganize .gitignore: ( #16925 )
...
- group entries
- remove duplicate ".idea" entry
- ignore npm@5 package-lock.json
2017-06-02 14:33:02 -07:00
Tom Wanzek
c3597f95f8
[d3-sankey] Update to Minor Version 0.6 ( #16923 )
...
* [BREAKING] Changes to Sankey node and link related interfaces. Added attributes and re-defined attributes.
2017-06-02 14:02:21 -07:00
Adrian Leonhard
a6c6caa940
Multiple fixes to types/chroma-js/index.d.ts ( #16769 )
...
* Multiple fixes to types/chroma-js/index.d.ts
* Fixed bezier method
* typed string parameters to be string unions
* added out parameter to Scale.colors
* changed color types to number tuples instead of arrays
* added types/chroma-js/tslint.json
* [chroma-js] Added documentation
Copied method descriptions from the API docs.
* [chroma-js] Added more documentation
Copied method descriptions from the API docs.
* Actually ran the linter...
* [chroma-js] reverted package.json
2017-06-02 12:42:09 -07:00
Tom Wanzek
e353d9bc65
[d3-sankey] Missing Iterations ( #16916 )
...
* [Fix] Adds missing `iterations` setter and getter for `SankeyLayout`
2017-06-02 10:35:24 -07:00
Boris Cherny
4b35f5c6d1
Node: Update and add missing options for util#inspect ( #16804 )
...
* inspect depth should be nullable
* add showProxy, maxArrayLength, and breakLength options for util#inspect
2017-06-02 09:25:49 -07:00
ragtime
8e7130c481
Added missing method isSupported to [clipboard] ( #16890 )
2017-06-02 09:10:53 -07:00
Nicolas HENRY
e8516ff566
[consolidate] change String wrapper object to primitive ( #16877 )
...
* [consolidate] change String wrapper object to primitive
* add missing target
2017-06-02 09:05:09 -07:00
Zach Zanol
7f095f4ca2
[react-spinkit]: update to 3.0.0 ( #16875 )
...
* Update react-spinkit-tests.tsx
* Update index.d.ts
* Update index.d.ts
* moved v1 to subfolder
2017-06-02 09:04:34 -07:00
Nathan Shively-Sanders
aa42c6cd3b
Merge pull request #16527 from sebek64/leaflet-awesome-markers-v1-support
...
feat(leaflet.awesome-markers): support both v0 and v1 leaflet
2017-06-02 09:04:03 -07:00
Brian Lee
f633354ee2
[gm]: allows subclasses to process non-string argument types as image source ( #16855 )
...
* Allow subclass gm function to accept source types other than path strings
* Rewrite overloaded function
2017-06-02 09:01:49 -07:00
James Garbutt
ed4f31ba67
add new sinon stub types (setters, getters, values) ( #16848 )
...
* add new sinon types
* bump sinon version
2017-06-02 09:01:21 -07:00
DABH
a3024cec94
Winston: Make timestamp of GenericTextTransportOptions optional ( #16846 )
2017-06-02 09:00:11 -07:00
Christian Kotzbauer
35a42944dc
Updated extended-listbox to 3.0.0 ( #16801 )
2017-06-02 08:52:25 -07:00
Marcel Šebek
a8980d69d1
feat(leaflet.awesome-markers): support both v0 and v1 leaflet
2017-06-02 17:50:39 +02:00
Bradley Ayers
16b9c15dea
Upgrade prosemirror-history types to 0.21 ( #16799 )
2017-06-02 08:50:06 -07:00
Bradley Ayers
b1b0ab17bf
Upgrade prosemirror-commands types to 0.21 ( #16797 )
2017-06-02 08:44:51 -07:00
Bradley Ayers
34ec83dbf7
Upgrade prosemirror-collab types to 0.21 ( #16795 )
2017-06-02 08:44:03 -07:00
Melvin Groenhoff
421222d812
Add typings for cli-table2 ( #16641 )
...
* Add typings for cli-table2
* Process review comments
2017-06-02 08:41:52 -07:00
David Gardiner
f34617c7e6
Jasmine ( #16793 )
...
- Add declare module (from @mhegazy https://github.com/DefinitelyTyped/DefinitelyTyped/issues/7793#issuecomment-270795816 )
- Also add some jsdocs for common methods
Resolves #7793
2017-06-02 08:38:53 -07:00
Ruben Slabbert
a629c2bd91
[Express-jwt] Removed optional from express-jwt ( #16792 )
2017-06-02 08:37:44 -07:00
James Hrisho
3d7766f750
Ace Editor: Add setScrollMargins to VirtualRenderer ( #16788 )
...
Add the setScrollMargins to the VirtualRenderer field to Ace Editor
2017-06-02 08:36:57 -07:00
ysgk
b61702aa0a
Fixed google.maps.DirectionsResult interface ( #16787 )
2017-06-02 08:36:18 -07:00
Andy Hanson
06ebdd1984
Fix header
2017-06-02 08:30:03 -07:00
Matt Silverlock
a9e3d3bcb5
Update websocket/ws types for v3.0.0 ( #16775 )
2017-06-02 08:29:24 -07:00
agentschmitt
f04db306f4
added missing exports for photoswipe classes ( #16754 )
...
* - added export to all classes
- added separate definition file for ui-default module
* -added new defition file to tsconfig
2017-06-02 08:25:55 -07:00
Vince Aldrin Cabrera
b5ff1b5a9a
hideCalendarDate prop added on DatePicker ( #16748 )
2017-06-02 08:20:10 -07:00