Commit Graph
18461 Commits
Author SHA1 Message Date
rhysd 292e56b5ac node.d.ts: Fix errors reported by 'tsc --target es6 --noImplicitAny' 2016-03-30 15:47:09 +09:00
rhysd 13bc8b8337 node.d.ts: Create tests for "vm" module 2016-03-30 14:58:30 +09:00
rhysd 984de2a7a7 node.d.ts: Update "vm" module (node 5.9.1)
https://nodejs.org/api/vm.html
2016-03-30 14:58:25 +09:00
Horiuchi_H dbb2d9f1f1 Merge pull request #8765 from seansfkelley/moment-merge-unionable-types
Make moment's typings for parsing stricter and also allow them to accept union types.
2016-03-30 13:01:32 +09:00
Horiuchi_H 0bc5c30dde Merge pull request #8751 from timothysoehnlin/patch-2
Update mongodb.d.ts
2016-03-30 12:37:37 +09:00
Horiuchi_H e44d19430c Merge pull request #8750 from KSDaemon/master
Added definitions for wampy
2016-03-30 12:37:00 +09:00
Horiuchi_H da29feb539 Merge pull request #8743 from bmiller1/patch-2
Added remove() function to MapsEventListener
2016-03-30 12:21:56 +09:00
Sean Kelley 1ec036686e Make moment's typings for parsing stricter and also allow them to accept union types.
These changes do two things.

1. Replace very lax typings like `any[]` with stricter, more-correct versions. In particular,
the ISO_8601 constant, while /technically/ a void function, is actually an opaque sentinel
that a consumer should not know anything about it. The function type was replaced with a
sentinel type using the principle of "brands" that can be seen in the Typescript compiler:
https://github.com/Microsoft/TypeScript/blob/413d9a639f933df7539070b236c1677de8302a93/src/compiler/types.ts#L9

