Commit Graph
10254 Commits
Author SHA1 Message Date
Masahiro Wakame d441118a3b Merge pull request #4636 from kfranqueiro/requirejs-module
Fix #4620: Add module declaration for 'module' magic module
2015-06-14 19:12:07 +09:00
Masahiro Wakame 1f7a27e9f3 Merge pull request #4633 from AbeHaruhiko/parse/parse.d.ts
update parse/parse.d.ts
2015-06-14 19:07:58 +09:00
Masahiro Wakame dbe0182fda Merge pull request #4629 from greybax/master
added definitely typed for quixote library
2015-06-14 18:52:16 +09:00
Masahiro Wakame 0880486b34 Merge pull request #4628 from ukyo/pluralize
Added definitions for pluralize
2015-06-14 18:47:41 +09:00
Masahiro Wakame d69045ea67 Merge pull request #4625 from lbguilherme/patch-4
node-uuid: Use proper OR-type
2015-06-14 18:22:14 +09:00
Masahiro Wakame bdd5c61d11 Merge pull request #4623 from forumone/d3-event-liberalization
Liberalize type of d3.event
2015-06-14 18:04:41 +09:00
Masahiro Wakame d7287ffd4b Merge pull request #4618 from wmaurer/patch-1
angular-ui-bootstrap modal backdropClass
2015-06-14 17:52:28 +09:00
Masahiro Wakame eff6bbff9a Merge pull request #4617 from uweg/master
Fixed Options.tagNameProcessors for xml2js
2015-06-14 17:42:35 +09:00
Masahiro Wakame 2391a31cc5 Merge pull request #4615 from stephenlautier/angular-dynamic-locale
Added definitions for angular-dynamic-locale
2015-06-14 17:26:25 +09:00
Masahiro Wakame c6e59c3d79 Merge pull request #4612 from chbrown/NodeBuffer-additions
Add {read,write}{U,}Int{LE,BE} methods to NodeBuffer interface
2015-06-14 17:16:59 +09:00
Masahiro Wakame c5f728ee31 Merge pull request #4611 from chbrown/node-zlib-Sync
Add Sync versions for all convenience methods in Node.js's zlib module
2015-06-14 17:16:36 +09:00
Masahiro Wakame f99ab6f856 Merge pull request #4609 from chbrown/async-waterfall-fix
Fix async.waterfall signature (callback has variadic argument structure)
2015-06-14 17:09:16 +09:00
Masahiro Wakame d423cdc405 Merge pull request #4307 from chbrown/unorm
Add type declarations for unorm: both importable module and ambient var
2015-06-14 17:01:42 +09:00
Masahiro Wakame 7ae3c702e7 Merge pull request #4308 from chbrown/virtual-dom
Add virtual-dom type declarations, based on virtual-dom's docs.jsig
2015-06-14 17:01:23 +09:00
Masahiro Wakame aebf5623d9 Merge pull request #4581 from Carreau/patch-1
[moment]: relativeTimeThreshold can be a getter fix signature.
2015-06-14 16:53:06 +09:00
Masahiro Wakame 166472c610 Merge pull request #4509 from Bogh/master
AngularJS IResourceServiceProvider and IActionDescriptor url parameter
2015-06-14 16:46:25 +09:00
Masahiro Wakame 7fd91b5488 Merge pull request #4604 from ciju/master
Update chosen.jquery.d.ts
2015-06-14 16:28:24 +09:00
John Reilly e4b24d8963 Merge pull request #4591 from hesselink/jquery-triggerHandler
jquery: add second signature for triggerHandler.
2015-06-14 07:16:22 +01:00
Masahiro Wakame 50b79e29f8 Merge pull request #4600 from qhung49/patch-1
Update chrome.identity with new API version 29
2015-06-14 15:09:21 +09:00
Masahiro Wakame 2cfc32b3b3 Merge pull request #4598 from stephenlautier/master
header comment update minor bad copy paste typo
2015-06-14 15:03:54 +09:00
Masahiro Wakame 2bb003d604 Merge pull request #4597 from joswhite/master
Update jasmine.d.ts
2015-06-14 15:02:57 +09:00
Masahiro Wakame 3397e3fdc1 Merge pull request #4596 from Jimexist/patch-1
L.LineUtil.closestPointOnSegment update
2015-06-14 15:01:56 +09:00
Masahiro Wakame d66c7f2b6a Merge pull request #4592 from duyoji/work/fix-issue-4092
fix angular-protractor.d.ts missing column(string)
2015-06-14 14:32:55 +09:00
Masahiro Wakame 0db03f519f Merge pull request #4589 from DevExpress/master
Definitions for 14.1 and 14.2 versions removed
2015-06-14 14:27:03 +09:00
Kenneth G. Franqueiro 9b073d0f81 Fix #4620: Add module declaration for 'module' magic module 2015-06-14 01:22:13 -04:00
Masahiro Wakame 72944a0eed Merge pull request #4572 from DustinWehr/master
Google Drive Realtime API
2015-06-14 14:15:35 +09:00
Masahiro Wakame 4cd8d2a02b Merge pull request #4540 from joshheyse/passport_implementations
Passport implementations
2015-06-14 14:10:08 +09:00
Masahiro Wakame 0ce0a63a4f Merge pull request #4573 from wallymathieu/master
Type definitions for xmlbuilder
2015-06-14 14:09:42 +09:00
Masahiro Wakame 87683b5c77 Merge pull request #4575 from pingcrosby/master
Set LanuageSettings to optional
2015-06-14 14:08:33 +09:00
Masahiro Wakame 8005e28392 Merge pull request #4554 from ylibrach/master
Update ocLazyLoad definitions and tests to 1.0.1 spec.
2015-06-14 13:48:21 +09:00
Bence Eros f4fd84bb10 commenting out Optional.empty() since it does not work as expected 2015-06-14 02:13:48 +02:00
Bence Eros b9dab01b68 adding some missing methods, adding README with unsupported method list 2015-06-14 02:05:27 +02:00
Bence Eros a8871c9dfa adding Stream.iterate() constructor 2015-06-14 01:17:49 +02:00
Bence Eros c5432f4533 added some functional interfaces to reduce the number of inline anonymous types 2015-06-14 00:57:48 +02:00
Bence Eros aad6b603af added termial operations of Optional 2015-06-14 00:39:46 +02:00
Bence Eros 09899c1ffa added termial operations of Optional 2015-06-14 00:38:59 +02:00
Bence Eros bcbadfe78a adding partitioning and joining operators to Stream, and the nonterminals of Optional 2015-06-14 00:05:19 +02:00
Dustin Wehr b496f1e760 add gapi.drive.realtime.Collaborator 2015-06-13 16:02:41 -04:00
Kristof Mattei b1192f0e15 Set the correct namespace 2015-06-13 16:21:22 +02:00
AbeHaruhiko 128121aa80 Update parse/parse-tests.ts 2015-06-13 22:45:59 +09:00
AbeHaruhiko 4db5c10489 Update parse/parse.d.ts 2015-06-13 16:29:15 +09:00
Abe Haruhiko 0b7ba6010e Update parse/parse.d.ts 2015-06-13 16:17:47 +09:00
Bence Eros b68684ddb5 adding most is the terminal operations - partitioning, joining, and iterator ops are missing yet 2015-06-13 01:55:29 +02:00
Bence Eros 57e6fd59b6 streamjs nonterminal operation definitions 2015-06-12 23:19:26 +02:00
Bence Eros a90baa3446 streamjs nonterminal operation definitions 2015-06-12 22:36:12 +02:00
Bence Eros 52038eca87 adding Stream class with static factory methods 2015-06-12 19:00:56 +02:00
Aleksandr Filatov fe0ea20630 fixed test #1 2015-06-12 14:00:31 +03:00
Aleksandr Filatov dee1325471 fix #3 2015-06-12 13:53:42 +03:00
Aleksandr Filatov 939fb46dfa fixed broken build 2015-06-12 13:43:18 +03:00
Aleksandr Filatov bfdb58ea52 added definitely typed for quixote library
quixote is a css testing framework
2015-06-12 12:52:59 +03:00