Commit Graph
10254 Commits
Author SHA1 Message Date
shaban 39293fc55d Update ace.d.ts
Add isClean and markClean methods.
Reference https://github.com/ajaxorg/ace/issues/324
2015-06-25 01:48:44 +02:00
Marc Sallin d0e842e2f9 Q: Support for the Q.noConflict() method. 2015-06-25 00:21:40 +02:00
Christopher Glantschnig a619d54c4f added tests and updated header according to contribution guidelines 2015-06-24 20:57:15 +02:00
Christopher Glantschnig 458b73bddd added definitions for request-promise 2015-06-24 20:37:49 +02:00
itokentr a3900b896f minimatch: Update to v2.0.8 2015-06-24 22:58:03 +09:00
Peter Kooijmans 1ad082faf4 Update long.js typing to version 2.2.5. 2015-06-24 15:51:37 +02:00
vojtechhabarta 9a5e66cbe6 added definition for tabtab node module 2015-06-24 15:42:18 +02:00
unknown 53b3ea17db renamed eqjs to eq.js to match bower name as per review changes 2015-06-24 09:46:13 +02:00
itokentr a14d724826 glob: Update to 5.0.10 2015-06-24 15:32:49 +09:00
Horiuchi_H 448c3509f1 Merge pull request #4716 from chocolatechipui/master
Added declaration file for ChUI
2015-06-24 12:51:32 +09:00
Gildor 1740c40614 fix d3 bisector type signature 2015-06-23 18:03:16 -07:00
Trevor Baron eff6f5ec54 change fromEvent to allow element of any type
this function can take a wide range of types for element as seen from docs: https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/fromevent.md

"element (Any): The DOMElement, NodeList, jQuery element, Zepto Element, Angular element, Ember.js element or EventEmitter to attach a listener. For Backbone.Marionette this would be the application or an EventAggregator object."
2015-06-23 20:48:31 -04:00
stephen.lautier 48c7e15a9f renamed module from eqjs to eq due to unit tests failing error TS2300: Duplicate identifier 'eqjs' 2015-06-24 01:45:21 +02:00
sourcebits-robertbiggs 064c4ac050 Fixed syntax error. 2015-06-23 16:40:06 -07:00
sourcebits-robertbiggs 16fc716b85 Added declaration file and tests for ChUI.
This declaration file is for chui at https://www.npmjs.com/package/chui
2015-06-23 16:35:02 -07:00
stephen.lautier 78aab4f0cb added tests + several refinements 2015-06-24 01:14:36 +02:00
slozier ab1501ff39 Make getRenderedRange arguments optional
The getRenderedRange arguments are optional.

