Keita Kagurazaka
ab697a6bbd
Add definitions and tests for gulp-minify-css
2015-03-04 06:15:45 +00:00
Keita Kagurazaka
4c11c0079c
Add definitions and tests for gulp-less
2015-03-04 05:34:56 +00:00
Keita Kagurazaka
3613a5f06a
Add definitions and tests for gulp-inject
2015-03-04 05:34:51 +00:00
Keita Kagurazaka
8c5f9860a4
Add definitions and tests for gulp-flatten
2015-03-04 05:34:06 +00:00
Keita Kagurazaka
4837e53d25
Add definitions and tests for gulp-concat
2015-03-04 05:32:54 +00:00
JasonS
5143ee9855
bunyan-prettystream: fix formatting of header, add tests, test it
2015-03-03 18:04:12 -08:00
JasonS
0f83c5eb09
fix relative path to node in bunyan-prettystream definition.
2015-03-03 17:48:34 -08:00
JasonS
8decf27bad
add bunyan-prettystream definition.
2015-03-03 17:43:45 -08:00
Wim Looman
370cffb381
Add definitions for methods to change the default rest client
2015-03-04 13:49:13 +13:00
Nathan Brown
d779349a3e
Update angular.d.ts to fix IHttpPromise.
...
IHttpPromise<T> does not extend IPromise<T> directly. It always transforms it with the response (of type T) as the `data` member. See $httpProvider.$http.sendRec.resolvePromise(response, status, headers, statusText). This matters when exploiting the inheritance to IPromise (for example in a return).
2015-03-03 15:50:12 -07:00
Tim Jackson-Kiely
ac52e5a732
Remove unnecessary name field
2015-03-04 10:40:18 +13:00
Tim JK
a76035cfb8
Add type definitions for polyglot.js
2015-03-04 10:09:03 +13:00
Jonathan Park
07305d7e95
Extend to all interfaces
2015-03-03 11:50:52 -08:00
Jonathan Park
c0c420cd6c
hotkeys interface supports both string and string[] for combos
2015-03-03 11:15:49 -08:00
Marc-Andre Roy
5bc218fa5c
Remove configure() definition in KnockoutValidationStatic since it's now deprecated. Use init() instead.
2015-03-03 09:30:07 -05:00
unknown
ff82514eca
Added the findIndex function to underscore.d.ts
2015-03-03 08:36:11 +01:00
Dani H
7238786d4d
Made all of the GraphNode values optional
...
When passing data to a d3 structure the data can be very flexible.
The current interface of the GraphNode requires many data attributes
to be present, most of which aren't required to draw the
visualization. In fact, d3 calculates some of them itself, so passing
them to the GraphNode would be redundant.
In this example http://bl.ocks.org/mbostock/4063269#flare.json , Mike
Bostock uses the attribute className to identify name and packageName
to identify color in the GraphNode. This means that he doesn't only
ignore all of the attributes DefintelyTyped provides, but comes up
with his own attributes. This means that the data passed in could in
fact be a hashmap/js object type with arbitrary attributes. It's only
when the data is used with d3 methods to identify what attribute
represents size/color etc... that the type becomes relevant.
So either the GraphNode should be less restrictive (or in fact an
arbitrary hashmap) or I've misunderstood some core concept.
You don't have to necessarily merge this pull request, if I'm right
some parts will have to be rewritten (GraphNodes seem to be used
everywhere), but hopefully it might spark some discussion.
2015-03-02 23:04:29 +01:00
Yuki KAN
337a917296
add png-async definition
2015-03-03 07:03:28 +09:00
reppners
eec429264e
+ changing the JSData Promise type to interface
...
+ adding definitions object with usage example in tests for enabling custom type definitions of created resource definitions
2015-03-02 21:27:20 +01:00
Eugene
c4e849a93d
Update three.d.ts
...
http://threejs.org/docs/#Reference/Extras.Helpers/BoundingBoxHelper
.box property type is THREE.Box3, not the array. Seems mistake.
2015-03-03 02:26:03 +06:00
NN
0d3541aec2
Add global chrome object through window
...
It allows to add a check for existence of 'chrome' object.
Without it the strict mode can complain about undefined variable.
2015-03-02 22:13:49 +02:00
Matthew Hamilton
c874400b6c
Fixed #3344 : Added definitions and compile tests for angular-idle.
2015-03-02 11:02:42 -06:00
vvakame
bb465f2cc7
update CONTRIBUTORS.md
2015-03-03 01:21:06 +09:00
Masahiro Wakame
0df0d822bc
Merge pull request #3745 from jayoungers/patch-1
...
ICacheObject.put and IAnimateService.addClass Return Types
2015-03-03 01:20:14 +09:00
Masahiro Wakame
b06cf22a89
Merge pull request #3771 from AyaMorisawa/prelude-ls
...
Add prelude-ls.d.ts
2015-03-03 01:16:57 +09:00
Masahiro Wakame
372f72101c
Merge pull request #3769 from vilic/master
...
add gsap TweenLite declarations
2015-03-03 01:13:36 +09:00
Masahiro Wakame
f3d1bbdb3c
Merge pull request #3768 from qinfchen/sigma_image_2
...
add sigmajs image typing
2015-03-03 01:10:18 +09:00
Masahiro Wakame
71f803e383
Merge pull request #3767 from steveschmitt/master
...
Added 'any'/'all' constructors to Predicate
2015-03-03 01:07:24 +09:00
Masahiro Wakame
e99d8e9535
Merge pull request #3766 from jeremyhayes/master
...
codemirror: add Doc.findMarks
2015-03-03 01:04:48 +09:00
Masahiro Wakame
d56355d558
Merge pull request #3765 from eXeDK/master
...
Support for Chrome Cast
2015-03-03 01:04:13 +09:00
Masahiro Wakame
ca721993b4
Merge pull request #3764 from outring/feature/expectjs-commonjs-support
...
Expect.js commonjs modules support and tests
2015-03-03 01:01:11 +09:00
Masahiro Wakame
7b6c297c4c
Merge pull request #3762 from mshmelev/patch-1
...
Added definitions for Annotation Chart
2015-03-03 00:57:27 +09:00
Masahiro Wakame
e2a9b496b3
Merge pull request #3760 from bavardage/master
...
Add toArray to moment
2015-03-03 00:52:37 +09:00
Masahiro Wakame
5c221a4f0f
Merge pull request #3759 from nojaf/master
...
Added execSync to child_process
2015-03-03 00:51:56 +09:00
Masahiro Wakame
898823088b
Merge pull request #3724 from cabralRodrigo/master
...
Added definitions for is.js
2015-03-03 00:45:16 +09:00
Masahiro Wakame
afb4a460f8
Merge pull request #3757 from thSoft/patch-2
...
Add overload for HTML5 polyfill
2015-03-03 00:44:33 +09:00
Masahiro Wakame
edc9f1308e
Merge pull request #3756 from HeikoH/master
...
Fixed bad character
2015-03-03 00:41:25 +09:00
Masahiro Wakame
1f05bfce6e
Merge pull request #3753 from rimig/add-galleria-typings
...
Add definitions for jquery-galleria
2015-03-03 00:32:04 +09:00
Masahiro Wakame
4161e0affd
Merge pull request #3752 from OguzhanE/patch-1
...
Add keys method
2015-03-03 00:29:09 +09:00
Masahiro Wakame
b6b2e8b678
Merge pull request #3751 from misak113/master
...
Add library hooker
2015-03-03 00:28:04 +09:00
Masahiro Wakame
a19d3a9b22
Merge pull request #3747 from marcinporebski/master
...
split v0.3.3
2015-03-03 00:11:38 +09:00
Masahiro Wakame
36408469ff
Merge pull request #3744 from sccolbert/master
...
update signature of Promise.all and Promise.race
2015-03-02 23:51:51 +09:00
Masahiro Wakame
c78d60495f
Merge pull request #3742 from SergioMorchon/patch-5
...
Update knockout.d.ts
2015-03-02 23:49:58 +09:00
Masahiro Wakame
2563d046b9
Merge pull request #3741 from SergioMorchon/patch-4
...
Update knockout-tests.ts
2015-03-02 23:48:43 +09:00
Masahiro Wakame
90ac5a6ba6
Merge pull request #3739 from flcdrg/SecondUpdate
...
Ember updates
2015-03-02 23:47:12 +09:00
Masahiro Wakame
1083bb870f
Merge pull request #3738 from cbowdon/master
...
Added defs for Chance.js
2015-03-02 23:44:39 +09:00
Masahiro Wakame
605dbd48dd
Merge pull request #3732 from SergioMorchon/patch-3
...
Base classes to inherit from them (step 1 of X)
2015-03-02 23:43:20 +09:00
Masahiro Wakame
3033d948c4
Merge pull request #3719 from mtraynham/d3_fixes
...
Updates to d3
2015-03-02 23:36:51 +09:00
Masahiro Wakame
2b402ed750
Merge pull request #3704 from bmiller1/patch-1
...
Update Microsoft.Maps.d.ts
2015-03-02 23:36:10 +09:00
Masahiro Wakame
8998c2b5a6
Merge pull request #3733 from lgrignon/master
...
Added zip.js def files
2015-03-02 23:34:07 +09:00