Commit Graph
23 Commits
Author SHA1 Message Date
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