Commit Graph

33 Commits

Author SHA1 Message Date
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
9300d8ac49 Zero errors! 2016-05-09 11:02:48 -07:00
Ryan Cavanaugh
4886a6ac95 Keep on fixin' 2016-05-05 17:04:52 -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
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Egist Li
08e10d1681 Export parse/node module for nodejs 2015-10-07 13:15:32 +08:00
Egist Li
d1d459b7e5 Add generics types on as/error method 2015-10-07 13:11:14 +08:00
Egist Li
d5a8570c0b Change Parse.Promise to be a class
Also update is, error, as and when method to be static method with corresponding arguments.
2015-10-06 18:31:37 +08:00
Daniel Rosenwasser
52d4af6fdc Merge branch 'handleExtraObjectLiteralProperties' of https://github.com/DanielRosenwasser/DefinitelyTyped into handleExtraObjectLiteralProperties 2015-08-25 12:22:15 -07:00
Daniel Rosenwasser
50f7b715e9 Add missing 'params' property to 'parse'. 2015-08-25 12:22:04 -07:00
Daniel Rosenwasser
96281f1a1c Merge branch 'master' into handleExtraObjectLiteralProperties
Conflicts:
	parse/parse.d.ts
2015-08-25 10:31:49 -07:00
Daniel Rosenwasser
1ba21f73e4 'BackboneStyleOptions' -> 'SuccessFailureOptions' in 'parse'. 2015-08-24 16:03:03 -07:00
Daniel Rosenwasser
a662c2649a Use 'let' instead of 'var' in definitions for 'parse'. 2015-08-24 12:24:24 -07:00
Daniel Rosenwasser
3f66eb02db Use 'namespace' keyword in 'parse'. 2015-08-21 13:09:08 -07:00
Daniel Rosenwasser
e4eed4a208 Encapsulated interfaces, made typings more precise according to documentation, removed 'ParseDefaultOptions' in 'parse'. 2015-08-21 13:07:36 -07:00
John Palgut
e48415a72d Add a type definition for HTTPOptions
The method [Parse.Cloud.httpRequest](https://parse.com/docs/js/api/symbols/Parse.Cloud.html#.httpRequest) takes a [HTTPOptions](https://parse.com/docs/js/api/symbols/Parse.Cloud.HTTPOptions.html) options object and not a ParseDefaultOptions object. I've included an initial interface definition for HTTPOptions and updated the httpRequest method definition to match
2015-08-20 15:23:11 -05:00
AbeHaruhiko
128121aa80 Update parse/parse-tests.ts 2015-06-13 22:45:59 +09:00
AbeHaruhiko
4db5c10489 Update parse/parse.d.ts 2015-06-13 16:29:15 +09:00
Abe Haruhiko
0b7ba6010e Update parse/parse.d.ts 2015-06-13 16:17:47 +09:00
campers
ce539b1cd0 Update parse.d.ts
Remove duplicate FILE_DELETE_ERROR, (keep in code numeric order)
2015-05-11 14:17:24 +08:00
campers
9d7073f572 Update parse.d.ts
Add additional error codes
2015-05-06 16:13:45 +08:00
Alexander Fridlund
6632c96b2f Added missing static properties on destroyAll and saveAll for Parse.Object 2014-11-20 15:30:55 +01:00
Earl Ferguson
32bfad140f Header cleanup 2014-09-03 17:08:59 -04:00
Earl Ferguson
577175844d Bug fixes after running tests 2014-09-03 16:59:24 -04:00
Earl Ferguson
f43c2d163a Cleaning up test 2014-09-03 16:16:54 -04:00
Earl Ferguson
6e0bae985d Added Parse SDK Definition 2014-09-03 16:04:51 -04:00