Andy
51b64c3c15
Remove unnecessary references in test files. ( #14900 )
2017-03-10 07:46:20 -08:00
Andy
ae4fe7b6de
Use "lib" in tsconfigs instead of "target". ( #13968 )
...
* Use "lib" in tsconfigs instead of "target".
Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.
* Update new-package and readme
* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
Andy
b29f39d324
Fix path mappings ( #13902 )
...
* An old version must have a path mapping to itself
* react-daterange-picker doesn't need a dependency on "moment", since that isn't used directly, only through "moment-range" (which does have the dependency).
2017-01-10 07:49:04 -08:00
Andy
2f71174636
Restructure to support old versions ( #13811 )
...
* Restructure to support old versions
* Fix tests
2017-01-06 12:36:57 -08:00
Jonathan Chow
9ace6f5d09
Hammerjs: optional inputClass is a HammerInput, not a void function ( #13349 )
2016-12-25 05:36:13 +09:00
Andy
a4bd9fa3c1
Add "noImplicitThis" to all tsconfig.json ( #13446 )
...
* Add "noImplicitThis" to all tsconfig.json
* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Ryan Cavanaugh
b488f3cb5f
Merge remote-tracking branch 'upstream/master' into merge_7_25
2016-07-27 10:57:46 -07:00
Ryan Cavanaugh
b9245fba39
Merge commit 'upstream/master~350' into merge_7_25
2016-07-26 17:24:39 -07:00
Dan Bucholtz
b8de53efe8
eventType is a number, not a string, per the documentation ( #10208 )
2016-07-23 23:38:12 -07:00
Mike Deverell
76a755c007
Update/fix HammerJS typings ( #9968 )
...
* clarify and fix 'options' object types; Hammer.Manager requires an EventTarget, not HTMLElement
* fix RecognizerTuple type
2016-07-23 19:44:18 -07:00
Ryan Cavanaugh
a5f4d50ccc
Fix tsconfig files for new option name / behavior.
...
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639
Turning on consistent casing flag and fixing failures
2016-06-30 15:14:49 -07:00
Mohamed Hegazy
3c513b0a10
Merge pull request #8619 from webbiesdk/hammerInstanceIsNotAFunction
...
HammerJS: Hammer instance is not a function
2016-06-22 16:36:04 -07:00
Ryan Cavanaugh
612c172c52
Use correct test list
2016-05-10 12:28:03 -07:00
Ryan Cavanaugh
bfd400a8f8
Add noEmit to all config files
2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
e808e8e062
Remove unneeded references
2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
50387d4046
Change relative reference paths to types references. Errors incoming...
2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38
Rename all entry points to index.d.ts and explicitify all file lists
2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5
Add typesRoot to all config files
2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
81862d240d
More fixes
2016-05-04 22:50:05 -07:00
Ryan Cavanaugh
ded70421be
Turn off strict null checks
2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a
Add tsconfig.json files
2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
e7c111c4b7
Merge remote-tracking branch 'upstream/master' into types2.0
...
Add tsconfig files everywhere
# Conflicts:
# azure-mobile-services-client/AzureMobileServicesClient.d.ts
# bookshelf/bookshelf.d.ts
# hapi/hapi.d.ts
# helmet/helmet.d.ts
# mongodb/mongodb.d.ts
# nock/nock.d.ts
# react-bootstrap/react-bootstrap.d.ts
# react-helmet/react-helmet.d.ts
# restify/restify.d.ts
# sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
jugglingthebits
de8e80dfe5
Allow SVGElement as the first param for the constructor function. ( #8789 )
2016-04-17 22:08:28 +09:00
Erik Krogh Kristensen
60ddc18a59
HammerJS: Added the HammerManagerConstructor interface, and used it where it should.
2016-03-18 14:01:19 +01:00
Erik Krogh Kristensen
96ea748284
HammerJS: Creating an instance of Hammer returns an object, which is not a function. So calling "new" on it doesn't make sense.
2016-03-18 12:56:29 +01:00
vvakame
56295f5058
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
2016-03-17 00:55:26 +09:00
lucasljj
74a4dfc1bc
Fix a optional parameter on Hammer.js
...
the .off method on a instance of HammerManager must have a handler as optional, see: http://hammerjs.github.io/api/
2016-01-03 19:18:21 -02:00
vvakame
91e1c3f3fc
remove unused reference at hammerjs/hammerjs.d.ts
2015-10-16 22:03:39 +09:00
Vasya Aksyonov
1a574a99ba
Module name fix and tests
2015-09-28 18:12:20 +05:00
diontools
812e510f7d
SwipeRecognizer extends AttrRecognizer
2015-09-11 18:28:51 +09:00
Daniel Rosenwasser
3e2ea701cd
Fix test for 'hammerjs'.
2015-08-07 17:09:26 -07:00
milkisevil
f56ac12afd
Added reference to touch-events/touch-events.d.ts
2015-02-03 15:19:02 +00:00
milkisevil
6f80a5812e
srcEvent now uses a union type (as introduced with Typescript 1.4)
2015-02-03 14:57:45 +00:00
Han Lin Yap
a9678270a5
Allow to use as module
2015-01-29 18:25:55 +01:00
milkisevil
5f23ae6d45
New definitions and tests for hammer.js v2 (a complete rewrite of lib)
2014-11-18 14:44:21 +00:00
milkisevil
ac6dc98115
Added version number to existing (and now old) hammerjs definition and tests
2014-11-18 14:38:19 +00:00
Bart van der Schoor
51dd18f272
fixed some headers
2014-06-26 05:43:00 +02:00
Drew Noakes
fa21128d08
Update hammerjs for version 1.1.3.
2014-06-07 23:29:11 +01:00
satoru kimura
2e37cabb31
Update Hammer.js to v1.0.10.
2014-04-02 15:08:22 +09:00
basarat
959fed32fe
hammerjs : updated options to v1.0.5 closes #350
2013-09-07 14:59:08 +10:00
Derek Cicerone
210b10c347
Replace bool with boolean (for TypeScript 0.9.0+)
2013-07-02 19:43:47 -04:00
Neil Stalker
2192405a76
Fix definitions for TS 0.9
...
hammer.js
jake
jszip.js
dust.js
google,analytics
linq.js
2013-06-24 22:51:29 +01:00
Boris Yankov
209d95071a
Update reference paths
2013-01-17 20:03:30 +02:00
Boris Yankov
c98eebb137
Rename all definition files, remove versions
2013-01-17 17:17:27 +02:00
Natan Vivo
c7d2934d6d
Update project references to use jQuery 1.9 instead of missing 1.8 file.
2013-01-17 12:05:06 -02:00
Boris Yankov
6b738d15be
Add hammer.js
2012-12-23 18:05:30 +02:00