Commit Graph

64 Commits

Author SHA1 Message Date
Ryan Cavanaugh
b488f3cb5f Merge remote-tracking branch 'upstream/master' into merge_7_25 2016-07-27 10:57:46 -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
Mike Morrison
436f368f9a Fixes conflict with Node.d.ts on the Error object. 2016-07-06 18:48:02 -05: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
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
gandjustas
409b1c7961 Merged with master 2015-07-20 19:45:21 +03:00
gandjustas
ae2581f4ce Fixed Travis-CI build 2015-07-20 19:37:28 +03:00
gandjustas
45a629eceb Merged with upstream 2015-07-20 18:04:48 +03:00
gandjustas
3cc4192c1a Fixed tests for microsoft-ajax.d.ts 2015-07-20 01:36:19 +03:00
gandjustas
c068c64bce Refactored sharepoint.d.ts to use microsoft.ajax.d.ts, added\fixed some definitions 2015-05-17 00:47:08 +03:00
vvakame
8d7f10e030 fix microsoft-ajax/microsoft.ajax-tests.ts compile error 2015-04-15 23:32:15 +09:00
Genady Sergeev
d23701f380 Added get_element and get/set_id properties. 2014-10-29 11:33:55 +02:00
vvakame
d7eda75d53 fix microsoft-ajax/microsoft.ajax.d.ts 2014-10-07 14:47:55 +09:00
Stuart Moore
51dd52165b Corrected the microsoft-ajax PageLoadingEventArgs class.
Note that although the documentation sometimes incorrectly refers to get_panelsDeleted()  - e.g. on http://msdn.microsoft.com/en-us/library/bb397684%28v=vs.100%29.aspx - the actual function is get_panelsDeleting() - see http://msdn.microsoft.com/en-us/library/bb310960%28v=vs.100%29.aspx
2014-07-01 17:31:44 +01:00
Patrick Magee
ed742eda2f Added Sys.UI.DomEvent definitions and tests.
Made some tests have Explicitly typed variables to see immediately the returning type.
2014-05-31 22:26:20 +01:00
Patrick Magee
cfc14059a1 Fixed definition issue where PageRequestManager extends from EventArgs which is invalid. 2014-05-31 22:03:13 +01:00
Patrick Magee
865f1e6970 Added arg definition methods to the event handlers in the Tests for PageRequestManager. 2014-05-31 20:18:52 +01:00
Patrick Magee
8c715e9f85 Fixed PageRequestManager event handlers and definitions to take in the correct EventArgs type.
Corrected tests to reflect the definitions.
2014-05-31 20:12:49 +01:00
Patrick Magee
27bbb4195c Added Sys.UI.DomElement definitions and tests.
Added Sys.UI.Point definitions and tests.

Fixed minor definitions with some overrides.
2014-05-31 19:52:15 +01:00
Patrick Magee
bb07dae8ab Added error fields to test. 2014-05-28 14:30:50 +01:00
Patrick Magee
c92d26b615 Added PageRequestManager Tests and EndRequestEventArgs Tests
Minor changes to PageRequestManager definitions and Browser
2014-05-28 14:17:51 +01:00
Patrick Magee
38e236edbe Added NetworkRequestEventArgs and WebRequestManager definitions and tests. 2014-05-26 22:43:39 +01:00
Patrick Magee
a6ff228746 Region cleanup for Web Essentials //#region support. 2014-05-26 21:47:48 +01:00
Patrick Magee
61175f7598 Sys.EventArgs definitions and tests 2014-05-26 21:47:23 +01:00
Patrick Magee
2c056a113e Cleaned up StringBuilder ToString definition overload with optional parameter. 2014-05-26 21:43:16 +01:00
Patrick Magee
b77e343551 Added Sys.StringBuilder tests 2014-05-26 21:37:04 +01:00
Patrick Magee
dee274ce0b Added missing definitions, Sys.Debug tests
Added missing properties to Component definitions.
Added debug tests.
Fixed invalid definitions for Debug class, documentation doesn't state
that these methods are static, but the examples appear that Debug is
singleton and methods are static.

Cleaned up Observer definition methods / properties.

Sys.Res Tests have been added and definitions added missing static.
2014-05-26 21:20:14 +01:00
Patrick Magee
b95b94765d Fixed definition signatures to pass npm test 2014-05-26 01:03:39 +01:00
Patrick Magee
63f3460679 Added missing browser properties to test. 2014-05-26 01:00:50 +01:00
Patrick Magee
1fb2e3990c Further profile service definitions and tests 2014-05-25 22:42:41 +01:00
Patrick Magee
6be4ce0be0 Added Profile Service definitions
Removed spaces and added profile service tests.
2014-05-25 22:17:55 +01:00
Patrick Magee
a73f6c8b11 Fixed issues with running npm test
Identified several issues in many places both in tests and definitions.
Fixed.
2014-05-25 19:56:10 +01:00
Patrick Magee
4eb8d6a164 Spacing and formatting. 2014-05-25 18:50:25 +01:00
Patrick Magee
3e1b41f4c3 Further Base Type Extension tests
Realised i put all the base extensions into the declared module of
BaseClassExtensions but shouldn't have.

Added boolean to BaseClassExtensions to test Parse method.
2014-05-25 18:49:26 +01:00
Patrick Magee
f1dabc3be2 Added further tests and cleaned up tests. 2014-05-25 18:11:29 +01:00
Patrick Magee
cfa54ee0ae Moved ECMAScript Extensions
Moved extensions into a new declared module
MicrosoftAjaxBaseTypeExtensions which can be used to cast between the
real and declared type because lib.d.ts already has these types defined
and cannot easily extend them.
2014-05-25 18:11:02 +01:00
Patrick Magee
f715b48036 Further definitions have been added
Removed some whitespaces added code formatting.
Adding definitions to Sys.UI namespace.
Added Sys.UI.Key test.
2014-05-25 17:13:34 +01:00
Steve Ognibene
d87ed0be2e Refactoring to ensure each set of tests is in its own function
removed //#region declarations as the functions provide the same
functionality (for compilation testing purposes anyway) plus eliminate
scope conflicts.
2014-05-17 11:47:40 -04:00
Steve Ognibene
489927d0b8 Work on getting extensions for base types working
-New MicrosoftAjaxBaseTypeExtensions module
-A few other minor enhancements and JS doc stuff
2014-05-17 11:46:38 -04:00
Patrick Magee
07ace1a8e9 Added more tests
Global shortcut method tests
Application load event tests
collection change tests
command event arg tests
Component tests
Culture info tests
2014-04-10 08:16:31 +01:00