Commit Graph
12 Commits
Author SHA1 Message Date
Arthur OzgaandGitHub 2673835592 Merge pull request #19630 from MitsuhideA/master
Added missing meteor/check function
2017-09-14 15:33:46 -07:00
Zakaria YAHI 150533d5d3 Added missing meteor/check function
See #18585
2017-09-08 15:16:23 +02:00
Arda TANRIKULU b9813323eb meteor/server-render added 2017-09-07 16:32:22 -04:00
Samphan Raruenrom 4e786d53ce meteor: add methods to Mongo.ObjectID
These method are accessible from meteor Mongo.ObjectID but missing.

Per https://docs.meteor.com/api/collections.html#Mongo-ObjectID :
"Mongo.ObjectID follows the same API as the Node MongoDB driver ObjectID class"

When I check the Node.js MongoDB Driver API, only these two methods
are interesting. (getTimestamp()  doesn't make sense in Meteor).

I've a test that call both methods successfully.
2017-08-31 13:13:16 +07:00
Samphan Raruenrom fab36d348c meteor: fix to allow strictNullChecks 2017-08-31 13:02:37 +07:00
Bowden KellyandGitHub f14e8e70e0 Merge pull request #19038 from brouwer/master
[meteor] Added missing parameters to Meteor's Accounts.config function
2017-08-22 11:29:15 -07:00
AndyandGitHub 36735d136a meteor: Fix compile errors (#19075) 2017-08-22 10:57:26 -07:00
Reinder Brouwer 3cab0d28ba Added missing parameters to Meteor's Accounts.config function 2017-08-16 21:04:41 +04:00
stefanholzapfelandMohamed Hegazy 34aff41c75 [meteor] Added optional parameters to Meteor's apply function (#18540)
* Added optional parameters to Meteor's apply function

* Add ramda.traverse (#18424)

* Add ramda.traverse

* Use correct indention

* Added meteor/webapp definitions (#18471)

* Added meteor/webapp definitions

* Meteor modules now seperated

* Fixes #18283 (#18404)

* Explicitly specify possibly nullable types in CodeMirror (#18371)

* Explicitly specify possibly nullable types in CodeMirror

* scrollTo optional args

* Improve Cursor.count (#18504)

* add microrouter types (#18500)

* add microrouter types

* add params field to IncomingMessage

* fix lint

* use micro types for RequestHandler

* Added optional parameters to Meteor's apply function
2017-08-09 10:51:49 -07:00
Arda TANRIKULUandAndy 82d1e38943 Added meteor/webapp definitions (#18471)
* Added meteor/webapp definitions

* Meteor modules now seperated
2017-08-01 09:10:39 -07:00
Brandon Liles c27c678fa5 Add support for Meteor 1.4 feature for specifying Mongo connection options 2017-06-02 16:25:09 -04:00
Andy Hanson 354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00