Eduardo Ricardo
Eduardo Ricardo
The intent of this PR is to create a js minifier without using the wrapAsync. I also changed Meteor minifier to use the async minifer.
Facts base package uses publish method that will be async.
Considering that Meteor release 2.8 is bringing a new MongoDB Async API ([PR 12028](https://github.com/meteor/meteor/pull/12028)), this PR introduces `fetchAsync` method on `useFind` hook. As recommended we should be using async methods...
# Issue It would be nice to support Sequelize.literal on virtual subqueries, because it's a really common use-case. ## Versions - sequelize: 6.5.1 - sequelize-typescript: 2.1.0 - typescript: 4.7.2 ##...