Fiber deprecations - is there a solution to tracking down all affected code?

Has anyone come up with a good solution to finding all Fiber related code? I figure I can manually modify the @types/meteor package for TypeScript. But I have apps with a mix of TS and JS. Wondering what others have come up with.

You can check this discussion How did I migrate our app to new Async API (Meteor 2.8)

2 Likes

Perfect, exactly what I was looking for thanks!