2. Replace the many overloads of the parsing methods with a smaller representative set that
uses union types instead. Aside from succinctness, this allows callers to provide a union
type as the argument, as long as it matches, which was not possible before (Typescript does
not explode the union type to see if overloads cover all the possibilities).
2016-03-29 15:03:48 -07:00
Masahiro Wakame ee9c524295 Merge pull request #8749 from DefinitelyTyped/update-i18next-sprintf-postprocessor-tests
improve i18next-sprintf-postprocessor/i18next-sprintf-postprocessor.d.ts
2016-03-29 23:13:35 +09:00
Masahiro Wakame 4bd9b47f0e Merge pull request #8636 from florentpoujol/three.js_r74
Update definitions to THREE.js r74
2016-03-29 16:06:49 +09:00
Masahiro Wakame 4101b65a5b Merge pull request #8638 from Nkzn/geojson-generics
Improve GeoJSON generics
2016-03-29 12:37:56 +09:00
Basarat Ali Syed d99f6bb17b Merge pull request #8748 from timothysoehnlin/master
Adding Alternate Constructors for GraphicsMagick
2016-03-29 11:28:13 +11:00
Timothy Soehnlin 04a46a81d9 Update mongodb.d.ts
Making initializedUnordered return UnorderedBulkOperation
2016-03-28 10:14:49 -05:00
Konstantin Burkalev 7228f5ce05 Fixes for es6 compilation 2016-03-28 18:07:11 +03:00
vvakame b1880a7db7 improve i18next-sprintf-postprocessor/i18next-sprintf-postprocessor.d.ts 2016-03-29 00:06:14 +09:00
Konstantin Burkalev c5344fa913 Fixed and added tests 2016-03-28 17:58:22 +03:00
Timothy Soehnlin 6d218806c8 Update gm.d.ts
Renaming stream to buffer for consistency
2016-03-28 09:28:02 -05:00
Timothy Soehnlin e821f19879 Update gm.d.ts
Supporting alternate constructors listed at https://github.com/aheckmann/gm#constructor
2016-03-28 09:25:50 -05:00
Konstantin Burkalev 967db8dd4c Added definitions for Wampy object 2016-03-28 16:55:11 +03:00
vvakame 80057d687a fix line ending about slideout/slideout.d.ts 2016-03-28 21:58:55 +09:00
Horiuchi_H 672366c6c5 Merge pull request #8689 from a-morales/create-natural-sort
add naturalSort typings
2016-03-28 17:29:42 +09:00
Horiuchi_H 14b820968e Merge pull request #8683 from rylko/rylko-patch-1
Update kendo-ui.d.ts
2016-03-28 17:26:10 +09:00
bmiller1 f0f6c7f00d Added remove() function to MapsEventListener
See 
https://developers.google.com/maps/documentation/javascript/reference?csw=1#MapsEventListener
2016-03-27 21:52:52 -05:00
Masahiro Wakame 299b5caa22 Merge pull request #8731 from chrootsu/lodash-result
lodash: changed _.result
2016-03-27 09:49:37 +09:00
Masahiro Wakame 8ff687952b Merge pull request #8730 from chrootsu/lodash-get
lodash: changed _.get
2016-03-27 09:49:28 +09:00
Masahiro Wakame 3076bc367c Merge pull request #8729 from chrootsu/lodash-identity
lodash: changed _.identity
2016-03-27 09:49:16 +09:00
Ilya Mochalov 94c04275d2 lodash: changed _.get 2016-03-27 01:58:24 +05:00
Ilya Mochalov 7c924f2efe lodash: changed _.result 2016-03-27 01:50:58 +05:00
Ilya Mochalov 3e85fd1365 lodash: changed _.identity 2016-03-27 00:11:09 +05:00
Masahiro Wakame dc6d1ebfaa Merge pull request #8666 from MugeSo/add-definition-for-stream-meter
Add definition for stream-meter
2016-03-27 01:34:11 +09:00
Masahiro Wakame e648c340ad Merge pull request #8632 from ToastHawaii/master
Add typedefinition for slideout.
2016-03-27 01:32:44 +09:00
Masahiro Wakame 138773a928 Merge pull request #8726 from googol7/redux331
updated redux createStore definition to reflect the current 3.3.1 def…
2016-03-27 01:32:10 +09:00
Masahiro Wakame c3a3359efd Merge pull request #8680 from flowpl/add_flow_control_methods_to_hapi_Response_class
added flow control methods to Hapi Response class
2016-03-27 01:30:53 +09:00
Masahiro Wakame ecb42801be Merge pull request #8725 from mmaitre314/mmaitre314-adaljs
Definitions for ADAL.JS
2016-03-27 01:30:33 +09:00
Masahiro Wakame 665b56c811 Merge pull request #8724 from mmaitre314/mmaitre314-hassearch
URI.js: add definitions for hasSearch() and hasQuery()
2016-03-27 01:28:36 +09:00
Masahiro Wakame 1043a3a7de Merge pull request #8681 from j-sheppard/master
Joi: change any.when options - is: attribute to type any
2016-03-27 01:28:04 +09:00
Masahiro Wakame 468533c3ea Merge pull request #8720 from bertyhell/patch-6
Added more options and functions + better types
2016-03-27 01:27:29 +09:00
Masahiro Wakame be950e9fbb Merge pull request #8699 from jwbay/enzyme-props
strongly typed props for enzyme chains
2016-03-27 01:26:52 +09:00
Masahiro Wakame d8787e53b3 Merge pull request #8719 from rhysd/fix-renderer-heading
marked.d.ts: Fix renderer heading
2016-03-27 01:26:06 +09:00
Masahiro Wakame e2d55cb761 Merge pull request #6401 from Spinarooni/backbone-comparator-issue#6394
Update Backbone collection.comparator definition to accpet string and…
2016-03-27 01:25:32 +09:00
Masahiro Wakame 11218736a8 Merge pull request #8717 from chrootsu/lodash-flatMap
lodash: changed _.flatMap
2016-03-27 01:24:58 +09:00
Masahiro Wakame b053176396 Merge pull request #8715 from sixinli/patch-2
change `getSelected()` return type to number[]
2016-03-27 01:24:42 +09:00
Masahiro Wakame be6304ab65 Merge pull request #8712 from EvgeneOskin/feature/fix-jsoneditoronline-issues
Update JSONEditorOnline API.
2016-03-27 01:22:54 +09:00
Masahiro Wakame 431cfb3115 Merge pull request #8696 from stpettersens/patch-1
Update bootbox.d.ts
2016-03-27 01:22:45 +09:00
Masahiro Wakame d95596ca62 Merge pull request #8723 from miniak/electron
github-electron: update all modules for Electron v0.37.2
2016-03-26 23:16:13 +09:00
Masahiro Wakame 767f03105b Merge pull request #8711 from awarecan/master
Winston: Add remove(transport: string)
2016-03-26 23:14:26 +09:00
Masahiro Wakame eebc9d6a8e Merge pull request #8700 from koba-ninkigumi/patch-1
PDFRenderParams has viewport property.
2016-03-26 23:12:24 +09:00
Masahiro Wakame ade7ea32ac Merge pull request #8706 from hupfis/master
Fix ajax-field 'quietMillis' to 'delay'.
2016-03-26 23:11:04 +09:00
Masahiro Wakame 9f83bfc14e Merge pull request #8581 from mxl/i18next
Updated i18next definitions to 2.3.4.
2016-03-26 23:10:05 +09:00
Masahiro Wakame 2c4e10086c Merge pull request #8665 from akim-mcmath/webpack-resolve-alias-fix
Webpack: Make Resolve.alias optional
2016-03-26 23:09:31 +09:00