Commit Graph

56 Commits

Author SHA1 Message Date
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
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
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
dc851736af Delete unused tscparams 2016-04-27 20:42:33 -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
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
fishgoh0nk
b8dd9efab1 selectmenu widget param fix
selectmenu widget has the wrong object defined for the param. selectmenuoption object is missing a property.
2015-09-23 14:57:08 -07:00
Daniel Rosenwasser
85cafebc41 Adds missing properties of interface in 'jquerymobile'. 2015-08-21 15:02:04 -07:00
Mohamed Hegazy
2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Nimrodxx
e6be909842 Update jquerymobile.d.ts
Added missing fields to the ParsedPath interface.
2014-06-24 10:16:46 +02:00
John Reilly
6fccc6e510 jQuery: fix to jquerymobile tests 2014-02-20 11:52:31 +00:00
Dick van den Brink
3e9a7639da Added filterable widget. 2014-01-21 19:01:21 +01:00
Dick van den Brink
75b4512de3 Added flipswitch options 2014-01-17 09:17:22 +01:00
Dick van den Brink
1be250fdbe Fixed issue with noImplicitAny 2014-01-16 16:27:30 +01:00
Dick van den Brink
4df797ddbc Removed methods which don't exist anymore. 2014-01-16 16:26:45 +01:00
Dick van den Brink
2625222bb4 Fixed loading method
Added empty loading method + return a JQuery object instead of void
2014-01-15 15:48:56 +01:00
Dick van den Brink
1c695a17ee Added pagecontainer as a property. 2014-01-14 22:28:46 +01:00
Dick van den Brink
4556398069 Added new enhanceWithin() method. 2014-01-14 22:28:29 +01:00
Dick van den Brink
7b2bc7f872 Bump to 1.4
Removed showPageLoadingMsg and hidePageLoadingMsg
2014-01-14 22:23:48 +01:00
Dick van den Brink
2f06bb165b Added flipswitch widget. 2014-01-14 22:22:03 +01:00
Dick van den Brink
e8b3b4c4ce Added JQueryMobilePath interface
See http://api.jquerymobile.com/category/methods/path/
2014-01-14 22:19:02 +01:00
vvakame
6ab4ffae2b Remove not required tscparams 2014-01-02 16:34:52 +09:00
johnnyreilly
3b581e0152 jQuery: now with valid ajaxComplete test
Also with corrected jquerymobile attr test
2013-12-26 21:15:05 +00:00
Gary Bortosky
8e009d56c0 adding explicit any 2013-12-12 15:48:27 -06: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
Diullei Gomes
86a51b41f8 Merge pull request #1013 from DickvdBrink/master
jQuery Mobile dialog and buttons
2013-09-07 15:24:04 -07:00
Dick van den Brink
2108ebd40b Update for button functions
buttonMarkup options should be optional.
added a button's method with only ButtonOptions as parameter.
2013-09-06 19:38:10 +02:00
Dick van den Brink
bae43aceef Missing dialog options. 2013-09-06 19:12:36 +02:00
Dick van den Brink
4dbf079c03 Added clearBtn options for textinput 2013-09-06 19:06:41 +02:00
unknown
e4eaa5bcea Added Controlgroup settings and methods 2013-09-06 09:49:43 +02:00
unknown
aa7e4926dc Moved NavbarOptions next to the other components.
Added methods for table.
2013-09-05 15:55:45 +02:00
unknown
0ee996cb6a Small mistake in previous commit. 2013-09-05 15:40:26 +02:00
unknown
e349b79cbd Added navbar options and method. 2013-09-05 15:32:03 +02:00
Dick van den Brink
b97d1e29f3 Missing textonly option. 2013-09-05 14:06:53 +02:00
Dick van den Brink
a9823af188 Added jquery mobile loader options to definition. 2013-09-05 13:59:42 +02:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Neil Stalker
26d671ccbd Fix definitions for TS 0.9 2013-06-28 22:14:33 +01:00
vladimirGI
bfd370ecab Update jquerymobile/jquerymobile-tests.ts
added unit tests for :
showPageLoadingMsg()
hidePageLoadingMsg()
2013-02-09 20:16:00 -05:00
vladimirGI
23768588b8 Update jquerymobile/jquerymobile.d.ts
added missing methods in JQueryMobile interface:
showPageLoadingMsg(); 
hidePageLoadingMsg();
2013-02-09 20:13:50 -05:00