Commit Graph

23 Commits

Author SHA1 Message Date
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Andy
219dd6df82
Fix 'prefer-readonly' lint failures (#22819) 2018-01-10 14:59:37 -08:00
Arda TANRIKULU
488ae4510d Update service-configuration.d.ts (#22600)
it is not a class
2018-01-08 10:32:49 -08:00
Arda TANRIKULU
8c4d9e234d [meteor/server-render] Sink methods are optional (#20747)
* ServiceConfiguration types added

* New usage of publishComposite added to meteor-publish-composite

* meteor/underscore added

* [meteor/server-render] Sink methods are optional
2017-10-27 17:38:42 -07:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00
Richard Jedlička
6980b9ff25 [meteor] Fix meteor/ejson/EJSONableCustomType (#20523)
Fixing commit 7031c869bb

In referenced commit the `clone` and `equal` methods in EJSONableCustomType was marked as optional but forgot to update the corresponding interface in `declare module "meteor/ejson"` section.
2017-10-16 13:38:21 -07:00
Arda TANRIKULU
795cd33932 Meteor's underscore and ServiceConfiguration types and new version for publish-composite are added (#20413)
* ServiceConfiguration types added

* New usage of publishComposite added to meteor-publish-composite

* meteor/underscore added
2017-10-13 14:54:04 -07:00
Richard Jedlička
7031c869bb [meteor] EJSONableCustomType shloud have clone and equal method optional (#20494)
According to meteor docs a custom type registered to EJSON is allowed to omit the `clone` and `equals` methods. See https://docs.meteor.com/api/ejson.html#EJSON-addType
2017-10-11 15:43:05 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Samphan Raruenrom
4d92879256 Fix bug from different definition of ObjectID (#20095) 2017-10-03 11:21:53 -07:00
Arthur Ozga
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 Kelly
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
Andy
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
stefanholzapfel
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 TANRIKULU
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