Commit Graph
41 Commits
Author SHA1 Message Date
Luca TrazziandMohamed Hegazy ccfe42e5d0 Corrected Modernizr breaking change (#14137)
* AMD & UMD compatible, following toastr as example

* added tslint and contributor

* correctly wrapped union type as this is a function
2017-01-20 11:08:09 -08:00
AndyandGitHub 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
Luca TrazziandMohamed Hegazy 6aa60e355a ES6 export compatible (#13899) 2017-01-17 22:08:57 -08:00
AndyandGitHub 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 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 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 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 4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
Leon Yu f791d1f476 Modernizr 3.2.0 2015-12-13 03:19:45 -05:00
Chris Apers 7931d62c54 Blank line 2015-08-04 16:06:37 +02:00
Chris Apers 3bbbea2814 Fixed #3728: Modernizr Prefixed definition returns boolean 2015-08-04 11:15:43 +02:00
Carl-Erik Kopseng 7e58e7c469 Revert "Fixed error in test for indexedDB" 2014-11-03 11:53:12 +01:00
Masahiro Wakame 6373862185 Merge pull request #2778 from fatso83/master
Fixed error in test for indexedDB
2014-09-05 12:10:54 +09:00
Carl-Erik Kopseng 3ecf2530af Fixed error in test for indexedDB
While Modernizr 3 uses 'indexeddb' (lower caps), the Modernizr 2 versions all use 'indexedDB'.
2014-09-04 17:03:58 +02:00
Mohamed Hegazy 2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Bart van der Schoor 1d345f6c14 cleaned-up headers 2014-06-18 23:31:11 +02:00
Jeffery Grajkowski 798dbfbf8f Converting ungeneric "Array" to "any[]"
TypeScript 0.9.5 beta does not allow generic type references without the type argument.  This code will still compile for 0.9.1 users.  Flight and Ember have further compile problems in 0.9.5 that I don't feel qualified to address as I'm not versed in those libraries.
2013-11-26 10:29:46 -08:00
Masahiro Wakame 1b28c3344b Removed not required .tscparams 2013-11-19 13:56:28 +09:00
John Reilly 0542b75803 jQuery UI / Modernizr: remove implicit anys 2013-11-06 15:47:24 +00:00
John Reilly 351747995d Modernizr: added autofocus support 2013-11-01 15:37:25 +00:00
vvakame 2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame 3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
gstamac cad8af00f5 Modernizr: changed ANSI to UTF-8 file encoding 2013-08-23 21:20:41 +02:00
gstamac 7ab35b92ff Modernizr: fixed alert function override 2013-08-23 13:59:42 +02:00
gstamac a8fab63408 Modernizr: fixed "Overload signatures must all be ambient or non-ambient" no need to override alert if we are just testing syntax 2013-08-23 13:27:10 +02:00
Theodore Brown 28cb1e5ea0 Added my name to modernizr.d.ts and README 2013-06-18 17:16:38 -05:00
Theodore Brown f99cbec760 testStyles callback should return void instead of boolean
Fixes failing tests
2013-06-18 17:02:03 -05:00
Theodore Brown 586858c1dc Switch bool to boolean for TypeScript 0.9 2013-06-18 16:59:35 -05:00
Theodore Brown 6927084d17 Added method definitions for Modernizr.load() 2013-05-06 22:04:39 -05:00
Theodore Brown 7b6719b4fc Added interfaces for input and inputtypes 2013-05-05 18:31:25 -05: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
Boris Yankov 7c82efb17a Update reference paths 2012-11-19 01:28:08 +02:00
Boris Yankov c91c45f9ae Move definitions and test in separate folders
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00