Commit Graph
8982 Commits
Author SHA1 Message Date
Michael Nahkies c17bd6dfc5 - Added missing tz overloads for constructing a moment at now in a specific
timezone and constructing a moment from a string using strict parsing and
specific timezone.

- Added missing getter tz for getting the current timezone of a
moment instance.
2015-04-11 14:47:47 +12:00
John Reilly d5f92f93bd Merge pull request #4055 from zuzusik/patch-1
Update angular-ui-router.d.ts
2015-04-10 06:25:32 +01:00
John Reilly c27fca2aba Merge pull request #4083 from rfranco/fix/angular-material
fix(angular-material): change module ng to angular
2015-04-10 06:23:41 +01:00
Ricardo Franco 09587e06aa fix(angular-material): change module ng to angular 2015-04-09 22:14:42 -03:00
Masahiro Wakame 4c9851e6e8 Merge pull request #4068 from RReverser/master
Removed deprecated Mozilla Parser API defs in favor of ESTree.
2015-04-09 14:29:44 +09:00
Ingvar Stepanyan 22cf156a61 Removed deprecated Mozilla Parser API defs in favor of ESTree.
Original PR: #3201
Removed as per: #4052
2015-04-08 19:20:17 +03:00
vvakame 8f16b0fd1a update CONTRIBUTORS.md 2015-04-09 00:16:43 +09:00
Masahiro Wakame 61f35479c8 Merge pull request #4052 from RReverser/master
Add ESTree AST and Acorn definitions.
2015-04-09 00:11:37 +09:00
Ingvar Stepanyan 987659bec6 Fix CallExpression.callee. 2015-04-08 14:17:02 +03:00
vvakame 954c64c100 update CONTRIBUTORS.md 2015-04-08 08:20:27 +09:00
Masahiro Wakame 437e1f1f2e Merge pull request #4058 from AndreasGassmann/patch-1
Add support for 'passReqToCallback' to passport-local
2015-04-08 00:29:54 +09:00
Masahiro Wakame bc9eb7d69c Merge pull request #4022 from frankdiox/master
Onsen UI type definitions
2015-04-08 00:28:27 +09:00
Masahiro Wakame 0cb00c5d47 Merge pull request #4050 from ksheedlo/whatwg-fetch-support-stringstring-headers
Add support for headers as object in whatwg-fetch
2015-04-08 00:11:02 +09:00
Masahiro Wakame ee7bc0cf1f Merge pull request #4048 from mkp05/angular-growl-v2
Added definitions for Angular Growl 2
2015-04-08 00:02:33 +09:00
Masahiro Wakame 3c304f858c Merge pull request #4045 from ryan-codingintrigue/master
Added type definitions for jQuery Window
2015-04-07 23:48:47 +09:00
Masahiro Wakame c42d7f77d8 Merge pull request #4042 from fullflavedave/master
Updated for Meteor version 1.1.0.1
2015-04-07 23:44:40 +09:00
Masahiro Wakame 74c83d8edb Merge pull request #4041 from chrismbarr/patch-4
notifyjs - adding missing `timeout` option to tests
2015-04-07 23:43:19 +09:00
Masahiro Wakame 8c5b7f8d3e Merge pull request #4040 from chrismbarr/patch-3
notifyjs - adding missing `timeout` options to typedefs
2015-04-07 23:42:56 +09:00
Masahiro Wakame aabe13720e Merge pull request #4039 from jjeffery/master
Add definitions for on-headers (github/jshttp/on-headers)
2015-04-07 23:41:33 +09:00
Masahiro Wakame 0f22790bb1 Merge pull request #4001 from adamcarr/supportability-service
Updating hapi.d.ts to support optional options param when registering a plugin
2015-04-07 23:40:23 +09:00
Masahiro Wakame 6c881ac692 Merge pull request #4031 from czechboy0/master
On-finished 2.2.0 typings
2015-04-07 23:30:35 +09:00
Masahiro Wakame f767106580 Merge pull request #4037 from pocesar/object-path
changes and fixes for new version 0.9.x of object-path
2015-04-07 23:29:49 +09:00
Masahiro Wakame c63243fedc Merge pull request #4034 from sedwards2009/master
Added definitions for 'he' v0.5.0, Html Entity encode/decode
2015-04-07 23:21:35 +09:00
vvakame 11a22d810d Merge branch 'Silver-Connection-master' 2015-04-07 23:19:15 +09:00
vvakame 3582b1f8cc Merge branch 'master' of https://github.com/Silver-Connection/DefinitelyTyped into Silver-Connection-master 2015-04-07 23:18:56 +09:00
vvakame 72cfe40412 create old jquery.dataTables definition backup 2015-04-07 23:18:27 +09:00
Masahiro Wakame 7b36f6accb Merge pull request #3995 from adidahiya/webcomponents
Add basic webcomponentsjs typings
2015-04-07 23:12:37 +09:00
Masahiro Wakame f86c9e1080 Merge pull request #4005 from markwongsk/d3-keyboard-events
Added more keyboard events to d3.event
2015-04-07 23:08:14 +09:00
AndreasGassmann 8e701011b8 Add support for 'passReqToCallback' to passport-local
When 'passReqToCallback' is true, 'req' will be passed as the first argument to the verify callback.
2015-04-07 08:10:50 +02:00
Fran Dios 9760752081 Added tests 2015-04-07 14:46:59 +09:00
Viktor Zozulyak f967041370 Update angular-ui-router.d.ts
This fixes references to interfaces defined in [angular.d.ts](https://github.com/borisyankov/DefinitelyTyped/blob/master/angularjs/angular.d.ts)
2015-04-07 00:09:28 +03:00
Ingvar Stepanyan 5fce6dfa44 Add ESTree AST and Acorn definitions.
Adds type defs for [ESTree AST specification](https://github.com/estree/estree)
and updates Esprima and Acorn definitions since they follow same spec.
2015-04-06 20:19:23 +03:00
Horiuchi_H 65ea56c919 Merge pull request #4033 from bilou84/patch-1
threejs/three.d.ts: Make optional parameters actually optional
2015-04-06 15:01:43 +09:00
Ken Sheedlo a3a294fb4f Add support for headers as object in whatwg-fetch
The current typing supports passing headers through the Headers class,
but the spec also supports passing headers as an object mapping header
names to header values. See the [Github example](https://github.com/github/fetch#post-json).
2015-04-05 19:46:19 -07:00
Tadeusz Hucal 6f4b2a49b9 Added definitions for Angular Growl 2 2015-04-05 13:08:56 +02:00
ryan-codingintrigue 174cb68639 Added type definitions for jQuery Window 2015-04-04 09:21:51 +01:00
Dave Allen d3a2d07470 Updated for Meteor version 1.1.0.1 2015-04-03 10:40:49 -07:00
Chris Barr 9c32ba187d notifyjs - adding missing timeout option to tests 2015-04-03 07:50:35 -04:00
Chris Barr 8d687affd5 notifyjs - adding missing timeout options 2015-04-03 07:45:37 -04:00
John Jeffery daaabe797e Add definitions for on-headers (github/jshttp/on-headers) 2015-04-03 20:00:02 +10:00
Honza Dvorsky c20dc7f503 finally figured out how to have a callable module with extra functions 2015-04-03 03:09:09 +02:00
Paulo Cesar d5da919d44 fixes for new version 2015-04-02 19:25:39 -03:00
Simon Edwards 8f124a0b79 Added definitions for 'he' v0.5.0, a high quality Html Entity encoding/decoding lib. 2015-04-02 20:38:58 +02:00
Honza Dvorsky bb0cd5b57b Merge branch 'master' of github.com:czechboy0/DefinitelyTyped 2015-04-02 20:26:26 +02:00
Honza Dvorsky 11e9b11d5e fix to match the name of the module 2015-04-02 20:26:16 +02:00
Honza Dvorsky 7f122e2943 Merge pull request #2 from borisyankov/master
sync
2015-04-02 20:22:51 +02:00
Honza Dvorsky 145e8af07a on-finished fixed tests 2015-04-02 20:13:08 +02:00
Adi Dahiya f2a11bab3b Add webcomponents.js 0.6.0 typings 2015-04-02 13:50:31 -04:00
Honza Dvorsky d7e1bba687 adding on-finished tests 2015-04-02 19:32:47 +02:00
bilou84 2100d88b02 threejs/three.d.Ts: Make optional parameters actually optional 2015-04-02 19:29:09 +02:00