Commit Graph

46 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
Andy
b8c6cce444 Prefer es6 target and forceConsistentCasingInFileNames (#12537) 2016-11-08 12:59:26 -08:00
Ryan Cavanaugh
b9245fba39 Merge commit 'upstream/master~350' into merge_7_25 2016-07-26 17:24:39 -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
75aa08c173 Merge pull request #8475 from Strato/patch-1
Added some missing properties
2016-06-22 16:43:26 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -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
Strato
74f4692670 Fixed what seems to be the problem with travis 2016-03-14 00:27:55 +01:00
Strato
0bbeafaf4f Added missing interface Windows.Storage.IStorageFolder2
Was introduced in WinRT 2.0.
2016-03-11 13:20:29 +01:00
Strato
01c976de75 Added some missing properties
'getSignalBars()' seems to always return null anyway...

Whole Windows.Data.Pdf namespace is still missing.

Lots of class of Windows.ApplicationModel.Contacts are missing as well.
2016-03-10 11:56:31 +01:00
Kagami Sascha Rosylight
3287be67b3 merge ISomeInterface2 into ISomeInterface 2016-02-22 02:51:56 +09:00
Kagami Sascha Rosylight
01fc50d962 Add some missing descriptions / fix incompatibility 2016-02-16 02:08:29 +09:00
Aya Morisawa
917a08ec32 Remove trailing whitespaces 2016-01-27 19:48:40 +09:00
Kagami Sascha Rosylight
04a08ba8b5 interface updates 2016-01-03 14:46:21 +09:00
Kagami Sascha Rosylight
ceabd3a985 comment order 2015-12-21 20:38:05 +09:00
Kagami Sascha Rosylight
6ce0e61097 Create winrt-uwp.d.ts 2015-12-21 20:02:16 +09:00
Jordy Hulck
caa3a24af7 Added JSDoc for ApplicationViewTitleBar 2015-08-30 23:51:58 +02:00
Jordy Hulck
2eb770d6fa Added titlebar api from UWP 2015-08-30 22:19:56 +02:00
tpodolak
36324e98d9 Updated missing Windows.ApplicationModel.Activation.ActivationKind enum values 2015-08-25 20:45:47 +02:00
tpodolak
371ffebdb0 Added support for authenticateAndContinue 2015-08-21 23:21:45 +02:00
Aurelien Souchet
743ed605df merging interfaces 2015-06-09 11:06:18 +02:00
Aurelien Souchet
f844c0947a added new pickers interface / methods to WinRT 2015-06-04 16:35:13 +02:00
SaschaNaz
92e29d7ca8 readBytes/writeBytes receives array of number 2015-05-22 01:12:41 +09:00
SaschaNaz
c5a17104d4 readBytes fix 2015-05-22 00:50:44 +09:00
Yui T
a88024c770 Update breaking change from parsing class declaration in strict mode (as specified in ES6) 2015-04-08 11:35:43 -07:00
David Gonzalez Zornoza
6380f95523 Add method getItemsAsyn and remove nullable in IPromise.done 2015-01-28 09:29:48 +01:00
Mohamed Hegazy
7d1ef8108d Update WinRT typings to fix extend conflict as both 'IWebSocket' and 'IClosable' implemetn a close method with diffrent signatures 2014-09-02 14:25:53 -07:00
basarat
82fcdaf511 winjs - winrt updates Merge branch 'master' of https://github.com/craigktreasure/DefinitelyTyped into winjs-updates 2014-01-26 11:16:12 +11:00
craigktreasure
4b18584819 WinJS.Binding updates from Adam
Updated WinRt from @adamhewitt627 as well as his changes for
WinJS.Binding.
2014-01-24 20:54:12 -08:00
Bart van der Schoor
5263434c20 added/fixed few headers
https://github.com/borisyankov/DefinitelyTyped/issues/1570

cleaned up some more, mostly urls and typos
2014-01-25 01:08:33 +01:00
Bartvds
d436daf4c2 added/fixed headers t-z
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 02:59:02 +01:00
craigktreasure
7f91e75893 Full WinJS and WinRT update
This contains a complete WinJS type definition with required WinRT type
definition update.
2014-01-20 17:46:56 -08:00
Adam Hewitt
556523ad40 work so it will still compile if implicit any is turned off 2014-01-04 12:51:36 -08:00
Adam Hewitt
b0d6f6912e work to extend the definitions for WinJS and WinRT 2014-01-04 11:56:15 -08:00
basarat
e41aa1f64d winjs/winrt from TypeScript samples 2013-08-28 21:50:03 +10:00