https://github.com/mleibman/SlickGrid/wiki/Slick.Grid#getRenderedRange
2015-06-23 15:57:21 -04:00
Ryan Cavanaugh 75e849a4e0 Add Microsoft attribute URL 2015-06-23 11:30:21 -07:00
Darryl Pogue 432d6563a6 Update angular-translate to return module name. 2015-06-23 10:23:54 -07:00
unknown 95ddb113e8 added eqjs definitions 2015-06-23 19:16:35 +02:00
Ryan Cavanaugh 8833ceece1 Combine internal/external React .d.ts files and prepare for TS JSX support 2015-06-23 09:42:37 -07:00
Arseniy Maximov b56e56736a we don't need NumberArray, omg. 2015-06-23 18:36:36 +03:00
Arseniy Maximov 2d07596b6f Create declaration file for Polyline 2015-06-23 17:45:29 +03:00
Masahiro Wakame 6387999eb8 Merge pull request #4676 from craigbrett17/master
Added d.ts files for Backbone-Associations
2015-06-23 22:55:46 +09:00
Craig Brett 9a7fd63e89 Handling case sensativity 2015-06-23 14:47:50 +01:00
vvakame 7bf2421043 update CONTRIBUTORS.md 2015-06-23 22:00:50 +09:00
Masahiro Wakame 61865eacf6 Merge pull request #4707 from itokentr/master
Add a few definitions for node.d.ts.
2015-06-23 21:58:36 +09:00
Masahiro Wakame 85808bc005 Merge pull request #4705 from jvilk/decimaljs-fix
[decimal.js] Change module name to standard 'decimal.js'.
2015-06-23 21:51:32 +09:00
Masahiro Wakame ef1d48d735 Merge pull request #4680 from mtraynham/dcjs_line_chart
dc.js - Fixes LineChart subclass
2015-06-23 21:50:25 +09:00
Masahiro Wakame 075961a656 Merge pull request #4704 from mohsen1/patch-1
Add `xit` and `xdescribe`
2015-06-23 21:48:57 +09:00
Masahiro Wakame 85a8759c1b Merge pull request #4703 from resiliencesw/master
Added explicit parameter and method return types
2015-06-23 21:47:23 +09:00
Masahiro Wakame b09eb076e9 Merge pull request #4700 from theodorejb/js-cookie-improvements
Rename CookieOptions to CookieAttributes, and document each attribute
2015-06-23 21:44:46 +09:00
vvakame 098def61bc separate mocha node.js definition 2015-06-23 21:38:32 +09:00
Masahiro Wakame 921851a045 Merge pull request #4698 from Auruss/master
added continue for hapi IReply
2015-06-23 21:22:18 +09:00
itokentr 324dfabbff node: Add module "constants". 2015-06-23 19:45:09 +09:00
itokentr a44984a2d9 node: Add methods fs.access(), fs.accessSync and related constants. 2015-06-23 19:43:59 +09:00
itokentr 979de8c421 node: Add methods Buffer.compare(), NodeBuffer.equals() and NodeBuffer.compare(). 2015-06-23 19:42:58 +09:00
John Vilk 567c33f879 [decimal.js] Change module name to standard 'decimal.js'. 2015-06-22 21:59:09 -07:00
Mohsen Azimi b53cbfb5b5 Add xit and xdescribe
In Mocha you can comment out tests by changing their `it` or `describe` blocks to `xit` or `xdescribe`. This change will add support for those functions.
2015-06-22 17:41:15 -07:00
Stefan Mohr 84b0146bd7 Added explicit parameter and method return types 2015-06-22 13:44:51 -07:00
Theodore Brown 05c5e9f7f6 Rename CookieOptions to CookieAttributes, and document each attribute 2015-06-22 15:20:56 -05:00
Rene Eichhorn 92d2e42c07 added continue for hapi IReply 2015-06-22 19:57:04 +02:00
Masahiro Wakame 3e117d8c9d Merge pull request #4697 from EnableSoftware/jodata
Add joData definitions
2015-06-23 02:14:00 +09:00
Masahiro Wakame 6fa9d259be Merge pull request #4695 from Pro/master
Added definition for loglevel (https://github.com/pimterry/loglevel)
2015-06-23 02:12:46 +09:00
Masahiro Wakame 3d4882964a Merge pull request #4694 from mdekrey/angular-storage
Add angular-storage definition file
2015-06-23 02:12:05 +09:00
Masahiro Wakame 2811217e4d Merge pull request #4603 from mnahkies/when-spread
when.js - Add definition with tests for spread
2015-06-23 02:10:53 +09:00
Masahiro Wakame e92dee3c36 Merge pull request #4690 from shaban/patch-1
Update ace.d.ts
2015-06-23 02:10:26 +09:00
Masahiro Wakame e1ead7d110 Merge pull request #4651 from brettferdosi/master
Improvements to DocumentDB
2015-06-23 02:06:41 +09:00
Masahiro Wakame 03ec16694a Merge pull request #4649 from Jimexist/patch-2
PolylineOptions should extend PathOption
2015-06-23 01:55:25 +09:00
Masahiro Wakame 4bd21a0c15 Merge pull request #4675 from rehmsen/feature/express_exposing_static
Import type definitions for express.static from serve-static instead …
2015-06-23 01:55:07 +09:00