Commit Graph

45 Commits

Author SHA1 Message Date
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
Ryan Cavanaugh
e105eabd48 Remove invalid references 2016-05-10 16:27:59 -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
33686b47c5 Lots of fixes 2016-05-04 16:30:29 -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
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
tgfjt
a284fea8ec fix indent on snapsvg 2016-01-08 10:21:39 +09:00
tgfjt
4e93909014 update snapsvg & fix test 2016-01-08 10:18:24 +09:00
Masahiro Wakame
282ecee312 Merge pull request #6603 from AllBogs/snapsvg-fix-1
fix snapsvg Matrix() and matrix() typings
2015-12-23 18:12:59 +09:00
Amber
53643644ba Edited indentation 2015-11-11 22:29:27 +01:00
Amberjs
1250bd3379 Added argumentless defintion for undrag() 2015-11-09 10:54:19 +01:00
AllBogs
344ad0763e Update snapsvg.d.ts 2015-11-04 10:23:57 +01:00
AllBogs
75e8c43809 Update snapsvg.d.ts
Seemed to be some confusion between the functions "Matrix()" (argument-less constructor function) and "matrix()" (utility function that takes arguments and returns a Matrix object).
2015-11-04 10:10:29 +01:00
Mattanja Kern
0099601758 snapsvg: update to version 0.4.1 according to changelog https://github.com/adobe-webplatform/Snap.svg/blob/master/history.md 2015-09-21 16:03:15 +02:00
Mattanja Kern
9196efffdc snapsvg formatting, whitespace fixes 2015-09-21 15:33:43 +02:00
Mattanja Kern
5854d4b1be snapsvg update version 0.4.1 + fix for Element.drag onmove handler 2015-09-21 15:33:14 +02:00
lars
04dd33bcd8 polishing 2015-08-14 16:25:25 +02:00
lars
7e100dba9b tried to merge 2015-08-13 18:19:03 +02:00
lars
6d44d35f00 added the new test suite 2015-08-10 19:14:45 +02:00
lars
9971dea586 polishing 2015-08-10 18:23:44 +02:00
lars
ef9989a14a polishing 2015-08-10 18:22:14 +02:00
lars
7637cfa1ec polishing 2015-08-10 18:01:08 +02:00
lars
f3a1f64bbb polishing 2015-08-10 17:50:11 +02:00
lars
73d6143dd5 removing build errors 2015-08-10 14:03:43 +02:00
lars
066c1a465e removing build errors 2015-08-10 13:59:46 +02:00
lars
e3f99e9091 aligning to the tests of Daniel Rosenwasser 2015-08-10 13:49:06 +02:00
lars
28d0e5a42f i compared my definitions with the PR from Daniel Rosenwasser and tried to incorporate his improvements 2015-08-10 13:41:04 +02:00
Ralf Kruse
bfcc6ddbc0 Snap.Element has an id property 2015-05-10 02:24:05 +02:00
Ralf Kruse
52444b5afa getElementByPoint returns Snap.Element 2015-05-10 02:23:43 +02:00
Harold
0eeca7cdf4 .g and .group arguments are optional in snapsvg
Per these docs:
http://snapsvg.io/docs/#Paper.g

The parameters to these functions are optional. This change stops the
TypeScript compiler complaining when you call them with no arguments.

Also, the return type of `g` and `group` should match (they are
aliases); and `any` has the benefit over `Object` here of allowing code
like `s.g().attr({id: "x"});`
2015-01-16 16:26:53 -07:00
lhk
03a144cd53 Rename snapsvgtests.ts to snapsvg-tests.ts 2014-11-26 22:03:06 +01:00
lhk
0f5ced7dda Update snapsvg.d.ts
I tested the snap code, apparently a set supports the attr method.
2014-11-26 21:59:57 +01:00
lhk
fd80bfdf4b Rename snapsvgtests.d.ts to snapsvgtests.ts 2014-11-26 21:35:31 +01:00
lhk
c778516c0d Update snapsvgtests.d.ts 2014-11-26 21:31:59 +01:00
Lars Klein
d92079400a renaming 2014-11-26 21:12:18 +01:00
Lars Klein
326e9e1d51 renaming 2014-11-26 21:11:44 +01:00