diff --git a/Meteor.md b/Meteor.md index 742b907..67d470e 100644 --- a/Meteor.md +++ b/Meteor.md @@ -12,7 +12,7 @@ - Meteor 3 migration guide: https://v3-migration-docs.meteor.com ( maybe also https://guide.meteor.com/3.0-migration or https://guide.meteor.com/prepare-meteor-3.0 ) - Look at progress of migrated packages https://forums.meteor.com/t/looking-for-help-migrating-packages-to-meteor-3-0/60985 -- Migrate Async +- Migrate from Fibers (works only at Meteor 2 and Node.js 14) to Async/Await (works with Meteor 3 and Node.js 20) - Helper tool https://forums.meteor.com/t/blaze-async-migration-helper-babel-plugin-tracker-async-enhance-for-the-client-side-released/60842 - Info how Async/Await works, from Storyteller: https://github.com/wekan/wekan/wiki/AsyncAwait - Forums posts about migrating: https://forums.meteor.com