Meteor-Community-Packages / picker

Server Side Router for Meteor
https://atmospherejs.com/communitypackages/picker
MIT License
16 stars 3 forks source link

Remove Fibers dependency #4

Open perbergland opened 2 years ago

perbergland commented 2 years ago

For Meteor 2.9 or 3.0, this package needs to be updated to remove its direct import of Fiber If needed, replace the Fiber.current/ new Fiber() calls with something that works in a fibers-free world

StorytellerCZ commented 1 year ago

Given https://github.com/meteor/meteor/pull/12442 this package will probably not be needed for Meteor 3.0.

copleykj commented 2 months ago

This is in progress, mostly because fast-render depends on this and I don't feel like trying to reproduce the functionality with express alone.